<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Uncategorized on richardleggett.com</title>
    <link>https://richardleggett.com/categories/uncategorized/</link>
    <description>Recent content in Uncategorized on richardleggett.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 11 Jun 2014 11:10:33 +0000</lastBuildDate><atom:link href="https://richardleggett.com/categories/uncategorized/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Postman Collection to HTML (node script)</title>
      <link>https://richardleggett.com/2014/06/11/postman-collection-to-html-node-script/</link>
      <pubDate>Wed, 11 Jun 2014 11:10:33 +0000</pubDate>
      
      <guid>https://richardleggett.com/2014/06/11/postman-collection-to-html-node-script/</guid>
      <description>&lt;p&gt;If you use the excellent &lt;a href=&#34;https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en&#34; title=&#34;Postman&#34;&gt;Postman&lt;/a&gt; for testing and developing your APIs (and if you don’t yet, please give it a try!) you may find this little node script helpful when generating documentation.&lt;/p&gt;
&lt;p&gt;It simply converts your downloaded Postman collection file to HTML (with tables) for inserting into documentation or sharing with a 3rd party developer. The Postman collection is perfect for sharing with developers as it remains close to “live documentation”, but sometimes you need a more readable form.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Dynamic Application Cache Manifest for PHP</title>
      <link>https://richardleggett.com/2011/09/26/dynamic-application-cache-manifest-for-php/</link>
      <pubDate>Mon, 26 Sep 2011 20:29:14 +0000</pubDate>
      
      <guid>https://richardleggett.com/2011/09/26/dynamic-application-cache-manifest-for-php/</guid>
      <description>&lt;p&gt;Earlier today &lt;a href=&#34;http://www.paulofierro.com/archives/571/&#34;&gt;Paulo Fierro blogged an example&lt;/a&gt; of how to build a dynamic application cache manifest for HTML5 web apps using Ruby.&lt;/p&gt;
