<?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 Blog @ Joerg Drzycimski</title>
	<atom:link href="http://www.drzycimski.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drzycimski.com</link>
	<description>Programming &#38; Webdesign Resources</description>
	<lastBuildDate>Tue, 17 Jan 2012 07:39:34 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on Google Maps Geocoding with JSON and PHP by Chung Xà</title>
		<link>http://www.drzycimski.com/programming/zend-framework/google-maps-geocoding-api-with-json-and-php/comment-page-1/#comment-129</link>
		<dc:creator>Chung Xà</dc:creator>
		<pubDate>Tue, 17 Jan 2012 07:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.drzycimski.com/?p=115#comment-129</guid>
		<description>This class need Zend to work</description>
		<content:encoded><![CDATA[<p>This class need Zend to work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Geocoding with JSON and PHP by Dom</title>
		<link>http://www.drzycimski.com/programming/zend-framework/google-maps-geocoding-api-with-json-and-php/comment-page-1/#comment-92</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Sun, 11 Sep 2011 07:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.drzycimski.com/?p=115#comment-92</guid>
		<description>Thanks a million for this tutorial!</description>
		<content:encoded><![CDATA[<p>Thanks a million for this tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Geocoding with JSON and PHP by widyana</title>
		<link>http://www.drzycimski.com/programming/zend-framework/google-maps-geocoding-api-with-json-and-php/comment-page-1/#comment-86</link>
		<dc:creator>widyana</dc:creator>
		<pubDate>Thu, 11 Aug 2011 03:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.drzycimski.com/?p=115#comment-86</guid>
		<description>hi, thanks for this tutorial. .</description>
		<content:encoded><![CDATA[<p>hi, thanks for this tutorial. .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Geocoding with JSON and PHP by Thomas</title>
		<link>http://www.drzycimski.com/programming/zend-framework/google-maps-geocoding-api-with-json-and-php/comment-page-1/#comment-62</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 18 May 2011 12:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.drzycimski.com/?p=115#comment-62</guid>
		<description>Thanks alot, just what i needed!</description>
		<content:encoded><![CDATA[<p>Thanks alot, just what i needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No-MVC Zend Framework: jQuery Star Rating code / Part IV by admin</title>
		<link>http://www.drzycimski.com/programming/zend-framework/no-mvc-zend-framework-jquery-star-rating-code-part-iv/comment-page-1/#comment-55</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 21 Feb 2011 18:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.drzycimski.com/?p=48#comment-55</guid>
		<description>I know ;) Set showCancel to false, then. I just copied the line from the options documentation. On that page, there´s a comment describing how to show blanks instead of one default selected option, check that one out for details.</description>
		<content:encoded><![CDATA[<p>I know <img src='http://www.drzycimski.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Set showCancel to false, then. I just copied the line from the options documentation. On that page, there´s a comment describing how to show blanks instead of one default selected option, check that one out for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No-MVC Zend Framework: jQuery Star Rating code / Part IV by Mahboob</title>
		<link>http://www.drzycimski.com/programming/zend-framework/no-mvc-zend-framework-jquery-star-rating-code-part-iv/comment-page-1/#comment-54</link>
		<dc:creator>Mahboob</dc:creator>
		<pubDate>Mon, 21 Feb 2011 07:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.drzycimski.com/?p=48#comment-54</guid>
		<description>Hi Cheers, Joerg

dear i don&#039;t want to show Cancel Button. but when getting value 0 then not star selected.</description>
		<content:encoded><![CDATA[<p>Hi Cheers, Joerg</p>
<p>dear i don&#8217;t want to show Cancel Button. but when getting value 0 then not star selected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No-MVC Zend Framework: jQuery Star Rating code / Part IV by admin</title>
		<link>http://www.drzycimski.com/programming/zend-framework/no-mvc-zend-framework-jquery-star-rating-code-part-iv/comment-page-1/#comment-53</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 19 Feb 2011 10:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.drzycimski.com/?p=48#comment-53</guid>
		<description>Hi Mahboob,

$(&quot;.rating&quot;).rating({showCancel: true, startValue: null,}) should do the trick, but I haven´t tested it yet. Pls refer to http://zensoftware.org/archives/483 for details on options.

Cheers, Joerg</description>
		<content:encoded><![CDATA[<p>Hi Mahboob,</p>
<p>$(&#8220;.rating&#8221;).rating({showCancel: true, startValue: null,}) should do the trick, but I haven´t tested it yet. Pls refer to <a href="http://zensoftware.org/archives/483">http://zensoftware.org/archives/483</a> for details on options.</p>
<p>Cheers, Joerg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No-MVC Zend Framework: jQuery Star Rating code / Part IV by Mahboob</title>
		<link>http://www.drzycimski.com/programming/zend-framework/no-mvc-zend-framework-jquery-star-rating-code-part-iv/comment-page-1/#comment-52</link>
		<dc:creator>Mahboob</dc:creator>
		<pubDate>Sat, 19 Feb 2011 06:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.drzycimski.com/?p=48#comment-52</guid>
		<description>Hi 

If I set a Value 0 then one STAR is show as select how can if this.
using ASP.net MVC

Test with 
jquery-1.3.2.min.js
jquery-1.5.min.js</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>If I set a Value 0 then one STAR is show as select how can if this.<br />
using ASP.net MVC</p>
<p>Test with<br />
jquery-1.3.2.min.js<br />
jquery-1.5.min.js</p>
]]></content:encoded>
	</item>
</channel>
</rss>

