<?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; javascript</title>
	<atom:link href="http://www.techaspirant.com/category/programming/javascript-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>The ultimate technology Blog &#124;&#124; My thoughts and finding in brief...arunrajr kadampanad</description>
	<lastBuildDate>Sat, 09 Apr 2011 10:25:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Debugg Your Javascript by using FireBug Plugin for Mozilla Firefox</title>
		<link>http://www.techaspirant.com/debugg-your-javascript-by-using-firebug-plugin-for-mozilla-firefox/</link>
		<comments>http://www.techaspirant.com/debugg-your-javascript-by-using-firebug-plugin-for-mozilla-firefox/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 07:01:21 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[javascript bug fixing tool]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=219</guid>
		<description><![CDATA[Debugging Javascript was very hard and time consuming. Fire bug is very good tool for monitoring html, css javascript and Ajax request. Also we can use firebug as a reengineering tool for online applications]]></description>
		<wfw:commentRss>http://www.techaspirant.com/debugg-your-javascript-by-using-firebug-plugin-for-mozilla-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTTP REDIRECT</title>
		<link>http://www.techaspirant.com/http-redirect/</link>
		<comments>http://www.techaspirant.com/http-redirect/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 12:59:06 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=151</guid>
		<description><![CDATA[PHP Redirect &#60;?php header("Location: http://www.example.com/"); /* Redirect browser */ /* Make sure that code below does not get executed when we redirect. */ exit; ?&#62; Javascript Redirect &#60;script type="text/javascript"&#62; &#60;!-- window.location = "http://www.arunrajr.com/" //--&#62; &#60;/script&#62;]]></description>
		<wfw:commentRss>http://www.techaspirant.com/http-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toggle visibility between none and inline</title>
		<link>http://www.techaspirant.com/toggle-visibility-between-none-and-inline/</link>
		<comments>http://www.techaspirant.com/toggle-visibility-between-none-and-inline/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 06:06:46 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[toggle]]></category>
		<category><![CDATA[visibility]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=57</guid>
		<description><![CDATA[function toggle_it(itemID){ // Toggle visibility between none and inline if ((document.getElementById(itemID).style.display == &#8216;none&#8217;)) { document.getElementById(itemID).style.display = &#8216;inline&#8217;; } else { document.getElementById(itemID).style.display = &#8216;none&#8217;; } }]]></description>
		<wfw:commentRss>http://www.techaspirant.com/toggle-visibility-between-none-and-inline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Frame work</title>
		<link>http://www.techaspirant.com/javascript-frame-work/</link>
		<comments>http://www.techaspirant.com/javascript-frame-work/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 14:00:19 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[prototypejs]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=32</guid>
		<description><![CDATA[A powerful javascript frame work. ProtoType.Js Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere. http://prototypejs.org]]></description>
		<wfw:commentRss>http://www.techaspirant.com/javascript-frame-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Light Weighted javascript Libraries</title>
		<link>http://www.techaspirant.com/light-weighted-javascript-libraries/</link>
		<comments>http://www.techaspirant.com/light-weighted-javascript-libraries/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 04:21:00 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=29</guid>
		<description><![CDATA[This website provides Ultra lightweight JavaScript libraries . That helps JavaScript developers http://orangoo.com/labs/Main/ main OpenSource pojects are: GoogieSpell is a spell checker that you can use in your own web-application. GreyBox can be used to display websites, images and other content in a beautiful way. AJS is a ultra lightweight JavaScript library that is around [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/light-weighted-javascript-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JAVA SCRIPT PAGE REFRESH</title>
		<link>http://www.techaspirant.com/java-script-page-refresh/</link>
		<comments>http://www.techaspirant.com/java-script-page-refresh/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 04:15:11 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[refresh]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=27</guid>
		<description><![CDATA[&#60;a href=&#8221;#&#8221; onclick=&#8221;javascript:window.location.reload();&#8221;&#62;&#60;strong&#62;refresh&#60;/strong&#62;&#60;/a&#62;]]></description>
		<wfw:commentRss>http://www.techaspirant.com/java-script-page-refresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Back button</title>
		<link>http://www.techaspirant.com/javascript-back-button/</link>
		<comments>http://www.techaspirant.com/javascript-back-button/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 12:14:27 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=25</guid>
		<description><![CDATA[&#60;a href="#" onclick="history.go(-1)"&#62;back&#60;/a&#62;]]></description>
		<wfw:commentRss>http://www.techaspirant.com/javascript-back-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Input Field accepting only numbers using javascript</title>
		<link>http://www.techaspirant.com/input-field-accepting-only-numbers-using-javascript/</link>
		<comments>http://www.techaspirant.com/input-field-accepting-only-numbers-using-javascript/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 09:55:27 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=24</guid>
		<description><![CDATA[&#60;input name=&#8221;demo&#8221; type=&#8221;text&#8221; id=&#8221;demo&#8221; onkeypress=&#8221;var unicode=event.keyCode? event.keyCode : event.charCode;if ((unicode &#60; 32 &#124;&#124; unicode &#62; 33)&#38;&#38;(unicode &#60; 45 &#124;&#124; unicode &#62; 57))  return false; return true;&#8221;&#62; This code compatible to all browsers !]]></description>
		<wfw:commentRss>http://www.techaspirant.com/input-field-accepting-only-numbers-using-javascript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to validate Phone number Field using Javascript</title>
		<link>http://www.techaspirant.com/how-to-validate-phone-number-field-using-javascript/</link>
		<comments>http://www.techaspirant.com/how-to-validate-phone-number-field-using-javascript/#comments</comments>
		<pubDate>Fri, 23 May 2008 08:50:03 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[validate]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=20</guid>
		<description><![CDATA[//phone number validation start var digits = &#8220;0123456789&#8243;; var phoneNumberDelimiters = &#8220;()- &#8220;; var validWorldPhoneChars = phoneNumberDelimiters + &#8220;+&#8221;; var minDigitsInIPhoneNumber = 10; function isInteger(s) {   var i; for (i = 0; i &#60; s.length; i++) { // Check that current character is number. var c = s.charAt(i); if (((c &#60; &#8220;0&#8243;) &#124;&#124; (c &#62; [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-validate-phone-number-field-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>R Arun Raj</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>

