<?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: Word count in textarea</title>
	<atom:link href="http://www.akchauhan.com/word-count-in-textarea/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akchauhan.com/word-count-in-textarea/</link>
	<description>PHP, MySql, JavaScript, JQuery, Prototype, Drupal, HTML, CSS and more...</description>
	<lastBuildDate>Thu, 05 Jan 2012 12:42:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zerovic</title>
		<link>http://www.akchauhan.com/word-count-in-textarea/comment-page-1/#comment-52789</link>
		<dc:creator>Zerovic</dc:creator>
		<pubDate>Tue, 27 Sep 2011 14:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=18#comment-52789</guid>
		<description>what an awesome thing! Thanks for posting! However, it looked a bit complicated on the first try. Couldn&#039;t make it work until I changed all those ’ and ” “ characters to &#039; and &quot;

I&#039;m on to it more fancy, with adding colors to it..
if number of words  95 but &lt; 105 make it green
else make it red :)</description>
		<content:encoded><![CDATA[<p>what an awesome thing! Thanks for posting! However, it looked a bit complicated on the first try. Couldn&#8217;t make it work until I changed all those ’ and ” “ characters to &#8216; and &#8221;</p>
<p>I&#8217;m on to it more fancy, with adding colors to it..<br />
if number of words  95 but &lt; 105 make it green<br />
else make it red <img src='http://www.akchauhan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neill Horsman</title>
		<link>http://www.akchauhan.com/word-count-in-textarea/comment-page-1/#comment-39224</link>
		<dc:creator>Neill Horsman</dc:creator>
		<pubDate>Wed, 02 Mar 2011 07:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=18#comment-39224</guid>
		<description>Built up a quick jquery word count down that may help others

JS:
$(document).ready(function() {
  $(&#039;#comment&#039;).keypress(function() {
    var comment = $(&#039;#comment&#039;).val().split(&#039; &#039;).length;
    $(&#039;.value&#039;).html(25 - comment);
  });
});

html

25 Word Remaining</description>
		<content:encoded><![CDATA[<p>Built up a quick jquery word count down that may help others</p>
<p>JS:<br />
$(document).ready(function() {<br />
  $(&#8216;#comment&#8217;).keypress(function() {<br />
    var comment = $(&#8216;#comment&#8217;).val().split(&#8216; &#8216;).length;<br />
    $(&#8216;.value&#8217;).html(25 &#8211; comment);<br />
  });<br />
});</p>
<p>html</p>
<p>25 Word Remaining</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rytis Lukoševičius</title>
		<link>http://www.akchauhan.com/word-count-in-textarea/comment-page-1/#comment-8462</link>
		<dc:creator>Rytis Lukoševičius</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=18#comment-8462</guid>
		<description>Thank you for the tip. Exactly what I needed with few modifications just to show the word count as the user is typing into textarea.</description>
		<content:encoded><![CDATA[<p>Thank you for the tip. Exactly what I needed with few modifications just to show the word count as the user is typing into textarea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://www.akchauhan.com/word-count-in-textarea/comment-page-1/#comment-730</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Fri, 24 Apr 2009 06:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=18#comment-730</guid>
		<description>here is upgrade, to work with non EN chars

var initial_whitespace_rExp = /^[^\w\W]+/gi;
var non_alphanumerics_rExp = rExp = /[^\w\W]+/gi;</description>
		<content:encoded><![CDATA[<p>here is upgrade, to work with non EN chars</p>
<p>var initial_whitespace_rExp = /^[^\w\W]+/gi;<br />
var non_alphanumerics_rExp = rExp = /[^\w\W]+/gi;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

