<?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; programming</title>
	<atom:link href="http://www.computerhowtoguy.com/tag/programming/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>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>Working with session variables in PHP</title>
		<link>http://www.computerhowtoguy.com/php/working-with-session-variables-in-php/</link>
		<comments>http://www.computerhowtoguy.com/php/working-with-session-variables-in-php/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 01:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=118</guid>
		<description><![CDATA[Let&#8217;s say you are creating a website where users need to login. How do you track a user&#8217;s id from page to page, or even verify that a user is logged in when they should be? You can use the global $_SESSION variable! The $_SESSION is an array where you can store your variable and [...]]]></description>
		<wfw:commentRss>http://www.computerhowtoguy.com/php/working-with-session-variables-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The SimpleImage Class</title>
		<link>http://www.computerhowtoguy.com/php/the-simpleimage-class/</link>
		<comments>http://www.computerhowtoguy.com/php/the-simpleimage-class/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 04:48:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[image size]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[resize image]]></category>
		<category><![CDATA[save file]]></category>
		<category><![CDATA[server side scripting]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[upload file]]></category>
		<category><![CDATA[upload picture]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=65</guid>
		<description><![CDATA[In a previous tutorial we learned how to upload an image using HTML and PHP. Now we will talk some about the image functions built into PHP, specifically how they can be used to resize and save images. Let&#8217;s say the users on your website can upload their profile picture. You might be able to [...]]]></description>
		<wfw:commentRss>http://www.computerhowtoguy.com/php/the-simpleimage-class/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>

