<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Javascript-Coder.com</title>
	
	<link>http://www.javascript-coder.com</link>
	<description>Javascript tutorials and articles</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:49:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/javascriptcoder" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="javascriptcoder" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">javascriptcoder</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>jQuery: applying selector within ‘this’</title>
		<link>http://www.javascript-coder.com/jquery/jquery-selector-this.phtml</link>
		<comments>http://www.javascript-coder.com/jquery/jquery-selector-this.phtml#comments</comments>
		<pubDate>Tue, 12 Jul 2011 05:34:51 +0000</pubDate>
		<dc:creator>prasanth</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery selector]]></category>
		<category><![CDATA[jquery this]]></category>
		<guid isPermaLink="false">http://www.javascript-coder.com/?p=612</guid>
		<description><![CDATA[When you handle events for a particular element, it is often required to make a change only within children of the element. Here is how to do it. Suppose this is the HTML code &#60;h2&#62;Select the services you want:&#60;/h2&#62; &#60;ul id='services'&#62; &#60;li&#62;&#60;img src='tick.gif'&#62;Build a Website&#60;/li&#62; &#60;li&#62;&#60;img src='tick.gif'&#62;Page design&#60;/li&#62; &#60;li&#62;&#60;img src='tick.gif'&#62;Flash banners&#60;/li&#62; &#60;li&#62;&#60;img src='tick.gif'&#62;SEO&#60;/li&#62;&#60;/ul&#62; &#60;/ul&#62; When [...]]]></description>
		<wfw:commentRss>http://www.javascript-coder.com/jquery/jquery-selector-this.phtml/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Doing real-time calculations in a form using JavaScript</title>
		<link>http://www.javascript-coder.com/javascript-form/javascript-calculator-script.phtml</link>
		<comments>http://www.javascript-coder.com/javascript-form/javascript-calculator-script.phtml#comments</comments>
		<pubDate>Thu, 17 Mar 2011 14:43:44 +0000</pubDate>
		<dc:creator>prasanth</dc:creator>
				<category><![CDATA[Javascript Form Handling]]></category>
		<category><![CDATA[calculate with javascript]]></category>
		<category><![CDATA[javascript calculate]]></category>
		<category><![CDATA[javascript calculator]]></category>
		<guid isPermaLink="false">http://www.javascript-coder.com/?p=578</guid>
		<description><![CDATA[In this tutorial, we will learn how to perform calculations using JavaScript. It is quite often required to do calculations online in order forms, request quote forms and the like. This tutorial will show you how to use different form elements like drop-down list, radio button, check box and text box in a calculation. We [...]]]></description>
		<wfw:commentRss>http://www.javascript-coder.com/javascript-form/javascript-calculator-script.phtml/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>A Form Design Software that is Quick, Easy and Simple.</title>
		<link>http://www.javascript-coder.com/html-form/form-design-software.phtml</link>
		<comments>http://www.javascript-coder.com/html-form/form-design-software.phtml#comments</comments>
		<pubDate>Wed, 05 Jan 2011 06:38:22 +0000</pubDate>
		<dc:creator>prasanth</dc:creator>
				<category><![CDATA[HTML Forms]]></category>
		<category><![CDATA[form design software]]></category>
		<category><![CDATA[simfatic forms]]></category>
		<guid isPermaLink="false">http://www.javascript-coder.com/v2/?p=147</guid>
		<description><![CDATA[HTML form design can often turn to be a tedious task. First, you need to design the HTML page that contains the form using an HTML editor. Next, you have to create a set of input validations using JavaScript. The final step is to create a form processor script that collects the data submitted in [...]]]></description>
		<wfw:commentRss>http://www.javascript-coder.com/html-form/form-design-software.phtml/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to make a web form and get it online quickly</title>
		<link>http://www.javascript-coder.com/html-form/how-to-make-a-form-quickly.phtml</link>
		<comments>http://www.javascript-coder.com/html-form/how-to-make-a-form-quickly.phtml#comments</comments>
		<pubDate>Wed, 05 Jan 2011 06:33:26 +0000</pubDate>
		<dc:creator>prasanth</dc:creator>
				<category><![CDATA[HTML Forms]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[create web form]]></category>
		<category><![CDATA[how to make a form]]></category>
		<category><![CDATA[simfatic forms]]></category>
		<guid isPermaLink="false">http://www.javascript-coder.com/v2/?p=376</guid>
		<description><![CDATA[Coding a web form is a long, tedious process. However, there is an easier way. Using Simfatic Forms you can quickly create feature-rich web forms without coding. You just have to design the form using the visual editor; Simfatic Forms generates all the required code. You don&#8217;t have to worry about coding HTML, CSS JavaScript [...]]]></description>
		<wfw:commentRss>http://www.javascript-coder.com/html-form/how-to-make-a-form-quickly.phtml/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simfatic Forms Validation: save your time coding</title>
		<link>http://www.javascript-coder.com/html-form/forms-validation.phtml</link>
		<comments>http://www.javascript-coder.com/html-form/forms-validation.phtml#comments</comments>
		<pubDate>Wed, 05 Jan 2011 06:16:23 +0000</pubDate>
		<dc:creator>prasanth</dc:creator>
				<category><![CDATA[HTML Forms]]></category>
		<category><![CDATA[javascript form validation]]></category>
		<category><![CDATA[simfatic forms]]></category>
		<category><![CDATA[validation]]></category>
		<guid isPermaLink="false">http://www.javascript-coder.com/v2/?p=473</guid>
		<description><![CDATA[This is in continuation of the JavaScript form validation script explained here. Simfatic Forms is a complete web form development software. You can create forms add form validations, select your options for server side processing, generate the script and install the form on the web server. No coding required. This page takes you through some [...]]]></description>
		<wfw:commentRss>http://www.javascript-coder.com/html-form/forms-validation.phtml/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>JavaScript Form Validation Script: More features</title>
		<link>http://www.javascript-coder.com/html-form/form-validation.phtml</link>
		<comments>http://www.javascript-coder.com/html-form/form-validation.phtml#comments</comments>
		<pubDate>Wed, 05 Jan 2011 06:12:16 +0000</pubDate>
		<dc:creator>prasanth</dc:creator>
				<category><![CDATA[HTML Forms]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[javascript form validation]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[validation]]></category>
		<guid isPermaLink="false">http://www.javascript-coder.com/v2/?p=443</guid>
		<description><![CDATA[This is in continuation of the JavaScript Form Validation script in this page. In this page, we will see some of the advanced features of the script. Showing all the form validation errors together in a message box If you want to show all the error messages together, then just call the EnableMsgsTogether() function as [...]]]></description>
		<wfw:commentRss>http://www.javascript-coder.com/html-form/form-validation.phtml/feed</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>JavaScript Form Validation : quick and easy!</title>
		<link>http://www.javascript-coder.com/html-form/javascript-form-validation.phtml</link>
		<comments>http://www.javascript-coder.com/html-form/javascript-form-validation.phtml#comments</comments>
		<pubDate>Wed, 05 Jan 2011 05:41:09 +0000</pubDate>
		<dc:creator>prasanth</dc:creator>
				<category><![CDATA[HTML Forms]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[javascript form validation]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[validation]]></category>
		<guid isPermaLink="false">http://www.javascript-coder.com/v2/?p=392</guid>
		<description><![CDATA[Using client side JavaScript is an efficient way to validate the user input in web forms. When there are many fields in the form, the JavaScript validation becomes too complex. The JavaScript class presented here makes the form validations many times easier. Contents Download the JavaScript form validation script Using the form validation script Adding [...]]]></description>
		<wfw:commentRss>http://www.javascript-coder.com/html-form/javascript-form-validation.phtml/feed</wfw:commentRss>
		<slash:comments>245</slash:comments>
		</item>
		<item>
		<title>Using the window.close method</title>
		<link>http://www.javascript-coder.com/window-popup/javascript-window-close.phtml</link>
		<comments>http://www.javascript-coder.com/window-popup/javascript-window-close.phtml#comments</comments>
		<pubDate>Wed, 05 Jan 2011 05:36:56 +0000</pubDate>
		<dc:creator>prasanth</dc:creator>
				<category><![CDATA[JavaScript Popup Windows]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[javascript close window]]></category>
		<category><![CDATA[javascript window.close]]></category>
		<guid isPermaLink="false">http://www.javascript-coder.com/v2/?p=366</guid>
		<description><![CDATA[It may be needed that you need to give a close link in the popup you created. The window.close () method could be used to close a window. However, there are certain security restrictions for using the close() method. The close method closes only windows opened by JavaScript using the open method. If you attempt [...]]]></description>
		<wfw:commentRss>http://www.javascript-coder.com/window-popup/javascript-window-close.phtml/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Using the window.open method</title>
		<link>http://www.javascript-coder.com/window-popup/javascript-window-open.phtml</link>
		<comments>http://www.javascript-coder.com/window-popup/javascript-window-open.phtml#comments</comments>
		<pubDate>Wed, 05 Jan 2011 05:22:11 +0000</pubDate>
		<dc:creator>prasanth</dc:creator>
				<category><![CDATA[JavaScript Popup Windows]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[javascript window open]]></category>
		<guid isPermaLink="false">http://www.javascript-coder.com/v2/?p=354</guid>
		<description><![CDATA[The syntax of the window.open method is given below: open (URL, windowName[, windowFeatures]) URL The URL of the page to open in the new window. This argument could be blank. windowName A name to be given to the new window. The name can be used to refer this window again. windowFeatures A string that determines [...]]]></description>
		<wfw:commentRss>http://www.javascript-coder.com/window-popup/javascript-window-open.phtml/feed</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
		<item>
		<title>JavaScript Popup Windows</title>
		<link>http://www.javascript-coder.com/window-popup/javascript-popup-window.phtml</link>
		<comments>http://www.javascript-coder.com/window-popup/javascript-popup-window.phtml#comments</comments>
		<pubDate>Wed, 05 Jan 2011 04:58:45 +0000</pubDate>
		<dc:creator>prasanth</dc:creator>
				<category><![CDATA[JavaScript Popup Windows]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[JavaScript Popup]]></category>
		<category><![CDATA[javascript popup window]]></category>
		<category><![CDATA[jQuery Popup]]></category>
		<guid isPermaLink="false">http://www.javascript-coder.com/v2/?p=348</guid>
		<description><![CDATA[JavaScript popups are handy to display help information or to zoom in an Image. There are different types of Popups. The first type is a new browser window opened using the window.open() function. Such types of Popup windows were overused and exploited by many websites during the earlier days of the web. This resulted in [...]]]></description>
		<wfw:commentRss>http://www.javascript-coder.com/window-popup/javascript-popup-window.phtml/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.478 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-09 05:11:46 --><!-- Compression = gzip -->

