<?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: jquery vs mootools: my initial thoughts</title>
	<atom:link href="http://www.olivernassar.com/2009/11/12/jquery-vs-mootools-my-initial-thoughts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olivernassar.com/2009/11/12/jquery-vs-mootools-my-initial-thoughts/</link>
	<description>Making the interwebs.</description>
	<lastBuildDate>Tue, 27 Jul 2010 21:50:16 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: onassar</title>
		<link>http://www.olivernassar.com/2009/11/12/jquery-vs-mootools-my-initial-thoughts/#comment-1727</link>
		<dc:creator>onassar</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivernassar.com/?p=282#comment-1727</guid>
		<description>Cool good to know. I personally am now a fan of using html as a source for creating nodes; I like being explicit since it leads to more organized, followable code, but I bet tons of people will like that and be easier on new comers :)</description>
		<content:encoded><![CDATA[<p>Cool good to know. I personally am now a fan of using html as a source for creating nodes; I like being explicit since it leads to more organized, followable code, but I bet tons of people will like that and be easier on new comers <img src='http://www.olivernassar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Newton</title>
		<link>http://www.olivernassar.com/2009/11/12/jquery-vs-mootools-my-initial-thoughts/#comment-1694</link>
		<dc:creator>Aaron Newton</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivernassar.com/?p=282#comment-1694</guid>
		<description>ok, the html in my example above got stripped out. It&#039;s the same html from your example in the article...</description>
		<content:encoded><![CDATA[<p>ok, the html in my example above got stripped out. It&#8217;s the same html from your example in the article&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Newton</title>
		<link>http://www.olivernassar.com/2009/11/12/jquery-vs-mootools-my-initial-thoughts/#comment-1693</link>
		<dc:creator>Aaron Newton</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.olivernassar.com/?p=282#comment-1693</guid>
		<description>Nice comparison. One quick note, as of MooTools 1.2.4, there is a plugin in MooTools More called Elements.From.js that lets you do this:

var html = ‘yo yo’;
Elements.from(html).inject(document.body);

OR

document.body.adopt(Elements.from(html));</description>
		<content:encoded><![CDATA[<p>Nice comparison. One quick note, as of MooTools 1.2.4, there is a plugin in MooTools More called Elements.From.js that lets you do this:</p>
<p>var html = ‘yo yo’;<br />
Elements.from(html).inject(document.body);</p>
<p>OR</p>
<p>document.body.adopt(Elements.from(html));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
