<?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 1.1.3: 800%+ Faster, still 20KB</title>
	<atom:link href="http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: John Resig</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252295</link>
		<dc:creator>John Resig</dc:creator>
		<pubDate>Wed, 04 Jul 2007 01:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252295</guid>
		<description>@Dustin: I haven&#039;t looked at Dom Query in ages. I did check out some of the code in Prototype for some ideas, but mostly just resorted to writing new things from scratch. In fact, my new :nth-child() code has already been nabbed by Jack and put in Dom Query.</description>
		<content:encoded><![CDATA[<p>@Dustin: I haven&#8217;t looked at Dom Query in ages. I did check out some of the code in Prototype for some ideas, but mostly just resorted to writing new things from scratch. In fact, my new :nth-child() code has already been nabbed by Jack and put in Dom Query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Diaz</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252287</link>
		<dc:creator>Dustin Diaz</dc:creator>
		<pubDate>Tue, 03 Jul 2007 20:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252287</guid>
		<description>The sizes seem to all be relatively the same now these days. As all are gZipped and compressed, you&#039;re getting the same stuff. But this is still excellent news. Awesome for John. This is very cool. Haven&#039;t peaked at source yet, but I&#039;m wondering if John borrowed any of Jack&#039;s Dom Query.</description>
		<content:encoded><![CDATA[<p>The sizes seem to all be relatively the same now these days. As all are gZipped and compressed, you&#8217;re getting the same stuff. But this is still excellent news. Awesome for John. This is very cool. Haven&#8217;t peaked at source yet, but I&#8217;m wondering if John borrowed any of Jack&#8217;s Dom Query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Rust</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252275</link>
		<dc:creator>Daniel Rust</dc:creator>
		<pubDate>Tue, 03 Jul 2007 17:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252275</guid>
		<description>awesome news</description>
		<content:encoded><![CDATA[<p>awesome news</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Giese</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252269</link>
		<dc:creator>Josh Giese</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252269</guid>
		<description>I&#039;m really excited about this! Thanks you jQuery development team for making such huge improvements to an already great (and free) library. I cant wait to use it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m really excited about this! Thanks you jQuery development team for making such huge improvements to an already great (and free) library. I cant wait to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Bango</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252267</link>
		<dc:creator>Rey Bango</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252267</guid>
		<description>@Justin: We compare very well in all browsers against all of the popular libs. We realized that we needed to improve our performance and the team worked hard to get us into a very good range as compared to other libs. At this point though, our focus will be on improving other areas of the library, such as UI controls, enhanced event handling, and effects, which is all part of jQuery v1.2 roadmap (http://docs.jquery.com/JQuery_1.2_Roadmap). Thanks for the interest.</description>
		<content:encoded><![CDATA[<p>@Justin: We compare very well in all browsers against all of the popular libs. We realized that we needed to improve our performance and the team worked hard to get us into a very good range as compared to other libs. At this point though, our focus will be on improving other areas of the library, such as UI controls, enhanced event handling, and effects, which is all part of jQuery v1.2 roadmap (<a href="http://docs.jquery.com/JQuery_1.2_Roadmap" rel="nofollow">http://docs.jquery.com/JQuery_1.2_Roadmap</a>). Thanks for the interest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252255</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Tue, 03 Jul 2007 13:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252255</guid>
		<description>Anyone know how jQuery&#039;s speed compares to Mootools? Any benchmarks out there?</description>
		<content:encoded><![CDATA[<p>Anyone know how jQuery&#8217;s speed compares to Mootools? Any benchmarks out there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vsync</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252248</link>
		<dc:creator>Vsync</dc:creator>
		<pubDate>Tue, 03 Jul 2007 07:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252248</guid>
		<description>This is just awesome news! i&#039;ve been waiting for this release for a long time!! 
great job you guys! :D</description>
		<content:encoded><![CDATA[<p>This is just awesome news! i&#8217;ve been waiting for this release for a long time!!<br />
great job you guys! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Bango</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252242</link>
		<dc:creator>Rey Bango</dc:creator>
		<pubDate>Mon, 02 Jul 2007 20:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252242</guid>
		<description>Thx Miguel :)</description>
		<content:encoded><![CDATA[<p>Thx Miguel :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Benevides</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252241</link>
		<dc:creator>Miguel Benevides</dc:creator>
		<pubDate>Mon, 02 Jul 2007 20:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252241</guid>
		<description>Congratulations and thanks to the JQuery team. 
Mike: 1.1.3 - 1.1.2 = 0.0.1 you don&#039;t sell cheap ;)</description>
		<content:encoded><![CDATA[<p>Congratulations and thanks to the JQuery team.<br />
Mike: 1.1.3 &#8211; 1.1.2 = 0.0.1 you don&#8217;t sell cheap ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Bango</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252240</link>
		<dc:creator>Rey Bango</dc:creator>
		<pubDate>Mon, 02 Jul 2007 19:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252240</guid>
		<description>@Mike:Thats fine. There are many choices out there. Good luck.</description>
		<content:encoded><![CDATA[<p>@Mike:Thats fine. There are many choices out there. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252239</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 02 Jul 2007 19:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252239</guid>
		<description>even with this update, I will never use this js library/framework.</description>
		<content:encoded><![CDATA[<p>even with this update, I will never use this js library/framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252235</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Mon, 02 Jul 2007 17:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252235</guid>
		<description>When I was new to Ajax and JS frameworks, I opted for prototype\scriptaculous because of their presence on the web.  I ton of tutorials and examples, etc.

Within the past 2 months I gave JQuery a shot and I will never look back.  I have begun replacing all my sites&#039; JS with JQuery and I hope that the upcoming books are worth the money!</description>
		<content:encoded><![CDATA[<p>When I was new to Ajax and JS frameworks, I opted for prototype\scriptaculous because of their presence on the web.  I ton of tutorials and examples, etc.</p>
<p>Within the past 2 months I gave JQuery a shot and I will never look back.  I have begun replacing all my sites&#8217; JS with JQuery and I hope that the upcoming books are worth the money!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Bango</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252226</link>
		<dc:creator>Rey Bango</dc:creator>
		<pubDate>Mon, 02 Jul 2007 14:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252226</guid>
		<description>Guys, Gilles said it perfectly and this post *IS* about all of the great new updates in jQuery, not file size. The whole file size issue has been hashed and rehashed over and over so how about we focus on the great things that have been updated in the jQuery library instead of trying to nitpick over something as inane as file size.</description>
		<content:encoded><![CDATA[<p>Guys, Gilles said it perfectly and this post *IS* about all of the great new updates in jQuery, not file size. The whole file size issue has been hashed and rehashed over and over so how about we focus on the great things that have been updated in the jQuery library instead of trying to nitpick over something as inane as file size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Aaron</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252224</link>
		<dc:creator>Brandon Aaron</dc:creator>
		<pubDate>Mon, 02 Jul 2007 14:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252224</guid>
		<description>err... jquery.min.js ...</description>
		<content:encoded><![CDATA[<p>err&#8230; jquery.min.js &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Aaron</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252223</link>
		<dc:creator>Brandon Aaron</dc:creator>
		<pubDate>Mon, 02 Jul 2007 14:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252223</guid>
		<description>@todd:
The 20kb file size is without gzip compression. If you take the jqury.min.js and gzip it, the file size would be only 11kb.</description>
		<content:encoded><![CDATA[<p>@todd:<br />
The 20kb file size is without gzip compression. If you take the jqury.min.js and gzip it, the file size would be only 11kb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilles</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252222</link>
		<dc:creator>Gilles</dc:creator>
		<pubDate>Mon, 02 Jul 2007 14:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252222</guid>
		<description>@Todd; The goal of the team was to improve the speed without adding extra kb, and they succeeded. That is why it is stressed that it is &quot;still&quot; 20kb.</description>
		<content:encoded><![CDATA[<p>@Todd; The goal of the team was to improve the speed without adding extra kb, and they succeeded. That is why it is stressed that it is &#8220;still&#8221; 20kb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Thuerigen</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252220</link>
		<dc:creator>Frank Thuerigen</dc:creator>
		<pubDate>Mon, 02 Jul 2007 14:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252220</guid>
		<description>Works like charm... thanks again to John and the crew ;-)
What I like especially about jQuery is that it doesnÂ´t overload JS base functionality. To me this has become a key issue, since twoBirds was designed to load foreign libs on demand also. From the first try, jQuery was amazingingly simple in this, it went from trial into production in less than an hour... and it has become my #1 recommendation for effects.</description>
		<content:encoded><![CDATA[<p>Works like charm&#8230; thanks again to John and the crew ;-)<br />
What I like especially about jQuery is that it doesnÂ´t overload JS base functionality. To me this has become a key issue, since twoBirds was designed to load foreign libs on demand also. From the first try, jQuery was amazingingly simple in this, it went from trial into production in less than an hour&#8230; and it has become my #1 recommendation for effects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252218</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Mon, 02 Jul 2007 13:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252218</guid>
		<description>That is 20kb compressed (most JS frameworks are that small now),
Prototype compressed is 15kb-22kb, dojo (new release) is 20 ish)...</description>
		<content:encoded><![CDATA[<p>That is 20kb compressed (most JS frameworks are that small now),<br />
Prototype compressed is 15kb-22kb, dojo (new release) is 20 ish)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bietchetlien</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252217</link>
		<dc:creator>bietchetlien</dc:creator>
		<pubDate>Mon, 02 Jul 2007 13:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252217</guid>
		<description>Awesome, speed is very important</description>
		<content:encoded><![CDATA[<p>Awesome, speed is very important</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Antolinez</title>
		<link>http://ajaxian.com/archives/jquery-113-800-faster-still-20kb/comment-page-1#comment-252216</link>
		<dc:creator>Oscar Antolinez</dc:creator>
		<pubDate>Mon, 02 Jul 2007 13:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2535#comment-252216</guid>
		<description>Buenas Noticias!!!!!!</description>
		<content:encoded><![CDATA[<p>Buenas Noticias!!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

