<?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: The importance of the JavaScript parseInt radix</title>
	<atom:link href="http://www.michaelgaigg.com/blog/2008/10/07/the-importance-of-the-javascript-parseint-radix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelgaigg.com/blog/2008/10/07/the-importance-of-the-javascript-parseint-radix/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 19:58:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: noox</title>
		<link>http://www.michaelgaigg.com/blog/2008/10/07/the-importance-of-the-javascript-parseint-radix/comment-page-1/#comment-14</link>
		<dc:creator>noox</dc:creator>
		<pubDate>Sat, 15 Nov 2008 18:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelgaigg.com/blog/?p=15#comment-14</guid>
		<description>I do not suggest to use short maxlength values. Especially not that short as three characters. When editing the value I often input the new letters first and delete the wrong ones after. Or when I want to copy and paste something which does not fit the value in the first place but if contains the value I want to enter but want to delete the rest within the input field.  
 
The length can be checke when the form is submitted. And it must be checked on the server side in any case.  
 
PS: I stumbled upon the radix once but I&#039;ve forgotten it since! </description>
		<content:encoded><![CDATA[<p>I do not suggest to use short maxlength values. Especially not that short as three characters. When editing the value I often input the new letters first and delete the wrong ones after. Or when I want to copy and paste something which does not fit the value in the first place but if contains the value I want to enter but want to delete the rest within the input field. </p>
<p>The length can be checke when the form is submitted. And it must be checked on the server side in any case. </p>
<p>PS: I stumbled upon the radix once but I&#039;ve forgotten it since!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

