<?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/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://miles-per-hour.com</link>
	<description>programming at the speed of 1011000.</description>
	<lastBuildDate>Sun, 25 Oct 2009 00:35:37 +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>Drupal Module: Yelp Search Results</title>
		<link>http://miles-per-hour.com/2009/08/13/drupal-module-yelp-search-results/</link>
		<comments>http://miles-per-hour.com/2009/08/13/drupal-module-yelp-search-results/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 20:05:39 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Druapl]]></category>
		<category><![CDATA[yelp.com]]></category>

		<guid isPermaLink="false">http://miles-per-hour.com/?p=235</guid>
		<description><![CDATA[This Module uses the Yelp API to display search results in a block on your site.

The module creates a new block ('yelp search results') which you can place on your page from the block administer section.(Administer &#62; Blocks).

For individual site pages (nodes) you can specify settings for the yelp block (Block title, location, search radius, maximum number of results and which yelp categories to search from).So you could display the 5 best rated Hotels near you on one page, and the 10 best bars near you on another page.]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/08/13/drupal-module-yelp-search-results/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Find a Tweeter</title>
		<link>http://miles-per-hour.com/2009/06/21/find-a-tweeter/</link>
		<comments>http://miles-per-hour.com/2009/06/21/find-a-tweeter/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 03:14:07 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter app]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://miles-per-hour.com/?p=222</guid>
		<description><![CDATA[The site is www.findAtweeter.com .  The site allows you to find tweeters near you (or any location) and mashes it with google maps so that you can see where the tweets are coming from. It's built on using the twitter REST API (search API), as well as the google maps API.  It's a great tool if you want to see if any tweeters are interested in the same things as you. We tried to keep the interface as simple as possible, so its easy to search for a variety of tweets, and share those results.]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/06/21/find-a-tweeter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First Drupal Module</title>
		<link>http://miles-per-hour.com/2009/05/06/my-first-drupal-module/</link>
		<comments>http://miles-per-hour.com/2009/05/06/my-first-drupal-module/#comments</comments>
		<pubDate>Wed, 06 May 2009 12:46:55 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Callouts]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[nerd]]></category>
		<category><![CDATA[taxonomy]]></category>

		<guid isPermaLink="false">http://miles-per-hour.com/?p=219</guid>
		<description><![CDATA[I now have my first (hopefully of many) official Drupal module available for download on the Drupal website.Callouts creates a way to display multiple blocks that are related by taxonomy terms. After you place the module into a region on your site, when a user goes to a page any callout blocks (callout is a new content type) with the same taxonomy terms as that page will be displayed in the region. ]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/05/06/my-first-drupal-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First jQuery Plugin</title>
		<link>http://miles-per-hour.com/2009/03/26/my-first-jquery-plugin/</link>
		<comments>http://miles-per-hour.com/2009/03/26/my-first-jquery-plugin/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:07:57 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://miles-per-hour.com/?p=187</guid>
		<description><![CDATA[I had a bit of free time over the last week, so I thought I would try my hand at creating a jQuery plugin.

I call it jQuery.fly

What it does is allows you to create some cool animation effects to any text elements on the page, it also has a few built in effect. Useful? not really, but maybe someone will like it.]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/03/26/my-first-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working hard</title>
		<link>http://miles-per-hour.com/2009/03/10/working-hard/</link>
		<comments>http://miles-per-hour.com/2009/03/10/working-hard/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:56:34 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://miles-per-hour.com/2009/03/10/working-hard/</guid>
		<description><![CDATA[Sorry for the lack of updates, I&#8217;ve been quite busy at my job (doing some major web development stuff). I&#8217;m going to try to post later this week about a PHP calendar/date class I&#8217;ve been building in my freetime (initial tests are showing that for some instances it&#8217;ll be up to 4x faster then the [...]]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/03/10/working-hard/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[PHP]]></category>
		<category><![CDATA[code]]></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>PointsWatcher</title>
		<link>http://miles-per-hour.com/2009/02/18/pointswatcher/</link>
		<comments>http://miles-per-hour.com/2009/02/18/pointswatcher/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 14:03:00 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://mike-miles.com/blog/?p=150</guid>
		<description><![CDATA[I've finished my iPhone app, PointsWatcher! (www.PointsWatcher.com) PointsWatcher allows you to keep track of your daily ww Points and an inventory of the food you eat, it also features a points calculator!]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/02/18/pointswatcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Learn a new Language</title>
		<link>http://miles-per-hour.com/2009/02/17/how-to-learn-a-new-language/</link>
		<comments>http://miles-per-hour.com/2009/02/17/how-to-learn-a-new-language/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 15:09:24 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://mike-miles.com/blog/?p=147</guid>
		<description><![CDATA[Since I'm in the process of learning these languages, I'd thought I would share my practices for learning new languages.]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/02/17/how-to-learn-a-new-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When to be OOP</title>
		<link>http://miles-per-hour.com/2009/02/12/when-to-be-oop/</link>
		<comments>http://miles-per-hour.com/2009/02/12/when-to-be-oop/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 22:28:36 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://mike-miles.com/blog/?p=130</guid>
		<description><![CDATA[The thing is most web programmers are not OOP programmers, the standard for the web has been to be a functional programmer (just writing functions) so a straight up web developer might not be very familiar with OOP programming. OOP programming (creating objects and classes) can be a great resource when writing complex applications. But when to be OOP? because there are times when it'll benefit you as a developer and times when it's just unnecessary overhead.]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/02/12/when-to-be-oop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose your framework</title>
		<link>http://miles-per-hour.com/2009/02/09/choose-your-framework/</link>
		<comments>http://miles-per-hour.com/2009/02/09/choose-your-framework/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 21:39:01 +0000</pubDate>
		<dc:creator>mike@mike-miles.com</dc:creator>
				<category><![CDATA[Writing]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://mike-miles.com/blog/?p=119</guid>
		<description><![CDATA[Gone are the days where you have to write extensive, ugly javascript code to manipulate page elements and DOM. Thanks to the development of some really great javascript frameworks  you can do more with less. The big three libraries are jQuery, Prototype (with or with-out script.tac.ulous) and mooTools. Each has its advantages and disadvantages. But just like shopping for a new car or deli sandwich, how do you know which one is right for you?]]></description>
		<wfw:commentRss>http://miles-per-hour.com/2009/02/09/choose-your-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
