<?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>Is This A Blog? &#187; code</title>
	<atom:link href="http://www.isthisablog.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isthisablog.com</link>
	<description>Web Development and other Inane Topics and Tools</description>
	<lastBuildDate>Thu, 15 Jul 2010 23:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Whathuh Twitter Command Line Tool</title>
		<link>http://www.isthisablog.com/2009/03/07/whathuh-twitter-command-line-tool/</link>
		<comments>http://www.isthisablog.com/2009/03/07/whathuh-twitter-command-line-tool/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 02:38:13 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[Microblogging]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[pointless]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/?p=165</guid>
		<description><![CDATA[I was shown a Win32 CLI for Twitter, and I didn&#8217;t like how it was done, so I made one. Pretty simple to use. Vista: Extract the two files to your home directory XP: Extract the two files to your &#8230; <a href="http://www.isthisablog.com/2009/03/07/whathuh-twitter-command-line-tool/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2009/03/07/whathuh-twitter-command-line-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP if statement alternatives</title>
		<link>http://www.isthisablog.com/2008/09/07/php-if-statement-alternatives/</link>
		<comments>http://www.isthisablog.com/2008/09/07/php-if-statement-alternatives/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 09:30:11 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[else]]></category>
		<category><![CDATA[endif]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[then]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/?p=118</guid>
		<description><![CDATA[Did you know there are actually 3 different ways to use the if&#8230;else&#8230;elseif control in PHP? They each have their uses, and hopefully I can help decode them a little bit for those who aren&#8217;t familiar with them. Here is &#8230; <a href="http://www.isthisablog.com/2008/09/07/php-if-statement-alternatives/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2008/09/07/php-if-statement-alternatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplified PHP $_POST data handling</title>
		<link>http://www.isthisablog.com/2008/05/07/simplified-php-_post-data-handling/</link>
		<comments>http://www.isthisablog.com/2008/05/07/simplified-php-_post-data-handling/#comments</comments>
		<pubDate>Thu, 08 May 2008 03:41:52 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/?p=76</guid>
		<description><![CDATA[When posting data from a form to a page, the $_POST variable gets set to an array similar to this: Array ([name] =&#62; "daniel", [state] =&#62; "illinois", [phone] =&#62; "630-618-9588") Now, one way to process this is to know in &#8230; <a href="http://www.isthisablog.com/2008/05/07/simplified-php-_post-data-handling/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2008/05/07/simplified-php-_post-data-handling/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
