<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Slashdev &#187; JavaScript</title>
	<atom:link href="http://www.slashdev.ca/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slashdev.ca</link>
	<description>Hardware, software, and just general tinkering</description>
	<lastBuildDate>Mon, 14 Jun 2010 01:54:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introducing jQTemplate</title>
		<link>http://www.slashdev.ca/2009/06/16/introducing-jqtemplate/</link>
		<comments>http://www.slashdev.ca/2009/06/16/introducing-jqtemplate/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:32:12 +0000</pubDate>
		<dc:creator>jiGGaK</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.slashdev.ca/?p=261</guid>
		<description><![CDATA[Some time ago I started a little experiment to see what this whole &#8220;Web 2.0&#8243; development thing was all about.  The goal of the experiment was to develop a simple application without the help of any server side web framework, and instead use JSON as a data interchange format.  All HTML, CSS, and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_264" class="wp-caption aligncenter" style="width: 380px"><img src="http://www.slashdev.ca/wp-content/uploads/2009/06/jqtemplate.png" alt="jQTemplate in action" title="jqtemplate" width="370" height="220" class="size-full wp-image-264" /><p class="wp-caption-text">jQTemplate in action</p></div>
<p>Some time ago I started a little experiment to see what this whole <a href="http://git.slashdev.ca/linkdb/">&#8220;Web 2.0&#8243; development</a> thing was all about.  The goal of the experiment was to develop a simple application without the help of any server side web framework, and instead use <a href="http://json.org/">JSON</a> as a data interchange format.  All HTML, CSS, and JavaScript should be cleanly separated.</p>
<p>Cleanly separating the HTML from the JavaScript posed a challenge and thus <a href="/jqtemplate">jQTemplate</a> was born.  The concept is simple: write snippets of HTML code with annotations (in the form of special XML attributes) that can be used to transform the snippet into elements in the DOM.</p>
<p>The result I think is actually quite nice, and I love me some pretty code!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.slashdev.ca/2009/06/16/introducing-jqtemplate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
