Open Source

13 Jul 2009

Mogenerator is a very useful utility that creates model classes for you when working with Core Data. I've written about Mogenerator before but what I didn't realize is that I wasn't working with the latest version (the version I was using was 1.6.1 and the latest version as of this writing, compiled from trunk, is 1.13.1).

It's easy to get confused as there are several outdated downloads and project pages floating around the web. It appears, however, that this github repository is where Mogenerator is being actively developed.

(more...)

Mogenerator latest version, 1.13.1 installer, and build instructions.

9 Feb 2009

Swiz: Inversion of Control/Dependency Injection framework for Flex and ActionScript

A few days ago I stumbled upon Swiz, which bills itself as the "brutally simple micro-architecture for Rich Internet Application development with Adobe Flex." If the term micro-architecture or the buzzword Rich Internet Application haven't scared you off yet, read on, because it really is a lovely little framework.

(more...)

A lovely little framework called Swiz

29 Jan 2009

There's an open source cloud solution called Reasonably Smart that uses Git and JavaScript. Two weeks ago, they were bought by Joyent.

Cue the emergence of a viable alternative to Google App Engine.

(more...)

Google App Engine to get Reasonably Smart competition

21 Jan 2009

Gaebar Beta 3 Release

I've just tagged Gaebar Beta 3 (version 0.3) in GitHub.

(more...)

Gaebar Beta 3 (version 0.3) released

14 Jan 2009

Yahoo Flex Skin

The Yahoo! Flex Skin is a lovely minimalist skin by the good folks on Yahoo!'s Flash team. However, it has an issue that you need to work around if you want to load it in dynamically at runtime. It's a simple thing, but I thought I'd document it here in hopes that it will help save someone else a few minutes of confusion.

(more...)

How to dynamically switch to the Yahoo! Flex Skin at runtime