About

This site contains my various thoughts on technology and software development. This is currently focused on web applications and desktop applications on the Flash platform.

You may also find the odd bit of photography, consumer electronics, and most things Apple related…

From the blog

On an old project I had an annoying problem with Flex builder that meant only the main application’s MXML file would allow me to debug the application. If I tried to debug or run on another file in the project I would get the error, “This file cannot be launched”.

In order to fix this, all [...]

More »

At the time of writing Flash Builder 4 doesn’t ship with the default plugin installers, which makes adding things like ANT a bit of a chore.
UPDATE: The latest RC for Flash Builder 4 now supports plugins again. I have updated the links to include the Eclipse plugin URL for each plugin.
This post is as much [...]

More »

My 360 died again a few weeks ago, showing the all too common 3 red rings (read rings of death or RROD for short). The first time I had this problem it was still in warranty so Microsoft fixed it for me, the second time I had to send it off to a console repair [...]

More »

Every had a problem with Adobe AIR caching your HTTP requests? Read on…

More »

Ever wished there was a way to force app updates using the ApplicationUpdaterUI? Now there is.

More »

A quick example of how to tell when an AIR application is running in debug mode. Allowing you to stop costly tasks when doing so.

More »