<?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"
	>

<channel>
	<title>Matt Haynes - Programming &#38; Tech Blog</title>
	<atom:link href="http://matthaynes.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthaynes.net/blog</link>
	<description>An infrequent blog about the internet, programming and related technology</description>
	<pubDate>Sun, 05 Oct 2008 15:57:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Money to burn? Visit Swoopo</title>
		<link>http://matthaynes.net/blog/2008/10/05/money-to-burn-visit-swoopo/</link>
		<comments>http://matthaynes.net/blog/2008/10/05/money-to-burn-visit-swoopo/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 00:36:44 +0000</pubDate>
		<dc:creator>matth</dc:creator>
		
		<category><![CDATA[websites]]></category>

		<category><![CDATA[scams]]></category>

		<category><![CDATA[swoopo]]></category>

		<guid isPermaLink="false">http://matthaynes.net/blog/?p=136</guid>
		<description><![CDATA[I came across the &#8220;auction&#8221; site swoopo.co.uk and promptly wasted an afternoon and a tenner on what some may describe as a scam. Swoopo offers users the chance to grab some amazing bargains, for example some lucky user got  this EEE PC for £4. What&#8217;s not such a bargain for all the users that [...]]]></description>
		<wfw:commentRss>http://matthaynes.net/blog/2008/10/05/money-to-burn-visit-swoopo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Javascript &#38; the Unit Circle</title>
		<link>http://matthaynes.net/blog/2008/09/29/javascript-and-the-unit-circle/</link>
		<comments>http://matthaynes.net/blog/2008/09/29/javascript-and-the-unit-circle/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 22:05:13 +0000</pubDate>
		<dc:creator>matth</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[maths]]></category>

		<category><![CDATA[playground]]></category>

		<guid isPermaLink="false">http://matthaynes.net/blog/?p=114</guid>
		<description><![CDATA[
Whilst cleaning up the mess that is my www directory I found this old demo I made a few years back. I think at the time I wanted to figure out how to position HTML elements in a perfect(ish) circle. It&#8217;s not something I&#8217;d seen done before or since, probably because it&#8217;s a pretty impractical [...]]]></description>
		<wfw:commentRss>http://matthaynes.net/blog/2008/09/29/javascript-and-the-unit-circle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Use an SMS Gateway to send spoof messages</title>
		<link>http://matthaynes.net/blog/2008/09/27/use-an-sms-gateway-to-send-spoof-messages/</link>
		<comments>http://matthaynes.net/blog/2008/09/27/use-an-sms-gateway-to-send-spoof-messages/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 20:49:58 +0000</pubDate>
		<dc:creator>matth</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[websites]]></category>

		<category><![CDATA[hacks]]></category>

		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://matthaynes.net/blog/?p=101</guid>
		<description><![CDATA[Just been playing around with a free trial of an SMS gateway service. There are loads of these services about, all seeming to offer reasonable prices to send and receive SMS messages.
The service I used had a pretty simple HTTP API which I was hacking about with to send RSS stories to my phone. I&#8217;ve [...]]]></description>
		<wfw:commentRss>http://matthaynes.net/blog/2008/09/27/use-an-sms-gateway-to-send-spoof-messages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JSMin Ant Task 0.2.3</title>
		<link>http://matthaynes.net/blog/2008/09/23/jsmin-ant-task-023/</link>
		<comments>http://matthaynes.net/blog/2008/09/23/jsmin-ant-task-023/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 17:03:05 +0000</pubDate>
		<dc:creator>matth</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[jsmin]]></category>

		<category><![CDATA[jsmin-ant-task]]></category>

		<guid isPermaLink="false">http://matthaynes.net/blog/?p=86</guid>
		<description><![CDATA[I have finally got around to releasing an update to the JSMin Ant Task project I have on Googlecode. The new version includes a few improvements, new features and bug fixes, including: 

Fix to bug that occurred when minifying jquery 1.2.2
New feature to add a copyright notice to your minified scripts
Improved copy / overwrite functionality

Several [...]]]></description>
		<wfw:commentRss>http://matthaynes.net/blog/2008/09/23/jsmin-ant-task-023/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Javascript Colour Functions</title>
		<link>http://matthaynes.net/blog/2008/08/07/javascript-colour-functions/</link>
		<comments>http://matthaynes.net/blog/2008/08/07/javascript-colour-functions/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 20:43:38 +0000</pubDate>
		<dc:creator>matth</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[colour]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://matthaynes.net/blog/?p=62</guid>
		<description><![CDATA[I spent a couple of hours working through Mark Khan&#8217;s article on creating a colour picker widget in javascript. It&#8217;s a nice walk through, providing a good basis and a nice explanation of the technique used.
I thought I&#8217;d highlight a couple of useful generic colour functions in the code, as well as a couple I [...]]]></description>
		<wfw:commentRss>http://matthaynes.net/blog/2008/08/07/javascript-colour-functions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Javascript Space Invaders</title>
		<link>http://matthaynes.net/blog/2008/08/03/javascript-space-invaders/</link>
		<comments>http://matthaynes.net/blog/2008/08/03/javascript-space-invaders/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 12:29:37 +0000</pubDate>
		<dc:creator>matth</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[games]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://matthaynes.net/blog/?p=48</guid>
		<description><![CDATA[
Ok, I know this has been done more than once before, but on a paticuarly boring weekend with no money I couldn&#8217;t think of a better way to kill the time.
Play the javascript version of Space Invaders here 
Making the game was good practice at object oriented javascript, allowing me to play around with things [...]]]></description>
		<wfw:commentRss>http://matthaynes.net/blog/2008/08/03/javascript-space-invaders/feed/</wfw:commentRss>
		</item>
		<item>
		<title>socketBridge: Flash - Javascript Socket Bridge</title>
		<link>http://matthaynes.net/blog/2008/07/17/socketbridge-flash-javascript-socket-bridge/</link>
		<comments>http://matthaynes.net/blog/2008/07/17/socketbridge-flash-javascript-socket-bridge/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 22:34:41 +0000</pubDate>
		<dc:creator>matth</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[arduino]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://matthaynes.net/blog/2008/07/17/socketbridge-flash-javascript-socket-bridge/</guid>
		<description><![CDATA[

Update: 26 Aug 2008
Have updated the SWF and Haxe sources. Due to a rookie error I had forgot to flush Flash&#8217;s output buffers when sending the message to the server. This was causing issues on some player versions.

I&#8217;ve been looking at a few flash - javascript socket server bridges recently with the hope of using [...]]]></description>
		<wfw:commentRss>http://matthaynes.net/blog/2008/07/17/socketbridge-flash-javascript-socket-bridge/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adobe On AIR Tour Berlin 2008</title>
		<link>http://matthaynes.net/blog/2008/06/06/adobe-on-air-tour-berlin-2008/</link>
		<comments>http://matthaynes.net/blog/2008/06/06/adobe-on-air-tour-berlin-2008/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 14:38:27 +0000</pubDate>
		<dc:creator>matth</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[air]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://matthaynes.net/blog/2008/06/06/adobe-on-air-tour-berlin-2008/</guid>
		<description><![CDATA[My impressions from my recent day at the 2008 Adobe On AIR Tour Berlin.]]></description>
		<wfw:commentRss>http://matthaynes.net/blog/2008/06/06/adobe-on-air-tour-berlin-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New home server</title>
		<link>http://matthaynes.net/blog/2007/09/22/new-home-server/</link>
		<comments>http://matthaynes.net/blog/2007/09/22/new-home-server/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 22:17:48 +0000</pubDate>
		<dc:creator>matth</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://matthaynes.net/blog/2007/09/22/a-server-of-my-own/</guid>
		<description><![CDATA[I&#8217;ve been wanting to set up a home Linux server for some time. I&#8217;d gained a bit of a soft spot for UNIX  after using Ubuntu on the desktop for a while, and also hacking the command line at work and on my OS X machine. However, none of these have given me the [...]]]></description>
		<wfw:commentRss>http://matthaynes.net/blog/2007/09/22/new-home-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>So it has come to this</title>
		<link>http://matthaynes.net/blog/2007/07/06/so-it-has-come-to-this/</link>
		<comments>http://matthaynes.net/blog/2007/07/06/so-it-has-come-to-this/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 10:40:01 +0000</pubDate>
		<dc:creator>matth</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://matthaynes.net/wordpress/2007/07/06/so-it-has-come-to-this/</guid>
		<description><![CDATA[So it has come to this, I have started a blog. Having long been a reader and admirer of  web blogs, this is something I have been considering for a while now. Blogs have taught me some great stuff over the years, things that have actually helped me get employed. Then there is all the news that I have read first on blogs, and all those otherwise unknown trick bits that have earned me kudos when relayed to my peers. But despite all this, the decision to start my own blog has not been easy.]]></description>
		<wfw:commentRss>http://matthaynes.net/blog/2007/07/06/so-it-has-come-to-this/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
