<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Jamie Thompson</title>
	<link>http://jamiethompson.co.uk</link>
	<description>Web Developer</description>
	<lastBuildDate>Tue, 08 May 2012 10:58:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Working From Home</title>
		<description><![CDATA[
Working from home sounds like most people’s idea of perfect, and in many ways it is, but it’s not without its pitfalls. Working from home can be a minefield of distractions, blurred boundaries and definitely not the sweet deal many people tethered to a cubicle might assume it to be.
Connectivity
Internet outages at the office are [...]]]></description>
		<link>http://jamiethompson.co.uk/web/2012/05/08/working-from-home/</link>
			</item>
	<item>
		<title>Greasemonkey Script. Play BBC iPlayer via XBMC</title>
		<description><![CDATA[The BBC iPlayer plugin for XBMC works really well. In my experience, It&#8217;s much more stable (if less fancy looking) than the official Wii application. The only downside is that as with most XBMC video plugins, the navigation can be a little clunky.
I&#8217;ve written a small Greasemonkey script which adds a &#8216;Send to XBMC&#8217; button [...]]]></description>
		<link>http://jamiethompson.co.uk/web/2010/09/09/greasemonkey-script-play-bbc-iplayer-via-xbmc/</link>
			</item>
	<item>
		<title>Code-Point Open &#8211; Northern Ireland Addendum</title>
		<description><![CDATA[
In April 2010 Ordnance Survey released The Code-Point Open dataset under a licence compatible with the Creative Commons Attribution Licence. The dataset locates, by OSGB grid reference every postcode unit in England, Scotland and Wales. Northern Ireland is missing. You can read more about the limitations of the Code-Point Open dataset in my previous post
All [...]]]></description>
		<link>http://jamiethompson.co.uk/web/2010/05/30/code-point-open-northern-ireland-addendum/</link>
			</item>
	<item>
		<title>The Problem With Code-Point Open From Ordnance Survey</title>
		<description><![CDATA[
Before I begin, let me just say that decision of Ordnance Survey to release a whole bunch of their data into the public domain is a massive leap in the right direction.  The number of freely available datasets is vast, but what I&#8217;m most interested in is the Code-Point Open dataset.
Code-Point Open purports to [...]]]></description>
		<link>http://jamiethompson.co.uk/web/2010/05/29/the-problem-with-code-point-open-from-ordnance-survey/</link>
			</item>
	<item>
		<title>Creating MySQL Dates From Integer day, month and year columns</title>
		<description><![CDATA[Granted, this is hardly a common occurrence, but recently I&#8217;ve had need to work with a database table that for historical reasons stores dates in three separate integer columns, one each for day, month and year. The need for special intervention here depends very much on your data, and I&#8217;m assuming that if you&#8217;re reading [...]]]></description>
		<link>http://jamiethompson.co.uk/web/2010/05/21/creating-mysql-dates-from-integer-day-month-and-year-columns/</link>
			</item>
	<item>
		<title>Yoda Syntax &#8211; A Backwards Design Pattern for If Statements</title>
		<description><![CDATA[
Sometimes the penny drops and you realise there&#8217;s a childishly simple solution to a problem that&#8217;s been bugging you for years. And no, I&#8217;m not talking about my wife, I&#8217;m talking about Yoda Syntax.
Have you ever spent far too long hunting down an impossible bug in your PHP only to eventually track it down to [...]]]></description>
		<link>http://jamiethompson.co.uk/web/2010/05/20/yoda-syntax-a-php-design-pattern-for-if-statements/</link>
			</item>
	<item>
		<title>Google Streetview Postcode Thumbnails</title>
		<description><![CDATA[Following my explorations of Google&#8217;s undisclosed Street View Images API, I&#8217;ve put together a handy little webservice that mashes up postcode geodata with the Streetview Images API.
It&#8217;s handy in that it let&#8217;s you directly request a streetview thumbnail with nothing more than a postcode. The format of the request looks like this:

http://geo.jamiethompson.co.uk/streetview/[POSTCODE]_[WIDTH]x[HEIGHT].jpg

As far as the [...]]]></description>
		<link>http://jamiethompson.co.uk/web/2010/05/19/google-streetview-postcode-thumbnails/</link>
			</item>
	<item>
		<title>Expanding Short URLs with PHP: expand_url PHP function</title>
		<description><![CDATA[
URL shortening services work by redirecting a users browser from the shortened URL to the actual target URL. Some of these services provide means of reversing the shortening process. Some provide API methods for this.
The following function will take a shortened URL, from any service, and return the original URL. As it works by inspecting [...]]]></description>
		<link>http://jamiethompson.co.uk/web/2010/05/18/expanding-short-urls-with-php-expand_url-php-function/</link>
			</item>
	<item>
		<title>Create Short URLs with PHP: shorten_url PHP Function</title>
		<description><![CDATA[
Do you want to create short urls from within your own PHP application? Most url shortening services provide an API, it&#8217;s how apps like twitter clients provide built-in url shortening. I wrote a small PHP function to provide url shortening from two of the most popular services, is.gd and tinyurl.com. Where&#8217;s bit.ly I hear you [...]]]></description>
		<link>http://jamiethompson.co.uk/web/2010/05/18/create-short-urls-with-php-shorten_url-php-function/</link>
			</item>
	<item>
		<title>Google Streetview Static API</title>
		<description><![CDATA[It is possible to extract both thumbnails and higher resolution images (tiles) from the Google Streetview service through an unpublished, undocumented API which I will document below. Google have not publicly released this API, but nor have they sought to secure or even obfuscate it in any way. To me, this is about as open [...]]]></description>
		<link>http://jamiethompson.co.uk/web/2010/05/15/google-streetview-static-api/</link>
			</item>
</channel>
</rss>

