<?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; code</title>
	<atom:link href="http://www.aratide.com/tag/code/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>Solving the &#8220;break-out&#8221; issue in iFrame Facebook applications</title>
		<link>http://www.aratide.com/php/solving-the-break-out-issue-in-iframe-facebook-applications/</link>
		<comments>http://www.aratide.com/php/solving-the-break-out-issue-in-iframe-facebook-applications/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 07:24:45 +0000</pubDate>
		<dc:creator>Chad Challis</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[facebook application]]></category>
		<category><![CDATA[iframe]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=96</guid>
		<description><![CDATA[I&#8217;ve tinkered with Facebook apps enough to find out what works and what doesn&#8217;t.  The most frustrating things I&#8217;ve had to deal with is when I&#8217;ve developed a Facebook app in an iframe.  Using the canvas page rather than an iframe is great.  You&#8217;ll encounter little to no weirdness.  But if <a href="http://www.aratide.com/php/solving-the-break-out-issue-in-iframe-facebook-applications/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.aratide.com/php/solving-the-break-out-issue-in-iframe-facebook-applications/feed/</wfw:commentRss>
		<slash:comments>1</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>
