<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JavaScript to Validate Positive Integer While Accepting Empty String</title>
	<atom:link href="http://joeyjavas.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://joeyjavas.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/</link>
	<description>... And You Can Too</description>
	<lastBuildDate>Wed, 07 Jul 2010 05:58:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Joey</title>
		<link>http://joeyjavas.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/#comment-836</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Fri, 30 Apr 2010 21:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/#comment-836</guid>
		<description>Not sure of how to do this with a regex off the top of my head, but you could do the validation and if it passes then do a separate IF to check whether the number is greater than 0.</description>
		<content:encoded><![CDATA[<p>Not sure of how to do this with a regex off the top of my head, but you could do the validation and if it passes then do a separate IF to check whether the number is greater than 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pyton</title>
		<link>http://joeyjavas.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/#comment-829</link>
		<dc:creator>Pyton</dc:creator>
		<pubDate>Fri, 30 Apr 2010 19:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/#comment-829</guid>
		<description>&#039;0&#039; IS_NOT positive integer.
What if I need to validate really positive integers ( &gt; 0 )?

Thanks.</description>
		<content:encoded><![CDATA[<p>&#8217;0&#8242; IS_NOT positive integer.<br />
What if I need to validate really positive integers ( &gt; 0 )?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NVP</title>
		<link>http://joeyjavas.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/#comment-145</link>
		<dc:creator>NVP</dc:creator>
		<pubDate>Thu, 04 Sep 2008 11:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/#comment-145</guid>
		<description>Nice one man, thanx a lot</description>
		<content:encoded><![CDATA[<p>Nice one man, thanx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://joeyjavas.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/#comment-144</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Fri, 20 Jul 2007 06:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/#comment-144</guid>
		<description>I recommend trying it in JavaScript.</description>
		<content:encoded><![CDATA[<p>I recommend trying it in JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul</title>
		<link>http://joeyjavas.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/#comment-143</link>
		<dc:creator>Raul</dc:creator>
		<pubDate>Thu, 19 Jul 2007 21:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://techsaints.wordpress.com/2007/06/28/javascript-to-validate-positive-integer-while-accepting-empty-string/#comment-143</guid>
		<description>Dude, I try that code out in .Net and does not work.</description>
		<content:encoded><![CDATA[<p>Dude, I try that code out in .Net and does not work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
