<?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, MooTools vs jQuery</title>
	<atom:link href="http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/</link>
	<description>Making stuff work on the other side of the request.</description>
	<lastBuildDate>Thu, 12 Jan 2012 20:00:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron N.</title>
		<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/comment-page-1/#comment-32297</link>
		<dc:creator>Aaron N.</dc:creator>
		<pubDate>Thu, 28 May 2009 16:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=926#comment-32297</guid>
		<description>@nick, oddly, it was the live comment preview that was breaking the anchor builder (which took me quite a while to figure out!). Thanks. it&#039;s fixed.</description>
		<content:encoded><![CDATA[<p>@nick, oddly, it was the live comment preview that was breaking the anchor builder (which took me quite a while to figure out!). Thanks. it&#8217;s fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick G</title>
		<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/comment-page-1/#comment-32296</link>
		<dc:creator>Nick G</dc:creator>
		<pubDate>Thu, 28 May 2009 12:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=926#comment-32296</guid>
		<description>Love the live comment preview, but the anchor builder isn&#039;t loading it&#039;s background/images (FFox3.0.10)</description>
		<content:encoded><![CDATA[<p>Love the live comment preview, but the anchor builder isn&#8217;t loading it&#8217;s background/images (FFox3.0.10)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick G</title>
		<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/comment-page-1/#comment-32295</link>
		<dc:creator>Nick G</dc:creator>
		<pubDate>Thu, 28 May 2009 12:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=926#comment-32295</guid>
		<description>Excellent.

I&#039;ve been using mootools since moo.fx, jquery was fairly dubious back then.

I thought I&#039;d mention the &lt;a href=&quot;http://en.wikipedia.org/wiki/MooTools&quot; rel=&quot;nofollow&quot;&gt;Wikipedia article on mootools&lt;/a&gt;.
It warns of;
  .  &quot;...needs references that appear in reliable third-party publications.&quot;
  .  &quot;...may contain improper references to self-published sources.&quot;
  .  &quot;...insufficient context...&quot;

But then again I did always like mootools &quot;all-we-care-about-is-javascript&quot; attitude :)

Cheers!</description>
		<content:encoded><![CDATA[<p>Excellent.</p>
<p>I&#8217;ve been using mootools since moo.fx, jquery was fairly dubious back then.</p>
<p>I thought I&#8217;d mention the <a href="http://en.wikipedia.org/wiki/MooTools" rel="nofollow">Wikipedia article on mootools</a>.<br />
It warns of;<br />
  .  &#8220;&#8230;needs references that appear in reliable third-party publications.&#8221;<br />
  .  &#8220;&#8230;may contain improper references to self-published sources.&#8221;<br />
  .  &#8220;&#8230;insufficient context&#8230;&#8221;</p>
<p>But then again I did always like mootools &#8220;all-we-care-about-is-javascript&#8221; attitude :)</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Muetschard</title>
		<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/comment-page-1/#comment-32290</link>
		<dc:creator>Markus Muetschard</dc:creator>
		<pubDate>Tue, 26 May 2009 16:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=926#comment-32290</guid>
		<description>Excellent article: honest, open minded overview and comparison. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Excellent article: honest, open minded overview and comparison. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mani Tadayon</title>
		<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/comment-page-1/#comment-32287</link>
		<dc:creator>Mani Tadayon</dc:creator>
		<pubDate>Mon, 25 May 2009 21:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=926#comment-32287</guid>
		<description>Great article. I like that you&#039;re trying to make an honest comparison, rather than proselytize Mootools.

One issue that I think you overlooked was that JS frameworks are seldom used in a vacuum. I think jQuery&#039;s community has done a lot more to ease integration of jQuery with frameworks like rails. (Obviously, Prototype/Scriptaculous are great in this regard as well.)

I see many projects using Rails with jQuery, but I haven&#039;t seen much of mootools/rails integration. There&#039;s a mootools on rails project, but it&#039;s not actively maintained:

http://github.com/pointcom/mootools-on-rails/tree/master


I&#039;d love to see something like CodeOfficer&#039;s js-data-helper to allow seamless rails integration with mootools:

http://github.com/CodeOfficer/js-data-helper/tree/master</description>
		<content:encoded><![CDATA[<p>Great article. I like that you&#8217;re trying to make an honest comparison, rather than proselytize Mootools.</p>
<p>One issue that I think you overlooked was that JS frameworks are seldom used in a vacuum. I think jQuery&#8217;s community has done a lot more to ease integration of jQuery with frameworks like rails. (Obviously, Prototype/Scriptaculous are great in this regard as well.)</p>
<p>I see many projects using Rails with jQuery, but I haven&#8217;t seen much of mootools/rails integration. There&#8217;s a mootools on rails project, but it&#8217;s not actively maintained:</p>
<p><a href="http://github.com/pointcom/mootools-on-rails/tree/master" rel="nofollow">http://github.com/pointcom/mootools-on-rails/tree/master</a></p>
<p>I&#8217;d love to see something like CodeOfficer&#8217;s js-data-helper to allow seamless rails integration with mootools:</p>
<p><a href="http://github.com/CodeOfficer/js-data-helper/tree/master" rel="nofollow">http://github.com/CodeOfficer/js-data-helper/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hazel Q.</title>
		<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/comment-page-1/#comment-32269</link>
		<dc:creator>Hazel Q.</dc:creator>
		<pubDate>Thu, 21 May 2009 21:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=926#comment-32269</guid>
		<description>Thanks for the post and the JQuery vs Mootols site, it will surely help me understand both frameworks better :)</description>
		<content:encoded><![CDATA[<p>Thanks for the post and the JQuery vs Mootols site, it will surely help me understand both frameworks better :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PR</title>
		<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/comment-page-1/#comment-32264</link>
		<dc:creator>PR</dc:creator>
		<pubDate>Thu, 21 May 2009 02:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=926#comment-32264</guid>
		<description>JQuery works great in iphone :D</description>
		<content:encoded><![CDATA[<p>JQuery works great in iphone :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/comment-page-1/#comment-32263</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Wed, 20 May 2009 16:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=926#comment-32263</guid>
		<description>The most unbiased comparison is a source code hoedown between libraries:

http://ajax.wikispaces.com/functional_comparison</description>
		<content:encoded><![CDATA[<p>The most unbiased comparison is a source code hoedown between libraries:</p>
<p><a href="http://ajax.wikispaces.com/functional_comparison" rel="nofollow">http://ajax.wikispaces.com/functional_comparison</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deef</title>
		<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/comment-page-1/#comment-32261</link>
		<dc:creator>deef</dc:creator>
		<pubDate>Wed, 20 May 2009 10:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=926#comment-32261</guid>
		<description>Very interesting Aaron, thank you for all this info!</description>
		<content:encoded><![CDATA[<p>Very interesting Aaron, thank you for all this info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandr</title>
		<link>http://www.clientcide.com/3rd-party-libraries/jquery-vs-mootools-mootools-vs-jquery/comment-page-1/#comment-32260</link>
		<dc:creator>Alexandr</dc:creator>
		<pubDate>Wed, 20 May 2009 08:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientcide.com/?p=926#comment-32260</guid>
		<description>Hi Aaron.

I can&#039;t contact you via &quot;Contact me&quot; on your site. There is some problem while sending message...
I have some propositions. Contact me please:
skype: mounters
icq: 8405402
or via E-Mail.
thx, Alexand.</description>
		<content:encoded><![CDATA[<p>Hi Aaron.</p>
<p>I can&#8217;t contact you via &#8220;Contact me&#8221; on your site. There is some problem while sending message&#8230;<br />
I have some propositions. Contact me please:<br />
skype: mounters<br />
icq: 8405402<br />
or via E-Mail.<br />
thx, Alexand.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

