<?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: jQuery plugin: word-counter for textarea</title>
	<atom:link href="http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/feed" rel="self" type="application/rss+xml" />
	<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html</link>
	<description>Useful Tutorials, Scripts , Tips, and Resources for all PHP and Ajax beginners and experts .</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:59:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 10+ Useful jQuery Plugins &#171; Nulls</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-5089</link>
		<dc:creator>10+ Useful jQuery Plugins &#171; Nulls</dc:creator>
		<pubDate>Sun, 24 Jan 2010 09:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-5089</guid>
		<description>[...] but useful word counter jQuery plugin for [...]</description>
		<content:encoded><![CDATA[<p>[...] but useful word counter jQuery plugin for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adana çiçek sipari?i</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4965</link>
		<dc:creator>adana çiçek sipari?i</dc:creator>
		<pubDate>Tue, 22 Dec 2009 10:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4965</guid>
		<description>thank you adminstrator</description>
		<content:encoded><![CDATA[<p>thank you adminstrator</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pligg.com</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4935</link>
		<dc:creator>pligg.com</dc:creator>
		<pubDate>Thu, 17 Dec 2009 19:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4935</guid>
		<description>&lt;strong&gt;jQuery plugin: word-counter for textarea...&lt;/strong&gt;

Sorry friends on the way of move to new home I&#039;ve been lost from the blog as I didn&#039;t have internet connection for few last weeks. Now, I&#039;m back and I try to be regular as much as I can. Inspired from the new feature of wordpress 2.6.x which display...</description>
		<content:encoded><![CDATA[<p><strong>jQuery plugin: word-counter for textarea&#8230;</strong></p>
<p>Sorry friends on the way of move to new home I&#8217;ve been lost from the blog as I didn&#8217;t have internet connection for few last weeks. Now, I&#8217;m back and I try to be regular as much as I can. Inspired from the new feature of wordpress 2.6.x which display&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawan Adhikari</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4863</link>
		<dc:creator>Pawan Adhikari</dc:creator>
		<pubDate>Wed, 02 Dec 2009 07:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4863</guid>
		<description>i have used your above code .. and hell it works fine ..</description>
		<content:encoded><![CDATA[<p>i have used your above code .. and hell it works fine ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Brook</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4861</link>
		<dc:creator>Simon Brook</dc:creator>
		<pubDate>Mon, 30 Nov 2009 10:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4861</guid>
		<description>Hi Roshan,

To avoid doing too much counting (ie on every keypress) you could add something to check which key was pressed (in this example space or &quot;.&quot; - the comment about the comma is good too).

&lt;code&gt;
  this.keypress(function(k) {
    if (k.which == 32 &#124;&#124; k.which == 46) {
      total_words=this.value.split(/[\s\.\?]+/).length;
      jQuery(&#039;#&#039;+p.counterElement).html(total_words);
  }
  });
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Roshan,</p>
<p>To avoid doing too much counting (ie on every keypress) you could add something to check which key was pressed (in this example space or &#8220;.&#8221; &#8211; the comment about the comma is good too).</p>
<p><code><br />
  this.keypress(function(k) {<br />
    if (k.which == 32 || k.which == 46) {<br />
      total_words=this.value.split(/[\s\.\?]+/).length;<br />
      jQuery('#'+p.counterElement).html(total_words);<br />
  }<br />
  });<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shubham Jain</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4829</link>
		<dc:creator>Shubham Jain</dc:creator>
		<pubDate>Wed, 18 Nov 2009 12:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4829</guid>
		<description>Why to download, install, and then use plugin. Writing code to count words through javascript is 2 minutes job and can be done easily even without jQuery.</description>
		<content:encoded><![CDATA[<p>Why to download, install, and then use plugin. Writing code to count words through javascript is 2 minutes job and can be done easily even without jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Hogan</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4431</link>
		<dc:creator>Alan Hogan</dc:creator>
		<pubDate>Thu, 20 Aug 2009 23:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4431</guid>
		<description>I have forked this at http://github.com/alanhogan/jQuery-Word-Count/tree/master and made a minor improvement.</description>
		<content:encoded><![CDATA[<p>I have forked this at <a href="http://github.com/alanhogan/jQuery-Word-Count/tree/master" rel="nofollow">http://github.com/alanhogan/jQuery-Word-Count/tree/master</a> and made a minor improvement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WiserX</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4380</link>
		<dc:creator>WiserX</dc:creator>
		<pubDate>Tue, 18 Aug 2009 03:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4380</guid>
		<description>Really useful stuff</description>
		<content:encoded><![CDATA[<p>Really useful stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ?????</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4353</link>
		<dc:creator>?????</dc:creator>
		<pubDate>Thu, 13 Aug 2009 09:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4353</guid>
		<description>thank you so much</description>
		<content:encoded><![CDATA[<p>thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohbet</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4163</link>
		<dc:creator>sohbet</dc:creator>
		<pubDate>Thu, 02 Jul 2009 13:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4163</guid>
		<description>hi good thank you master</description>
		<content:encoded><![CDATA[<p>hi good thank you master</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZK@Web Marketing Blog</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4132</link>
		<dc:creator>ZK@Web Marketing Blog</dc:creator>
		<pubDate>Sun, 21 Jun 2009 04:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4132</guid>
		<description>jQuery, since 1.2.2, has had an API for “special events”. These events are special because they have the ability to do some extra work for specific events and even the option to bypass some of the internal jQuery event system. With these special events you can create custom events that require some setup work or you can completely overwrite the behavior of native events.</description>
		<content:encoded><![CDATA[<p>jQuery, since 1.2.2, has had an API for “special events”. These events are special because they have the ability to do some extra work for specific events and even the option to bypass some of the internal jQuery event system. With these special events you can create custom events that require some setup work or you can completely overwrite the behavior of native events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IMF</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4103</link>
		<dc:creator>IMF</dc:creator>
		<pubDate>Wed, 17 Jun 2009 16:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4103</guid>
		<description>Quite useful, thanks.</description>
		<content:encoded><![CDATA[<p>Quite useful, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mescript</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-4090</link>
		<dc:creator>mescript</dc:creator>
		<pubDate>Sat, 13 Jun 2009 12:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-4090</guid>
		<description>nice</description>
		<content:encoded><![CDATA[<p>nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iamvasim@alice.it</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-3712</link>
		<dc:creator>iamvasim@alice.it</dc:creator>
		<pubDate>Thu, 26 Mar 2009 09:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-3712</guid>
		<description>hello all i have make one function for word limitation check out  ::::
==============================================================
 wordLen)
		{
			objvalue = obj.value.split(/[\s]+/);

			var newval = &#039;&#039;;

			for(var m=0; m&lt;wordLen; m++)
			{
				newval+=objvalue[m]+&#039; &#039;;
			}

			obj.value=&#039;&#039;;
			obj.value=newval;

			return false;
		}
		return true;
   }
   
</description>
		<content:encoded><![CDATA[<p>hello all i have make one function for word limitation check out  ::::<br />
==============================================================<br />
 wordLen)<br />
		{<br />
			objvalue = obj.value.split(/[\s]+/);</p>
<p>			var newval = &#8221;;</p>
<p>			for(var m=0; m&lt;wordLen; m++)<br />
			{<br />
				newval+=objvalue[m]+&#8217; &#8216;;<br />
			}</p>
<p>			obj.value=&#8221;;<br />
			obj.value=newval;</p>
<p>			return false;<br />
		}<br />
		return true;<br />
   }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iamvasim@alice.it</title>
		<link>http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html/comment-page-1#comment-3709</link>
		<dc:creator>iamvasim@alice.it</dc:creator>
		<pubDate>Thu, 26 Mar 2009 07:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=299#comment-3709</guid>
		<description>Hello thanks for cool script,
i want to add max word limit for user
how to put this limit ?

thank you.</description>
		<content:encoded><![CDATA[<p>Hello thanks for cool script,<br />
i want to add max word limit for user<br />
how to put this limit ?</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
