<?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>greg&#039;s weblog</title>
	<atom:link href="http://gregk.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregk.me</link>
	<description>the more I learn, the less I know</description>
	<lastBuildDate>Wed, 01 Sep 2010 07:51:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Three iPhone 3G, MMS &amp; Tethering APN settings</title>
		<link>http://gregk.me/2010/three-iphone-3g-mms-tethering-apn-settings/</link>
		<comments>http://gregk.me/2010/three-iphone-3g-mms-tethering-apn-settings/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 13:26:29 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[ios3]]></category>
		<category><![CDATA[iphone 3g]]></category>
		<category><![CDATA[mobile data]]></category>
		<category><![CDATA[three]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=715</guid>
		<description><![CDATA[My contract finished with O2 many months ago, I patiently waited for the release of the iPhone 4 &#8230; June 24th came and went, and to cut a long story short, I stuck with my iPhone 3G and (last week) switched to Three. If you&#8217;re running iOS4 on your iPhone, save yourself some time and [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/three-iphone-3g-mms-tethering-apn-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working on a VirtualBox dev server while offline</title>
		<link>http://gregk.me/2010/working-on-vm-server-while-offline/</link>
		<comments>http://gregk.me/2010/working-on-vm-server-while-offline/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 19:47:02 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[host only]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=583</guid>
		<description><![CDATA[This month I&#8217;ve got a couple of trips to the US, one work, one leisure. I&#8217;d like to be able to use some of the dead time during the flight to do some development work. Instead of running PHP, Apache and MySQL from my Mac, I run it from a Ubuntu virtual machine via VirtualBox. [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/working-on-vm-server-while-offline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL bug</title>
		<link>http://gregk.me/2010/bug-in-mysql-5-1-37/</link>
		<comments>http://gregk.me/2010/bug-in-mysql-5-1-37/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 12:12:41 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=433</guid>
		<description><![CDATA[I can't remember the last time I stumbled across a bug in MySQL, however this morning I did.]]></description>
		<wfw:commentRss>http://gregk.me/2010/bug-in-mysql-5-1-37/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using sed to capture C style multi-line comments</title>
		<link>http://gregk.me/2010/using-sed-to-parse-c-style-comments/</link>
		<comments>http://gregk.me/2010/using-sed-to-parse-c-style-comments/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 15:26:02 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[sed]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=419</guid>
		<description><![CDATA[Use the linux utility sed to parse out C style multiline comments from source files. I used this when minifying Javascript source.]]></description>
		<wfw:commentRss>http://gregk.me/2010/using-sed-to-parse-c-style-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE8 &amp; CSS opacity = fail</title>
		<link>http://gregk.me/2010/ie8-and-opacity-fails/</link>
		<comments>http://gregk.me/2010/ie8-and-opacity-fails/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 11:50:50 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[css2]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[opacity]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=406</guid>
		<description><![CDATA[I&#8217;m putting together a new look for this blog, it&#8217;s a much needed 2010 refresh. An element of the new design uses a semi-transparent opacity (mouseover the items on the wooden floor above). This is not a problem in Firefox, Chrome or Safari. This isn&#8217;t even a problem in IE7 but &#8230; Microsoft saw fit [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/ie8-and-opacity-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PHPUnit on Snow Leopard</title>
		<link>http://gregk.me/2010/installing-phpunit-on-snow-leopard/</link>
		<comments>http://gregk.me/2010/installing-phpunit-on-snow-leopard/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 19:26:32 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php unit]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=396</guid>
		<description><![CDATA[Snow Leopard ships with PHP 5.3.0, which at the time of writing, is quite recent (at least it&#8217;s a milestone version with a bunch of new features). I&#8217;ve not tried to install anything previously via PEAR on my Snow Leopard install. When I tried to install PHPUnit, I ran into a problem. $ sudo pear [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/installing-phpunit-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP UK Conference 2010 thoughts</title>
		<link>http://gregk.me/2010/php-uk-conference-2010-thoughts/</link>
		<comments>http://gregk.me/2010/php-uk-conference-2010-thoughts/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:06:24 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpuk2010]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=262</guid>
		<description><![CDATA[On Friday I went to the PHP UK 2010 conference in Islington, London with one of my work colleagues. There were three tracks, so between us we were able to cover most talks of interest. The conference organisers have said they&#8217;ll post the slides of each talk, with sync&#8217;ed audio, online soon. I&#8217;ll link the [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/php-uk-conference-2010-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up aliases in Snow Leopard</title>
		<link>http://gregk.me/2010/setting-up-aliases-in-snow-leopard/</link>
		<comments>http://gregk.me/2010/setting-up-aliases-in-snow-leopard/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 10:54:10 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[aliases]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tsch]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=250</guid>
		<description><![CDATA[Having trouble with Terminal not remembering your aliases? A lot of documentation on the web talks about configuring tcsh or csh in Mac OS X. I was scratching my head for a while wondering why my ~/.tcshrc file wasn&#8217;t defining my aliases on login (or my ~/.login file for that matter, that the system created!). [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/setting-up-aliases-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel X25-M First Impressions</title>
		<link>http://gregk.me/2010/intel-x25-m-first-impressions/</link>
		<comments>http://gregk.me/2010/intel-x25-m-first-impressions/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 00:15:53 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[solid state]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[x25m]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=234</guid>
		<description><![CDATA[Two weeks ago I swapped out my Seagate Momentus 7200.2 160GB HDD for an Intel X25-M 80GB. I didn&#8217;t want to post my impressions prematurely so held out a couple of weeks. I took the opportunity to upgrade to Snow Leopard at the same time &#8211; as I was performing a clean install of OS [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/intel-x25-m-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A real UK keyboard layout for Snow Leopard</title>
		<link>http://gregk.me/2010/a-real-uk-keyboard-layout-for-mac-os-x-10-6-snow-leopard/</link>
		<comments>http://gregk.me/2010/a-real-uk-keyboard-layout-for-mac-os-x-10-6-snow-leopard/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 12:20:07 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=221</guid>
		<description><![CDATA[Thanks to this blogger who made real UK keyboard layouts that work under Snow Leopard. I couldn&#8217;t get alternative community created UK layouts, that previously worked in Leopard, to work under Snow Leopard. They would never appear as a selectable layout in Language &#038; Text &#187; Input Sources. Maybe because I tried to install them [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/a-real-uk-keyboard-layout-for-mac-os-x-10-6-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
