<?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: JavaScript libraries: jQuery vs. ExtJS</title>
	<atom:link href="http://www.guahanweb.com/2009/11/18/javascript-libraries-jquery-vs-extjs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guahanweb.com/2009/11/18/javascript-libraries-jquery-vs-extjs/</link>
	<description>Frolic through the playground of my mind</description>
	<lastBuildDate>Fri, 18 Jun 2010 23:06:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: obsidian</title>
		<link>http://www.guahanweb.com/2009/11/18/javascript-libraries-jquery-vs-extjs/comment-page-1/#comment-308</link>
		<dc:creator>obsidian</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.guahanweb.com/?p=286#comment-308</guid>
		<description>Steve, good find. I have looked at it before, but it hasn&#039;t ever seemed to fit my needs. The biggest difference I see with this library is that it really focuses on individual pieces as modules rather than a core with modules you can add or take away. This looks to be a great solution if you need only one or two dynamic elements on your page (like a tree). Including a single library item may indeed reduce the footprint needed by a custom build of ExtJS or YUI, but I haven&#039;t done a direct comparison. 

In my case, I usually am in need of a handful of elements at the same time, so using ExtJS is generally my choice. In addition, keep in mind that ExtJS has a ton of helper objects and APIs that aren&#039;t strictly visual that some of these other itemized libraries won&#039;t afford.</description>
		<content:encoded><![CDATA[<p>Steve, good find. I have looked at it before, but it hasn&#8217;t ever seemed to fit my needs. The biggest difference I see with this library is that it really focuses on individual pieces as modules rather than a core with modules you can add or take away. This looks to be a great solution if you need only one or two dynamic elements on your page (like a tree). Including a single library item may indeed reduce the footprint needed by a custom build of ExtJS or YUI, but I haven&#8217;t done a direct comparison. </p>
<p>In my case, I usually am in need of a handful of elements at the same time, so using ExtJS is generally my choice. In addition, keep in mind that ExtJS has a ton of helper objects and APIs that aren&#8217;t strictly visual that some of these other itemized libraries won&#8217;t afford.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.guahanweb.com/2009/11/18/javascript-libraries-jquery-vs-extjs/comment-page-1/#comment-307</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.guahanweb.com/?p=286#comment-307</guid>
		<description>Have you tried &lt;a href=&quot;http://dhtmlx.com/&quot; rel=&quot;nofollow&quot;&gt;dhtmlx&lt;/a&gt; library? I&#039;ve recently stumbled upon their website and thought it might be an alternative to ExtJS, but I&#039;m not sure. Do you have any experience with them?</description>
		<content:encoded><![CDATA[<p>Have you tried <a href="http://dhtmlx.com/" rel="nofollow">dhtmlx</a> library? I&#8217;ve recently stumbled upon their website and thought it might be an alternative to ExtJS, but I&#8217;m not sure. Do you have any experience with them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: obsidian</title>
		<link>http://www.guahanweb.com/2009/11/18/javascript-libraries-jquery-vs-extjs/comment-page-1/#comment-298</link>
		<dc:creator>obsidian</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.guahanweb.com/?p=286#comment-298</guid>
		<description>I&#039;m not a big fan of mootools. I&#039;ve used it in the past, and while I&#039;m sure the library has improved in last couple years, it would have to have made significant strides to surpass jQuery in my eyes. I cannot vouch for extensions, and I tried hard to avoid the topic in this post for the very reasons you bring up.

Every user is going to have different needs and preferences to be figured in to every app. If mootools, dojo, striptaculous or another library actually fits the need and your coding style best, use it. For my general purpose coding, though, jQuery it is. I also have written several custom plugins for jQuery with great success on specific project, though I cannot vouch for the nature of the 3rd party ones to which you refer.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a big fan of mootools. I&#8217;ve used it in the past, and while I&#8217;m sure the library has improved in last couple years, it would have to have made significant strides to surpass jQuery in my eyes. I cannot vouch for extensions, and I tried hard to avoid the topic in this post for the very reasons you bring up.</p>
<p>Every user is going to have different needs and preferences to be figured in to every app. If mootools, dojo, striptaculous or another library actually fits the need and your coding style best, use it. For my general purpose coding, though, jQuery it is. I also have written several custom plugins for jQuery with great success on specific project, though I cannot vouch for the nature of the 3rd party ones to which you refer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brade</title>
		<link>http://www.guahanweb.com/2009/11/18/javascript-libraries-jquery-vs-extjs/comment-page-1/#comment-296</link>
		<dc:creator>Brade</dc:creator>
		<pubDate>Thu, 19 Nov 2009 01:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.guahanweb.com/?p=286#comment-296</guid>
		<description>Haven&#039;t dug into Ext3, but it looks interesting for bigger scale projects. I&#039;ve worked extensively with jQuery and mootools, and at this point, given the choice, I&#039;ll always go with mootools. IMO it handles ajax forms much better (more sensible syntax), and it definitely seems to do animation better. This was proven on a recent site launch, www.greenvillenext.com
where the client wanted the feeling of &quot;walking thru&quot; the building. In IE7 in particular, jQuery&#039;s &quot;localscroll&quot; plugin was horribly slow and jaggy. Mootools&#039; &quot;fx.scroll&quot; ended up doing the job way better on all browsers (although it still snags a little if your browser has been leaking memory for a while). Plus any time I develop with mootools, I have the option of using the &quot;more&quot; libraries which handle most things. If some other need arises, I can then check the clientcide.com libraries and digitarald.de/projects/ for even more fun stuff. The clientcide guy even wrote a nice comparison btw. jquery and mootools at jqueryvsmootools.com

Like I said, I still use jQuery a lot because Drupal comes with it by default and that&#039;s what we develop many of our sites on. But if I&#039;m doing a cakePHP or appEngine app and I get to choose, then mootools it is!</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t dug into Ext3, but it looks interesting for bigger scale projects. I&#8217;ve worked extensively with jQuery and mootools, and at this point, given the choice, I&#8217;ll always go with mootools. IMO it handles ajax forms much better (more sensible syntax), and it definitely seems to do animation better. This was proven on a recent site launch, <a href="http://www.greenvillenext.com" rel="nofollow">http://www.greenvillenext.com</a><br />
where the client wanted the feeling of &#8220;walking thru&#8221; the building. In IE7 in particular, jQuery&#8217;s &#8220;localscroll&#8221; plugin was horribly slow and jaggy. Mootools&#8217; &#8220;fx.scroll&#8221; ended up doing the job way better on all browsers (although it still snags a little if your browser has been leaking memory for a while). Plus any time I develop with mootools, I have the option of using the &#8220;more&#8221; libraries which handle most things. If some other need arises, I can then check the clientcide.com libraries and digitarald.de/projects/ for even more fun stuff. The clientcide guy even wrote a nice comparison btw. jquery and mootools at jqueryvsmootools.com</p>
<p>Like I said, I still use jQuery a lot because Drupal comes with it by default and that&#8217;s what we develop many of our sites on. But if I&#8217;m doing a cakePHP or appEngine app and I get to choose, then mootools it is!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
