<?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: Building a Rating Widget with Ext Core 3.0 Final and Google CDN</title>
	<atom:link href="http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/</link>
	<description>JavaScript UI Component Library</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:37:38 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: krzysztof</title>
		<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/comment-page-1/#comment-83167</link>
		<dc:creator>krzysztof</dc:creator>
		<pubDate>Sat, 21 Nov 2009 23:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/?p=1197#comment-83167</guid>
		<description>Tried with Chrome - works good.</description>
		<content:encoded><![CDATA[<p>Tried with Chrome &#8211; works good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krzysztof</title>
		<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/comment-page-1/#comment-82128</link>
		<dc:creator>krzysztof</dc:creator>
		<pubDate>Sun, 15 Nov 2009 23:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/?p=1197#comment-82128</guid>
		<description>looks good, need to try it with Chrome.</description>
		<content:encoded><![CDATA[<p>looks good, need to try it with Chrome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/comment-page-1/#comment-80815</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Wed, 11 Nov 2009 19:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/?p=1197#comment-80815</guid>
		<description>Thanks a lot!! ;)</description>
		<content:encoded><![CDATA[<p>Thanks a lot!! <img src='http://www.extjs.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mj</title>
		<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/comment-page-1/#comment-76235</link>
		<dc:creator>mj</dc:creator>
		<pubDate>Wed, 07 Oct 2009 06:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/?p=1197#comment-76235</guid>
		<description>hi, 
so to make out the rating system i jus need the codes above and that&#039;s all??</description>
		<content:encoded><![CDATA[<p>hi,<br />
so to make out the rating system i jus need the codes above and that&#8217;s all??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sap</title>
		<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/comment-page-1/#comment-74892</link>
		<dc:creator>Sap</dc:creator>
		<pubDate>Fri, 18 Sep 2009 07:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/?p=1197#comment-74892</guid>
		<description>I&#039;m found some bug. There should be some check in &quot;enable&quot; function, because if function &quot;enable&quot; calls more then one time the code &quot;this.container.on({click: this.onStarClick,...&quot; execute more than one time too. So if user click on star, script has multiply calls of the click event. I resolve this problem by the use of &quot;if(!this.disabled){return;}&quot;, see code:

    enable : function() {
        if(!this.disabled){return;}
        ......

P.S. thank you for rating code :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m found some bug. There should be some check in &#8220;enable&#8221; function, because if function &#8220;enable&#8221; calls more then one time the code &#8220;this.container.on({click: this.onStarClick,&#8230;&#8221; execute more than one time too. So if user click on star, script has multiply calls of the click event. I resolve this problem by the use of &#8220;if(!this.disabled){return;}&#8221;, see code:</p>
<p>    enable : function() {<br />
        if(!this.disabled){return;}<br />
        &#8230;&#8230;</p>
<p>P.S. thank you for rating code <img src='http://www.extjs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burn Your To Do List</title>
		<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/comment-page-1/#comment-74660</link>
		<dc:creator>Burn Your To Do List</dc:creator>
		<pubDate>Mon, 14 Sep 2009 10:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/?p=1197#comment-74660</guid>
		<description>Awesome. you did Great!</description>
		<content:encoded><![CDATA[<p>Awesome. you did Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tolga</title>
		<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/comment-page-1/#comment-74526</link>
		<dc:creator>tolga</dc:creator>
		<pubDate>Fri, 11 Sep 2009 10:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/?p=1197#comment-74526</guid>
		<description>amazing

http://www.feneronline.net/video/</description>
		<content:encoded><![CDATA[<p>amazing</p>
<p><a href="http://www.feneronline.net/video/">http://www.feneronline.net/video/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sikiş</title>
		<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/comment-page-1/#comment-71261</link>
		<dc:creator>sikiş</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/?p=1197#comment-71261</guid>
		<description>I am grateful to you for this great content.

&lt;a href=&quot;http://www.acik-ogretim.com&quot; rel=&quot;nofollow&quot;&gt;aöf&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I am grateful to you for this great content.</p>
<p><a href="http://www.acik-ogretim.com">aöf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sikiş</title>
		<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/comment-page-1/#comment-71250</link>
		<dc:creator>sikiş</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/?p=1197#comment-71250</guid>
		<description>http://extjs.com/blog/2008/11/24/extplayer-air-and-ext/#comment-71248</description>
		<content:encoded><![CDATA[<p><a href="http://extjs.com/blog/2008/11/24/extplayer-air-and-ext/#comment-71248">http://extjs.com/blog/2008/11/24/extplayer-air-and-ext/#comment-71248</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://www.extjs.com/blog/2009/06/10/building-a-rating-widget-with-ext-core-30-final-and-google-cdn/comment-page-1/#comment-71131</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Sun, 19 Jul 2009 15:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://extjs.com/blog/?p=1197#comment-71131</guid>
		<description>Widget连“渐进增强”的概念都涉及了，例子复杂点些，anyway,谢谢~这是专业的widget，谢谢提供！</description>
		<content:encoded><![CDATA[<p>Widget连“渐进增强”的概念都涉及了，例子复杂点些，anyway,谢谢~这是专业的widget，谢谢提供！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
