<?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>Too Much White Space &#187; html</title>
	<atom:link href="http://toomuchwhitespace.integritive.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://toomuchwhitespace.integritive.com</link>
	<description>Code, Design, Business, Fun</description>
	<lastBuildDate>Tue, 18 Jun 2013 00:05:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Javascript better practices: Clone HTML templates instead of directly creating elements</title>
		<link>http://toomuchwhitespace.integritive.com/2011/02/18/javascript-better-practices-clone-html-templates-instead-of-directly-creating-elements/</link>
		<comments>http://toomuchwhitespace.integritive.com/2011/02/18/javascript-better-practices-clone-html-templates-instead-of-directly-creating-elements/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 22:56:44 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://toomuchwhitespace.integritive.com/?p=1381</guid>
		<description><![CDATA[When manipulating the DOM with Javascript, try to avoid creating elements as much as possible. Instead, clone an HTML template, then use Javascript to alter the text and attributes of those elements. The main benefit of this practice is to keep the HTML separate from the Javascript source. This way, you can style and rearrange [...]]]></description>
		<wfw:commentRss>http://toomuchwhitespace.integritive.com/2011/02/18/javascript-better-practices-clone-html-templates-instead-of-directly-creating-elements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->