<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Phil Ricketts</title>
	<link>http://phil.replete.nu</link>
	<description></description>
	<lastBuildDate>Sun, 08 May 2011 16:01:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress" -->

	<item>
		<title>HTML5 Details tag fallback</title>
		<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>
		<link>http://phil.replete.nu/html5-details-tag-fallback/</link>
			</item>
	<item>
		<title>New Adventures in 2011 Review</title>
		<description><![CDATA[I review, the standard-setting conference of the year, New Adventures in Web Design 2011.]]></description>
		<link>http://phil.replete.nu/new-adventures-2011/</link>
			</item>
	<item>
		<title>Performance Tips for Apache and Enabling .htaccess on Apache for Windows</title>
		<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>
		<link>http://phil.replete.nu/performance-tips-for-apache-and-enabling-htaccess-on-apache-for-windows/</link>
			</item>
	<item>
		<title>Custom HTTP Headers with IIS7 (per-site)</title>
		<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>
		<link>http://phil.replete.nu/custom-http-headers-with-iis7-per-site/</link>
			</item>
	<item>
		<title>Getting somewhere..?</title>
		<description><![CDATA[I didn't realise how ironic this post was going to be.]]></description>
		<link>http://phil.replete.nu/getting-somewhere/</link>
			</item>
	<item>
		<title>Running OSX 10.6.5 on a PC &#8211; ASUS P6T / ATI Radeon 5850 / Intel i7 920</title>
		<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>
		<link>http://phil.replete.nu/hackintosh-osx-86-pc-with-i7-920-and-asus-p6t/</link>
			</item>
	<item>
		<title>Values</title>
		<description><![CDATA[Another attempt at finding meaning. It's good to question everything now and then, surely?]]></description>
		<link>http://phil.replete.nu/values/</link>
			</item>
	<item>
		<title>Fixed British Keymap for UK MacbookPro</title>
		<description><![CDATA[Remap the bastardised British keyboard layout on your Macbook or MacbookPro]]></description>
		<link>http://phil.replete.nu/fixed-british-keymap-for-uk-macbookpro/</link>
			</item>
</channel>
</rss>

