<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Javascript Templates</title>
	<atom:link href="http://theryanking.com/entries/2006/06/07/javascript-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://theryanking.com/entries/2006/06/07/javascript-templates/</link>
	<description>Music and Technology, but NO TECHNO!</description>
	<pubDate>Mon, 13 Oct 2008 04:38:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mark Turansky</title>
		<link>http://theryanking.com/entries/2006/06/07/javascript-templates/#comment-98084</link>
		<dc:creator>Mark Turansky</dc:creator>
		<pubDate>Wed, 05 Mar 2008 20:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://theryanking.com/blog/archives/2006/06/07/javascript-templates/#comment-98084</guid>
		<description>I tried embedded.js except that it hung trying to load my template from the server.  Why?  Because I was already in an Ajax call (a Drag n' Drop scriptaculous function, actually).

I don't like TrimPath's use of Velocity-like syntax, and that bit failed to compile in a JSP on a default Jetty instance because it's too much like JSTL.

So I rolled my own that's pure JSP-like  but without the Ajax requirement.

&lt;a href="http://blog.markturansky.com/BetterJavascriptTemplates.html" rel="nofollow"&gt;Better JavaScript Templates&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I tried embedded.js except that it hung trying to load my template from the server.  Why?  Because I was already in an Ajax call (a Drag n&#8217; Drop scriptaculous function, actually).</p>
<p>I don&#8217;t like TrimPath&#8217;s use of Velocity-like syntax, and that bit failed to compile in a JSP on a default Jetty instance because it&#8217;s too much like JSTL.</p>
<p>So I rolled my own that&#8217;s pure JSP-like  but without the Ajax requirement.</p>
<p><a href="http://blog.markturansky.com/BetterJavascriptTemplates.html" rel="nofollow">Better JavaScript Templates</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Meyer</title>
		<link>http://theryanking.com/entries/2006/06/07/javascript-templates/#comment-93769</link>
		<dc:creator>Justin Meyer</dc:creator>
		<pubDate>Tue, 18 Dec 2007 16:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://theryanking.com/blog/archives/2006/06/07/javascript-templates/#comment-93769</guid>
		<description>Check out embeddedjs.com for a very complete solution.

It has rails like view helpers.

It can include JS lint and provide line numbers/error handling.

It can load, process and cache template files.

Almost all functionality can be encapsulated in one line.</description>
		<content:encoded><![CDATA[<p>Check out embeddedjs.com for a very complete solution.</p>
<p>It has rails like view helpers.</p>
<p>It can include JS lint and provide line numbers/error handling.</p>
<p>It can load, process and cache template files.</p>
<p>Almost all functionality can be encapsulated in one line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codeville</title>
		<link>http://theryanking.com/entries/2006/06/07/javascript-templates/#comment-89531</link>
		<dc:creator>codeville</dc:creator>
		<pubDate>Thu, 04 Oct 2007 21:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://theryanking.com/blog/archives/2006/06/07/javascript-templates/#comment-89531</guid>
		<description>Very simple one - under 100 lines for the whole engine - jMVC
http://blog.codeville.net/2007/10/04/rich-javascript-mvc-user-interfaces-with-jmvc/

Neat and simple...</description>
		<content:encoded><![CDATA[<p>Very simple one - under 100 lines for the whole engine - jMVC<br />
<a href="http://blog.codeville.net/2007/10/04/rich-javascript-mvc-user-interfaces-with-jmvc/" rel="nofollow">http://blog.codeville.net/2007/10/04/rich-javascript-mvc-user-interfaces-with-jmvc/</a></p>
<p>Neat and simple&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Finley</title>
		<link>http://theryanking.com/entries/2006/06/07/javascript-templates/#comment-33069</link>
		<dc:creator>David Finley</dc:creator>
		<pubDate>Mon, 04 Dec 2006 14:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://theryanking.com/blog/archives/2006/06/07/javascript-templates/#comment-33069</guid>
		<description>Another JavaScript template engine is "Ajax Pages" (http://ajax-pages.sourceforge.net/). It has the advantage of being very simple and "to the point".</description>
		<content:encoded><![CDATA[<p>Another JavaScript template engine is &#8220;Ajax Pages&#8221; (http://ajax-pages.sourceforge.net/). It has the advantage of being very simple and &#8220;to the point&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David A. Coffey</title>
		<link>http://theryanking.com/entries/2006/06/07/javascript-templates/#comment-30934</link>
		<dc:creator>David A. Coffey</dc:creator>
		<pubDate>Sat, 18 Nov 2006 20:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://theryanking.com/blog/archives/2006/06/07/javascript-templates/#comment-30934</guid>
		<description>Check out Jemplate, its based on Perl's Template Toolkit:
http://search.cpan.org/dist/Jemplate/lib/Jemplate.pm</description>
		<content:encoded><![CDATA[<p>Check out Jemplate, its based on Perl&#8217;s Template Toolkit:<br />
<a href="http://search.cpan.org/dist/Jemplate/lib/Jemplate.pm" rel="nofollow">http://search.cpan.org/dist/Jemplate/lib/Jemplate.pm</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
