<?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 Saki's Blog</title>
	<atom:link href="http://blog.extjs.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.extjs.eu</link>
	<description>For good of all productive developers</description>
	<lastBuildDate>Sun, 22 Jan 2012 11:54:10 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on xtype defined by suyash</title>
		<link>http://blog.extjs.eu/know-how/xtype-defined/comment-page-1/#comment-4129</link>
		<dc:creator>suyash</dc:creator>
		<pubDate>Sun, 22 Jan 2012 11:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=67#comment-4129</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ext.ux.MsgBus Plugin by Red</title>
		<link>http://blog.extjs.eu/plugins/ext-ux-msgbus-plugin/comment-page-1/#comment-4128</link>
		<dc:creator>Red</dc:creator>
		<pubDate>Wed, 18 Jan 2012 16:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=473#comment-4128</guid>
		<description>I am little confused about how the actual filtering is performed. Because the subscription is always done for &#039;message&#039; and the publish always fires the &#039;message&#039; event. Is the filtering used in the publish method? 

I am trying to get this to work on ExtJs4..it works allright..but Its basically working by creating a listener for message and firing an event on it. No subject filtering as expected. What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I am little confused about how the actual filtering is performed. Because the subscription is always done for &#8216;message&#8217; and the publish always fires the &#8216;message&#8217; event. Is the filtering used in the publish method? </p>
<p>I am trying to get this to work on ExtJs4..it works allright..but Its basically working by creating a listener for message and firing an event on it. No subject filtering as expected. What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Experience: Ext Component loading can be slow by Malikul</title>
		<link>http://blog.extjs.eu/philosophy/experience-ext-component-loading-can-be-slow/comment-page-1/#comment-4127</link>
		<dc:creator>Malikul</dc:creator>
		<pubDate>Wed, 18 Jan 2012 13:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=615#comment-4127</guid>
		<description>https://secure.workbooks.com/login?demo=1
