Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

kjones4 (3231)

kjones4
  kellymjones@gmail.com
http://www.kellyjonesconsulting.com/
Yahoo! ID: kellymjones4 (Add User, Send Message)

My current work involves troubleshooting network issues in the Internap NOC. Everything from T1 to OC12 on Cisco equipment (mostly). I use Perl for things for which our IT dept. doesn't have the cycles.

Journal of kjones4 (3231)

Friday March 17, 2006
03:39 PM

Jemplate is fun

[ #29028 ]
If you haven't had a chance to check out Ingy's new module "Jemplate", you should. It basically enables compiling Template Toolkit (TT) templates into javascript. You reference the javascript in your html document, make an ajax call to get some data, then voila, client side TT processing. Lots of fun.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • Damn, just this morning I thought I should make a JavaScript-Backend for TT.
  • I just started using Jemplate for a web app I've been working on, and it is a breath of fresh air being able to use TT for both the server and browser side HTML generation! I've grown quite proficient at DOM manipulation w/ javascript, but why jump through all those hoops if you don't have to?

    Jemplate is HIGHLY recommended.

    --
    "Perl users are the Greatful Dead fans of computer science." --slashdot comment