<?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: Simple pluralization with jQuery</title>
	<atom:link href="http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 03 Sep 2010 01:34:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Even Simpler Pluralization with jQuery — Gary&#39;s Code</title>
		<link>http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/comment-page-1/#comment-24482</link>
		<dc:creator>Even Simpler Pluralization with jQuery — Gary&#39;s Code</dc:creator>
		<pubDate>Mon, 06 Sep 2010 12:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=257#comment-24482</guid>
		<description>&lt;p&gt;[...] Davide recently posted an article entitled Simple pluralization with jQuery. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Davide recently posted an article entitled Simple pluralization with jQuery. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/comment-page-1/#comment-12411</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Mon, 06 Sep 2010 17:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=257#comment-12411</guid>
		<description>&lt;p&gt;Hi Davide,&lt;/p&gt;

&lt;p&gt;I&#039;m getting some odd 404&#039;s to my site from links in the post and comment of this page.&lt;/p&gt;

&lt;p&gt;I think it&#039;s the Google Analytics plugin (or another) which, when adding the rel=&quot;nofollow&quot; is using the wrong (single) quotes - check the source of this page and you&#039;ll see. The browser (Firefox at least) interprets the invalid code correctly, but the Analytics doesn&#039;t giving me 404s recorded like http://garyjones.co.uk/&#039;%20rel=&#039;external%20nofollow . Any chance you could fix these up?&lt;/p&gt;

&lt;p&gt;Thanks (and feel free to delete this comment - I couldn&#039;t find a contact form for you!)&lt;/p&gt;

&lt;p&gt;Gary.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Davide,</p>

<p>I&#8217;m getting some odd 404&#8217;s to my site from links in the post and comment of this page.</p>

<p>I think it&#8217;s the Google Analytics plugin (or another) which, when adding the rel=&#8221;nofollow&#8221; is using the wrong (single) quotes &#8211; check the source of this page and you&#8217;ll see. The browser (Firefox at least) interprets the invalid code correctly, but the Analytics doesn&#8217;t giving me 404s recorded like <a href="http://garyjones.co.uk/" rel="nofollow">http://garyjones.co.uk/</a>&#8216;%20rel=&#8217;external%20nofollow . Any chance you could fix these up?</p>

<p>Thanks (and feel free to delete this comment &#8211; I couldn&#8217;t find a contact form for you!)</p>

<p>Gary.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Davide</title>
		<link>http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/comment-page-1/#comment-4160</link>
		<dc:creator>Davide</dc:creator>
		<pubDate>Mon, 06 Sep 2010 15:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=257#comment-4160</guid>
		<description>&lt;p&gt;Fixed that :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fixed that <img src='http://davidebenini.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/comment-page-1/#comment-4159</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Mon, 06 Sep 2010 15:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=257#comment-4159</guid>
		<description>&lt;p&gt;Hat tip appreciated, thanks :) 
The &quot;Gary&#039;s tip&quot; link in the update is almost certainly pointing to the wrong URL.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hat tip appreciated, thanks <img src='http://davidebenini.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  
The &#8220;Gary&#8217;s tip&#8221; link in the update is almost certainly pointing to the wrong URL.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Davide</title>
		<link>http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/comment-page-1/#comment-4151</link>
		<dc:creator>Davide</dc:creator>
		<pubDate>Mon, 06 Sep 2010 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=257#comment-4151</guid>
		<description>&lt;p&gt;Good tip, I updated the post to acknowledge it. 
As far as the blur() suggestion goes, i had also used it at first, but I guess I prefer more responsiveness, so I went with keyup().&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good tip, I updated the post to acknowledge it. 
As far as the blur() suggestion goes, i had also used it at first, but I guess I prefer more responsiveness, so I went with keyup().</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/comment-page-1/#comment-4101</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Mon, 06 Sep 2010 10:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=257#comment-4101</guid>
		<description>&lt;p&gt;Hi Davide,&lt;/p&gt;

&lt;p&gt;While your version works and everything, I can&#039;t help but feel it&#039;s a bit clunky for such a simple task. I&#039;ve written up my thoughts at http://garyjones.co.uk/blog/pluralization/ .
Regards,
Gary.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Davide,</p>

<p>While your version works and everything, I can&#8217;t help but feel it&#8217;s a bit clunky for such a simple task. I&#8217;ve written up my thoughts at <a href="http://garyjones.co.uk/blog/pluralization/" rel="nofollow">http://garyjones.co.uk/blog/pluralization/</a> .
Regards,
Gary.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Davide</title>
		<link>http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/comment-page-1/#comment-3850</link>
		<dc:creator>Davide</dc:creator>
		<pubDate>Mon, 06 Sep 2010 11:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=257#comment-3850</guid>
		<description>&lt;p&gt;@lovedeity&lt;br /&gt;
You&#039;re right there. Actually I meant to put a footnote about those languages with the dual number and so on, but I forgot in the process. Good point, and thanks for sharing the resource.&lt;/p&gt;

&lt;p&gt;@Jose
The noConflict() method comes in really handy especially when you&#039;re dealing with other people&#039;s frameworks, that is, you never know what might be in it. In my case i was forced to use it after realising that Prototype had already taken possessiojn of &lt;code&gt;$&lt;/code&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@lovedeity<br />
You&#8217;re right there. Actually I meant to put a footnote about those languages with the dual number and so on, but I forgot in the process. Good point, and thanks for sharing the resource.</p>

<p>@Jose
The noConflict() method comes in really handy especially when you&#8217;re dealing with other people&#8217;s frameworks, that is, you never know what might be in it. In my case i was forced to use it after realising that Prototype had already taken possessiojn of <code>$</code>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/comment-page-1/#comment-3813</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Mon, 06 Sep 2010 05:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=257#comment-3813</guid>
		<description>&lt;p&gt;Didn&#039;t remember you can use noClonflict() to change the selector to what you want.. maybe i try to get used to taht from now on :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t remember you can use noClonflict() to change the selector to what you want.. maybe i try to get used to taht from now on <img src='http://davidebenini.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lovedeity</title>
		<link>http://davidebenini.it/2009/01/24/simple-pluralization-with-jquery/comment-page-1/#comment-3760</link>
		<dc:creator>Lovedeity</dc:creator>
		<pubDate>Mon, 06 Sep 2010 20:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=257#comment-3760</guid>
		<description>&lt;p&gt;For English, that&#039;s an appropriate mechanism.  Once you go beyond that, it gets a lot more difficult.  For example, French has a zero value with a singular designation (zero day).  Russian has three forms for pluralization based on some complicated rules.&lt;/p&gt;

&lt;p&gt;...just something to consider if you ever decide to internationalize.&lt;/p&gt;

&lt;p&gt;I found this to be an excellent resource for pluralization:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/en/Localization_and_Plurals&quot; rel=&quot;nofollow&quot;&gt;https://developer.mozilla.org/en/Localization_and_Plurals&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For English, that&#8217;s an appropriate mechanism.  Once you go beyond that, it gets a lot more difficult.  For example, French has a zero value with a singular designation (zero day).  Russian has three forms for pluralization based on some complicated rules.</p>

<p>&#8230;just something to consider if you ever decide to internationalize.</p>

<p>I found this to be an excellent resource for pluralization:</p>

<p><a href="https://developer.mozilla.org/en/Localization_and_Plurals" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/developer.mozilla.org');">https://developer.mozilla.org/en/Localization_and_Plurals</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