&lt;p&gt;A &lt;a href=&#34;http://wiht.link/HTML5_guide_3&#34;&gt;cache manifest&lt;/a&gt; is a text file that browsers look for in order to determine which files to store locally on the device, this lets you open the site/app offline, great for web apps (on iOS bookmarking a site to the home screen also let’s you specify an icon and removes browser chrome). Creating a cache manifest dynamically means that you don’t have to worry about modifying a text file every time you add or remove a file from the app.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Chrome Web Store: Why Online Apps?</title>
      <link>https://richardleggett.com/2010/12/08/why-online-apps/</link>
      <pubDate>Wed, 08 Dec 2010 14:48:12 +0000</pubDate>
      
      <guid>https://richardleggett.com/2010/12/08/why-online-apps/</guid>
      <description>&lt;p&gt;Yesterday Google unveiled the Chrome Web Store. In a nutshell this is an App Store for the Chrome browser and a critical component in the upcoming Chrome OS. The Chrome browser is found on all major desktop operating systems, on the enormous numbers of Android phones and tablets, and the new TVs and set top boxes from companies like Sony, Logitech and reportedly the biggest of them all, Samsung. Chrome OS is a desktop operating system replacement designed to operate entirely in the cloud, using web technologies, with almost negligible startup times for the instant-on, always connected generation. Chrome touts automatic synchronisation of everything from bookmarks, to auto-fill info and passwords, and preferences.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>ASDoc (via ANT) When Using Conditional Compilation</title>
      <link>https://richardleggett.com/2009/09/30/asdoc-when-using-conditional-compilation/</link>
      <pubDate>Wed, 30 Sep 2009 12:43:54 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/09/30/asdoc-when-using-conditional-compilation/</guid>
      <description>&lt;p&gt;This relates to using ASDoc to generate documentation for a Flex or AIR project that uses conditional compilation (&lt;a href=&#34;http://livedocs.adobe.com/flex/3/html/compilers_21.html&#34;&gt;read more&lt;/a&gt; and see tip at end).&lt;/p&gt;
&lt;h3 id=&#34;conditional-compilation&#34;&gt;Conditional Compilation&lt;/h3&gt;
&lt;p&gt;Just for some background, the Flex compiler supports what is known as conditional compilation. This allows you to set one or more constants via a compiler flag which is then made accessible from anywhere in your code. This may be a boolean, a string, a number and so on. Within your code you can read this value and switch between using certain methods, or execute blocks of code depending on the value it contains.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>EncryptedLocalStore processErrorCode() in AIR</title>
      <link>https://richardleggett.com/2009/05/18/encryptedlocalstore_processerrorcode_air/</link>
      <pubDate>Mon, 18 May 2009 09:54:24 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/05/18/encryptedlocalstore_processerrorcode_air/</guid>
      <description>&lt;p&gt;I’ve just migrated from an old MacBook Pro to a new one using Apple’s Migration Assistant. I then thought it’d be a great idea to perform some manual cleanup and accidentally deleted a keychain (in KeyChain Access) which was used by an AIR app I am currently developing.&lt;/p&gt;
&lt;p&gt;After doing this I started getting the following error when running my app, as soon as it accessed EncryptedLocalStore:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Error: general internal error&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;	at flash.data::EncryptedLocalStore$/processErrorCode()&amp;lt;br&amp;gt;&amp;lt;/br&amp;gt;	at flash.data::EncryptedLocalStore$/getItem()&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Bullet Point Characters Incorrect for Word Documents in OpenOffice Mac</title>
      <link>https://richardleggett.com/2009/05/17/bad_bullet_point_chars_word_doc_openoffi/</link>
      <pubDate>Sun, 17 May 2009 16:00:53 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/05/17/bad_bullet_point_chars_word_doc_openoffi/</guid>
      <description>&lt;p&gt;Just a very small post here because I had trouble finding a solution myself. Users of OpenOffice for the Mac may experience odd-looking bullet point characters when opening and saving MS Word .doc files. The character looks like a W inside a box.&lt;/p&gt;
&lt;p&gt;Anyway, the problem is due to MS Office not encoding the character correctly when saving the file, but the temporary solution is to use OpenOffice’s Font Replacement feature (see Preferences), to replace “Symbol” with “OpenSymbol”.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Filtering Hierachical Data in Flex using ITreeDataDescriptor</title>
      <link>https://richardleggett.com/2009/05/11/filtering-hierachical-data-in-flex-itree/</link>
      <pubDate>Mon, 11 May 2009 21:27:07 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/05/11/filtering-hierachical-data-in-flex-itree/</guid>
      <description>&lt;p&gt;This post describes how to filter data for use with any component that displays hierarchical data, such as the Tree, AdvancedDataGrid, or your own custom component. For the purpose of the post I’ll just consider the Tree, but the same technique applies to the others.&lt;/p&gt;
&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;
&lt;p&gt;Suppose I have constructed a “Library” of Folder and Leaf nodes and I want to display that in a Tree. Each Folder node has an ArrayCollection called “children” which contains any child Folders and/or Leaf nodes.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Loading SWFs into AIR 1.5.X and LoaderInfo.sharedEvents</title>
      <link>https://richardleggett.com/2009/04/02/loading-swfs-into-air-1-5-and-loaderinfo/</link>
      <pubDate>Thu, 02 Apr 2009 15:05:38 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/04/02/loading-swfs-into-air-1-5-and-loaderinfo/</guid>
      <description>&lt;p&gt;Today I had a bit of a nightmare with regards to loading SWFs into AIR. Specifically, I am loading my SWFs from somewhere inside &lt;strong&gt;app-storage://&lt;/strong&gt;, and those SWFs use Flash CS4 UI components. These components extend UIComponent which accesses the stage object. When you attempt to load and add this child SWF to the display list of your AIR app, it generates a SecurityErrorEvent which stops things, dead.&lt;/p&gt;
&lt;p&gt;The AIR app owns the stage object, there is only one Stage instance, and depending on what security sandbox the content SWF is loaded into, the child SWF is not allowed access to that stage because it could run amok.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Flex Builder is Free to Students</title>
      <link>https://richardleggett.com/2009/02/25/free_flex_builder_for_students/</link>
      <pubDate>Wed, 25 Feb 2009 09:05:54 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/02/25/free_flex_builder_for_students/</guid>
      <description>&lt;p&gt;Via &lt;a href=&#34;http://twitter.com/ashorten/status/1248573886&#34;&gt;Andrew Shorten&lt;/a&gt;, Flex Builder Professional is free to students. You can sign up for a copy &lt;a href=&#34;https://freeriatools.adobe.com/flex/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Edit: Also &lt;a href=&#34;http://blog.flashgen.com/2009/02/24/free-copies-of-flex-builder-for-the-unemployed/&#34;&gt;free to those unemployed&lt;/a&gt;, limited time only on this one I would think.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Embedding Fonts In Flex – Tip</title>
      <link>https://richardleggett.com/2009/02/23/embedding-fonts-in-flex-tip/</link>
      <pubDate>Mon, 23 Feb 2009 18:01:59 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/02/23/embedding-fonts-in-flex-tip/</guid>
      <description>&lt;p&gt;Short and sweet, if you want to know the Unicode ranges for various glyphs, such as Latin 1, Cyrillic and so on, open up flash-unicode-table.xml from your “Flex SDK/frameworks/” directory.&lt;/p&gt;
&lt;p&gt;You’ll find everything listed, and it’s a good way to save on font size.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Characters Not Embedding With Flex DefineFont4</title>
      <link>https://richardleggett.com/2009/02/23/problem_embedding_fonts_gumbo/</link>
      <pubDate>Mon, 23 Feb 2009 17:22:09 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/02/23/problem_embedding_fonts_gumbo/</guid>
      <description>&lt;p&gt;In a nutshell: Don’t try to use Windows TTF files when embedding fonts in Flex on OSX, possibly a CFF thing.&lt;/p&gt;
&lt;p&gt;Long version: I had a strange problem with font embedding in Flex Gumbo on OS X when trying to embed the following character ranges (using CFF):&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;																// numerals, full stop, lower, upper, punctuation, basic latin
[Embed(source=&amp;#39;ttf/arial.ttf&amp;#39;, fontFamily=&amp;#39;Arial&amp;#39;, unicodeRange=&amp;#39;U+0030-U+0039,   U+002E,   U+0041-U+005A, U+0061-U+007A,   U+0020-U+002F,U+0030-U+0039,U+003A-U+0040,U+0041-U+005A,U+005B-U+0060,U+0061-U+007A,U+007B-U+007E&amp;#39;, cff=&amp;#39;true&amp;#39;)]
public static var Arial:Class;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The first range (U+0030-U+0039) contains the numerals 0 through 9, but they were not being embedded in the resultant SWF. The TTF font I was using was Arial (regular) from my XP machine, this is because on a Mac you get a totally opaque “suitcase” file (dfont) for the whole family.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Flash Player 10 Coming to Mobile (en-mass)</title>
      <link>https://richardleggett.com/2009/02/17/flash_lites_future_part_2/</link>
      <pubDate>Tue, 17 Feb 2009 09:13:44 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/02/17/flash_lites_future_part_2/</guid>
      <description>&lt;p&gt;Back in October 2007 I wrote a post entitled “&lt;a href=&#34;https://richardleggett.com/2007/10/22/does_flash_lite_have_a_future&#34;&gt;Does Flash Lite Have a Future?&lt;/a&gt;” which is one of my most popular posts and it sparked some interesting comments. The main argument I had for this wasn’t that Flash Lite was going down the pan, it was simply that we didn’t need it because the full Flash Player would be suitable for mobile due to touch-screen, higher powered mobile devices and lower power requirements for our applications anyway (the argument here is that we only use a tiny percentage of the CPU for most applications now unlike before).&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Adobe Releases Distributable Flash Lite 3.1 Player</title>
      <link>https://richardleggett.com/2009/02/16/flash_lite_31_distributable/</link>
      <pubDate>Mon, 16 Feb 2009 14:44:19 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/02/16/flash_lite_31_distributable/</guid>
      <description>&lt;p&gt;A thorn in the side of Flash Lite has been removed. Today Adobe has released a developer redistributable version of the Flash Lite 3.1 player along with the packager tool. This greatly improves the situation of not knowing whether someone has the player, and being helpless to get them it if they haven’t.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://labs.adobe.com/technologies/distributableplayer/&#34;&gt;Read more here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;EDIT: I just tested this on my E71 by visiting &lt;a href=&#34;http://m.adobe.com&#34;&gt;m.adobe.com&lt;/a&gt; (thanks &lt;a href=&#34;http://flashmobile.scottjanousek.com/&#34;&gt;Scott&lt;/a&gt;), it works amazingly. Things may have been very different over the last few years of Flash Lite if this mechanism had been around. The application was small, installed quickly with only 1 nag, then prompted me to install Adobe Version Checker which installed Flash Lite 3.1 for me and immediately launched the game I had downloaded (Tower Bloxx). Good work! (Now for a Sony Ericsson version?).&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Upgrading Flex 3/AIR Projects to Gumbo/Flex 4</title>
      <link>https://richardleggett.com/2009/02/12/upgrading_flex_3_air_projects_to_gumbo_f_4/</link>
      <pubDate>Thu, 12 Feb 2009 13:52:39 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/02/12/upgrading_flex_3_air_projects_to_gumbo_f_4/</guid>
      <description>&lt;p&gt;This article is about creating Flex Gumbo (Flex 4) application that run in either Flash Player 10, or AIR 1.5. I also describe how to upgrade an existing FP9/AIR 1.0 application to use the new SDK. In my case I also had to upgrade a Flex Library project so that’s also covered.&lt;/p&gt;
&lt;p&gt;Word of warning: before you jump in please refer to the section entitled “Problem: Losing Syntax Highlighting in Script Tag” near the end. As this could affect you if you make use of Script tags rather than the “code-behind” technique (I now use the former strategy to save on files and promote simpler View classes).&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Two AIR Applications Reviewed – GoAir and LiveQuotes</title>
      <link>https://richardleggett.com/2009/01/30/two_air_applications_reviewed_goair_and_/</link>
      <pubDate>Fri, 30 Jan 2009 14:16:52 +0000</pubDate>
      
      <guid>https://richardleggett.com/2009/01/30/two_air_applications_reviewed_goair_and_/</guid>
      <description>&lt;p&gt;I’ve just tested out a couple of new &lt;a href=&#34;http://adobe.com/air&#34;&gt;AIR&lt;/a&gt; applications using &lt;a href=&#34;http://puremvc.org/&#34;&gt;PureMVC&lt;/a&gt; from &lt;a href=&#34;http://sourcebits.com/&#34;&gt;SourceBits&lt;/a&gt;, they’ve built up quite a few interesting apps in their portfolio, the two new ones being &lt;a href=&#34;http://sourcebits.com/goair/&#34;&gt;GoAir&lt;/a&gt; and &lt;a href=&#34;http://sourcebits.com/livequotes/&#34;&gt;Live Quotes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;GoAir is an AIR application designed to provide a desktop Gmail experience, and offline mail support (including sending email when offline, and having it actually send when it detects a connection). This one caught my eye because I also wrote an AS3 Pop3 library and hooked it up to Gmail some time ago, alas mine did not have SMTP so you couldn’t send, and the UI was basic, this one has full SMTP/POP support so you can send and receive.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Getting Rid of If/Switch</title>
      <link>https://richardleggett.com/2008/12/09/google_testing_blog/</link>
      <pubDate>Tue, 09 Dec 2008 11:33:39 +0000</pubDate>
      
      <guid>https://richardleggett.com/2008/12/09/google_testing_blog/</guid>
      <description>&lt;p&gt;At my last job I met a software architect who, for a Flash project, jumped in and learned ActionScript in what seemed like a few hours so he could work on the domain logic for a complex application. For background, I believe he primarily worked with .NET but this is about portable skills.&lt;/p&gt;
&lt;p&gt;Suffice to say he was indeed an extremely good coder and I’m grateful he spent some time passing on a few tips and tricks that apply to all languages, and some nice demonstrations using Haskell, ActionScript and of course C#. One such tip was the use of “&lt;a href=&#34;http://en.wikipedia.org/wiki/Pure_function&#34;&gt;pure functions&lt;/a&gt;” for example, which is always in the back of my mind now. (As a side note, I think learning a very different language like Haskell or in my case Ruby is a great way of keeping your mind open and it will help with your “daily” language).&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>OS X Secret Spotlight/Search Syntax</title>
      <link>https://richardleggett.com/2008/12/07/improve_osx_searches/</link>
      <pubDate>Sun, 07 Dec 2008 18:52:09 +0000</pubDate>
      
      <guid>https://richardleggett.com/2008/12/07/improve_osx_searches/</guid>
      <description>&lt;p&gt;I got a tip from my friend &lt;a href=&#34;http://fusedsystems.com/&#34;&gt;Alex Peretti&lt;/a&gt; regarding the built in search in OSX. Skip to the end if you are familiar with the default search pains.&lt;/p&gt;
&lt;p&gt;I couldn’t understand why, when you start typing in the search box inside any folder’s Finder window, it defaults to searching inside files of the entire computer for matching text, instead of looking at filenames inside the current folder. That means every time I search for something I have to change the settings (they aren’t stored) because 99% of my searches seem to bring up some wordy Nietzsche e-book instead of what I’m looking for.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Feed Your Mac</title>
      <link>https://richardleggett.com/2008/11/20/feed_your_mac_cheap_software/</link>
      <pubDate>Thu, 20 Nov 2008 22:11:57 +0000</pubDate>
      
      <guid>https://richardleggett.com/2008/11/20/feed_your_mac_cheap_software/</guid>
      <description>&lt;p&gt;It’s that time of year again. “&lt;a href=&#34;http://www.givegoodfood2yourmac.com/store/&#34;&gt;Give good food to your Mac&lt;/a&gt;” is back with another set of software to choose from. The twist is the more you buy, the cheaper it gets, literally. Choose 3 apps, save 30%, 4 gets you 40% but 5+ gets you 50% off. It’s time limited, so 10 days to go.&lt;/p&gt;
&lt;p&gt;Last year I purchased 10 pieces of software for the price of the 1 piece I actually wanted (&lt;a href=&#34;http://unity3d.com/&#34;&gt;Unity 3D&lt;/a&gt;). In that package I also got an impressive casual 3D modeler, Cheetah 3D. It won’t replace Maya or MAX, but for a lot of tasks it’s perfect. Yes some of the apps on there are a little gimmicky, some of them you may never use, but it really doesn’t matter if you’re getting the other apps for free (in my case anyway).&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Xuinet Mobile Flash Competition – $10,000 prize</title>
      <link>https://richardleggett.com/2008/08/29/xuinet_competition/</link>
      <pubDate>Fri, 29 Aug 2008 20:48:53 +0000</pubDate>
      
      <guid>https://richardleggett.com/2008/08/29/xuinet_competition/</guid>
      <description>&lt;p&gt;Just got news from the guys at &lt;a href=&#34;http://www.xuinet.com&#34;&gt;Xuinet&lt;/a&gt; that they’re running a big competition with a cash prizes totaling $10,000. You need to submit SWFs via email by November 3rd 2008 and multiple entries are allowed. Looks like a good opportunity to re-purpose your Flash Lite 2 content.&lt;/p&gt;
&lt;p&gt;Prize categories include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Blogs and Social Networks&lt;/li&gt;
&lt;li&gt;Games&lt;/li&gt;
&lt;li&gt;Images/slide-shows&lt;/li&gt;
&lt;li&gt;Sports (scores, trivia, fantasy league)&lt;/li&gt;
&lt;li&gt;On-the-go (travel, weather, news, etc.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I must admit I haven’t seen Xuinet before. It appears to be a distribution platform for Flash mobile applications. By the looks of it the files are converted into a “Xui” which runs Flash 7 SWFs in a custom player on Windows Mobile devices. I’d be interested to hear from anyone who’s tried out the SDK to confirm the implementation details.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Unity (3D) Developer Magazine – Review</title>
      <link>https://richardleggett.com/2008/08/18/unity_developer_magazine/</link>
      <pubDate>Mon, 18 Aug 2008 09:19:49 +0000</pubDate>
      
      <guid>https://richardleggett.com/2008/08/18/unity_developer_magazine/</guid>
      <description>&lt;p&gt;Over the weekend I received a copy of the first issue of &lt;a href=&#34;http://www.unitydeveloper.com/&#34;&gt;Unity Developer Magazine&lt;/a&gt;, thanks to Charles Hinshaw. I had high hopes for this magazine, largely because Unity has an incredibly vibrant community of developers and artists. I was not at all disappointed.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.unitydeveloper.com&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/blog_archived/media/unitymag.jpg?w=840&amp;amp;ssl=1&#34; alt=&#34;Unity Developer Magazine&#34;  title=&#34;Unity Developer Magazine&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The magazine contains a variety of features, including an in depth look at a big budget Edutainment game “Wolfquest”, incredible artwork created in Unity itself, an illustrated introduction to vectors, A* Pathfinding, creating dashboard widgets and a look at some of the hottest Unity productions from a selection of studios and independents.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>CalDAV Support Added to Google Calendar</title>
      <link>https://richardleggett.com/2008/07/29/caldav_added_to_google_calendar/</link>
      <pubDate>Tue, 29 Jul 2008 14:29:13 +0000</pubDate>
      
      <guid>https://richardleggett.com/2008/07/29/caldav_added_to_google_calendar/</guid>
      <description>&lt;p&gt;I’ve been using &lt;a href=&#34;http://docs.google.com&#34;&gt;Google Docs&lt;/a&gt; and &lt;a href=&#34;http://reader.google.com&#34;&gt;Reader&lt;/a&gt; for a long time now. Reader is the only RSS aggregator that lets me whizz through hundreds of feeds fast enough to keep up to date and from various devices (tried feedburner and newsgator). Docs made it easy to share any document, presentation, todo list with a friend in 2 clicks, and now Docs and Reader have offline support (Google Gears) the worry about not having net access at any point is gone.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>[OT] Charity 10k Run – Shout out for Sponsors</title>
      <link>https://richardleggett.com/2008/05/10/charity_10k_run_shout_out_for_sponsors/</link>
      <pubDate>Sat, 10 May 2008 20:19:39 +0000</pubDate>
      
      <guid>https://richardleggett.com/2008/05/10/charity_10k_run_shout_out_for_sponsors/</guid>
      <description>&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; It was raining cats and dogs but it didn’t seem to put people off. I ended up getting 45 mins 5 seconds so I’m quite happy with that and really keen to do another one soon!&lt;/p&gt;
&lt;p&gt;On the 26th of May I’ll be running the &lt;a href=&#34;http://www.london10000.co.uk&#34;&gt;Bupa London 10,000&lt;/a&gt; charity event beginning and ending in St James Park, London. This is just a shout out to say I’ve set up a sponsorship page, so if you know me, you’ve found this blog useful in the past, or you just feel like helping a good cause please click the link below and donate anything you can.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Unity 3D Coming to iPhone</title>
      <link>https://richardleggett.com/2008/04/01/unity_3d_coming_to_iphone/</link>
      <pubDate>Tue, 01 Apr 2008 09:26:36 +0000</pubDate>
      
      <guid>https://richardleggett.com/2008/04/01/unity_3d_coming_to_iphone/</guid>
      <description>&lt;p&gt;I’m a big fan of &lt;a href=&#34;http://www.google.co.uk/url?sa=t&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Funity3d.com%2F&amp;amp;ei=lu7xR_SHG4-A0wSV-OXtBg&amp;amp;usg=AFQjCNGmV9YAkS7AoqarqxS54m_ToZ_ZMQ&amp;amp;sig2=G5ESPyTtnC47-SxZZ4fR2A&#34;&gt;Unity3D&lt;/a&gt;, great for cross-platform 3D games. So I was glad to find out from my colleague &lt;a href=&#34;http://www.jameshay.net/blog/&#34;&gt;James&lt;/a&gt; that &lt;a href=&#34;http://unity3d.com/company/news/iphone-press&#34;&gt;Unity is coming to iPhone&lt;/a&gt;, a platform I have also invested a good amount of my time in recently.&lt;/p&gt;
&lt;p&gt;Typically Flash has formed the basis of my work over the last 7 or 8 years, but I’m finding now that the technologies are all so similar, it’s just syntax (and more often than not those are nigh-on the same). We are also more able to apply our learnings in say Papervision, to OpenGL ES for iPhone or Unity without too much of a learning curve, and more importantly, we have many more options for spreading our ideas across a wide variety of media without incurring the enormous costs that multi-skilling in those areas could have meant before.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Adobe Poker Tournament</title>
      <link>https://richardleggett.com/2007/10/18/adobe_poker_tournament/</link>
      <pubDate>Thu, 18 Oct 2007 19:15:45 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/10/18/adobe_poker_tournament/</guid>
      <description>&lt;p&gt;Coder?… Poker player?… If so then get down to the Adobe sponsored poker tournament on the 1st of November in London. I’m gutted I won’t be able to make it myself as I’m a hold’em fan but the timing is off. It looks like it will be a great event, and &lt;a href=&#34;http://www.flashcoder.net/blog/&#34;&gt;Sean McSharry&lt;/a&gt; has even put up a website for it, where you can register for the event and soon be able to check out the prizes on offer. But watch out for Andy Hood, he can be a mean player!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Apple Selling 1 in 6 Laptops</title>
      <link>https://richardleggett.com/2007/08/29/apple_1_in_6_laptops/</link>
      <pubDate>Wed, 29 Aug 2007 10:04:23 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/08/29/apple_1_in_6_laptops/</guid>
      <description>&lt;p&gt;“You do computers don’t you?”. That’s the phrase I and no doubt many of you have heard from family members or friends of the family over the last however-many years. Any time anyone bought a new computer, had computer problems, setup a new WiFi router (what am I up to now, 20?), or even problems with a VCR it was my job to fix it because “I do computers”. Let me tell you, for a cup of tea and a few biscuits the daily rate you are missing out on fades into insignificance.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Join the Team at AKQA London/SF/DC/NY</title>
      <link>https://richardleggett.com/2007/08/17/updated_join_the_team_at_akqa_london_sf_/</link>
      <pubDate>Fri, 17 Aug 2007 09:55:27 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/08/17/updated_join_the_team_at_akqa_london_sf_/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Just a quick update to say that we are also recruiting for New York, San Fran and DC, so if you are interested please feel free to get in touch via the email to the right.&lt;/p&gt;
&lt;p&gt;(original post as follows…)&lt;/p&gt;
&lt;p&gt;Some good news, we have a lot of exciting projects coming up and are currently looking to expand the team some more with fresh talent. So if you are interested in working for clients such as Nike, Coca-Cola, Fiat and XBox as part of a great team please read on.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Join the Team at AKQA London</title>
      <link>https://richardleggett.com/2007/08/07/akqa_london_hiring/</link>
      <pubDate>Tue, 07 Aug 2007 10:59:54 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/08/07/akqa_london_hiring/</guid>
      <description>&lt;p&gt;Some good news, we have a lot of exciting projects coming up and are currently looking to expand the team some more with fresh talent. So if you are interested in working for clients such as Nike, Coca-Cola, Fiat and XBox as part of a great team please read on.&lt;/p&gt;
&lt;p&gt;Our team is known as CRD (Creative Research and Development) and we use technologies including Flash, Flex, AIR, Silverlight and WPF on a daily basis as well as real-world pieces for integrated campaigns and tacticals. Anything cutting edge, we’ll be the ones to use it. Feel free to check out the latest work over at &lt;a href=&#34;http://www.akqa.com&#34;&gt;AKQA.com&lt;/a&gt; and drop me a mail at the address over on the right.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Review of Buzzword Beta</title>
      <link>https://richardleggett.com/2007/06/16/review_of_buzzword_beta/</link>
      <pubDate>Sat, 16 Jun 2007 05:48:36 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/06/16/review_of_buzzword_beta/</guid>
      <description>&lt;p&gt;I’ve had access to Buzzword for a while now, so I think it’s just about time for a review. First of all thanks to the guys at &lt;a href=&#34;http://www.virtub.com/&#34;&gt;Virtual Ubiquity&lt;/a&gt; for the invite and the permission to post this.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Disclaimer:&lt;/strong&gt; This post speaks only of the preview version of Buzzword, so things may have already been added that might be considered missing at present and it doesn’t reflect the final product.&lt;/p&gt;
&lt;p&gt;I think the easiest way to do this is to break things down into some topics to see how it measures up and also what I like about it. But first, a screenshot (click to view fullsize).&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>New Review of Foundation Flash for Mobile Devices Book</title>
      <link>https://richardleggett.com/2007/06/12/new_review_of_foundation_flash_for_mobil/</link>
      <pubDate>Tue, 12 Jun 2007 07:03:56 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/06/12/new_review_of_foundation_flash_for_mobil/</guid>
      <description>&lt;p&gt;Thanks to Jesse over at &lt;a href=&#34;http://www.actionscript.org/&#34;&gt;ActionScript.org&lt;/a&gt;, another review has been posted of our book &lt;a href=&#34;http://flashmobilebook.com/&#34;&gt;Foundation Flash for Mobile Devices&lt;/a&gt; (Friends of ED). Great review thanks indeed to the author, Nathan Daniel.&lt;/p&gt;
&lt;p&gt;Read the &lt;a href=&#34;http://www.actionscript.org/resources/articles/628/1/Review---Flash-Applications-for-Mobile-Devices/Page1.html&#34;&gt;review here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>AIR (Apollo) Derby – Open to the World!</title>
      <link>https://richardleggett.com/2007/06/11/air_derby/</link>
      <pubDate>Mon, 11 Jun 2007 13:16:50 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/06/11/air_derby/</guid>
      <description>&lt;p&gt;This doesn’t usually happen. The AIR derby is open to people all over the world. So if you are a fellow Brit, or European, have a good look at the prizes.&lt;/p&gt;
&lt;p&gt;Just about perfect if you ask me, the perfect developer setup, headed up by the insane 8 Core Mac Pro (you can’t even break these things into a sweat), as well as a $100,000 travel certificate, I could really use that with all the holiday time I’ve accumulated working too hard 😉&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Google Gears on Google Reader</title>
      <link>https://richardleggett.com/2007/06/01/google_gears_on_reader/</link>
      <pubDate>Fri, 01 Jun 2007 03:11:08 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/06/01/google_gears_on_reader/</guid>
      <description>&lt;p&gt;I use Google Reader along with the Firefox notifier plugin extensively. It’s one of the best RSS aggregators I’ve ever used, not because it is the slickest in terms of the UI, but because it does its job pretty well and fits in nicely with how I browse the web (unobtrusive, integrates well with Firefox and so on).&lt;/p&gt;
&lt;p&gt;I clicked on the Firefox notifier for it today and when the page opened I was presented with the soon to be familiar request to use Google Gears for offline storage.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>BBC Silverlight App – Demo’d at MIX</title>
      <link>https://richardleggett.com/2007/05/02/bbc_silverlight_mix_07/</link>
      <pubDate>Wed, 02 May 2007 16:25:12 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/05/02/bbc_silverlight_mix_07/</guid>
      <description>&lt;p&gt;Just watched the video of the BBC Silverlight app we created being presented at the day 2 keynote for MIX 07. There’s been a lot of traffic in the last couple of days with regards to Flash/Silverlight etc, and I’m not going to get into any of that here. The feature-sets and SDKs/players for the two products are out there for you to decide yourself as a professional whether it suits your needs. I just enjoy working at a place that throws so many new challenges my way, keeps things exciting!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Amiga Releasing Two New Computers</title>
      <link>https://richardleggett.com/2007/04/25/amiga_releasing_two_new_computers/</link>
      <pubDate>Wed, 25 Apr 2007 04:25:14 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/04/25/amiga_releasing_two_new_computers/</guid>
      <description>&lt;p&gt;I know there are a lot of &lt;a href=&#34;http://www.amiga.com/&#34;&gt;Amiga &lt;/a&gt;fans out there with you Flashers (that includes you &lt;a href=&#34;http://www.unitzeroone.com/blog/&#34;&gt;Ralph&lt;/a&gt;), so imagine the suprise when I read today that Amiga are releasing a budget and a high-end computer using the PowerPC architecture and running AmigaOS4.&lt;/p&gt;
&lt;p&gt;I’d like to say I’m going to get one, but let’s just have a little play first and see how it feels. 🙂&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.amiga.com/news/?art=26&amp;amp;PHPSESSID=3d2d7267932f88fca2ea0e91a006cf00&#34;&gt;Read the press release.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/blog_archived/media/amiga1_3.jpg?w=840&amp;amp;ssl=1&#34; alt=&#34;amiga&#34;  title=&#34;amiga&#34;  /&gt;
&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>New TED Site</title>
      <link>https://richardleggett.com/2007/04/15/ted_talks/</link>
      <pubDate>Sun, 15 Apr 2007 13:38:21 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/04/15/ted_talks/</guid>
      <description>&lt;p&gt;I’m a huge fan of TED talks. If you read New Scientist or Scientific American and you’ve never seen a TED talk you may be missing out as the topics covered are generally very similar. And if you don’t, you’re still missing out! You may have seen the now famous multi-touch display, first demo’d (I do believe) at TED.&lt;/p&gt;
&lt;p&gt;TED talks are on a variety of topics ranging from “Is there a God?” and “What makes us happy?”, and their new website reflects on these themes with a nice new Flash theme-based visualisation of the (now over) 100 talks, along with some other great new features.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>AJAX Exploit</title>
      <link>https://richardleggett.com/2007/04/03/ajax_exploit/</link>
      <pubDate>Tue, 03 Apr 2007 02:57:55 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/04/03/ajax_exploit/</guid>
      <description>&lt;p&gt;Just got sent this by &lt;a href=&#34;http://www.pixelpod.co.uk/blog/&#34;&gt;Rick Williams&lt;/a&gt;…&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Security researchers have found what they say is an entirely new kind of web-based attack, and it only targets the Ajax applications so beloved of the ‘Web 2.0’ movement.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Vulnerable frameworks include: Microsoft ASP.NET AJAX (aka. Atlas), XAJAX and Google Web Toolkit, Prototype, Script.aculo.us, Dojo, Moo.fx, jQuery, Yahoo! UI, Rico, and MochiKit.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.cbronline.com/article_news.asp?guid=484BC88B-630F-4E74-94E9-8D89DD0E6606&#34;&gt;Read the full story here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Adobe Viral: What Is In the Box?</title>
      <link>https://richardleggett.com/2007/03/02/what_is_in_the_box/</link>
      <pubDate>Fri, 02 Mar 2007 06:31:26 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/03/02/what_is_in_the_box/</guid>
      <description>&lt;p&gt;Adobe rocks 🙂 Everyone has a plan, of course, but I will get the box by any means!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://whatisinthebox.co.uk/&#34;&gt;WhatIsInTheBox.co.uk&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Nice 3D box on the &lt;a href=&#34;http://whatisinthebox.co.uk/&#34;&gt;website &lt;/a&gt;too.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Adobe Seminar Feedback – (Curse of WiFi)</title>
      <link>https://richardleggett.com/2007/02/28/adobe_seminar_the_curse_of_wifi/</link>
      <pubDate>Wed, 28 Feb 2007 14:17:37 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/02/28/adobe_seminar_the_curse_of_wifi/</guid>
      <description>&lt;p&gt;To all of those that just joined us in the Adobe Seminar, I must apologize for losing connection 3 times, I can’t remember the last time I lost connection in my house, and I haven’t lost it since, but for those 20 minutes it was cursed. Also note to self, Dual Screen on Windows means issues.&lt;/p&gt;
&lt;p&gt;What we are going to do however is record the whole thing for you to play back at your leisure, the slides and source are up in the forums of &lt;a href=&#34;http://www.flashmobilebook.com/forums&#34;&gt;http://www.flashmobilebook.com&lt;/a&gt; (at the bottom), for you to get familiar with the code, and I’ll post on here as well as the Adobe Seminar web page as soon as we have the full recording, hopefully this time with Weyert in there for completeness.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Adobe Seminar (“3 Briefs”) Feb 07 – Source code</title>
      <link>https://richardleggett.com/2007/02/28/adobe_seminar_feb_07_files/</link>
      <pubDate>Wed, 28 Feb 2007 11:23:18 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/02/28/adobe_seminar_feb_07_files/</guid>
      <description>&lt;p&gt;I’m just uploading the source code for part 2 of the “3 Briefs” Adobe Seminar which is taking place today 3PM EST (8PM GMT) Feb 28th, 2007.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://richardleggett.co.uk/downloads/flashlite/webinar_feb_07/files.zip&#34;&gt;Download them from here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Slides are also included. The FLA requires the AS2 classes that ship with &lt;a href=&#34;http://www.rawfish-software.com/&#34;&gt;SUSHI Multi-user server&lt;/a&gt; (free version available).&lt;/p&gt;
&lt;p&gt;Link to &lt;a href=&#34;https://richardleggett.com/2007/02/12/flashlite2_seminar_feb_07&#34;&gt;original post&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Flash Lite 2 – Online Seminar – Feb 28</title>
      <link>https://richardleggett.com/2007/02/12/flashlite2_seminar_feb_07/</link>
      <pubDate>Mon, 12 Feb 2007 03:23:31 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/02/12/flashlite2_seminar_feb_07/</guid>
      <description>&lt;p&gt;Please &lt;a href=&#34;http://www.adobe.com/cfusion/event/index.cfm?event=detail&amp;amp;id=546041&amp;amp;loc=en_us&#34;&gt;join us in an online seminar&lt;/a&gt; at the end of this month (Feb 28th). Scott Janousek, Weyert de Boer and myself will be covering topics from our book &lt;a href=&#34;http://www.flashmobilebook.com/&#34;&gt;Foundation Flash for Mobile Devices&lt;/a&gt; (&lt;a href=&#34;http://www.friendsofed.com/&#34;&gt;Friends of ED&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;The seminar will be broken into 3, with questions at the end and a raffle with some great prizes. Topics will include:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Part 1: Cool Flash Lite™ Wallpaper and Screen saver content – Scott Janousek&lt;/strong&gt;&lt;br&gt;
Join me as we do a quick overview on how to design, develop, and deploy cool wallpaper and screen savers for the latest devices supporting these Flash Lite multimedia content types. Note: We’ll cover Nokia Series 40 and Series 60 devices in particular.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Get 23% off Foundation Flash for Mobile Devices!</title>
      <link>https://richardleggett.com/2007/02/09/get_23_off_foundation_flash_for_mobile_d/</link>
      <pubDate>Fri, 09 Feb 2007 10:59:21 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/02/09/get_23_off_foundation_flash_for_mobile_d/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.bookpool.com/ss?qs=1-59059-558-0&amp;amp;x=35&amp;amp;y=13&#34;&gt;Bookpool&lt;/a&gt; are doing a nice deal where you can get 23% off Foundation Flash for Mobile Devices.&lt;/p&gt;
&lt;p&gt;You can find out &lt;a href=&#34;http://www.bookpool.com/ss?qs=1-59059-558-0&amp;amp;x=35&amp;amp;y=13&#34;&gt;more info here&lt;/a&gt; (click the book cover on the right of this blog to visit the book’s website).&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Windows Vista Emulated in WPF/E</title>
      <link>https://richardleggett.com/2007/02/02/windows_vista_emulated_in_wpf_e/</link>
      <pubDate>Fri, 02 Feb 2007 03:28:14 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/02/02/windows_vista_emulated_in_wpf_e/</guid>
      <description>&lt;p&gt;Apart from the speed here (it’s very slow). This is a very impressive emulation, showing images, videos, text and search works too. Click through the icons to see the app. Knowing that this would have been very difficult to do using JavaScript as it currently does, my hat goes off to whoever made this (via &lt;a href=&#34;http://blogs.msdn.com/mharsh/archive/2007/02/01/brush-up-on-your-slovenian-windows-vista-esque-sample-in-wpf-e.aspx&#34;&gt;Mike Harsh&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.vista.si/main.htm&#34;&gt;http://www.vista.si/main.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://download.microsoft.com/download/5/e/e/5eeb4dcb-eba5-4e67-8705-48d954df3270/install.msi&#34;&gt;Plugin for windows&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://download.microsoft.com/download/5/e/3/5e34f0fb-254a-4b94-8fbc-0814513e1f9c/WPFe.dmg&#34;&gt;Plugin for mac&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Flash Lite Book – Free Chapter No. 2 – Application Development</title>
      <link>https://richardleggett.com/2007/01/23/flashmobilebook_freechapter_2/</link>
      <pubDate>Tue, 23 Jan 2007 03:29:44 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/01/23/flashmobilebook_freechapter_2/</guid>
      <description>&lt;p&gt;I’ve just been informed we have another free full chapter from Foundation Flash for Mobile Devices (FoED) online on Adobe DevNet. This one is on Application Development using Flash Lite. If you are new to Flash or coding with ActionScript, I’d suggest first reading chapters 2 and 3 which cover in depth the nitty gritty of Flash Lite 1.1 – 2.1 and a primer on ActionScript 2.0 to boot.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.adobe.com/devnet/devices/articles/friends_of_ed_app_dev.html&#34;&gt;Read the article and download the chapter.&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>“Microsoft HTML Viewer” plugin – for Internet Explorer?</title>
      <link>https://richardleggett.com/2007/01/09/microsoft_html_viewer/</link>
      <pubDate>Tue, 09 Jan 2007 12:55:20 +0000</pubDate>
      
      <guid>https://richardleggett.com/2007/01/09/microsoft_html_viewer/</guid>
      <description>&lt;p&gt;There used to be a time when everything tech wasn’t so “meta”, and things (mostly) worked in the way they were designed.&lt;/p&gt;
&lt;p&gt;Whilst browsing the web just now using Internet Explorer 7 (normally I use Firefox 2), I get the following request for an ActiveX control to be installed:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This website wants to run the following add-on: ‘Microsoft HTML Viewer’ from ‘Microsoft Corporation’&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://richardleggett.com/wp-content/uploads/blog_archived/media/MS_HTML_Viewer.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://richardleggett.com/wp-content/uploads/blog_archived/media/MS_HTML_Viewer.png?resize=400%2C220&amp;amp;ssl=1&#34; alt=&#34;MS HTML Viewer&#34;  title=&#34;MS HTML Viewer&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Click pic to enlarge)&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Flash Mobile Book – Free Sample Chapter (Game Programming)</title>
      <link>https://richardleggett.com/2006/12/11/flashmobilebook_free_chapter/</link>
      <pubDate>Mon, 11 Dec 2006 15:11:42 +0000</pubDate>
      
      <guid>https://richardleggett.com/2006/12/11/flashmobilebook_free_chapter/</guid>
      <description>&lt;p&gt;Now that the &lt;a href=&#34;http://www.flashmobilebook.com&#34;&gt;site&lt;/a&gt; is live for our book on Flash Lite (thanks to Scott) I’d also like to take the chance to point you to one of the chapters I wrote which is online for free download, available immediately:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.friendsofed.com/book.html?isbn=1590595580&#34;&gt;Visit the page&lt;/a&gt; (PDF on the right)&lt;/p&gt;
&lt;p&gt;This chapter contains a variety of concepts involved with game programming on limited devices; including math, physics, collision detection, keypad input, graphics and sound.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Flash on the Beach Flash Lite Guide</title>
      <link>https://richardleggett.com/2006/12/04/flash_on_the_beach_flash_lite_guide/</link>
      <pubDate>Mon, 04 Dec 2006 07:42:18 +0000</pubDate>
      
      <guid>https://richardleggett.com/2006/12/04/flash_on_the_beach_flash_lite_guide/</guid>
      <description>&lt;p&gt;I’m pleased to finally announce the Flash Lite Pocket Guide for &lt;a href=&#34;http://www.flashonthebeach.com/&#34;&gt;Flash on the Beach 2006&lt;/a&gt;. I had some problems embedding so many images and a large amount of XML parsing required for something like an event guide in Flash Lite 2, the RAM limitation is something you never totally get used to, but on the flip side I believe that &lt;a href=&#34;http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=d_gilbert&#34;&gt;limitations can lead to happiness&lt;/a&gt;. There are several tricks and tips required to get this working well, but after some effort here we have it:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Flash Lite Contest</title>
      <link>https://richardleggett.com/2006/09/30/flash_lite_contest_1/</link>
      <pubDate>Sat, 30 Sep 2006 14:08:08 +0000</pubDate>
      
      <guid>https://richardleggett.com/2006/09/30/flash_lite_contest_1/</guid>
      <description>&lt;p&gt;Take part in a Flash Lite (and J2ME) contest courtesy of the Mobile &amp;amp; Devices Adobe User Group of Rome and Jamba…&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://i0.wp.com/mobile.actionscript.it/Lib/Doc/51/mobile_contest_06.jpg?w=840&amp;amp;ssl=1&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Flashlite category:&lt;/em&gt;&lt;br&gt;
• 1st prize: Flash Studio 8&lt;br&gt;
• 2nd prize: IRiver 2G&lt;br&gt;
• 3rd: 3 O’Rilley Books&lt;/p&gt;
&lt;p&gt;&lt;em&gt;J2ME Category:&lt;/em&gt;&lt;br&gt;
• 1st prize: Nokia N93&lt;br&gt;
• 2nd prize: IRiver 2G&lt;br&gt;
• 3rd prize: 3 O’Rilley Books&lt;/p&gt;
&lt;p&gt;Enter the contest &lt;a href=&#34;http://www.actionscript.it/mobilecontest/&#34;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>FlashFoward Slides and Source</title>
      <link>https://richardleggett.com/2006/09/20/flashfoward_slides_and_source/</link>
      <pubDate>Wed, 20 Sep 2006 14:41:10 +0000</pubDate>
      
      <guid>https://richardleggett.com/2006/09/20/flashfoward_slides_and_source/</guid>
      <description>&lt;p&gt;Just to announce I’ve uploaded my FlashFoward Austin 2006 slides and source.&lt;/p&gt;
&lt;p&gt;You can download &lt;a href=&#34;http://richardleggett.co.uk/downloads/presentations/ff/ff06.zip&#34;&gt;the zip here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As soon as time allows it… a mini-tutorial that goes a little more in depth as to how the multi-user example works and how you can set up SUSHI on your machine (the docs that come with it are great though, so get &lt;a href=&#34;http://www.rawfish-software.com/&#34;&gt;downloading&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;In the meantime, to enable HTTP support in SUSHI, you need to follow the instructions supplied with the SUSHI manual, for example, all I had to do was uncomment this line in my Apache httpd.conf config file:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Presenting at Flash on the Beach, Brighton</title>
      <link>https://richardleggett.com/2006/07/01/flashonthebeach/</link>
      <pubDate>Sat, 01 Jul 2006 09:13:17 +0000</pubDate>
      
      <guid>https://richardleggett.com/2006/07/01/flashonthebeach/</guid>
      <description>&lt;p&gt;Hot on the heels of my last post (it’s been a busy month so my lack of posts is showing!) I’d like to announce I’ll be presenting at the first &lt;a href=&#34;http://www.flashonthebeach.com/&#34;&gt;Flash on the Beach&lt;/a&gt;, I believe this is the first UK exclusive Flash event in 6 years, and it’s high time so thanks to John Davey for organising it. Flash on the Beach runs from Dec 4,5 &amp;amp; 6th and takes place of course in what seems to be the place to be right now, Brighton! I’ve actually never been to Brighton but it definitely has its fair share of great Flash devs so what better place. My topic is yet to be confirmed but you can be sure the words mobile and Flash are in there!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Backup Options</title>
      <link>https://richardleggett.com/2006/06/11/backupprocess/</link>
      <pubDate>Sun, 11 Jun 2006 09:17:00 +0000</pubDate>
      
      <guid>https://richardleggett.com/2006/06/11/backupprocess/</guid>
      <description>&lt;p&gt;Do you regularly back up your computer files, code etc? I used to do the usual, which involved sporadically dumping what I thought was important to DVD once a month maybe. Thankfully I’ve only encountered a real problem where I lost work that I hadn’t backed up just once, &lt;a href=&#34;http://subversion.tigris.org/&#34;&gt;SVN&lt;/a&gt; came to the rescue in this case, but I vowed never to lose work again because of poor backup procedures.&lt;/p&gt;
&lt;p&gt;So a couple of months back I put together an external HD, from a 200gig internal 3.5″ drive and a USB 2.0 fan assisted cradle from eBay. This seemed to be to be not only a low cost approach but also hot-swappable when it comes to backing up the backups onto more than 1 drive. So with the hardware sorted I shopped around for a software backup solution to replace my not-so-great xcopy batch file.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Adobe Launch Party Thanks</title>
      <link>https://richardleggett.com/2006/02/10/adobelaunchsoho/</link>
      <pubDate>Fri, 10 Feb 2006 07:50:23 +0000</pubDate>
      
      <guid>https://richardleggett.com/2006/02/10/adobelaunchsoho/</guid>
      <description>&lt;p&gt;Big thanks to Adobe for last night’s party in London, we had a good time and it was great to catch up with everyone. Here’s a bit of fun with one of the photos just before we got there, it’s called spot the Tink. Guy seems to be concentrating on some white dots that happened to be floating in front of him. Mike has some &lt;a href=&#34;http://blog.flashgen.com/?p=50&#34;&gt;good ones&lt;/a&gt; too.&lt;/p&gt;
&lt;!-- raw HTML omitted --&gt;</description>
    </item>
    
    <item>
      <title>XBox 360 Viral Marketing (168)</title>
      <link>https://richardleggett.com/2005/10/18/hexcellent/</link>
      <pubDate>Tue, 18 Oct 2005 15:08:01 +0000</pubDate>
      
      <guid>https://richardleggett.com/2005/10/18/hexcellent/</guid>
      <description>&lt;p&gt;Time for the hype to go up a gear, XBox 360 is out very soon and strange signs have started to appear…&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.kotaku.com/gaming/xbox-360/new-xbox-360-viral-campaign-help-us-solve-it-131184.php&#34;&gt;Read and see&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;(Let’s all remember our base 16 hey – 168 ;)) Spoiler – &lt;a href=&#34;http://hex168.com/&#34;&gt;link&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Flash Lite in a Nutshell</title>
      <link>https://richardleggett.com/2005/06/13/flash_lite_in_a_nutshell/</link>
      <pubDate>Mon, 13 Jun 2005 07:47:13 +0000</pubDate>
      
      <guid>https://richardleggett.com/2005/06/13/flash_lite_in_a_nutshell/</guid>
      <description>&lt;p&gt;Just a quick post to say this Thursday I’ll be doing a presentation on Flash Lite at the &lt;a href=&#34;http://www.londonmmug.org/calendar.php?do=getinfo&amp;amp;day=2005-6-16&amp;amp;c=1&#34;&gt;London MMUG&lt;/a&gt; and would love to see anyone interested down there. Also presenting is Rob Bateman of the BBC on best practices for developing components and the upcoming SMX component set, so there should be something for everybody from designers to hardcore coders, just click link at the bottom of &lt;a href=&#34;http://www.londonmmug.org/calendar.php?do=getinfo&amp;amp;day=2005-6-16&amp;amp;c=1&#34;&gt;the site&lt;/a&gt; to attend for free.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
