<?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: Displaying stars (with rounding) as a Django templatetag</title>
	<atom:link href="http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/</link>
	<description>Everything you&#039;ve ever thought, but never had the balls to say.</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:53:14 -1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Harry</title>
		<link>http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/comment-page-1/#comment-30027</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Thu, 04 Jun 2009 09:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/#comment-30027</guid>
		<description>Hi, 
The code is Awesome but am struggling to save the Ratings in the oracle Database, I anybody has any idea please share to my mail id.

Thanks
Harry</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The code is Awesome but am struggling to save the Ratings in the oracle Database, I anybody has any idea please share to my mail id.</p>
<p>Thanks<br />
Harry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Spent some time last night playing with &#8230; Steven Osborn</title>
		<link>http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/comment-page-1/#comment-29971</link>
		<dc:creator>&#187; Spent some time last night playing with &#8230; Steven Osborn</dc:creator>
		<pubDate>Tue, 17 Mar 2009 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/#comment-29971</guid>
		<description>[...] some time last night playing with star ratings in Django, thanks to Ryan Kanno and Leah Culver&#8217;s hard work, because it made my job incredibly easy.   [...]</description>
		<content:encoded><![CDATA[<p>[...] some time last night playing with star ratings in Django, thanks to Ryan Kanno and Leah Culver&#8217;s hard work, because it made my job incredibly easy.   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: btimby</title>
		<link>http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/comment-page-1/#comment-29658</link>
		<dc:creator>btimby</dc:creator>
		<pubDate>Thu, 24 Jul 2008 06:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/#comment-29658</guid>
		<description>Here is an implementation for Django that does ajax updating of rating and DHTML mouseover goodness.

Kinda like netflix does...

http://ben.timby.com/?p=51</description>
		<content:encoded><![CDATA[<p>Here is an implementation for Django that does ajax updating of rating and DHTML mouseover goodness.</p>
<p>Kinda like netflix does&#8230;</p>
<p><a href="http://ben.timby.com/?p=51" rel="nofollow">http://ben.timby.com/?p=51</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/comment-page-1/#comment-13297</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 28 Nov 2007 12:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/#comment-13297</guid>
		<description>Sorry for the very late response, I hope you have email alerts for comments...

In case anyone else stumbles upon this, I would like to suggest a better implementation for your HTML/CSS side of things. A complementary Django bit wouldn&#039;t be too difficult to write.

http://willhardy.com.au/files/demos/stars/

Doing it this way would mean:
    * information is completely separated from the style.
    * there is no need to maintain a set of complicated, half filled star images
    * the result is accessible (people with screen readers, text browsers, google)
    * results can still be rounded, just like before, but also has to be done in Django filter.</description>
		<content:encoded><![CDATA[<p>Sorry for the very late response, I hope you have email alerts for comments&#8230;</p>
<p>In case anyone else stumbles upon this, I would like to suggest a better implementation for your HTML/CSS side of things. A complementary Django bit wouldn&#8217;t be too difficult to write.</p>
<p><a href="http://willhardy.com.au/files/demos/stars/" rel="nofollow">http://willhardy.com.au/files/demos/stars/</a></p>
<p>Doing it this way would mean:<br />
    * information is completely separated from the style.<br />
    * there is no need to maintain a set of complicated, half filled star images<br />
    * the result is accessible (people with screen readers, text browsers, google)<br />
    * results can still be rounded, just like before, but also has to be done in Django filter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Kanno: The diary of an Enginerd in Hawaii &#187; Using the extra() QuerySet modifier in Django for WeGoEat</title>
		<link>http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/comment-page-1/#comment-8692</link>
		<dc:creator>Ryan Kanno: The diary of an Enginerd in Hawaii &#187; Using the extra() QuerySet modifier in Django for WeGoEat</dc:creator>
		<pubDate>Wed, 24 Oct 2007 15:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/#comment-8692</guid>
		<description>[...] how I used my show_stars template tag that I blogged about a few weeks ago to display the average restaurant rating. (Cheap shameless [...]</description>
		<content:encoded><![CDATA[<p>[...] how I used my show_stars template tag that I blogged about a few weeks ago to display the average restaurant rating. (Cheap shameless [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: albertid</title>
		<link>http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/comment-page-1/#comment-7999</link>
		<dc:creator>albertid</dc:creator>
		<pubDate>Sun, 14 Oct 2007 10:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/#comment-7999</guid>
		<description>*thumbsup*</description>
		<content:encoded><![CDATA[<p>*thumbsup*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Kanno: The diary of an Enginerd in Hawaii &#187; Calling all (Django) programmers&#8230; (I need advice)</title>
		<link>http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/comment-page-1/#comment-7768</link>
		<dc:creator>Ryan Kanno: The diary of an Enginerd in Hawaii &#187; Calling all (Django) programmers&#8230; (I need advice)</dc:creator>
		<pubDate>Thu, 11 Oct 2007 06:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/#comment-7768</guid>
		<description>[...] Everything you&#8217;ve ever thought, but never had the balls to say.                  &#171; Displaying stars (with rounding) as a Django templatetag [...]</description>
		<content:encoded><![CDATA[<p>[...] Everything you&#8217;ve ever thought, but never had the balls to say.                  &laquo; Displaying stars (with rounding) as a Django templatetag [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/comment-page-1/#comment-7088</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 03 Oct 2007 06:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/10/02/displaying-stars-with-rounding-as-a-django-templatetag/#comment-7088</guid>
		<description>Nice.  I was looking for something similar to this.</description>
		<content:encoded><![CDATA[<p>Nice.  I was looking for something similar to this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
