<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>GC</title>
	<link>http://gavincoop.co.uk</link>
	<description>Seeing how long he can blog for without getting bored...</description>
	<lastBuildDate>Tue, 04 May 2010 14:24:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Debugging JavaScript on the iPhone</title>
		<description><![CDATA[Quick tip, if your trying to debug your web app on the iPhone simulator or a device you can switch on the Debug console by going into Settings &#62; Safari &#62; Developer. It&#8217;s all explained in the Safari Web Content Guide written by the nice people at Apple.
]]></description>
		<link>http://gavincoop.co.uk/2010/05/04/debugging-javascript-on-the-iphone/</link>
			</item>
	<item>
		<title>JavaScript Singleton Pattern</title>
		<description><![CDATA[It may have taken 15/20 minutes of Google&#8217;ing to find an actual Singleton Pattern replicated in JavaScript, but it was worth it. Anyway I thought I would share. Thanks to this post for giving me what I wanted! Most of the answers Google turfed up for me didn&#8217;t return a persistent object, which is required [...]]]></description>
		<link>http://gavincoop.co.uk/2010/04/23/javascript-singleton-pattern/</link>
			</item>
	<item>
		<title>Handling Screen Orientations with xUI</title>
		<description><![CDATA[Handling cross device screen orientations with the xUI framework is a breeze. xUI handles all the hard stuff for you all you need to do is register for an event change and react to it, xUI takes care of all the cross-device complexities for you.
x$('body').orientationchange(function() {
    alert('Orientation changed to: '.window.orientation);
});

Above attaches the [...]]]></description>
		<link>http://gavincoop.co.uk/2010/04/17/handling-screen-orientations-with-xui/</link>
			</item>
	<item>
		<title>PHP Time and Timezones</title>
		<description><![CDATA[The concept of timezones in PHP has gone through many iterations since PHP 3.x which didn&#8217;t have the concept of timezones, of course there were still ways to progromaticaly handle timezones in PHP3 but not as simply as we can today. PHP4 was a marked improvement native support for timezones and PHP5 wraps everything into [...]]]></description>
		<link>http://gavincoop.co.uk/2010/04/16/php-time-and-timezones/</link>
			</item>
	<item>
		<title>xUI Plugins</title>
		<description><![CDATA[Below is a template for plugins with xUI the awesome jQuery like mobile JS framework. This might be an un-documented feature of xUI at the current version. Check the latest version on git, which is what I am using for this (1.0.0) and I have already written compiling building it on os x. Although it&#8217;s [...]]]></description>
		<link>http://gavincoop.co.uk/2010/04/14/xui-plugins/</link>
			</item>
	<item>
		<title>Apple HTTP Live Streaming Specification</title>
		<description><![CDATA[A word on Apple&#8217;s HTTP Live Streaming Protocol. Firstly if you intend to implement this you must ensure your app meets all the criteria in this specification or your app will be rejected from the App Store &#8211; end of.
I only wish this document was there when I first sent my app to Apple. Admitedly [...]]]></description>
		<link>http://gavincoop.co.uk/2010/04/09/apple-http-live-streaming-specification/</link>
			</item>
	<item>
		<title>Building XUI on OS X from the source</title>
		<description><![CDATA[I&#8217;ve been using XUI for a while now and figured I would get stuck in with contributing, but not having seen JS source like this before actually getting the js file out of the source wasn&#8217;t as easy as I thought.
For those that are still struggling.
First you need to open the terminal and go to [...]]]></description>
		<link>http://gavincoop.co.uk/2010/04/09/building-xui-on-os-x-from-the-source/</link>
			</item>
	<item>
		<title>Dissertation Download</title>
		<description><![CDATA[Please enjoy responsibly&#8230;
Cyberspace Monopolies and The Search Engine Market
]]></description>
		<link>http://gavincoop.co.uk/2009/03/25/dissertation-download/</link>
			</item>
	<item>
		<title>Protected: Introducing Protector</title>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<link>http://gavincoop.co.uk/2008/11/21/introducing-protector/</link>
			</item>
	<item>
		<title>Protected: New Concept</title>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<link>http://gavincoop.co.uk/2008/11/14/new-concept/</link>
			</item>
</channel>
</rss>
