<?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; programming</title>
	<atom:link href="http://www.aratide.com/tag/programming/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>Working with session variables in PHP</title>
		<link>http://www.aratide.com/php/working-with-session-variables-in-php/</link>
		<comments>http://www.aratide.com/php/working-with-session-variables-in-php/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 01:36:27 +0000</pubDate>
		<dc:creator>Chad Challis</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 <a href="http://www.aratide.com/php/working-with-session-variables-in-php/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.aratide.com/php/working-with-session-variables-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The SimpleImage Class</title>
		<link>http://www.aratide.com/php/the-simpleimage-class/</link>
		<comments>http://www.aratide.com/php/the-simpleimage-class/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 04:48:00 +0000</pubDate>
		<dc:creator>Chad Challis</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 <a href="http://www.aratide.com/php/the-simpleimage-class/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.aratide.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.aratide.com/php/how-to-upload-a-file-using-php/</link>
		<comments>http://www.aratide.com/php/how-to-upload-a-file-using-php/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 21:33:16 +0000</pubDate>
		<dc:creator>Chad Challis</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 <a href="http://www.aratide.com/php/how-to-upload-a-file-using-php/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.aratide.com/php/how-to-upload-a-file-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
