<?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; code</title>
	<atom:link href="http://miles-per-hour.com/tag/code/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>IPhone Slide Effect</title>
		<link>http://miles-per-hour.com/2009/01/30/iphone-slide-effect/</link>
		<comments>http://miles-per-hour.com/2009/01/30/iphone-slide-effect/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 04:16:54 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://mike-miles.com/blog/?p=65</guid>
		<description><![CDATA[One of the cool (in my opinion) stand-out effects of the iphone is the way in which it switches between windows within the same application. The windows slide to the left when going forward), and slide to the right when going back.  This was an effect I wanted to emulate with my Iphone app Points [...]]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/01/30/iphone-slide-effect/feed/</wfw:commentRss>
		<slash:comments>1</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>

