<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Dumb Idea: Let&#8217;s write a new templating&#160;language</title>
	<atom:link href="http://bradt.ca/archives/dumb-idea-lets-write-a-new-templating-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradt.ca/archives/dumb-idea-lets-write-a-new-templating-language/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dumb-idea-lets-write-a-new-templating-language</link>
	<description>Independent web developer, web designer, and entrepreneur living in Halifax, Canada.</description>
	<lastBuildDate>Wed, 16 May 2012 01:30:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: giovanni</title>
		<link>http://bradt.ca/archives/dumb-idea-lets-write-a-new-templating-language/comment-page-1/#comment-34331</link>
		<dc:creator>giovanni</dc:creator>
		<pubDate>Tue, 30 Jun 2009 21:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://bradt.ca/?p=441#comment-34331</guid>
		<description>nothing to say. i love Textpattern and Expression Engine, with the latter my favourite. ... but mainly wanted to see the &quot;preview&quot; widget in play. nice!

oh, one thing. if you are a clever TxP expert would love to hear from you. cheers all! 

ps Brad.. may need you for a WP project for our organization</description>
		<content:encoded><![CDATA[<p>nothing to say. i love Textpattern and Expression Engine, with the latter my favourite. &#8230; but mainly wanted to see the &#8220;preview&#8221; widget in play. nice!</p>
<p>oh, one thing. if you are a clever TxP expert would love to hear from you. cheers all! </p>
<p>ps Brad.. may need you for a WP project for our organization</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bradt.ca &#187; Migrating from Typo3 to Wordpress</title>
		<link>http://bradt.ca/archives/dumb-idea-lets-write-a-new-templating-language/comment-page-1/#comment-34093</link>
		<dc:creator>bradt.ca &#187; Migrating from Typo3 to Wordpress</dc:creator>
		<pubDate>Wed, 05 Nov 2008 18:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://bradt.ca/?p=441#comment-34093</guid>
		<description>[...] dedicated server with only a handful of concurrent users and caching turned on.  A few months ago, I picked on Textpattern and how it invented another templating language.  That was such a minor offense compared to the [...]</description>
		<content:encoded><![CDATA[<p>[...] dedicated server with only a handful of concurrent users and caching turned on.  A few months ago, I picked on Textpattern and how it invented another templating language.  That was such a minor offense compared to the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "markup" - JabberTags</title>
		<link>http://bradt.ca/archives/dumb-idea-lets-write-a-new-templating-language/comment-page-1/#comment-34079</link>
		<dc:creator>Recent Links Tagged With "markup" - JabberTags</dc:creator>
		<pubDate>Fri, 24 Oct 2008 21:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://bradt.ca/?p=441#comment-34079</guid>
		<description>[...] public links &gt;&gt; markup   Dumb Idea: Let’s write a new templating language Saved by lordtirion on Thu 23-10-2008   Debate - Minimum Markup Law Saved by simusicvideos on Mon [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; markup   Dumb Idea: Let’s write a new templating language Saved by lordtirion on Thu 23-10-2008   Debate &#8211; Minimum Markup Law Saved by simusicvideos on Mon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn_S</title>
		<link>http://bradt.ca/archives/dumb-idea-lets-write-a-new-templating-language/comment-page-1/#comment-34010</link>
		<dc:creator>Shawn_S</dc:creator>
		<pubDate>Fri, 22 Aug 2008 21:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://bradt.ca/?p=441#comment-34010</guid>
		<description>I think we are all ... OMG, I love the auto-preview as you type thing you have going on your blog :- ) ....

... as I was saying, I think we are all fighting this template thing. For some of us the impetus is that we are now suddenly faced with javaobjects instantiated from JSON received through AJAX calls which somehow have to find themselves in the markup.

The traditional way if to have a loop in javascript iterating through the data and adding nodes to the DOM.

This is the sort of stuff that some can do with their eyes closed yet still find irritating.

The fact of the matter is that it is easier to change HTML than to change javascript that generates HTML. Because of this I have gravitated to a templating concept that uses the HTML as a template and the JavaScript simply to populate the template via innerHTML.

Perhaps you might be interested in having a look at it:
http://jsrepeater.devprog.com/

There is an example of its use transforming the data from the Google Search API at:
http://jsrepeater.devprog.com/google.search.websearch.example.html</description>
		<content:encoded><![CDATA[<p>I think we are all &#8230; OMG, I love the auto-preview as you type thing you have going on your blog :- ) &#8230;.</p>
<p>&#8230; as I was saying, I think we are all fighting this template thing. For some of us the impetus is that we are now suddenly faced with javaobjects instantiated from JSON received through AJAX calls which somehow have to find themselves in the markup.</p>
<p>The traditional way if to have a loop in javascript iterating through the data and adding nodes to the DOM.</p>
<p>This is the sort of stuff that some can do with their eyes closed yet still find irritating.</p>
<p>The fact of the matter is that it is easier to change HTML than to change javascript that generates HTML. Because of this I have gravitated to a templating concept that uses the HTML as a template and the JavaScript simply to populate the template via innerHTML.</p>
<p>Perhaps you might be interested in having a look at it:<br />
<a href="http://jsrepeater.devprog.com/" rel="nofollow">http://jsrepeater.devprog.com/</a></p>
<p>There is an example of its use transforming the data from the Google Search API at:<br />
<a href="http://jsrepeater.devprog.com/google.search.websearch.example.html" rel="nofollow">http://jsrepeater.devprog.com/google.search.websearch.example.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Touesnard</title>
		<link>http://bradt.ca/archives/dumb-idea-lets-write-a-new-templating-language/comment-page-1/#comment-34009</link>
		<dc:creator>Brad Touesnard</dc:creator>
		<pubDate>Fri, 22 Aug 2008 06:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://bradt.ca/?p=441#comment-34009</guid>
		<description>I&#039;m not saying XML or markup languages in general are dumb.  That would be ridiculous.

I&#039;m saying inventing yet another templating language is dumb and it&#039;s especially dumb to invent one with an XHTML-style given the skill sets of those who work with templating systems.

No offense to yourself or the Textpattern team.  I&#039;m sure the decision to develop a new templating language was made a long time ago.  As was the base64 encoded plugins concept.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not saying XML or markup languages in general are dumb.  That would be ridiculous.</p>
<p>I&#8217;m saying inventing yet another templating language is dumb and it&#8217;s especially dumb to invent one with an XHTML-style given the skill sets of those who work with templating systems.</p>
<p>No offense to yourself or the Textpattern team.  I&#8217;m sure the decision to develop a new templating language was made a long time ago.  As was the base64 encoded plugins concept.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert 'wet' Wetzlmayr</title>
		<link>http://bradt.ca/archives/dumb-idea-lets-write-a-new-templating-language/comment-page-1/#comment-34008</link>
		<dc:creator>Robert 'wet' Wetzlmayr</dc:creator>
		<pubDate>Fri, 22 Aug 2008 05:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://bradt.ca/?p=441#comment-34008</guid>
		<description>Hint: Think XML, XSLT and the applications thereof (MathML, SVG). See a pattern? 

I wouldn&#039;t name XML dumb without a reasonable cause, and would even expand this stance to XML-inspired domain-specific transformations.</description>
		<content:encoded><![CDATA[<p>Hint: Think XML, XSLT and the applications thereof (MathML, SVG). See a pattern? </p>
<p>I wouldn&#8217;t name XML dumb without a reasonable cause, and would even expand this stance to XML-inspired domain-specific transformations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

