<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Comments - geeky - Richard's Projects</title>
        <description>My blog</description>
        <link>/tags/geeky/RSS</link>
        <language>en</language>
        <image>
            <url>http://www.richardsprojects.co.uk/Content/icons/flame.png</url>
            <title>Richard's Projects</title>
            <link>/tags/geeky/RSS</link>
            <width>64</width>
            <height>64</height>
        </image>
        <item>
            <dc:creator>Pranav</dc:creator>
            <title>RE: Developing for the iPhone - what you need to know</title>
            <description>Hey Richard,

Nice writeup, thanks for you effort! It was really helpful! I am also a web developer, was looking for a starting point with iPhone apps, and this was a good one!

Pranav</description>
            <link>http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-201006230743148</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-201006230743148</guid>
            <pubDate>Wed, 23 Jun 2010 07:43:14 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Admin</dc:creator>
            <title>RE: Developing for the iPhone - what you need to know</title>
            <description>Alwin, you can try before you buy. You can download the development kit and use their emulator. You won't be able to test it on a real device though. To test on a real device and to put your app in the app store you will need to pay to join the full programme.</description>
            <link>http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-201006070833084</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-201006070833084</guid>
            <pubDate>Mon, 07 Jun 2010 20:33:08 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Alwin Tyanto Ikhsan</dc:creator>
            <title>RE: Developing for the iPhone - what you need to know</title>
            <description>Wow, that was a great article. Iam very interested in developing iphone software. but i have some question
Is it OK to not joining iphone developing program that will cost me $99? Since iam a college student, i will spend my money wisely.
I already learn a lot about C and C++ but i know nothing about Objective C, should i learn that first?

thanks a lot</description>
            <link>http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-201006030236571</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-201006030236571</guid>
            <pubDate>Thu, 03 Jun 2010 02:36:57 GMT</pubDate>
        </item>
        <item>
            <dc:creator>PO</dc:creator>
            <title>RE: Motion tracking with Flash and ActionScript 3</title>
            <description>GOOD @@ THANKS</description>
            <link>http://www.richardsprojects.co.uk/post/motion-tracking-actionscript-3#c-201004080753081</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/motion-tracking-actionscript-3#c-201004080753081</guid>
            <pubDate>Thu, 08 Apr 2010 19:53:08 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Todd Baxter</dc:creator>
            <title>RE: Developing for the iPhone - what you need to know</title>
            <description>Thanks for the information. I am really interested in the iphones and Ipads touch features. I have an autistic son, and want to develop apps that will help both him and other children with this condition. Going to go with what you shown me and learn objective C and then worry about how I will afford the Mac and Ipad later.. Thanks for the information..

</description>
            <link>http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-201003020355474</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-201003020355474</guid>
            <pubDate>Tue, 02 Mar 2010 15:55:47 GMT</pubDate>
        </item>
        <item>
            <dc:creator>dave</dc:creator>
            <title>RE: ActionScript 3 timeout problems when working with XML</title>
            <description>Oh man this was a lifesaver. I was using the descendant accessor all over the place and my compiler was choking on a 5500 line xml file. I optimized my loops as suggested and now it not only compiles without timing out but does so in a few seconds. thanks!</description>
            <link>http://www.richardsprojects.co.uk/post/actionscript-xml-timeout#c-200912150939461</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/actionscript-xml-timeout#c-200912150939461</guid>
            <pubDate>Tue, 15 Dec 2009 21:39:46 GMT</pubDate>
        </item>
        <item>
            <dc:creator>gom</dc:creator>
            <title>RE: ActionScript 3 timeout problems when working with XML</title>
            <description>I've solved same problem by using XMLList. Thank you for good posting.</description>
            <link>http://www.richardsprojects.co.uk/post/actionscript-xml-timeout#c-200912141246254</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/actionscript-xml-timeout#c-200912141246254</guid>
            <pubDate>Mon, 14 Dec 2009 12:46:25 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Admin</dc:creator>
            <title>RE: ActionScript 3 timeout problems when working with XML</title>
            <description>@bijo. If you've followed the advice in this article and you're still having problems, then I think your XML file is probably just too large.

