<?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>smartcoderszone - A Blog about Web Development Tutorials and Tips, PHP, Mysql,  Javascript, CSS, Jquery, SEO, Twitter and Facebook Scripts &#187; JavaScript</title>
	<atom:link href="http://smartcoderszone.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://smartcoderszone.com</link>
	<description>Web Development Tutorials and Tips, PHP, Javascript, CSS, Joomla, Ajax, Jquery, Mysql, SEO, Twitter and Facebook Scripts</description>
	<lastBuildDate>Sat, 15 Oct 2011 20:24:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>how to include an external css and js with javascript dynamically</title>
		<link>http://smartcoderszone.com/2010/11/how-to-include-an-external-css-and-js-with-javascript/</link>
		<comments>http://smartcoderszone.com/2010/11/how-to-include-an-external-css-and-js-with-javascript/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 08:01:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[dynamically load an external file]]></category>
		<category><![CDATA[dynamically loading an external javascript and css files]]></category>
		<category><![CDATA[how to include external css and js with javascript]]></category>
		<category><![CDATA[loading .js or .css file dynamically]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=202</guid>
		<description><![CDATA[
			
				
			
		
Generally we includes an external css ( Cascading Style Sheets ) and js ( javascript ) files in the HEAD section of our HTML page. We include them by following conventional method -

&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;stylesheet/mycss.css&#34;/&#62;
&#60;script language=&#34;javascript&#34; src=&#34;javascript/myjs.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;

This method added files to the page as they encountered in page source code or synchronously.
Here we [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/11/how-to-include-an-external-css-and-js-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert number to word in javascript</title>
		<link>http://smartcoderszone.com/2010/08/how-to-convert-number-to-word-in-javascript/</link>
		<comments>http://smartcoderszone.com/2010/08/how-to-convert-number-to-word-in-javascript/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 04:44:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[free download script number to text conversion]]></category>
		<category><![CDATA[how to convert number to text]]></category>
		<category><![CDATA[How to convert number to word in javascript]]></category>
		<category><![CDATA[number to text conversion]]></category>
		<category><![CDATA[number to text free download]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=158</guid>
		<description><![CDATA[
			
				
			
		
Today I am sharing number to text convert script that simply input number and produce its wordy counterparts. It is the most simple script and easy to implement in the project.
Example : Suppose you want to make &#8216; 12345 &#8216; read like &#8216; twelve thousand
three hundred forty five &#8216; , Enter your number in text [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/08/how-to-convert-number-to-word-in-javascript/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Sophisticated Javascript validations</title>
		<link>http://smartcoderszone.com/2010/05/sophisticated-javascript-validations/</link>
		<comments>http://smartcoderszone.com/2010/05/sophisticated-javascript-validations/#comments</comments>
		<pubDate>Fri, 28 May 2010 11:17:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[email validation using regular expression]]></category>
		<category><![CDATA[html gender validation]]></category>
		<category><![CDATA[number and character validation in the form]]></category>
		<category><![CDATA[simple email validation]]></category>
		<category><![CDATA[Sophisticated Javascript validations]]></category>
		<category><![CDATA[validation for character only]]></category>
		<category><![CDATA[validation for numbers only]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=46</guid>
		<description><![CDATA[
			
				
			
		
In the previous post you have read about basic javascript validations. Here I am posting some complex javascript validations like validation to restrict user to enter &#8220;only characters&#8221;, &#8220;only number&#8221;, &#8220;char and num both&#8221; and email validation.
Here demo contains some basic fields for validation. 

&#60;form method=&#34;post&#34; name=&#34;myform&#34; onsubmit=&#34;return validate()&#34;&#62;
First Name: &#60;input type=&#34;text&#34; name=&#34;fname&#34; id=&#34;fname&#34;&#62;
Phone: &#60;input [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/05/sophisticated-javascript-validations/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simple javascript validation</title>
		<link>http://smartcoderszone.com/2010/05/simple-javascript-validation/</link>
		<comments>http://smartcoderszone.com/2010/05/simple-javascript-validation/#comments</comments>
		<pubDate>Fri, 28 May 2010 07:07:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[how to validate form element]]></category>
		<category><![CDATA[how to validate form elements before submit]]></category>
		<category><![CDATA[java script blank value validation function]]></category>
		<category><![CDATA[Simple javascript validation]]></category>
		<category><![CDATA[simple validation]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=43</guid>
		<description><![CDATA[
			
				
			
		
Simple Javascript validation on form element. It is demo on one element of the form. You need to create simple form like below with one form element and one submit button.

&#60;form method=&#34;post&#34; name=&#34;user_regform&#34; onSubmit=&#34;return check_validity();&#34;&#62;
&#60;input type=&#34;text&#34; name=&#34;fname&#34;/&#62;&#60;br&#62;
&#60;input type=&#34;submit&#34; name=&#34;Submit&#34; value=&#34;Save&#34; /&#62;
&#60;/form&#62;

You will call a java script function (check_validity()) on submit of the form. It simply [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/05/simple-javascript-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to select value of dropdown with button</title>
		<link>http://smartcoderszone.com/2010/05/how-to-select-value-of-dropdown-with-button/</link>
		<comments>http://smartcoderszone.com/2010/05/how-to-select-value-of-dropdown-with-button/#comments</comments>
		<pubDate>Thu, 27 May 2010 05:07:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[dropdown option selection with button]]></category>
		<category><![CDATA[how to select value of dropdown on button in javascript]]></category>
		<category><![CDATA[How to select value of dropdown with button]]></category>
		<category><![CDATA[js function for dropdown value selection on button]]></category>
		<category><![CDATA[select box option select on button click]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=41</guid>
		<description><![CDATA[
			
				
			
		
How to select value of dropdown with button? This can be accomplish with the simple function I wrote few days ago. 
Lets start, you need to make a HTML form  with a select box and a simple button. On this button you need to call a JavaScript function. In this js function you simply [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/05/how-to-select-value-of-dropdown-with-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select unselect all checkbox javascript</title>
		<link>http://smartcoderszone.com/2010/05/select-all-checkbox-javascript/</link>
		<comments>http://smartcoderszone.com/2010/05/select-all-checkbox-javascript/#comments</comments>
		<pubDate>Tue, 25 May 2010 06:05:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[checkbox select all script]]></category>
		<category><![CDATA[how to select all and unselect all in javascript]]></category>
		<category><![CDATA[how to select all checkbox of the form]]></category>
		<category><![CDATA[Select all checkbox javascript]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=37</guid>
		<description><![CDATA[
			
				
			
		
Hello Friends,
It is a simple script for selecting all check box in javascript. You need to put these functions in  tag. It will select all checkbox of that form. You can call them on a link or image. like this  -

&#60;a href=&#34;javascript:selectall()&#34;&#62;Select All&#60;/a&#62;&#38;nbsp;&#60;a href=&#34;javascript:unselectall()&#34;&#62;UnSelect All&#60;/a&#62;

Concept is simple, we are just counting no. of [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/05/select-all-checkbox-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image preload using javascript</title>
		<link>http://smartcoderszone.com/2010/05/image-preload-using-javascript/</link>
		<comments>http://smartcoderszone.com/2010/05/image-preload-using-javascript/#comments</comments>
		<pubDate>Wed, 19 May 2010 05:30:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[image preload]]></category>
		<category><![CDATA[image preload script]]></category>
		<category><![CDATA[image preload using javascript]]></category>
		<category><![CDATA[js image preload]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=9</guid>
		<description><![CDATA[
			
				
			
		
Image preload script using javascript. It is just a simple script that preloads images on loading of the page. It scans images in whole page while loading and assign into the source of image. This script also function for onmouseover and onmouseout, it will change image on mouse over and out, results fast image loading.
Enjoy [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/05/image-preload-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

