<?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 for Codeology</title>
	<atom:link href="http://www.lloydkinsella.net/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lloydkinsella.net</link>
	<description>Idle musings of a bad programmer...</description>
	<lastBuildDate>Fri, 28 Jan 2011 06:14:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on New blog! by Ed Spencer</title>
		<link>http://www.lloydkinsella.net/index.php/2011/01/new-blog/#comment-19</link>
		<dc:creator>Ed Spencer</dc:creator>
		<pubDate>Fri, 28 Jan 2011 06:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lloydkinsella.net/?p=7#comment-19</guid>
		<description>I expect we&#039;ll be seeing a lot more Ext JS posts then :)</description>
		<content:encoded><![CDATA[<p>I expect we&#8217;ll be seeing a lot more Ext JS posts then <img src='http://www.lloydkinsella.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the Column Menu in Ext.grid.GridView by MaFli</title>
		<link>http://www.lloydkinsella.net/index.php/2009/03/fixing-the-column-menu-in-extgridgridview/#comment-9</link>
		<dc:creator>MaFli</dc:creator>
		<pubDate>Sun, 19 Dec 2010 23:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://codeology.lloydkinsella.net/?p=145#comment-9</guid>
		<description>Hey, your fix is awesome! Thank you so much for it! Great work! BTW: I haven&#039;t found it included in Ext 3.0, haven&#039;t you?</description>
		<content:encoded><![CDATA[<p>Hey, your fix is awesome! Thank you so much for it! Great work! BTW: I haven&#8217;t found it included in Ext 3.0, haven&#8217;t you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS MessageBox by dan</title>
		<link>http://www.lloydkinsella.net/index.php/2009/11/a-better-extjs-messagebox/#comment-13</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 19 Oct 2010 16:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://codeology.lloydkinsella.net/?p=192#comment-13</guid>
		<description>Hey Lloyd, this is awesome, thanks for posting this, I&#039;m already using it in one of my apps and it works just fine. Sorry there are always those who find ways to shed their negative light on what others do, but it seems with extjs (and most javascript) their support and and so called experts are always knocking down what others come up with. Anyway, I&#039;ve enjoyed your post. Feel free to check out my site if you have a chance, I&#039;ve also posted a few things extjs related that as always, their &quot;community support&quot; was more than willing to rip appart.</description>
		<content:encoded><![CDATA[<p>Hey Lloyd, this is awesome, thanks for posting this, I&#8217;m already using it in one of my apps and it works just fine. Sorry there are always those who find ways to shed their negative light on what others do, but it seems with extjs (and most javascript) their support and and so called experts are always knocking down what others come up with. Anyway, I&#8217;ve enjoyed your post. Feel free to check out my site if you have a chance, I&#8217;ve also posted a few things extjs related that as always, their &#8220;community support&#8221; was more than willing to rip appart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExtJS Cache Class by Gunmen</title>
		<link>http://www.lloydkinsella.net/index.php/2010/02/extjs-cache-class/#comment-17</link>
		<dc:creator>Gunmen</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://codeology.lloydkinsella.net/?p=206#comment-17</guid>
		<description>I like the idea too. Could become one of those new extjs built-in features. I like to see it work with the upcoming  direct .net code with grid support / examples, based on query parameters.</description>
		<content:encoded><![CDATA[<p>I like the idea too. Could become one of those new extjs built-in features. I like to see it work with the upcoming  direct .net code with grid support / examples, based on query parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compressing your ASP.NET web pages and web services by Bacyloony</title>
		<link>http://www.lloydkinsella.net/index.php/articles/compressing-your-aspnet-web-pages-and-web-services/#comment-4</link>
		<dc:creator>Bacyloony</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://codeology.lloydkinsella.net/?page_id=88#comment-4</guid>
		<description>Really nice site. Hope to visit it again soon</description>
		<content:encoded><![CDATA[<p>Really nice site. Hope to visit it again soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExtJS Cache Class by Ed Spencer</title>
		<link>http://www.lloydkinsella.net/index.php/2010/02/extjs-cache-class/#comment-16</link>
		<dc:creator>Ed Spencer</dc:creator>
		<pubDate>Tue, 09 Feb 2010 01:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://codeology.lloydkinsella.net/?p=206#comment-16</guid>
		<description>Nice idea :)

You might be better off always assuming an asynchronous interface - synchronous can always be made to look asynchronous but the opposite is not true. Something like:

Ext.ux.Cache.get(&#039;someKey&#039;, function(value) {
  //this gets called immediately if the cache is still fresh, or after Ajax.request if not
}, {url: &#039;url/to/fetch/from&#039;, method: &#039;get&#039;);

The third arg is optional and is passed to Ext.Ajax.request</description>
		<content:encoded><![CDATA[<p>Nice idea <img src='http://www.lloydkinsella.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You might be better off always assuming an asynchronous interface &#8211; synchronous can always be made to look asynchronous but the opposite is not true. Something like:</p>
<p>Ext.ux.Cache.get(&#8216;someKey&#8217;, function(value) {<br />
  //this gets called immediately if the cache is still fresh, or after Ajax.request if not<br />
}, {url: &#8216;url/to/fetch/from&#8217;, method: &#8216;get&#8217;);</p>
<p>The third arg is optional and is passed to Ext.Ajax.request</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS MessageBox by Lloyd</title>
		<link>http://www.lloydkinsella.net/index.php/2009/11/a-better-extjs-messagebox/#comment-12</link>
		<dc:creator>Lloyd</dc:creator>
		<pubDate>Fri, 04 Dec 2009 14:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://codeology.lloydkinsella.net/?p=192#comment-12</guid>
		<description>You seemed to have missed the point. Although the MessageBox buttons are indeed Ext.Buttons you have no control over them they&#039;re built elsewhere in the MessageBox code and did not support having icons specified.</description>
		<content:encoded><![CDATA[<p>You seemed to have missed the point. Although the MessageBox buttons are indeed Ext.Buttons you have no control over them they&#8217;re built elsewhere in the MessageBox code and did not support having icons specified.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS MessageBox by Vaidas Zilionis</title>
		<link>http://www.lloydkinsella.net/index.php/2009/11/a-better-extjs-messagebox/#comment-11</link>
		<dc:creator>Vaidas Zilionis</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://codeology.lloydkinsella.net/?p=192#comment-11</guid>
		<description>why don&#039;t you use iconCls on buttons, so you can have icon :)

Like here (first google search result):
http://www.extjs.com/forum/showthread.php?t=12958</description>
		<content:encoded><![CDATA[<p>why don&#8217;t you use iconCls on buttons, so you can have icon <img src='http://www.lloydkinsella.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Like here (first google search result):<br />
<a href="http://www.extjs.com/forum/showthread.php?t=12958" rel="nofollow">http://www.extjs.com/forum/showthread.php?t=12958</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enhancing Ext.tree.TreeLoader by aconran</title>
		<link>http://www.lloydkinsella.net/index.php/2009/07/enhancing-exttreetreeloader/#comment-10</link>
		<dc:creator>aconran</dc:creator>
		<pubDate>Mon, 12 Oct 2009 06:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://codeology.lloydkinsella.net/?p=173#comment-10</guid>
		<description>Lloyd thanks for bringing this to our attention; timeout and requestMethod should definitely be in the TreeLoader! We&#039;ll look at getting this addressed in the near future. Would you mind posting a feature request on the forums?

Thanks,</description>
		<content:encoded><![CDATA[<p>Lloyd thanks for bringing this to our attention; timeout and requestMethod should definitely be in the TreeLoader! We&#8217;ll look at getting this addressed in the near future. Would you mind posting a feature request on the forums?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the Column Menu in Ext.grid.GridView by Lloyd</title>
		<link>http://www.lloydkinsella.net/index.php/2009/03/fixing-the-column-menu-in-extgridgridview/#comment-8</link>
		<dc:creator>Lloyd</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://codeology.lloydkinsella.net/?p=145#comment-8</guid>
		<description>Nope, I think I mentioned it ages ago on the forums and I haven&#039;t looked to see if it&#039;s been addressed in Ext 3.0 just yet.</description>
		<content:encoded><![CDATA[<p>Nope, I think I mentioned it ages ago on the forums and I haven&#8217;t looked to see if it&#8217;s been addressed in Ext 3.0 just yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