If I was you, I would split it into much smaller sections and load them 1 at a time as they're needed.</description>
            <link>http://www.richardsprojects.co.uk/post/actionscript-xml-timeout#c-200910200112357</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/actionscript-xml-timeout#c-200910200112357</guid>
            <pubDate>Tue, 20 Oct 2009 13:12:35 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Bijo</dc:creator>
            <title>RE: ActionScript 3 timeout problems when working with XML</title>
            <description>Dear Richard,
   I went through your article and found it to be very interesting. Now, I'm having a similar problem in loading large xml files. I have a question bank of appr. 10,000 questions. I divided it into various unit xmls of average 1000 nodes. I'm using a custom class to store individual questions, options,the answer and the user answer. But while loading the questions from xml to the variable in the instance of the class, flash hangs saying, 1502 A script has executed for longer than the default timeout period of 15 seconds. Is there a better way to do this? Please help.

Thanks,

Bijo</description>
            <link>http://www.richardsprojects.co.uk/post/actionscript-xml-timeout#c-200910200656358</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/actionscript-xml-timeout#c-200910200656358</guid>
            <pubDate>Tue, 20 Oct 2009 06:56:35 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Erik Porter</dc:creator>
            <title>RE: This blog now uses Oxite, an ASP.NET MVC blogging engine</title>
            <description>You're welcome and very cool.  Glad to see another blog using Oxite.  Lots of exciting stuff coming, but yes the upgrade path here in the early stages will be sort of big.  Happy to help if you run into problems when that time comes.  :)</description>
            <link>http://www.richardsprojects.co.uk/post/this-blog-now-uses-oxite#c-200909030940062</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/this-blog-now-uses-oxite#c-200909030940062</guid>
            <pubDate>Thu, 03 Sep 2009 09:40:06 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: Developing for the iPhone - what you need to know</title>
            <description>&lt;p&gt;Some friends of mine are running an &lt;a href=&quot;http://www.ntileeds.co.uk/course/apple/iphone-development/&quot;&gt;iPhone Development Course in Leeds&lt;/a&gt;. If you're interested, check it out.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-200907100431140</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-200907100431140</guid>
            <pubDate>Fri, 10 Jul 2009 16:31:14 GMT</pubDate>
        </item>
        <item>
            <dc:creator>DJ Risks</dc:creator>
            <title>RE: Developing for the iPhone - what you need to know</title>
            <description>&lt;p&gt;Thanks for this, it as really helped. I too am a web developer and I'm interested in making a web application on the i-phone. It seems like I have to get a MAC first though!&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-200903181109190</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/developing-for-the-iphone-what-you-need-to-know#c-200903181109190</guid>
            <pubDate>Wed, 18 Mar 2009 23:09:19 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Gary</dc:creator>
            <title>RE: ActionScript 3 timeout problems when working with XML</title>
            <description>&lt;p&gt;Instead of doing what you do in the second loop, you could just use the for each construct instead: for each (var director:XML in filmCollectionXML..director) { ... } When you use a for each it only evaluates the xpath expression once.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/actionscript-xml-timeout#c-200901040240250</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/actionscript-xml-timeout#c-200901040240250</guid>
            <pubDate>Sun, 04 Jan 2009 14:40:25 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: Choosing a font</title>
            <description>&lt;p&gt;Cool. Thanks Dave!&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/choosing-a-font#c-200809021231160</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/choosing-a-font#c-200809021231160</guid>
            <pubDate>Tue, 02 Sep 2008 12:31:16 GMT</pubDate>
        </item>
        <item>
            <dc:creator>David J</dc:creator>
            <title>RE: Choosing a font</title>
            <description>&lt;p&gt;Love it Rich, I'm just about to send it around work :)&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/choosing-a-font#c-200809021132290</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/choosing-a-font#c-200809021132290</guid>
            <pubDate>Tue, 02 Sep 2008 11:32:29 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Bh</dc:creator>
            <title>RE: Perfect validation?</title>
            <description>&lt;p&gt;From where can we download these controls ?&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/perfect-validation#c-200803170653360</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/perfect-validation#c-200803170653360</guid>
            <pubDate>Mon, 17 Mar 2008 06:53:36 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: Flash Flickr viewer</title>
            <description>&lt;p&gt;I've extended this so that it will take you to see the photo on Flickr when you click it.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/flash-flickr-viewer#c-200711230325070</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/flash-flickr-viewer#c-200711230325070</guid>
            <pubDate>Fri, 23 Nov 2007 15:25:07 GMT</pubDate>
        </item>
        <item>
            <dc:creator>timmyc</dc:creator>
            <title>RE: Perfect validation?</title>
            <description>&lt;p&gt;It's good Richard. I'm impressed with the way you've incorporated both client- and server-side validation.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/perfect-validation#c-200709181154250</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/perfect-validation#c-200709181154250</guid>
            <pubDate>Tue, 18 Sep 2007 11:54:25 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: My new blog</title>
            <description>&lt;p&gt;Creating this blogging software has been a great way of improving my ASP.NET skills. &lt;/p&gt;&lt;p&gt;It uses ASP.NET 2.0, is programmed in C#. It has a SQL server 2000 backend and makes full use of stored procedures (although I've heard that ORM might be the future). &lt;/p&gt;&lt;p&gt;I didn't really appreciate how complex a piece of blogging software could be. Now I've been using it for a while I have a feature request as long as my arm. &lt;/p&gt;&lt;p&gt;If I was to do this again I'd probably not reinvent the wheel and I'd use something like &lt;a href=&quot;http://dasblog.info/&quot;&gt;dasBlog&lt;/a&gt; or &lt;a href=&quot;http://www.subtextproject.com/&quot;&gt;Subtext&lt;/a&gt;. These are both open source ASP.NET blogging engines that I've heard good things about.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/my-new-blog#c-200709050804330</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/my-new-blog#c-200709050804330</guid>
            <pubDate>Wed, 05 Sep 2007 20:04:33 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: OpenCoffee</title>
            <description>&lt;p&gt;Thanks Craig. It could be the next Moo Card I guess, although if everyone had one, I'd need to think of something else to do so I'd stand out.&lt;/p&gt;&lt;p&gt;Has anyone sucessfully followed the instructions yet? I think I may need to revist them, as the current feedback is that they're a bit hard. I'm thinking of putting together a little 'how to' video.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/opencoffee#c-200709050500360</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/opencoffee#c-200709050500360</guid>
            <pubDate>Wed, 05 Sep 2007 17:00:36 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Craig</dc:creator>
            <title>RE: OpenCoffee</title>
            <description>&lt;p&gt;Some of the fellas who went to the Open Coffee (the Nexus guys) brought back one of those origami business to the office. It's a cracking idea. Could it be the next Moo card?&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/opencoffee#c-200708151102590</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/opencoffee#c-200708151102590</guid>
            <pubDate>Wed, 15 Aug 2007 11:02:59 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: The book every programmer should read</title>
            <description>&lt;p&gt;Dave, this book was written for you.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/the-book-every-programmer-should-read#c-200708050147360</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/the-book-every-programmer-should-read#c-200708050147360</guid>
            <pubDate>Sun, 05 Aug 2007 13:47:36 GMT</pubDate>
        </item>
        <item>
            <dc:creator>David J</dc:creator>
            <title>RE: The book every programmer should read</title>
            <description>&lt;p&gt;Excellent stuff, I must give it a read. I've been looking for something similair Language agnostic.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/the-book-every-programmer-should-read#c-200708051121460</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/the-book-every-programmer-should-read#c-200708051121460</guid>
            <pubDate>Sun, 05 Aug 2007 11:21:46 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: University final year project &amp;ndash; Evolving Pursuit and Evasion Strategies in Realistic Worlds</title>
            <description>&lt;p&gt;I also used this project report as an excuse to try out testing PDFs for accessibility.&lt;/p&gt; &lt;p&gt;It took me several hours to make this PDF accessible. This was mainly because there are quite a few tables in it. I've only been able to test it using the Adobe tools, so if anyone using a screen reader wants to try and let me know how they did, that'd be great.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/final-year-project#c-200707111252020</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/final-year-project#c-200707111252020</guid>
            <pubDate>Wed, 11 Jul 2007 00:52:02 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: Our sculpture on Google Earth</title>
            <description>&lt;p&gt;Thanks Dave. I've got four five-star ratings now. That's got to be a good way towards getting on Google Earth.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/our-sculpture-on-google-earth#c-200707100715520</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/our-sculpture-on-google-earth#c-200707100715520</guid>
            <pubDate>Tue, 10 Jul 2007 19:15:52 GMT</pubDate>
        </item>
        <item>
            <dc:creator>David J</dc:creator>
            <title>RE: Our sculpture on Google Earth</title>
            <description>&lt;p&gt;Voted for :)&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/our-sculpture-on-google-earth#c-200707090259410</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/our-sculpture-on-google-earth#c-200707090259410</guid>
            <pubDate>Mon, 09 Jul 2007 14:59:41 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: Automating ASP.NET building with NAnt</title>
            <description>&lt;p&gt;&lt;a href=&quot;http://www.openqa.org/selenium/&quot;&gt;Selenium&lt;/a&gt; sounds incredibly useful. Shame we didn't know about it when we did the Pensions Credit Calculator all those moons ago. &lt;/p&gt;&lt;p&gt;I'll have to try and get some Selenium tests working to test the log in and comment leaving parts of this blog.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/automating-asp-net-building-with-nant#c-200706261121030</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/automating-asp-net-building-with-nant#c-200706261121030</guid>
            <pubDate>Tue, 26 Jun 2007 23:21:03 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: Richard's weather</title>
            <description>&lt;p&gt;Ian, I might try and sell it to you later. It's written as an ASP.NET control and would be easy to plug into any site. Shouldn't be too hard to re-write it in PHP either so it'd work on &lt;a href=&quot;http://iansparham.org.uk&quot;&gt;your site&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;I was in London yesterday while the great flood was happening up North. I checked my blog to find that I was experiencing heavy rain in Leeds. I really struggled to get back here on the train, but I did okay.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/richards-weather#c-200706261111400</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/richards-weather#c-200706261111400</guid>
            <pubDate>Tue, 26 Jun 2007 23:11:40 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Ian S</dc:creator>
            <title>RE: Richard's weather</title>
            <description>&lt;p&gt;I like this. There's probably a little app here. Let people put their own photos in and put it on their own sites. A bit like those houses where the little man or woman would pop their head out. Although if you made one of those with a miniature version of you and scrambledheads, I'd buy it.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/richards-weather#c-200706240819450</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/richards-weather#c-200706240819450</guid>
            <pubDate>Sun, 24 Jun 2007 20:19:45 GMT</pubDate>
        </item>
        <item>
            <dc:creator>David J</dc:creator>
            <title>RE: Automating ASP.NET building with NAnt</title>
            <description>&lt;p&gt;I've just finished co-writing some Selenium scripts in C# and the next step is using Nant / Cruise Control so I'll let you know how it goes :)&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/automating-asp-net-building-with-nant#c-200706211109220</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/automating-asp-net-building-with-nant#c-200706211109220</guid>
            <pubDate>Thu, 21 Jun 2007 23:09:22 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: Renaming lots of images quickly</title>
            <description>&lt;p&gt;Dad, we're probably all better off using Bridge for this one. Unless you've not got it, or are trying to rename a non-image file. Sometimes it's good to discover geeky stuff though.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/renaming-lots-of-images-quickly#c-200705281231260</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/renaming-lots-of-images-quickly#c-200705281231260</guid>
            <pubDate>Mon, 28 May 2007 00:31:26 GMT</pubDate>
        </item>
        <item>
            <dc:creator>Dad</dc:creator>
            <title>RE: Renaming lots of images quickly</title>
            <description>&lt;p&gt;Would you recommend Adobe Bridge to me to use or could I use your little programme?&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/renaming-lots-of-images-quickly#c-200705270606250</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/renaming-lots-of-images-quickly#c-200705270606250</guid>
            <pubDate>Sun, 27 May 2007 18:06:25 GMT</pubDate>
        </item>
        <item>
            <dc:creator>David J</dc:creator>
            <title>RE: A quicker way to email</title>
            <description>&lt;p&gt;Wow, thats great you're the man&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/a-quicker-way-to-email#c-200705231107430</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/a-quicker-way-to-email#c-200705231107430</guid>
            <pubDate>Wed, 23 May 2007 23:07:43 GMT</pubDate>
        </item>
        <item>
            <dc:creator>RichardG</dc:creator>
            <title>RE: Renaming lots of images quickly</title>
            <description>&lt;p&gt;&lt;strong&gt;Typical! I've found an easier and less geeky way to do this.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt; I've just discovered a really good batch image renaming feature in Adobe Bridge. So, this probably isn't the best use of Powershell. However it's still a really useful thing to know, and it will definitely be something I start using more.&lt;/p&gt;</description>
            <link>http://www.richardsprojects.co.uk/post/renaming-lots-of-images-quickly#c-200705150207360</link>
            <guid isPermaLink="true">http://www.richardsprojects.co.uk/post/renaming-lots-of-images-quickly#c-200705150207360</guid>
            <pubDate>Tue, 15 May 2007 02:07:36 GMT</pubDate>
        </item>
    </channel>
</rss>