The Parsley Pomodoro

I thought I’d create an AIR application based on the popular Pomodoro technique – or at least the timer component of it. This is a work in progress – soon it will have sound effects, volume control, and a better looking control mechanism (instead of two buttons). I also plan for it to tie into a local database.

Here is the installer (I just added the AIR mime-type to the server, please let me know if you have difficulty downloading it). The installation seems to work best with AIR 2.6 or 2.7. AIR 3.0 gave me an installation error on Windows 7, but when I installed AIR 2.7 (see archive link below), it was fine.

You can download older versions of the AIR runtime here: http://kb2.adobe.com/cps/853/cpsid_85304.html

Posted in AIR, Frameworks, Parsley | Tagged , , , | Leave a comment

Simple Robotlegs Example

Today I decided to do a very simple ‘application’ in Robotlegs and while no one in their right mind would apply a framework to such a simple application – I thought it might be useful for someone as a starting point – before the application becomes more complex.

View working example (view source enabled)

Posted in Frameworks | Tagged , , , , , , | Leave a comment

Facade Pattern

This is an example based on the Home Theatre scenario in the Head First Design Patterns book.

View working example (view source enabled)

Posted in Design Patterns | Tagged , , , , , | Leave a comment

Singleton Pattern

The one of a kind Singleton pattern divides opinion like Marmite.

This example is based on the use case of a boiler in a chocolate factory.

View working example (view source enabled)

Posted in Design Patterns | Tagged , , , , , , , | Leave a comment

Decorator Pattern

An adaptation of the Starbuzz Coffee Decorator Pattern featured in the Head First Design Patterns book.

View working example (view source enabled)

Posted in Design Patterns | Tagged , , , , , , , | Leave a comment

Command Pattern

Based on the Remote Control example featured in the Head First Design Patterns book.

View working example (view source enabled)

Posted in Design Patterns | Tagged , , , , , | Leave a comment

Factory Method Pattern

View working example (view source enabled)

Posted in Design Patterns | Tagged , , , , , , , | Leave a comment