Archive for March, 2007

Getting there

Well, it’s looks like choosing Effective C++ Programming has paid off! Today I used the decorator design pattern to extend a mootools object. Even if all I did was add a module-height tracking variable, the fact that I understand how this pattern works and can recognise it is extremely useful. I would have arrays flying […]

First alpha launced

It may be behind schedule - but it’s finally here, the first alpha (v0.0.1000). I’ve been working hard over the weekend to overcome initial development boundaries, such as: directory structure, layer abstraction, a version-keeping database and library/framework installation. The different layers include: logic (PHP), mark-up (XHTML), presentation (CSS) and interactivity (JavaScript). There is one more […]

Progress Update

Having not blogged for a quite a while I’ve decided to post an update on my whereabouts with the CHUI project. First of all, I upgraded my hosting account to accommodate for an extra domain so that I could launch thechuiproject.org. Although only the basic framework is in place at the moment, I’ve spent many […]