<?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>Gritfish Blog</title>
	<atom:link href="http://blog.gritfish.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gritfish.net</link>
	<description>Very Irregularly updated blog about Flash and Web Development.</description>
	<lastBuildDate>Wed, 20 Jul 2011 04:17:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>PHP: Display an RSS/Twitter feed on your site with RssRepeater</title>
		<link>http://blog.gritfish.net/2011/07/php-display-an-rsstwitter-feed-on-your-site-with-rssrepeater/</link>
		<comments>http://blog.gritfish.net/2011/07/php-display-an-rsstwitter-feed-on-your-site-with-rssrepeater/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 04:17:15 +0000</pubDate>
		<dc:creator>Gritfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gritfish.net/?p=176</guid>
		<description><![CDATA[Rss is great &#8211; it allows your sites content to be loaded and shared by just about anything. It also lets you pull together content from many sources and display them in a single page. Last year I built http://www.blaggregator.com (&#8230;)</p><p><a href="http://blog.gritfish.net/2011/07/php-display-an-rsstwitter-feed-on-your-site-with-rssrepeater/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.gritfish.net/2011/07/php-display-an-rsstwitter-feed-on-your-site-with-rssrepeater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boxy2D Physics Engine running on iPad, Android</title>
		<link>http://blog.gritfish.net/2011/07/boxy2d-physics-engine-running-on-ipad-android/</link>
		<comments>http://blog.gritfish.net/2011/07/boxy2d-physics-engine-running-on-ipad-android/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 05:04:00 +0000</pubDate>
		<dc:creator>Gritfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gritfish.net/?p=120</guid>
		<description><![CDATA[I mentioned in part one that when developing for mobiles with boxy2d, that you should use the &#8220;no events&#8221; branch of boxy2d. When developing for mobile devices, memory is in short supply, and flash&#8217;s event class can become a bit (&#8230;)</p><p><a href="http://blog.gritfish.net/2011/07/boxy2d-physics-engine-running-on-ipad-android/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.gritfish.net/2011/07/boxy2d-physics-engine-running-on-ipad-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADT Batman: The Utility Belt for the AIR Command-Line Compiler</title>
		<link>http://blog.gritfish.net/2011/07/adt-batman-the-utility-belt-for-the-air-command-line-compiler/</link>
		<comments>http://blog.gritfish.net/2011/07/adt-batman-the-utility-belt-for-the-air-command-line-compiler/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 23:21:50 +0000</pubDate>
		<dc:creator>Gritfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gritfish.net/?p=115</guid>
		<description><![CDATA[Over the last few months I&#8217;ve been playing around with Adobe AIR on my iPad and Nexus S. The performance increase has been phenomenal between 2.5 and 2.7, and with the rewrite of boxy2d&#8217;s event system, I&#8217;ve been getting around (&#8230;)</p><p><a href="http://blog.gritfish.net/2011/07/adt-batman-the-utility-belt-for-the-air-command-line-compiler/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.gritfish.net/2011/07/adt-batman-the-utility-belt-for-the-air-command-line-compiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giving Boxy2D Some Muscle</title>
		<link>http://blog.gritfish.net/2011/07/giving-boxy2d-some-muscle/</link>
		<comments>http://blog.gritfish.net/2011/07/giving-boxy2d-some-muscle/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 13:04:47 +0000</pubDate>
		<dc:creator>Gritfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gritfish.net/?p=130</guid>
		<description><![CDATA[Last time we took a brief look at the drag and drop physics engine, boxy2d. Now I&#8217;m going to show you how easy it is to add a bit of polish to our game and show just how well boxy (&#8230;)</p><p><a href="http://blog.gritfish.net/2011/07/giving-boxy2d-some-muscle/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.gritfish.net/2011/07/giving-boxy2d-some-muscle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Snippets: Five Things That Really Should be in Your &lt;head&gt;</title>
		<link>http://blog.gritfish.net/2011/07/5-snippets-five-things-that-really-should-be-in-your/</link>
		<comments>http://blog.gritfish.net/2011/07/5-snippets-five-things-that-really-should-be-in-your/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 12:34:39 +0000</pubDate>
		<dc:creator>Gritfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gritfish.net/?p=141</guid>
		<description><![CDATA[IE / Non-IE CSS Basic Metadata for SEO Metadata for Facebook Like Buttons iOS and Mobile CSS Icons IE / Non-IE CSS Let&#8217;s face it, if you&#8217;re making websites, you&#8217;ve dealt with it. Your page looks fine in every other (&#8230;)</p><p><a href="http://blog.gritfish.net/2011/07/5-snippets-five-things-that-really-should-be-in-your/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.gritfish.net/2011/07/5-snippets-five-things-that-really-should-be-in-your/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bare Bones of Boxy2D</title>
		<link>http://blog.gritfish.net/2011/07/the-bare-bones-of-boxy2d/</link>
		<comments>http://blog.gritfish.net/2011/07/the-bare-bones-of-boxy2d/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 08:22:15 +0000</pubDate>
		<dc:creator>Gritfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gritfish.net/?p=122</guid>
		<description><![CDATA[What Is Boxy 2D? Boxy2D is a 2D physics library that I pieced together from a lot of my early attempts at flash games. It&#8217;s not as fully featured as libraries like Box2D (objects can&#8217;t rotate, and large stacks of (&#8230;)</p><p><a href="http://blog.gritfish.net/2011/07/the-bare-bones-of-boxy2d/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.gritfish.net/2011/07/the-bare-bones-of-boxy2d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools for Ubiquitous Capture</title>
		<link>http://blog.gritfish.net/2011/01/tools-for-ubiquitous-capture/</link>
		<comments>http://blog.gritfish.net/2011/01/tools-for-ubiquitous-capture/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 08:53:21 +0000</pubDate>
		<dc:creator>Gritfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gritfish.net/?p=107</guid>
		<description><![CDATA[What is Ubiquitous Capture? Ubiquitous Capture is the notion of writing down just about every idea that pops into your head, rather than trying to remember it all. It&#8217;s easy to come up with a great idea and think &#8220;I&#8217;ll (&#8230;)</p><p><a href="http://blog.gritfish.net/2011/01/tools-for-ubiquitous-capture/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.gritfish.net/2011/01/tools-for-ubiquitous-capture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Snippets: .htaccess tricks</title>
		<link>http://blog.gritfish.net/2010/12/5-snippets-htaccess-tricks/</link>
		<comments>http://blog.gritfish.net/2010/12/5-snippets-htaccess-tricks/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 10:18:11 +0000</pubDate>
		<dc:creator>Gritfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gritfish.net/?p=100</guid>
		<description><![CDATA[Making a .htaccess file Preventing Directory Indexing Custom Error Pages Force Certain File Types to be Downloaded Instead of Opened by the Browser Friendly URLs Making a .htaccess file Making the file is simple &#8211; it&#8217;s just a text file, (&#8230;)</p><p><a href="http://blog.gritfish.net/2010/12/5-snippets-htaccess-tricks/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.gritfish.net/2010/12/5-snippets-htaccess-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working Mobile: What you can get done with a netbook and an iPad</title>
		<link>http://blog.gritfish.net/2010/12/working-mobile-what-you-can-get-done-with-a-netbook-and-an-ipad/</link>
		<comments>http://blog.gritfish.net/2010/12/working-mobile-what-you-can-get-done-with-a-netbook-and-an-ipad/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 23:13:16 +0000</pubDate>
		<dc:creator>Gritfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gritfish.net/?p=88</guid>
		<description><![CDATA[I&#8217;ll admit, most of my work happens at a desk. But sitting at a desk is about the one place I am completely incapable of coming up with ideas. So I go out &#8211; and when inspiration strikes, sometimes it&#8217;s (&#8230;)</p><p><a href="http://blog.gritfish.net/2010/12/working-mobile-what-you-can-get-done-with-a-netbook-and-an-ipad/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.gritfish.net/2010/12/working-mobile-what-you-can-get-done-with-a-netbook-and-an-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Big (but shrinking) 2010</title>
		<link>http://blog.gritfish.net/2010/12/my-big-but-shrinking-2010/</link>
		<comments>http://blog.gritfish.net/2010/12/my-big-but-shrinking-2010/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 02:18:15 +0000</pubDate>
		<dc:creator>Gritfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gritfish.net/?p=83</guid>
		<description><![CDATA[2010 has often felt like a mad race against the web industry. The year kicked off with the &#8220;death of flash&#8221; as many people in the industry saw it, which for me saw a shift from flash to php, mysql (&#8230;)</p><p><a href="http://blog.gritfish.net/2010/12/my-big-but-shrinking-2010/">Read the rest of this entry &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.gritfish.net/2010/12/my-big-but-shrinking-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

