<?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>Phil Ricketts &#187; Phil</title>
	<atom:link href="http://phil.replete.nu/author/phil/feed/" rel="self" type="application/rss+xml" />
	<link>http://phil.replete.nu</link>
	<description></description>
	<lastBuildDate>Sun, 08 May 2011 16:01:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>HTML5 Details tag fallback</title>
		<link>http://phil.replete.nu/html5-details-tag-fallback/</link>
		<comments>http://phil.replete.nu/html5-details-tag-fallback/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 23:10:11 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://phil.replete.nu/?p=281</guid>
		<description><![CDATA[Just a quick post, here&#8217;s some quick JS I used as a fallback for HTML5&#8242;s &#60;Details&#62; tag. html5_details: function () { if ('open' in document.createElement('details')) { //native support } else { $("details summary").click(function () { $(this).siblings("p").slideToggle("fast"); }).siblings("p").hide(); } },]]></description>
		<wfw:commentRss>http://phil.replete.nu/html5-details-tag-fallback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Adventures in 2011 Review</title>
		<link>http://phil.replete.nu/new-adventures-2011/</link>
		<comments>http://phil.replete.nu/new-adventures-2011/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 22:33:07 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://phil.replete.nu/?p=223</guid>
		<description><![CDATA[I review, the standard-setting conference of the year, New Adventures in Web Design 2011.]]></description>
		<wfw:commentRss>http://phil.replete.nu/new-adventures-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Tips for Apache and Enabling .htaccess on Apache for Windows</title>
		<link>http://phil.replete.nu/performance-tips-for-apache-and-enabling-htaccess-on-apache-for-windows/</link>
		<comments>http://phil.replete.nu/performance-tips-for-apache-and-enabling-htaccess-on-apache-for-windows/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 08:32:17 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://phil.replete.nu/?p=195</guid>
		<description><![CDATA[I have been using XAMPP as a lazy way of getting a PHP/MySQL/Apache environment set up for local development, and was recently looking into server performance. I wanted to tweak performance on a site-specific level, because some of the tweaks need to be customised on a site, not server, level. The problem I encountered was [...]]]></description>
		<wfw:commentRss>http://phil.replete.nu/performance-tips-for-apache-and-enabling-htaccess-on-apache-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom HTTP Headers with IIS7 (per-site)</title>
		<link>http://phil.replete.nu/custom-http-headers-with-iis7-per-site/</link>
		<comments>http://phil.replete.nu/custom-http-headers-with-iis7-per-site/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 07:52:08 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[asp.net IIS web.config]]></category>

		<guid isPermaLink="false">http://phil.replete.nu/?p=189</guid>
		<description><![CDATA[To add custom HTTP headers on a per-site basis with IIS7, it is simply a matter of editing the web.config file and inserting this code:.]]></description>
		<wfw:commentRss>http://phil.replete.nu/custom-http-headers-with-iis7-per-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting somewhere..?</title>
		<link>http://phil.replete.nu/getting-somewhere/</link>
		<comments>http://phil.replete.nu/getting-somewhere/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 21:58:45 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://phil.replete.nu/?p=145</guid>
		<description><![CDATA[I didn't realise how ironic this post was going to be.]]></description>
		<wfw:commentRss>http://phil.replete.nu/getting-somewhere/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Running OSX 10.6.5 on a PC &#8211; ASUS P6T / ATI Radeon 5850 / Intel i7 920</title>
		<link>http://phil.replete.nu/hackintosh-osx-86-pc-with-i7-920-and-asus-p6t/</link>
		<comments>http://phil.replete.nu/hackintosh-osx-86-pc-with-i7-920-and-asus-p6t/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 11:10:04 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://phil.replete.nu/?p=125</guid>
		<description><![CDATA[Process notes on how I legally installed Mac OSX Snow Leopard onto my Intel i7-based PC. Basically, how to get a (uglier) £2.5k mac for a third of the price.]]></description>
		<wfw:commentRss>http://phil.replete.nu/hackintosh-osx-86-pc-with-i7-920-and-asus-p6t/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Values</title>
		<link>http://phil.replete.nu/values/</link>
		<comments>http://phil.replete.nu/values/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 12:49:55 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://phil.replete.nu/?p=117</guid>
		<description><![CDATA[Another attempt at finding meaning. It's good to question everything now and then, surely?]]></description>
		<wfw:commentRss>http://phil.replete.nu/values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed British Keymap for UK MacbookPro</title>
		<link>http://phil.replete.nu/fixed-british-keymap-for-uk-macbookpro/</link>
		<comments>http://phil.replete.nu/fixed-british-keymap-for-uk-macbookpro/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 00:05:04 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://localhost/?p=26</guid>
		<description><![CDATA[Remap the bastardised British keyboard layout on your Macbook or MacbookPro]]></description>
		<wfw:commentRss>http://phil.replete.nu/fixed-british-keymap-for-uk-macbookpro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

