<?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: Weekend coding: Add a character counter as the background of a textarea with JavaScript</title>
	<atom:link href="http://codeutopia.net/blog/2009/08/01/weekend-coding-add-a-character-counter-as-the-background-of-a-textarea-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeutopia.net/blog/2009/08/01/weekend-coding-add-a-character-counter-as-the-background-of-a-textarea-with-javascript/</link>
	<description>Software development with a focus on web-related technologies</description>
	<lastBuildDate>Sat, 04 Sep 2010 00:36:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matthias Zeis</title>
		<link>http://codeutopia.net/blog/2009/08/01/weekend-coding-add-a-character-counter-as-the-background-of-a-textarea-with-javascript/comment-page-1/#comment-40247</link>
		<dc:creator>Matthias Zeis</dc:creator>
		<pubDate>Sun, 02 Aug 2009 07:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://codeutopia.net/blog/2009/08/01/weekend-coding-add-a-character-counter-as-the-background-of-a-textarea-with-javascript/#comment-40247</guid>
		<description>Hi Jani,
when using onkeypress &amp; onkeydown, the counter is lagging one keystroke behind. If you replace them with onkeyup, the correct value is displayed immediately (should work in all major browsers).
If you paste text via the edit or context menu, the counter won&#039;t get updated - the &quot;paste&quot; event can help here.</description>
		<content:encoded><![CDATA[<p>Hi Jani,<br />
when using onkeypress &amp; onkeydown, the counter is lagging one keystroke behind. If you replace them with onkeyup, the correct value is displayed immediately (should work in all major browsers).<br />
If you paste text via the edit or context menu, the counter won&#8217;t get updated &#8211; the &#8220;paste&#8221; event can help here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
