<?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>Aratide &#187; JavaScript</title>
	<atom:link href="http://www.aratide.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aratide.com</link>
	<description>programming and software tutorials</description>
	<lastBuildDate>Sat, 20 Feb 2010 08:40:10 +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>What is DHTML?</title>
		<link>http://www.aratide.com/html/what-is-dhtml/</link>
		<comments>http://www.aratide.com/html/what-is-dhtml/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 02:29:52 +0000</pubDate>
		<dc:creator>Chad Challis</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=218</guid>
		<description><![CDATA[DHTML may sound like a language but it&#8217;s not.  DHTML is a term for making web pages dynamic and interactive, by combining the power of HTML, JavaScript, DOM and CSS.



]]></description>
		<wfw:commentRss>http://www.aratide.com/html/what-is-dhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling JavaScript when a webpage loads</title>
		<link>http://www.aratide.com/html/calling-javascript-when-a-webpage-loads/</link>
		<comments>http://www.aratide.com/html/calling-javascript-when-a-webpage-loads/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 05:08:44 +0000</pubDate>
		<dc:creator>Chad Challis</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[events]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=157</guid>
		<description><![CDATA[There are a couple opportunities for calling a JavaScript function or running JavaScript coded when a web page loads in a person&#8217;s web browser.



One method is to run a script using the body tag&#8217;s onload event. Here are a couple examples:

&#60;!-- Call a function --&#62;
&#60;body onload=&#34;sayHello();&#34;&#62;


&#60;!-- Run multiple commands --&#62;
&#60;body onload=&#34;var hello_world='Hello World!'; alert(hello_world);&#34;&#62;

Or you <a href="http://www.aratide.com/html/calling-javascript-when-a-webpage-loads/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.aratide.com/html/calling-javascript-when-a-webpage-loads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX and PHP</title>
		<link>http://www.aratide.com/php/ajax-and-php/</link>
		<comments>http://www.aratide.com/php/ajax-and-php/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 05:42:54 +0000</pubDate>
		<dc:creator>Chad Challis</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=104</guid>
		<description><![CDATA[AJAX in a word&#8230; SWEET!  I love it.  AJAX stands for Asynchronous JavaScript and XML.  Basically it allows your web page to load content AFTER the web page has already loaded.  This comes in handy when you want to perform actions on a web page or change content but don&#8217;t want <a href="http://www.aratide.com/php/ajax-and-php/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.aratide.com/php/ajax-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
