<?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: Javascript Email Validation Form</title>
	<atom:link href="http://newsourcemedia.com/blog/javascript-email-validation-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog/javascript-email-validation-form/</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:42:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: roopa</title>
		<link>http://newsourcemedia.com/blog/javascript-email-validation-form/comment-page-1/#comment-669</link>
		<dc:creator>roopa</dc:creator>
		<pubDate>Sat, 16 Jul 2011 07:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2006/12/28/javascript-email-validation-form/#comment-669</guid>
		<description>Nice and clean codes...:-)</description>
		<content:encoded><![CDATA[<p>Nice and clean codes&#8230;:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MCTS Exam</title>
		<link>http://newsourcemedia.com/blog/javascript-email-validation-form/comment-page-1/#comment-532</link>
		<dc:creator>MCTS Exam</dc:creator>
		<pubDate>Tue, 02 Nov 2010 10:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2006/12/28/javascript-email-validation-form/#comment-532</guid>
		<description>Just came to get a code from here. It is much better than others and pretty compact code compare to other scripts! However, it would have been better if there had few examples how to use them in a code since I am new to HTML and coding :)</description>
		<content:encoded><![CDATA[<p>Just came to get a code from here. It is much better than others and pretty compact code compare to other scripts! However, it would have been better if there had few examples how to use them in a code since I am new to HTML and coding <img src='http://newsourcemedia.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: custom php mysql programming</title>
		<link>http://newsourcemedia.com/blog/javascript-email-validation-form/comment-page-1/#comment-484</link>
		<dc:creator>custom php mysql programming</dc:creator>
		<pubDate>Wed, 23 Jun 2010 13:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2006/12/28/javascript-email-validation-form/#comment-484</guid>
		<description>This is nice javascript email validation..
Its easy to using.:-)

Thanks a lot..!</description>
		<content:encoded><![CDATA[<p>This is nice javascript email validation..<br />
Its easy to using.:-)</p>
<p>Thanks a lot..!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias</title>
		<link>http://newsourcemedia.com/blog/javascript-email-validation-form/comment-page-1/#comment-443</link>
		<dc:creator>Mattias</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2006/12/28/javascript-email-validation-form/#comment-443</guid>
		<description>Blakes function works, but I noticed that if the string contains a long word after the @-sign, the script uses a lot of processor power. This often causes Firefox (3.5.8) or Internet Explorer (7.0) to crash. Test with this string &quot;jfhskdj@jdhrwueyrroqyweuyrs.s&quot;</description>
		<content:encoded><![CDATA[<p>Blakes function works, but I noticed that if the string contains a long word after the @-sign, the script uses a lot of processor power. This often causes Firefox (3.5.8) or Internet Explorer (7.0) to crash. Test with this string &#8220;jfhskdj@jdhrwueyrroqyweuyrs.s&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://newsourcemedia.com/blog/javascript-email-validation-form/comment-page-1/#comment-438</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Wed, 03 Mar 2010 23:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2006/12/28/javascript-email-validation-form/#comment-438</guid>
		<description>
function isValidEmail(sText) {
var reEmail = /^(?:\w+\.?)*\w+@(?:\w+\.?)*\w+$/;
return reEmail.test(sText);
}
</description>
		<content:encoded><![CDATA[<p>function isValidEmail(sText) {<br />
var reEmail = /^(?:\w+\.?)*\w+@(?:\w+\.?)*\w+$/;<br />
return reEmail.test(sText);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: virendra</title>
		<link>http://newsourcemedia.com/blog/javascript-email-validation-form/comment-page-1/#comment-416</link>
		<dc:creator>virendra</dc:creator>
		<pubDate>Mon, 15 Feb 2010 13:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2006/12/28/javascript-email-validation-form/#comment-416</guid>
		<description>if i insert &quot;@.&quot; in my email field then what happens.
I found it will validate this email address.
please give me a proper solution</description>
		<content:encoded><![CDATA[<p>if i insert &#8220;@.&#8221; in my email field then what happens.<br />
I found it will validate this email address.<br />
please give me a proper solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.D.</title>
		<link>http://newsourcemedia.com/blog/javascript-email-validation-form/comment-page-1/#comment-393</link>
		<dc:creator>J.D.</dc:creator>
		<pubDate>Mon, 28 Dec 2009 03:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2006/12/28/javascript-email-validation-form/#comment-393</guid>
		<description>Excellent idea and implementation!

Thank you!</description>
		<content:encoded><![CDATA[<p>Excellent idea and implementation!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beth</title>
		<link>http://newsourcemedia.com/blog/javascript-email-validation-form/comment-page-1/#comment-311</link>
		<dc:creator>beth</dc:creator>
		<pubDate>Fri, 31 Jul 2009 04:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2006/12/28/javascript-email-validation-form/#comment-311</guid>
		<description>cool</description>
		<content:encoded><![CDATA[<p>cool</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
