Monthly Archives: November 2008

Switching business delegate implementations at runtime using a delegate factory

I’ve  put together a sample (right-click, view source) to illustrate how you can switch between different implementations of your delegate business logic by using a “BusinessDelegateFactory”-class. The sample itself is deliberately kept drop dead simple, only to focus on what I want to explain. Check out how we switch to a specific delegate implementation by [...]

Posted in Cairngorm, tips | Tagged , , | Leave a comment

Fooling around with Drupal and Flex

I have just finished a little experiment testing the feasibility to scrape a standard Drupal website. Before I unleash my foolishness upon you, allow me to introduce the matter…
Drupal is a world famous open-source content management system in PHP for websites big and small. At ONE Agency, we use Drupal to create almost everything: e-commerce [...]

Posted in hacks | 1 Comment

The presentation slides of the rich music players showcase

I’ve uploaded the slides of the rich music players showcase that I presented at the Adobe User Group meeting yesterday.
For obvious reasons, I can’t give access to Tunify, the professional dj application. However, I’ve made a quick little screen capture to give an idea about what it looks like: demoTunify.exe (24Mb). Also, here are the [...]

Posted in general, talks, work | Leave a comment

Tutorial: the basics of object-oriented programming in ActionScript 1, 2 & 3

[ Download the presentation slides ]
A long time ago, I put together a crash course on object-oriented programming in ActionScript. I’m still receiving positive feedback about it now, so I decided to put it online.
It’s a learn-by-example tutorial about OOP in Flash. The primary goal I had in mind when making this tutorial was to [...]

Posted in tutorial | Tagged , , | 7 Comments