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-...

 

Rails: Calling render() outside your Controllers

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.

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

 

helma.org » wiki » JavaScript Template Engine

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

13 January 2006 in links
tagged with [database] [provider] [template] [toolkit]

 

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

TrimPath Forum / TrimPath Templates, a faster implementation.

23 November 2005 in links
tagged with [javascript] [template] [trimpath]

Faster implementation of the trimpath templating engine.

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

 

TrimPath Forum / TrimPath Templates, a faster implementation.

TrimPath JavaScript Templates Demo

23 November 2005 in links
tagged with [javascript] [programming] [template] [web]

Javascript templating language. Completely insane.

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

 

TrimPath JavaScript Templates Demo

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]

 

[Petal] Creating template from string

Zope.org - TAL

05 October 2005 in links
tagged with [language] [template] [xml]

 

Zope.org - TAL

AnnoCPAN - Petal

05 October 2005 in links
tagged with [perl] [petal] [template] [xml]

 

AnnoCPAN - Petal

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') %] 
&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

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.

read more (171 words)..