Marked “Generic mobile and hand” as a favourite on Flickr
10 July 2008
in stream
tagged with
[handheld]
[hands]
[mobile]
[sketches]
[sketching]
[template]
Marked “Generic mobile and hand” as a favourite on Flickr
Rails: Calling render() outside your Controllers
17 September 2007
in links
tagged with
[mvc]
[rails]
[render]
[ruby]
[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
26 July 2007
in links
tagged with
[helma]
[javascript]
[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.
TrimPath Forum / TrimPath Templates, a faster implementation.
23 November 2005
in links
tagged with
[javascript]
[template]
[trimpath]
Faster implementation of the trimpath templating engine.
TrimPath JavaScript Templates Demo
23 November 2005
in links
tagged with
[javascript]
[programming]
[template]
[web]
Javascript templating language. Completely insane.
Template::TAL
03 November 2005
in blog
tagged with
[perl]
[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..
[Petal] Creating template from string
05 October 2005
in links
tagged with
[petal]
[string]
[template]
[xml]
blogroll
13 August 2004
in blog
tagged with
[perl]
[template]
[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') %]
<p class=header>blogroll</p>
<p>
[% FOREACH section = blogroll.body.outline %]
<a href="[% section.htmlUrl %]">[% section.text %]</a>
[% UNLESS loop.last %]<br />[% END %]
[% END %]
</p>
Template::ModTT
01 January 2000
in code
tagged with
[perl]
[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.
