<?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>ComputerHowToGuy.com &#187; XHTML</title>
	<atom:link href="http://www.computerhowtoguy.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computerhowtoguy.com</link>
	<description>Your how-to computer guide</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:54:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DOM Parsing With Python</title>
		<link>http://www.computerhowtoguy.com/dom/dom-parsing-with-python/</link>
		<comments>http://www.computerhowtoguy.com/dom/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.computerhowtoguy.com/dom/dom-parsing-with-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is DHTML?</title>
		<link>http://www.computerhowtoguy.com/dom/what-is-dhtml/</link>
		<comments>http://www.computerhowtoguy.com/dom/what-is-dhtml/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 02:29:52 +0000</pubDate>
		<dc:creator>admin</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.computerhowtoguy.com/dom/what-is-dhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Differences between HTML and XHTML</title>
		<link>http://www.computerhowtoguy.com/html/differences-between-html-and-xhtml/</link>
		<comments>http://www.computerhowtoguy.com/html/differences-between-html-and-xhtml/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 22:21:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XHTML]]></category>
		<category><![CDATA[DTD]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=208</guid>
		<description><![CDATA[XHTML stand for EXtensible HyperText Markup Language which is a combination of HTML and XML. In early 2000 XHTML 1.0 became a W3C Recommendation. If you are still using regular HTML, it&#8217;s time to change. XHTML isn&#8217;t just the future, it&#8217;s the now, and HTML is phasing out. But don&#8217;t worry too much, the change [...]]]></description>
		<wfw:commentRss>http://www.computerhowtoguy.com/html/differences-between-html-and-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The XHTML DTD (Document Type Definitions)</title>
		<link>http://www.computerhowtoguy.com/html/the-xhtml-dtd-document-type-definitions/</link>
		<comments>http://www.computerhowtoguy.com/html/the-xhtml-dtd-document-type-definitions/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 21:34:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XHTML]]></category>
		<category><![CDATA[DTD]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=203</guid>
		<description><![CDATA[All XHTML documents have three main parts: DOCTYPE declaration &#60;head&#62; &#60;body&#62; The DOCTYPE must be defined before anything else in the document. Everything but the DOCTYPE declaration will look like HTML, XHTML just holds you to a few rules. That&#8217;s the beauty of XHTML! There are three types of DTDs: STRICT &#8211; It forces you [...]]]></description>
		<wfw:commentRss>http://www.computerhowtoguy.com/html/the-xhtml-dtd-document-type-definitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling JavaScript when a webpage loads</title>
		<link>http://www.computerhowtoguy.com/javascript/calling-javascript-when-a-webpage-loads/</link>
		<comments>http://www.computerhowtoguy.com/javascript/calling-javascript-when-a-webpage-loads/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 05:08:44 +0000</pubDate>
		<dc:creator>admin</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 [...]]]></description>
		<wfw:commentRss>http://www.computerhowtoguy.com/javascript/calling-javascript-when-a-webpage-loads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allowing users to login using HTML and PHP</title>
		<link>http://www.computerhowtoguy.com/php/using-forms-in-allowing-users-to-login-using-html-and-php/</link>
		<comments>http://www.computerhowtoguy.com/php/using-forms-in-allowing-users-to-login-using-html-and-php/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:37:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=135</guid>
		<description><![CDATA[A form is an area of a web page where your website&#8217;s visitors can enter information and submit it. They might fill out a contact form, or use a small form to login to your system. They come in handy and in many cases are a necessity. In this tutorial we will kill two birds [...]]]></description>
		<wfw:commentRss>http://www.computerhowtoguy.com/php/using-forms-in-allowing-users-to-login-using-html-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX and PHP</title>
		<link>http://www.computerhowtoguy.com/ajax/ajax-and-php/</link>
		<comments>http://www.computerhowtoguy.com/ajax/ajax-and-php/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 05:42:54 +0000</pubDate>
		<dc:creator>admin</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 to reload the entire [...]]]></description>
		<wfw:commentRss>http://www.computerhowtoguy.com/ajax/ajax-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upload a file using PHP</title>
		<link>http://www.computerhowtoguy.com/php/how-to-upload-a-file-using-php/</link>
		<comments>http://www.computerhowtoguy.com/php/how-to-upload-a-file-using-php/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 21:33:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[save file]]></category>
		<category><![CDATA[server side scripting]]></category>
		<category><![CDATA[upload file]]></category>
		<category><![CDATA[upload picture]]></category>
		<category><![CDATA[web page]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=51</guid>
		<description><![CDATA[One of the cool things about server side scripting is the ability to upload files from a user&#8217;s computer to your web server. In this tutorial I will demonstrate PHP&#8217;s ability to capture uploaded files and save them on the web server. Our sample takes a user&#8217;s photo and saves it to a folder on [...]]]></description>
		<wfw:commentRss>http://www.computerhowtoguy.com/php/how-to-upload-a-file-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

