31.10.08

OpenDX and XMing on Windows XP

Install the Xming XServer and XMing Fonts
Download the OpenDX binaries

You will need to run the XServer before launching OpenDX. Once launched, run through the OpenDX samples.

27.10.08

The Mediator pattern via an event subscription mechanism

The Mediator patterns aims to provide a centralised command and control point that manages complex interactions amongst objects. Using .NET, it is possible to create an event based mechanism in which notifications are sent to the command center which then has the duty of managing the events raised.


TODO