I have been check this website, I hope the creator will tell us how to create complex layout with fast renderer..</description>
		<content:encoded><![CDATA[<p><a href="https://secure.workbooks.com/login?demo=1" rel="nofollow">https://secure.workbooks.com/login?demo=1</a><br />
I have been check this website, I hope the creator will tell us how to create complex layout with fast renderer..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Leading Comma or Trailing Comma: that is the question by Malikul</title>
		<link>http://blog.extjs.eu/philosophy/leading-comma-or-trailing-comma-that-is-the-question/comment-page-1/#comment-4126</link>
		<dc:creator>Malikul</dc:creator>
		<pubDate>Tue, 17 Jan 2012 01:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=17#comment-4126</guid>
		<description>I agree.. good idea..</description>
		<content:encoded><![CDATA[<p>I agree.. good idea..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I would like to say, Thank you! by Malikul</title>
		<link>http://blog.extjs.eu/philosophy/i-would-like-to-say-thank-you/comment-page-1/#comment-4125</link>
		<dc:creator>Malikul</dc:creator>
		<pubDate>Tue, 17 Jan 2012 01:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=627#comment-4125</guid>
		<description>Saki, You rewarded to achieve many thanks from us (I&#039;m one of saki&#039;s blog fans)..</description>
		<content:encoded><![CDATA[<p>Saki, You rewarded to achieve many thanks from us (I&#8217;m one of saki&#8217;s blog fans)..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Example &#8211; Grid in Card Layout by Miss.Nayan</title>
		<link>http://blog.extjs.eu/examples/new-example-grid-in-card-layout/comment-page-1/#comment-4124</link>
		<dc:creator>Miss.Nayan</dc:creator>
		<pubDate>Fri, 13 Jan 2012 10:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=540#comment-4124</guid>
		<description>Source is not visibile i tried so many times...where it plz i need this example you can send it on my email..thanks</description>
		<content:encoded><![CDATA[<p>Source is not visibile i tried so many times&#8230;where it plz i need this example you can send it on my email..thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Events Explained by Siddharth</title>
		<link>http://blog.extjs.eu/know-how/events-explained/comment-page-1/#comment-4122</link>
		<dc:creator>Siddharth</dc:creator>
		<pubDate>Mon, 02 Jan 2012 07:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=72#comment-4122</guid>
		<description>When we are throwing a user defined event we are throwing it for only one component. If we want many components to listen the event, then we have to fire events for each components. Something like this.

component1.fireEvent(&#039;assigned&#039;, this, employee, position);
component2.fireEvent(&#039;assigned&#039;, this, employee, position);
component3.fireEvent(&#039;assigned&#039;, this, employee, position);

This is similar to call any normal function. It looks like custom events are not solving any technical challenge but they are providing a better design approach.</description>
		<content:encoded><![CDATA[<p>When we are throwing a user defined event we are throwing it for only one component. If we want many components to listen the event, then we have to fire events for each components. Something like this.</p>
<p>component1.fireEvent(&#8217;assigned&#8217;, this, employee, position);<br />
component2.fireEvent(&#8217;assigned&#8217;, this, employee, position);<br />
component3.fireEvent(&#8217;assigned&#8217;, this, employee, position);</p>
<p>This is similar to call any normal function. It looks like custom events are not solving any technical challenge but they are providing a better design approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Designing a 3 columns web page using TableLayout by adad</title>
		<link>http://blog.extjs.eu/know-how/designing-a-3-columns-web-page-using-tablelayout/comment-page-1/#comment-4121</link>
		<dc:creator>adad</dc:creator>
		<pubDate>Thu, 29 Dec 2011 12:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=21#comment-4121</guid>
		<description>https://plus.google.com/u/0/104230841111143142141/posts#104230841111143142141/posts</description>
		<content:encoded><![CDATA[<p><a href="https://plus.google.com/u/0/104230841111143142141/posts#104230841111143142141/posts" rel="nofollow">https://plus.google.com/u/0/104230841111143142141/posts#104230841111143142141/posts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Factory Functions in Ext Extensions (Abstract Classes) by Abstract class pattern extended by Saki &#124; Modus Create</title>
		<link>http://blog.extjs.eu/know-how/factory-functions-in-ext-extensions/comment-page-1/#comment-4120</link>
		<dc:creator>Abstract class pattern extended by Saki &#124; Modus Create</dc:creator>
		<pubDate>Wed, 28 Dec 2011 15:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=546#comment-4120</guid>
		<description>[...] To read the article, click : http://blog.extjs.eu/know-how/factory-functions-in-ext-extensions&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] To read the article, click : <a href="http://blog.extjs.eu/know-how/factory-functions-in-ext-extensions&#8221" rel="nofollow">http://blog.extjs.eu/know-how/factory-functions-in-ext-extensions&#8221</a>; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Events Explained by Radha Krishna</title>
		<link>http://blog.extjs.eu/know-how/events-explained/comment-page-1/#comment-4119</link>
		<dc:creator>Radha Krishna</dc:creator>
		<pubDate>Tue, 27 Dec 2011 17:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=72#comment-4119</guid>
		<description>If you have multiple components in your application like grid panel,form etc. when you select something in grid . you will throw an user defined event. you have listeners in panel and from that will update their status according to the event. &#039;Event&#039; is like broadcasting, listeners are like the people who are interested in event. It is like television broadcasting . there can be many channels available to you but you are interested in channel &#039;abc&#039; and someone might be interested in &#039;TNT&#039; etc.</description>
		<content:encoded><![CDATA[<p>If you have multiple components in your application like grid panel,form etc. when you select something in grid . you will throw an user defined event. you have listeners in panel and from that will update their status according to the event. &#8216;Event&#8217; is like broadcasting, listeners are like the people who are interested in event. It is like television broadcasting . there can be many channels available to you but you are interested in channel &#8216;abc&#8217; and someone might be interested in &#8216;TNT&#8217; etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

