<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech aspirant &#187; form</title>
	<atom:link href="http://www.techaspirant.com/tag/form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>Freelance Project Developer &#124; Consultant - Cochin, Trivandrum, Calicut</description>
	<lastBuildDate>Wed, 21 Mar 2012 10:00:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to validate Email Address Using Javascript</title>
		<link>http://www.techaspirant.com/how-to-validate-email-address-using-javascript/</link>
		<comments>http://www.techaspirant.com/how-to-validate-email-address-using-javascript/#comments</comments>
		<pubDate>Fri, 23 May 2008 06:21:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[validate]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=18</guid>
		<description><![CDATA[&#60;script language=”javascript” type=”text/javascript”&#62; function checkemail(id) { var email = document.getElementById(id); var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (!filter.test(email.value)) { alert(&#8216;Please provide a valid email address&#8217;); email.focus; return false; } return true; } &#60;/script&#62;]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-validate-email-address-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

