<?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: YUI After the Dojo Snail</title>
	<atom:link href="http://www.straw-dogs.co.uk/03/07/yui-after-the-dojo-snail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.straw-dogs.co.uk/03/07/yui-after-the-dojo-snail/</link>
	<description>The Tao of Ruby, Python, and....Straw Dogs?</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:42:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Neil</title>
		<link>http://www.straw-dogs.co.uk/03/07/yui-after-the-dojo-snail/comment-page-1/#comment-1018</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Wed, 25 Mar 2009 17:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.straw-dogs.co.uk/03/07/yui-after-the-dojo-snail/#comment-1018</guid>
		<description>this sounds fantastic, any of you guys feel like sharing your templates or  a simple example; since i&#039;m new to ajax it&#039;s a bit confusing to put the pieces together; the basic idea of 
&quot;Select id,name,address from FriendList&quot; or whatever with CRUD should be like one line of code. (without installing ruby, just some php libraries/templates) grin</description>
		<content:encoded><![CDATA[<p>this sounds fantastic, any of you guys feel like sharing your templates or  a simple example; since i&#8217;m new to ajax it&#8217;s a bit confusing to put the pieces together; the basic idea of<br />
&#8220;Select id,name,address from FriendList&#8221; or whatever with CRUD should be like one line of code. (without installing ruby, just some php libraries/templates) grin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 7twenty</title>
		<link>http://www.straw-dogs.co.uk/03/07/yui-after-the-dojo-snail/comment-page-1/#comment-831</link>
		<dc:creator>7twenty</dc:creator>
		<pubDate>Wed, 31 Dec 2008 20:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.straw-dogs.co.uk/03/07/yui-after-the-dojo-snail/#comment-831</guid>
		<description>I ran into the same issue with Dojo.  It is just too slow.  I wasn&#039;t so concerned with the load time as our app is a single page app.  However, rendering times are horrible.  We also had many issues with Dojo memory leaks.

We use Ext JS for another app.  It is amazing.  We use it via a GPL license, but the commercial license is worth 10x what they charge.</description>
		<content:encoded><![CDATA[<p>I ran into the same issue with Dojo.  It is just too slow.  I wasn&#8217;t so concerned with the load time as our app is a single page app.  However, rendering times are horrible.  We also had many issues with Dojo memory leaks.</p>
<p>We use Ext JS for another app.  It is amazing.  We use it via a GPL license, but the commercial license is worth 10x what they charge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CDN</title>
		<link>http://www.straw-dogs.co.uk/03/07/yui-after-the-dojo-snail/comment-page-1/#comment-824</link>
		<dc:creator>CDN</dc:creator>
		<pubDate>Wed, 24 Dec 2008 20:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.straw-dogs.co.uk/03/07/yui-after-the-dojo-snail/#comment-824</guid>
		<description>I had a very similar experience w/Dojo and YUI, and am in the process of doing a side-by-side comparison of YUI DataTable vs Dojo DataGrid.  Just wondering ... what do you use for your backend (rails, etc.)?  And, are you using JSON?

I&#039;m using the YUI grid with a JSON DataSource and have found that rails returns an array whereas the YUI datasource apparently expects a JSON response object (with a property containing the results collection).  Have you experienced the same thing?  If so, any words of advice?</description>
		<content:encoded><![CDATA[<p>I had a very similar experience w/Dojo and YUI, and am in the process of doing a side-by-side comparison of YUI DataTable vs Dojo DataGrid.  Just wondering &#8230; what do you use for your backend (rails, etc.)?  And, are you using JSON?</p>
<p>I&#8217;m using the YUI grid with a JSON DataSource and have found that rails returns an array whereas the YUI datasource apparently expects a JSON response object (with a property containing the results collection).  Have you experienced the same thing?  If so, any words of advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anjan</title>
		<link>http://www.straw-dogs.co.uk/03/07/yui-after-the-dojo-snail/comment-page-1/#comment-672</link>
		<dc:creator>anjan</dc:creator>
		<pubDate>Thu, 13 Nov 2008 23:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.straw-dogs.co.uk/03/07/yui-after-the-dojo-snail/#comment-672</guid>
		<description>I&#039;m glad I&#039;m not the only one  obsessed with  dhtml  Data Tables.

I got blown away by ExtJs grids initially a while back, they were truely wicked, until its license turned me off and make me ditch  a month&#039;s effort to learn it.
And then I found YUI datagrid, and I  looked no more.
My whole reason for getting hooked to YUI data table was its wicked inline cell editing. 
Then I came to discover all its goodies, paging, custom formatting, sorting, replicating desktop effects like row clicking etc...
With the help of YUI data grid I managed to abstract out a library that takes in data and metadata from the server via ajax and created a crud application centered around the data table, with absolutely no extra-coding other than creating an instance of  data table. 

And I can drop that library in any project and it&#039;ll give me a CRUD application instantly ( of course u have to write your code on the server to service the ajax calls for data and metadata, and which is quite easy to abstract out ). 
It handles adding/editing/deleting/searching records from one single page. I use YUI&#039;s excellent panel widget to automatically generate  forms for editing records for the CRUD app.

And I wouldn&#039;t trade that for anything :-)

Dojo certainly has a good community following and industry  backings, especially from the Java end of town, but it lacks the appeals of YUI.  With YUI I don&#039;t have to add non-standard stuffs in my markup to make it work and YUI is damn fast too.

And YUI 3.0 is looking really really mean :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad I&#8217;m not the only one  obsessed with  dhtml  Data Tables.</p>
<p>I got blown away by ExtJs grids initially a while back, they were truely wicked, until its license turned me off and make me ditch  a month&#8217;s effort to learn it.<br />
And then I found YUI datagrid, and I  looked no more.<br />
My whole reason for getting hooked to YUI data table was its wicked inline cell editing.<br />
Then I came to discover all its goodies, paging, custom formatting, sorting, replicating desktop effects like row clicking etc&#8230;<br />
With the help of YUI data grid I managed to abstract out a library that takes in data and metadata from the server via ajax and created a crud application centered around the data table, with absolutely no extra-coding other than creating an instance of  data table. </p>
<p>And I can drop that library in any project and it&#8217;ll give me a CRUD application instantly ( of course u have to write your code on the server to service the ajax calls for data and metadata, and which is quite easy to abstract out ).<br />
It handles adding/editing/deleting/searching records from one single page. I use YUI&#8217;s excellent panel widget to automatically generate  forms for editing records for the CRUD app.</p>
<p>And I wouldn&#8217;t trade that for anything <img src='http://www.straw-dogs.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Dojo certainly has a good community following and industry  backings, especially from the Java end of town, but it lacks the appeals of YUI.  With YUI I don&#8217;t have to add non-standard stuffs in my markup to make it work and YUI is damn fast too.</p>
<p>And YUI 3.0 is looking really really mean <img src='http://www.straw-dogs.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
