<?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: Converting Ext to jQuery</title>
	<atom:link href="http://www.coderholic.com/converting-ext-to-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderholic.com/converting-ext-to-jquery/</link>
	<description>Addicted to Development</description>
	<lastBuildDate>Sun, 05 Sep 2010 22:12:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Thomas Hansen</title>
		<link>http://www.coderholic.com/converting-ext-to-jquery/comment-page-1/#comment-307</link>
		<dc:creator>Thomas Hansen</dc:creator>
		<pubDate>Wed, 27 Aug 2008 00:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=71#comment-307</guid>
		<description>I don&#039;t know which server-side system you&#039;re on, but if you&#039;re on ASP,NET you might want to check out Ra-Ajax (http://ra-ajax.org)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know which server-side system you&#8217;re on, but if you&#8217;re on ASP,NET you might want to check out Ra-Ajax (<a href="http://ra-ajax.org" rel="nofollow">http://ra-ajax.org</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.coderholic.com/converting-ext-to-jquery/comment-page-1/#comment-133</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 26 Jul 2008 13:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=71#comment-133</guid>
		<description>@JDD - thanks for the links. I don&#039;t know how I overlooked the serialize function! GetJSON isn&#039;t a direct replacement for Ext&#039;s decodeJSON though, which takes a string an returns an object. I don&#039;t know of any jQuery function that does this. 

It was unfair of me to compare the jQuery filesize with that of the entire Ext library, but even with only the core Ext functions the library is still 145KB, almost ten times the size of jQuery. Size wasn&#039;t the only concern though: We weren&#039;t making use of Ext&#039;s UI widgets, which is its the main strength. We were mainly just using DOM selection and modification functions which is where jQuery really excels, making it the best choice for this project.

@Richard - thanks for you comments. For this project we don&#039;t really require the more advanced UI widgets that jQuery UI provides. I&#039;ll certainly be using it on other projects though!</description>
		<content:encoded><![CDATA[<p>@JDD &#8211; thanks for the links. I don&#8217;t know how I overlooked the serialize function! GetJSON isn&#8217;t a direct replacement for Ext&#8217;s decodeJSON though, which takes a string an returns an object. I don&#8217;t know of any jQuery function that does this. </p>
<p>It was unfair of me to compare the jQuery filesize with that of the entire Ext library, but even with only the core Ext functions the library is still 145KB, almost ten times the size of jQuery. Size wasn&#8217;t the only concern though: We weren&#8217;t making use of Ext&#8217;s UI widgets, which is its the main strength. We were mainly just using DOM selection and modification functions which is where jQuery really excels, making it the best choice for this project.</p>
<p>@Richard &#8211; thanks for you comments. For this project we don&#8217;t really require the more advanced UI widgets that jQuery UI provides. I&#8217;ll certainly be using it on other projects though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JDD</title>
		<link>http://www.coderholic.com/converting-ext-to-jquery/comment-page-1/#comment-131</link>
		<dc:creator>JDD</dc:creator>
		<pubDate>Fri, 25 Jul 2008 16:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=71#comment-131</guid>
		<description>I just think its silly to compare file size when sure the entire package of Ext may be 546KB, But jQuery + the entire uncompressed jQuery UI (excluding themes) is 677KB. I dig that you have shown devs how converting from Ext can be done with jQuery. I just think you did it for the wrong reasons.

- JDD</description>
		<content:encoded><![CDATA[<p>I just think its silly to compare file size when sure the entire package of Ext may be 546KB, But jQuery + the entire uncompressed jQuery UI (excluding themes) is 677KB. I dig that you have shown devs how converting from Ext can be done with jQuery. I just think you did it for the wrong reasons.</p>
<p>- JDD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard D. Worth</title>
		<link>http://www.coderholic.com/converting-ext-to-jquery/comment-page-1/#comment-130</link>
		<dc:creator>Richard D. Worth</dc:creator>
		<pubDate>Fri, 25 Jul 2008 16:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=71#comment-130</guid>
		<description>These are great examples. Thank you for sharing. If you haven&#039;t already, you might take a look at jQuery UI http://ui.jquery.com/ . For example, the jQuery UI Dialog plugin provides another alternative replacement for Ext&#039;s dialog. And since you mention blockUI, the equivalent would be dialog&#039;s modal option:

$(&quot;#id&quot;).dialog({ modal: true });</description>
		<content:encoded><![CDATA[<p>These are great examples. Thank you for sharing. If you haven&#8217;t already, you might take a look at jQuery UI <a href="http://ui.jquery.com/" rel="nofollow">http://ui.jquery.com/</a> . For example, the jQuery UI Dialog plugin provides another alternative replacement for Ext&#8217;s dialog. And since you mention blockUI, the equivalent would be dialog&#8217;s modal option:</p>
<p>$(&#8220;#id&#8221;).dialog({ modal: true });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JDD</title>
		<link>http://www.coderholic.com/converting-ext-to-jquery/comment-page-1/#comment-129</link>
		<dc:creator>JDD</dc:creator>
		<pubDate>Fri, 25 Jul 2008 16:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=71#comment-129</guid>
		<description>You do know you don&#039;t have to use the entire Ext package right? I think they even have a build customizer.
That combined with gzipping should have made the file size a none issue. Could have saved you a lot of rework time :/

I also think jQuery has JSON and form serialization:
http://docs.jquery.com/Ajax/serialize
http://docs.jquery.com/Plugins:Forms
http://docs.jquery.com/Ajax/jQuery.getJSON

- JDD</description>
		<content:encoded><![CDATA[<p>You do know you don&#8217;t have to use the entire Ext package right? I think they even have a build customizer.<br />
That combined with gzipping should have made the file size a none issue. Could have saved you a lot of rework time :/</p>
<p>I also think jQuery has JSON and form serialization:<br />
<a href="http://docs.jquery.com/Ajax/serialize" rel="nofollow">http://docs.jquery.com/Ajax/serialize</a><br />
<a href="http://docs.jquery.com/Plugins:Forms" rel="nofollow">http://docs.jquery.com/Plugins:Forms</a><br />
<a href="http://docs.jquery.com/Ajax/jQuery.getJSON" rel="nofollow">http://docs.jquery.com/Ajax/jQuery.getJSON</a></p>
<p>- JDD</p>
]]></content:encoded>
	</item>
</channel>
</rss>
