<?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>Kwista &#187; php</title>
	<atom:link href="http://www.kwista.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kwista.com</link>
	<description>Information Technology for Your Gee Whiz Collection</description>
	<lastBuildDate>Thu, 04 Nov 2010 03:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Do While vs While</title>
		<link>http://www.kwista.com/programming/do-while-vs-while/</link>
		<comments>http://www.kwista.com/programming/do-while-vs-while/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 16:46:41 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[while]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=368</guid>
		<description><![CDATA[When I started programming I only learned about do ... while statements and I didn&#8217;t know about while statements. There are some times when my code would&#8217;ve been a lot cleaner if I had known about while statements. To save you all the trouble of what I had to go through I&#8217;m writing this post. [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/do-while-vs-while/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Simple Custom Directory Index v1.0</title>
		<link>http://www.kwista.com/programming/simple-custom-directory-index-v1-0/</link>
		<comments>http://www.kwista.com/programming/simple-custom-directory-index-v1-0/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 03:07:56 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Tricks]]></category>
		<category><![CDATA[directory index]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.kwista.com/?p=94</guid>
		<description><![CDATA[I made this for my wife cause she had thousands of pictures she wanted to share with a client of hers. So instead of mailing a CD or using a service like flickr I had her use an FTP client to upload the files to her website in a subdirectory and then I added two [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/simple-custom-directory-index-v1-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Organizing PHP Includes with Autoload</title>
		<link>http://www.kwista.com/programming/php-autoload/</link>
		<comments>http://www.kwista.com/programming/php-autoload/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:34:10 +0000</pubDate>
		<dc:creator>Chris London</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[autoload]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.kwista.com/it/?p=30</guid>
		<description><![CDATA[Since PHP5 was released, PHP programmers have been blessed with a decent support of object-oriented programming. With this ability many programmers have used classes in many if not all of their projects. A very common practice for OO programmers is to place each class in an includes folder. There have been many times when I [...]]]></description>
		<wfw:commentRss>http://www.kwista.com/programming/php-autoload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

