<?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: Dynamically Create HTML Elements with JavaScript</title>
	<atom:link href="http://juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/</link>
	<description>Break Coders Block!</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:29:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TechKnow Year In Review 2009</title>
		<link>http://juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/comment-page-1/#comment-8735</link>
		<dc:creator>TechKnow Year In Review 2009</dc:creator>
		<pubDate>Fri, 01 Jan 2010 00:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/#comment-8735</guid>
		<description>[...] Dynamically Create HTML Elements with JavaScript [...]</description>
		<content:encoded><![CDATA[<p>[...] Dynamically Create HTML Elements with JavaScript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Napolux</title>
		<link>http://juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/comment-page-1/#comment-2741</link>
		<dc:creator>Napolux</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/#comment-2741</guid>
		<description>Nice post. I was just searching for something like this in jQuery... But I would prefer the first solution proposed...</description>
		<content:encoded><![CDATA[<p>Nice post. I was just searching for something like this in jQuery&#8230; But I would prefer the first solution proposed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechKnow</title>
		<link>http://juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/comment-page-1/#comment-753</link>
		<dc:creator>TechKnow</dc:creator>
		<pubDate>Mon, 11 May 2009 20:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/#comment-753</guid>
		<description>I&#039;ll agree with Brian here, that if you want to create a large chunk of HTML I prefer how jQuery allows you to simply pass in a string with valid HTML.

That said, there are many situation that I want to create a lot of links and I just simplified that by making a function $A(url, message) saves me some repetitive typing.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll agree with Brian here, that if you want to create a large chunk of HTML I prefer how jQuery allows you to simply pass in a string with valid HTML.</p>
<p>That said, there are many situation that I want to create a lot of links and I just simplified that by making a function $A(url, message) saves me some repetitive typing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/comment-page-1/#comment-754</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 11 May 2009 19:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/#comment-754</guid>
		<description>Not really seaing how thats &quot;easier syntax&quot;, its has less readability and is less convenient</description>
		<content:encoded><![CDATA[<p>Not really seaing how thats &#8220;easier syntax&#8221;, its has less readability and is less convenient</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Kulkin</title>
		<link>http://juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/comment-page-1/#comment-755</link>
		<dc:creator>Maxim Kulkin</dc:creator>
		<pubDate>Mon, 11 May 2009 17:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2009/05/11/dynamically-create-html-elements-with-javascript/#comment-755</guid>
		<description>There is a Low Pro library that is built on top of Prototype library that allows even more easier syntax:

var link = $a({ href: &#039;http://juixe.com&#039; }, &#039;Hello, &#039;, $b(&#039;Low Pro&#039;), &#039;!&#039;)</description>
		<content:encoded><![CDATA[<p>There is a Low Pro library that is built on top of Prototype library that allows even more easier syntax:</p>
<p>var link = $a({ href: &#8216;<a href="http://juixe.com" rel="nofollow">http://juixe.com</a>&#8216; }, &#8216;Hello, &#8216;, $b(&#8216;Low Pro&#8217;), &#8216;!&#8217;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

