<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Richard's projects</title>
<link>http://www.richardgarside.co.uk</link>
<description>Richard's projects is a blog about what I'm doing at the moment to amuse myself.</description>
<language>en-gb</language>
<copyright>Copyright 2007</copyright>
<lastBuildDate>Mon, 22 May 2007 00:08:20 +0000</lastBuildDate>
<pubDate>Mon, 5 Feb 2007 11:36:18 +0000</pubDate>
<generator>http://www.garsonix.co.uk</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>

<item>
    <title>Web professional survey</title>
    <description>  A List Apart  have started doing a yearly survey of web professionals. I read their  report  last year but I missed my chance to answer the survey.        This year I've been quicker of the mark and answered the 18 pages of questions. So, if you wo</description>
    <link>http://www.richardsprojects.co.uk/post/2008/8/8/web-professional-survey.aspx</link>
    <guid>http://www.richardsprojects.co.uk/post/2008/8/8/web-professional-survey.aspx</guid>
    <category></category>
    <pubDate>Fri, 8 Aug 2008 12:13:04 GMT</pubDate>
</item>
<item>
    <title>The new Oxfam website</title>
    <description>      My last project has been my most high profile since I went freelance. So, I'm excited to announce that it went live this week. The website in question is the new  Oxfam International  site.  I was working with  Fortune Cookie , DGF Solutions an</description>
    <link>http://www.richardsprojects.co.uk/post/2008/7/5/the-new-oxfam-website.aspx</link>
    <guid>http://www.richardsprojects.co.uk/post/2008/7/5/the-new-oxfam-website.aspx</guid>
    <category></category>
    <pubDate>Sat, 5 Jul 2008 11:53:27 GMT</pubDate>
</item>
<item>
    <title>Developing for the iPhone &ndash; what you need to know</title>
    <description>    They say the future is mobile. I don't think this is going to be true till the data rates become affordable, but perhaps the large touch screen of the iPhone is a taste of things to come.  So, I'm quite excited to learn about developing for this </description>
    <link>http://www.richardsprojects.co.uk/post/2008/6/26/developing-for-the-iphone-what-you-need-to-know.aspx</link>
    <guid>http://www.richardsprojects.co.uk/post/2008/6/26/developing-for-the-iphone-what-you-need-to-know.aspx</guid>
    <category></category>
    <pubDate>Thu, 26 Jun 2008 23:06:59 GMT</pubDate>
</item>
<item>
    <title>You can debug in Safari</title>
    <description> I've never previously had any problems with my site designs working in Safari. So, I was really stumped recently when a site I'm working on looked very wrong in Safari.  I'd got used to the power of Firebug and the web developer toolbar, and I was l</description>
    <link>http://www.richardsprojects.co.uk/post/2008/6/6/you-can-debug-in-safari.aspx</link>
    <guid>http://www.richardsprojects.co.uk/post/2008/6/6/you-can-debug-in-safari.aspx</guid>
    <category></category>
    <pubDate>Fri, 6 Jun 2008 11:26:04 GMT</pubDate>
</item>
<item>
    <title>Simple SQL Server Database Schema Printer (ASP.NET)</title>
    <description>      I created this  simple app  recently to print out all the tables in an SQL Server database. It shows each table's name, description and information about all its columns. I mainly use it when I start on a new project that has an existing databa</description>
    <link>http://www.richardsprojects.co.uk/post/2008/2/27/dbprint.aspx</link>
    <guid>http://www.richardsprojects.co.uk/post/2008/2/27/dbprint.aspx</guid>
    <category></category>
    <pubDate>Wed, 27 Feb 2008 15:56:12 GMT</pubDate>
</item>
<item>
    <title>ActionScript 3 timeout problems when working with XML</title>
    <description> I was getting the following error while developing my  doodle  flash application using ActionScript 3.0:   1502  A script has executed for longer than the default timeout period of 15 seconds.  I tracked the problem down to a piece of code that loop</description>
    <link>http://www.richardsprojects.co.uk/post/2008/1/6/actionscript-xml-timeout.aspx</link>
    <guid>http://www.richardsprojects.co.uk/post/2008/1/6/actionscript-xml-timeout.aspx</guid>
    <category></category>
    <pubDate>Sun, 6 Jan 2008 00:00:02 GMT</pubDate>
</item>
<item>
    <title>Draw doodles on Flickr photo</title>
    <description>      This is my latest creation using Flash and ActionScript 3. You can draw a lovely doodle on one of your  Flickr photos  and then save it and send it to your friends.  It started as a simple doodle program, but I thought adding Flickr photos woul</description>
    <link>http://www.richardsprojects.co.uk/post/2007/12/22/draw-doodles-on-flickr-photo.aspx</link>
    <guid>http://www.richardsprojects.co.uk/post/2007/12/22/draw-doodles-on-flickr-photo.aspx</guid>
    <category></category>
    <pubDate>Sat, 22 Dec 2007 15:36:09 GMT</pubDate>
</item>
<item>
    <title>Getting the cursor hand to appear over MovieClips containing text in Flash</title>
    <description>   I've been making an animated button using a MovieClip in Flash using ActionScript 3. The problem I had was making the hand cursor appear over it, firstly at all and then when my button had text in it.  To make a MovieClip behave like a button and </description>
    <link>http://www.richardsprojects.co.uk/post/2007/12/7/getting-the-cursor-hand-to-appear-over-movieclips-containing-text-in-flash.aspx</link>
    <guid>http://www.richardsprojects.co.uk/post/2007/12/7/getting-the-cursor-hand-to-appear-over-movieclips-containing-text-in-flash.aspx</guid>
    <category></category>
    <pubDate>Fri, 7 Dec 2007 13:50:09 GMT</pubDate>
</item>
<item>
    <title>Flash Flickr viewer</title>
    <description>     This Flickr viewer uses Flash CS3, ActionScript 3 and the Flickr API to display public photos from a selected user's Flickr account. I've created it because I've got a few project ideas where you will need to select a photo from Flickr. I've bee</description>
    <link>http://www.richardsprojects.co.uk/post/2007/11/16/flash-flickr-viewer.aspx</link>
    <guid>http://www.richardsprojects.co.uk/post/2007/11/16/flash-flickr-viewer.aspx</guid>
    <category></category>
    <pubDate>Fri, 16 Nov 2007 14:07:10 GMT</pubDate>
</item>
<item>
    <title>What I learnt at Leeds Adobe Campus Tour</title>
    <description>  Adobe has been running round the country doing lots of workshops. Their campus tour is aimed at students and university staff, but I was lucky enough to be invited by a member of staff.  I went to three 45 minute workshops about different Adobe pro</description>
    <link>http://www.richardsprojects.co.uk/post/2007/10/29/what-i-learn-at-leeds-adobe-campus-tour.aspx</link>
    <guid>http://www.richardsprojects.co.uk/post/2007/10/29/what-i-learn-at-leeds-adobe-campus-tour.aspx</guid>
    <category></category>
    <pubDate>Mon, 29 Oct 2007 12:15:38 GMT</pubDate>
</item>
</channel>
</rss>