<?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>Miles Per Hour &#187; PHP</title>
	<atom:link href="http://miles-per-hour.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://miles-per-hour.com</link>
	<description>programming at the speed of 1011000.</description>
	<lastBuildDate>Tue, 20 Mar 2012 18:51:43 +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>Drupal like templating for your wordpress plugin</title>
		<link>http://miles-per-hour.com/2011/10/19/drupal-like-templating-for-your-wordpress-plugin/</link>
		<comments>http://miles-per-hour.com/2011/10/19/drupal-like-templating-for-your-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 18:45:19 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://miles-per-hour.com/?p=319</guid>
		<description><![CDATA[How to recreate the contemplating engine in Wordpress for use in plugin development. to make plugin output more flexible and customizable.]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2011/10/19/drupal-like-templating-for-your-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Itunes like progress/capcity bar</title>
		<link>http://miles-per-hour.com/2009/02/23/itunes-like-progresscapcity-bar/</link>
		<comments>http://miles-per-hour.com/2009/02/23/itunes-like-progresscapcity-bar/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 18:33:13 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[capacity bar]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[progress bar]]></category>

		<guid isPermaLink="false">http://mike-miles.com/blog/?p=156</guid>
		<description><![CDATA[Back in December I was working on a project that needed to show progress bars.  They progress bars had to show the progress of multiple items, and it was explained to me that they should resemble the percentage bars in iTunes that show how full your ipod / iphone. Not a problem I thought to myself, all I needed was a few images and the eve useful PHP GD library .  If you've never used the PHP GD library before, a brief overview:  It's a graphics library that allows you to create dynamic graphics.  (Told you it was brief).]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/02/23/itunes-like-progresscapcity-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fseek()</title>
		<link>http://miles-per-hour.com/2008/06/13/fseek/</link>
		<comments>http://miles-per-hour.com/2008/06/13/fseek/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 03:19:41 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mike-miles.com/blog/?p=3</guid>
		<description><![CDATA[There is this nifty function in PHP called fseek().  It allows you to set a pointer to any where in a file (a text file for example).  It comes in handy when your dealing with very large files (like log files, or config files), and today I discoverd it can be very useful if you [...]]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2008/06/13/fseek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

