<?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>Web Mumbai &#187; JavaScript</title>
	<atom:link href="http://www.web-mumbai.com/news/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.web-mumbai.com/news</link>
	<description>Web Mumbai Web Site Designer</description>
	<lastBuildDate>Sun, 23 Nov 2008 05:49:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>HTML Forms</title>
		<link>http://www.web-mumbai.com/news/html-forms.php</link>
		<comments>http://www.web-mumbai.com/news/html-forms.php#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:52:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://localhost/blog1/?p=65</guid>
		<description><![CDATA[<p>Introduction</p>
<p>In the last part I explained a few of the things you can do using forms. In this, the final part, of the JavaScript tutorial I will explain how you can do some other things with your JavaScript forms.</p>
<p>Using The  &#160; &#160; <a href="http://www.web-mumbai.com/news/html-forms.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/html-forms.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Forms &amp; JavaScript Functions</title>
		<link>http://www.web-mumbai.com/news/html-forms-and-javascript-functions.php</link>
		<comments>http://www.web-mumbai.com/news/html-forms-and-javascript-functions.php#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:51:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://localhost/blog1/?p=63</guid>
		<description><![CDATA[<p> Introduction</p>
<p>In part 6 I showed you how to use If and loops. In this part I will show you how you can manipulate HTML forms with JavaScript to improve your website.</p>
<p>Changing The Value Of A Text Box </p>
<p>Before you  &#160; &#160; <a href="http://www.web-mumbai.com/news/html-forms-and-javascript-functions.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/html-forms-and-javascript-functions.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript If and Loops</title>
		<link>http://www.web-mumbai.com/news/javascript-if-and-loops.php</link>
		<comments>http://www.web-mumbai.com/news/javascript-if-and-loops.php#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:50:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://localhost/blog1/?p=61</guid>
		<description><![CDATA[<p>Introduction</p>
<p>In previous parts I have shown you how to declare a JavaScript, open windows and display information. In this part I will show you how to use two of JavaScripts most important functions, If and Loops.</p>
<p>If</p>
<p>The if function allows you  &#160; &#160; <a href="http://www.web-mumbai.com/news/javascript-if-and-loops.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/javascript-if-and-loops.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaSript Link Events, Image Swaps &amp;  Taskbar</title>
		<link>http://www.web-mumbai.com/news/javascript-link-events-image-swaps-and-taskbar.php</link>
		<comments>http://www.web-mumbai.com/news/javascript-link-events-image-swaps-and-taskbar.php#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:50:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://localhost/blog1/?p=59</guid>
		<description><![CDATA[<p>Introduction</p>
<p>In this part I will show you how to use link events, do image swaps and display things in the browser status bar.</p>
<p>Link Events</p>
<p>A link event is a different way of including JavaScript on your page. Instead of having &#60;script&#62;  &#160; &#160; <a href="http://www.web-mumbai.com/news/javascript-link-events-image-swaps-and-taskbar.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/javascript-link-events-image-swaps-and-taskbar.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScipt Browser Windows</title>
		<link>http://www.web-mumbai.com/news/javasript-browser-windows.php</link>
		<comments>http://www.web-mumbai.com/news/javasript-browser-windows.php#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:49:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://localhost/blog1/?p=57</guid>
		<description><![CDATA[<p>Introduction</p>
<p>In the last part I showed you how you can use JavaScript to prompt the user for information and how you can display HTML via JavaScript. In this part I will show you how you can create and manipulate browser  &#160; &#160; <a href="http://www.web-mumbai.com/news/javasript-browser-windows.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/javasript-browser-windows.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javscript Displaying Information</title>
		<link>http://www.web-mumbai.com/news/javascript-displaying-information.php</link>
		<comments>http://www.web-mumbai.com/news/javascript-displaying-information.php#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:48:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://localhost/blog1/?p=55</guid>
		<description><![CDATA[<p>Introduction</p>
<p>In the last part I showed you how to display alert boxes and how to get information from the user. I also explained how variables work.

document.writeln

This command is very useful as it will output information to a web page. I  &#160; &#160; <a href="http://www.web-mumbai.com/news/javascript-displaying-information.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/javascript-displaying-information.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Alerts, Prompts &amp; Variables</title>
		<link>http://www.web-mumbai.com/news/javascript-alerts-prompts-variables.php</link>
		<comments>http://www.web-mumbai.com/news/javascript-alerts-prompts-variables.php#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:47:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://localhost/blog1/?p=53</guid>
		<description><![CDATA[<p>Introduction</p>
<p>In part 1 I showed you how to declare a JavaScript and make sure that non-compatible browsers can see something. In this part I will show you how to actually do something with your JavaScript.</p>
<p>Alerts</p>
<p>The first JavaScript command I will  &#160; &#160; <a href="http://www.web-mumbai.com/news/javascript-alerts-prompts-variables.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/javascript-alerts-prompts-variables.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Introduction</title>
		<link>http://www.web-mumbai.com/news/javascript-introduction.php</link>
		<comments>http://www.web-mumbai.com/news/javascript-introduction.php#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:46:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://localhost/blog1/?p=51</guid>
		<description><![CDATA[<p>Introduction</p>
<p>Thousands of sites around the world use JavaScript but it is still not a particularly well known programming language (compared to HTML). If you have seen anything interactive on a website like a calculation, pop-up-window, some web counters and even  &#160; &#160; <a href="http://www.web-mumbai.com/news/javascript-introduction.php">read&#160;more...</a>]]></description>
		<wfw:commentRss>http://www.web-mumbai.com/news/javascript-introduction.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

