jerakeen.org

by Tom Insam

notes☴

code☷

links☲

photos☵

Marked “Generic mobile and hand” as a favourite on Flickr

Marked "Generic mobile and hand" as a favourite on Flickr

created 10 July 2008 in stream tagged handheld, hands, mobile, sketches, sketching and template.

Marked “Generic mobile and hand” as a favourite on Flickr

http://flickr.com/photos/35034345541@N01/2654801951

Rails: Calling render() outside your Controllers

Rails: Calling render() outside your Controllers

created 17 September 2007 in links tagged mvc, rails, render, ruby and template.

Yet more glorious peversion of MVC - this time, rendering rails templates from inside your models.

http://blog.yanime.org/articles/2006/08/05/rails-calling-...

helma.org » wiki » JavaScript Template Engine

helma.org » wiki » JavaScript Template Engine

created 26 July 2007 in links tagged helma, javascript and template.

Replacement templating engine for Helma - supports loops, assignment, various other logic constructs that the built-in system doesn’t. Not that trimpath doesn’t work too, of course.

http://dev.helma.org/wiki/JavaScript+Template+Engine/

SourceForge.net CVS Repository - markup - cvs: slashcode/slash/Slash/Display/Provider/Provider.pm

SourceForge.net CVS Repository - markup - cvs: slashcode/slash/Slash/Display/Provider/Provider.pm

created 13 January 2006 in links tagged database, provider, template and toolkit.

http://cvs.sourceforge.net/viewcvs.py/slashcode/slash/Sla...

TrimPath Forum / TrimPath Templates, a faster implementation.

TrimPath Forum / TrimPath Templates, a faster implementation.

created 23 November 2005 in links tagged javascript, template and trimpath.

Faster implementation of the trimpath templating engine.

http://trimpath.com/forum/viewtopic.php?id=155

TrimPath JavaScript Templates Demo

TrimPath JavaScript Templates Demo

created 23 November 2005 in links tagged javascript, programming, template and web.

Javascript templating language. Completely insane.

http://trimpath.com/demos/test1/trimpath/template_demo.html

Template::TAL

created 03 November 2005 in blog tagged perl and template.

Yay, I’ve released Yet Another Templating Language. This one is a perl implementation of TAL, which is a nice XML-based templating language I’ve been playing with recently. There are other (sort of) implementations, but I consider Template::TAL (a) closer to the spec, and (b) more abstracted - I can load templates from anywhere, not just disk. It’s weaker in other respects, of course, but that’s life..

Zope.org - TAL

Zope.org - TAL

created 05 October 2005 in links tagged language, template and xml.

http://www.zope.org/Wikis/DevSite/Projects/ZPT/TAL

AnnoCPAN - Petal

AnnoCPAN - Petal

created 05 October 2005 in links tagged perl, petal, template and xml.

http://annocpan.org/~BPOSTLE/Petal-2.16/lib/Petal.pm

blogroll

created 13 August 2004 in blog tagged perl, template and xml.

Ah ha! I have a blogroll. Ph33r me.

In other news, Template::Plugin::XML::Simple is really nifty.

<p class="code">
[% USE blogroll = XML.Simple('/export/home/tomi/web/jerakeen.org/blogroll.opml') %] 
&lt;p class=header&gt;blogroll&lt;/p&gt;
&lt;p&gt;
[% FOREACH section = blogroll.body.outline %]
  &lt;a href="[% section.htmlUrl %]"&gt;[% section.text %]&lt;/a&gt;
  [% UNLESS loop.last %]&lt;br /&gt;[% END %]
[% END %]
&lt;/p&gt;

Template::ModTT

created 01 January 2000 in code tagged perl and template.

mod_tt is an apache handler that processes Template Toolkit templates natively in the apache server without the configuration overhead of a full mod_perl and Apache::Template install. Template::ModTT (this module) is the perl interface to the mod_tt hander available to you when running under mod_tt.