<?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 - HTML Template Engine: Pure</title>
	<atom:link href="http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/feed/" rel="self" type="application/rss+xml" />
	<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/</link>
	<description>Techniques Behind Modern Web</description>
	<pubDate>Wed, 07 Jan 2009 13:18:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: web hosting</title>
		<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1383</link>
		<dc:creator>web hosting</dc:creator>
		<pubDate>Wed, 22 Oct 2008 06:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1383</guid>
		<description>Will it beat google or yahoo ?</description>
		<content:encoded><![CDATA[<p>Will it beat google or yahoo ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1356</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 18 Sep 2008 16:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1356</guid>
		<description>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</description>
		<content:encoded><![CDATA[<p>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves (BeeBole)</title>
		<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1354</link>
		<dc:creator>Yves (BeeBole)</dc:creator>
		<pubDate>Thu, 18 Sep 2008 13:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1354</guid>
		<description>Hi Jimmy,

We have just released a new version of PURE, including new features such as :

Auto-rendering: a new PURE method takes your HTML and your JSON data and merges them automatically. The class attribute is used to map the HTML and the data.

Recursive Template Call

The changes are quite important.

We took back your example and changed it to fit with the new release.

The code source can be seen below and as you will see, it is really easier :

http://friendpaste.com/FSBbhtb5

I have a zip file for you with the example if you contact me directly.</description>
		<content:encoded><![CDATA[<p>Hi Jimmy,</p>
<p>We have just released a new version of PURE, including new features such as :</p>
<p>Auto-rendering: a new PURE method takes your HTML and your JSON data and merges them automatically. The class attribute is used to map the HTML and the data.</p>
<p>Recursive Template Call</p>
<p>The changes are quite important.</p>
<p>We took back your example and changed it to fit with the new release.</p>
<p>The code source can be seen below and as you will see, it is really easier :</p>
<p><a href="http://friendpaste.com/FSBbhtb5" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://friendpaste.com/FSBbhtb5');">http://friendpaste.com/FSBbhtb5</a></p>
<p>I have a zip file for you with the example if you contact me directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaScriptly &#124; A Better JavaScript Template Engine</title>
		<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1310</link>
		<dc:creator>JavaScriptly &#124; A Better JavaScript Template Engine</dc:creator>
		<pubDate>Sat, 23 Aug 2008 19:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1310</guid>
		<description>[...] a programming language and display recommended reading books accordantly. This is almost similar to another example I created for PURE [...]</description>
		<content:encoded><![CDATA[<p>[...] a programming language and display recommended reading books accordantly. This is almost similar to another example I created for PURE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves (BeeBole)</title>
		<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1285</link>
		<dc:creator>Yves (BeeBole)</dc:creator>
		<pubDate>Tue, 12 Aug 2008 05:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1285</guid>
		<description>Before creating PURE, Jemplate has been very close to be our choice as template engine.

The speed of the pre-compiled JS was amazing.

But we didn’t like having to install Perl to build templates, and the [%..%] tags.

But indeed, the functional richness inherited from TT2 is a great point.

We wanted to create something were the only languages to use were HTML/CSS and JS and to take away the % tags.</description>
		<content:encoded><![CDATA[<p>Before creating PURE, Jemplate has been very close to be our choice as template engine.</p>
<p>The speed of the pre-compiled JS was amazing.</p>
<p>But we didn’t like having to install Perl to build templates, and the [%..%] tags.</p>
<p>But indeed, the functional richness inherited from TT2 is a great point.</p>
<p>We wanted to create something were the only languages to use were HTML/CSS and JS and to take away the % tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1284</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Tue, 12 Aug 2008 03:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1284</guid>
		<description>@rdj: Jemplate looks very ample. Unfortunately I don't know much about TT to have right evaluation.</description>
		<content:encoded><![CDATA[<p>@rdj: Jemplate looks very ample. Unfortunately I don&#8217;t know much about TT to have right evaluation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New Release for PURE &#124; BeeBuzz</title>
		<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1282</link>
		<dc:creator>New Release for PURE &#124; BeeBuzz</dc:creator>
		<pubDate>Sun, 10 Aug 2008 10:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1282</guid>
		<description>[...] More than 7000 of you came to discover the tool during the first week and some of you already started using the solution, like Jimmy from the blog Just Talk About Web. [...]</description>
		<content:encoded><![CDATA[<p>[...] More than 7000 of you came to discover the tool during the first week and some of you already started using the solution, like Jimmy from the blog Just Talk About Web. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaScript - HTML Template Engine: Pure &#124; Just Talk About Web</title>
		<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1281</link>
		<dc:creator>JavaScript - HTML Template Engine: Pure &#124; Just Talk About Web</dc:creator>
		<pubDate>Sun, 10 Aug 2008 08:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1281</guid>
		<description>[...] JavaScript - HTML Template Engine: Pure &#124; Just Talk About Web “Pure” is not the first attempt to create a Javascript/HTML template engine, you can find some other solutions on the net which are in independent projects or as part of an Ajax framework. However, Pure looks like the most comprehensive, systematic and flexible way out. [...]</description>
		<content:encoded><![CDATA[<p>[...] JavaScript - HTML Template Engine: Pure | Just Talk About Web “Pure” is not the first attempt to create a Javascript/HTML template engine, you can find some other solutions on the net which are in independent projects or as part of an Ajax framework. However, Pure looks like the most comprehensive, systematic and flexible way out. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rdj</title>
		<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1274</link>
		<dc:creator>rdj</dc:creator>
		<pubDate>Fri, 08 Aug 2008 22:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1274</guid>
		<description>Doesn't look like you looked into &lt;a href="http://search.cpan.org/~rkrimen/Jemplate-0.23/lib/Jemplate.pm" rel="nofollow"&gt;Jemplate&lt;/a&gt;, which is a JavaScript implementation of &lt;a href="http://template-toolkit.org/" rel="nofollow"&gt;Template Toolkit&lt;/a&gt;, a server-side templating language which is very popular in Perl and has a Python implementation as well. If you already using TT, you can basically use the same template langauge on the server- and client-side.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t look like you looked into <a href="http://search.cpan.org/~rkrimen/Jemplate-0.23/lib/Jemplate.pm" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://search.cpan.org/~rkrimen/Jemplate-0.23/lib/Jemplate.pm');">Jemplate</a>, which is a JavaScript implementation of <a href="http://template-toolkit.org/" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://template-toolkit.org/');">Template Toolkit</a>, a server-side templating language which is very popular in Perl and has a Python implementation as well. If you already using TT, you can basically use the same template langauge on the server- and client-side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves (BeeBole)</title>
		<link>http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1273</link>
		<dc:creator>Yves (BeeBole)</dc:creator>
		<pubDate>Fri, 08 Aug 2008 21:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://justtalkaboutweb.com/2008/08/08/javascript-html-template-engine-pure/#comment-1273</guid>
		<description>Hi,

Thank you so much for getting your hands dirty with PURE!

Your example is just really good because it demonstrates how real it is and how simple it is.

Our life has become much more easier developing web app using that piece of JS and we wanted to share it, just as many of other great pieces of JS we are using everyday.

If you have any question, just pass by the Google Group. It starts to have some kind of real existence!

http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you so much for getting your hands dirty with PURE!</p>
<p>Your example is just really good because it demonstrates how real it is and how simple it is.</p>
<p>Our life has become much more easier developing web app using that piece of JS and we wanted to share it, just as many of other great pieces of JS we are using everyday.</p>
<p>If you have any question, just pass by the Google Group. It starts to have some kind of real existence!</p>
<p><a href="http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine');">http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
