<?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; DOM</title>
	<atom:link href="http://www.aratide.com/category/dom/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>DOM Parsing With Python</title>
		<link>http://www.aratide.com/html/dom-parsing-with-python/</link>
		<comments>http://www.aratide.com/html/dom-parsing-with-python/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 08:37:43 +0000</pubDate>
		<dc:creator>Brendan Warkentin</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=253</guid>
		<description><![CDATA[This guide assumes you have basic knowledge of python and have done at least some work with HTML, XHTML, and/or XML. Background DOM stands for Document Object Model. It is a convention used in HTML, XHTML, and XML for representing and interacting with objects. As fairly well described by the name, things like HTML have]]></description>
		<wfw:commentRss>http://www.aratide.com/html/dom-parsing-with-python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>An XPath quick reference</title>
		<link>http://www.aratide.com/php/an-xpath-quick-reference/</link>
		<comments>http://www.aratide.com/php/an-xpath-quick-reference/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:14:39 +0000</pubDate>
		<dc:creator>Chad Challis</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XPath]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=196</guid>
		<description><![CDATA[This is a very brief quick reference for those of you who know what XPath is, but don&#8217;t use it often enough to have it ingrained in your heads, like myself. XPath Examples //person Returns a NodeSet containing ALL XML tags in the document with the name &#8216;person&#8217;, no matter where they are in the]]></description>
		<wfw:commentRss>http://www.aratide.com/php/an-xpath-quick-reference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
