<?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; extension</title>
	<atom:link href="http://www.techaspirant.com/tag/extension/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 image File field using Javascript</title>
		<link>http://www.techaspirant.com/how-to-validate-image-file-field-using-javascript/</link>
		<comments>http://www.techaspirant.com/how-to-validate-image-file-field-using-javascript/#comments</comments>
		<pubDate>Fri, 23 May 2008 07:16:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[validate]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=19</guid>
		<description><![CDATA[&#60;script type=&#8221;text/javascript&#8221;&#62; function validateFileExtension(ld) { if(!/(\.bmp&#124;\.gif&#124;\.jpg&#124;\.jpeg)$/i.test(ld.value)) { alert(&#8220;Invalid image file type.&#8221;); ld.form.reset(); ld.focus(); return false; } return true; } &#60;/script&#62;]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-validate-image-file-field-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

