<?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: Updated textarea maxlength with Jquery plugin</title>
	<atom:link href="http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/</link>
	<description>That one, not this one!</description>
	<lastBuildDate>Tue, 08 May 2012 12:55:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Pinsonbavard</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-960</link>
		<dc:creator>Pinsonbavard</dc:creator>
		<pubDate>Tue, 08 May 2012 12:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-960</guid>
		<description>i like this </description>
		<content:encoded><![CDATA[<p>i like this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicklas Holmgren</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-958</link>
		<dc:creator>Nicklas Holmgren</dc:creator>
		<pubDate>Thu, 03 May 2012 19:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-958</guid>
		<description>Getting sometimes NaN on the chars remaining. And it stays that way afterwards even after deleting chars... Any clue why? </description>
		<content:encoded><![CDATA[<p>Getting sometimes NaN on the chars remaining. And it stays that way afterwards even after deleting chars&#8230; Any clue why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Del Rosario</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-957</link>
		<dc:creator>Ron Del Rosario</dc:creator>
		<pubDate>Sat, 07 Apr 2012 17:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-957</guid>
		<description>Thanks for the great plugin. It was just what I needed! :D </description>
		<content:encoded><![CDATA[<p>Thanks for the great plugin. It was just what I needed! <img src='http://that-matt.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lmeurs</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-954</link>
		<dc:creator>lmeurs</dc:creator>
		<pubDate>Tue, 06 Mar 2012 16:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-954</guid>
		<description>Isn&#039;t this awkward?

var lineFeeds = textarea.val().match(/[^n]*n[^n]*/gi).length; 

You are (case insensitively) searching for:

1) zero or more 
non-newlines, 
2) a 
newline  and 
3) then again  zero or more non-newlines.

My quess is that ***any*** newline will match this regex, independently of  what preceding/succeeding characters.</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this awkward?</p>
<p>var lineFeeds = textarea.val().match(/[^n]*n[^n]*/gi).length; </p>
<p>You are (case insensitively) searching for:</p>
<p>1) zero or more <br />
non-newlines, <br />
2) a <br />
newline  and <br />
3) then again  zero or more non-newlines.</p>
<p>My quess is that ***any*** newline will match this regex, independently of  what preceding/succeeding characters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-950</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 19 Jan 2012 23:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-950</guid>
		<description>When the field contains the maximum number of characters, I can type in the middle of the field and I lose the text at the end of the field.  Any idea of how to prevent this?</description>
		<content:encoded><![CDATA[<p>When the field contains the maximum number of characters, I can type in the middle of the field and I lose the text at the end of the field.  Any idea of how to prevent this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico VanHaaster</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-942</link>
		<dc:creator>Nico VanHaaster</dc:creator>
		<pubDate>Fri, 23 Sep 2011 00:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-942</guid>
		<description>Simple Yet Effective!</description>
		<content:encoded><![CDATA[<p>Simple Yet Effective!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnnie</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-934</link>
		<dc:creator>Johnnie</dc:creator>
		<pubDate>Thu, 18 Aug 2011 08:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-934</guid>
		<description>the onLimit only seem to work in IE?</description>
		<content:encoded><![CDATA[<p>the onLimit only seem to work in IE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Amaan</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-931</link>
		<dc:creator>Ali Amaan</dc:creator>
		<pubDate>Wed, 13 Jul 2011 18:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-931</guid>
		<description>Simplicity is beautiful

http://aliamanjalbani.wordpress.com/2011/07/13/jquery-textarea-maximum-character-limit/</description>
		<content:encoded><![CDATA[<p>Simplicity is beautiful</p>
<p><a href="http://aliamanjalbani.wordpress.com/2011/07/13/jquery-textarea-maximum-character-limit/" rel="nofollow">http://aliamanjalbani.wordpress.com/2011/07/13/jquery-textarea-maximum-character-limit/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdulla Al NUAIMI</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-930</link>
		<dc:creator>Abdulla Al NUAIMI</dc:creator>
		<pubDate>Mon, 04 Jul 2011 09:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-930</guid>
		<description>http://www.rgagnon.com/jsdetails/js-0091.html</description>
		<content:encoded><![CDATA[<p><a href="http://www.rgagnon.com/jsdetails/js-0091.html" rel="nofollow">http://www.rgagnon.com/jsdetails/js-0091.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Clark</title>
		<link>http://that-matt.com/2010/04/updated-textarea-maxlength-with-jquery-plugin/comment-page-1/#comment-925</link>
		<dc:creator>Matthew Clark</dc:creator>
		<pubDate>Thu, 09 Jun 2011 22:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://sigswitch.com/?p=127#comment-925</guid>
		<description>This appears to not work in IE 8 (and below, perhaps).  I&#039;ve started at the code and made a few tweaks, but nothing helps.  I don&#039;t get any errors, though.</description>
		<content:encoded><![CDATA[<p>This appears to not work in IE 8 (and below, perhaps).  I&#8217;ve started at the code and made a few tweaks, but nothing helps.  I don&#8217;t get any errors, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

