Category Archives: Programming

PHP-GTK2 CouchDB In/Out Board

3rd
Jan. × ’10

Whenever I come to test a new programming language, my application of choice is a simple in/out board.  The data storage is simple enough to not (usually) require particularly advanced database functionality, and there’s some level of network communications happening to share the data.
Today I developed this application in PHP-GTK2 with a CouchDB backend, neither [...]

Posted in Programming | Leave a comment

Application Lifecycle Management

1st
Oct. × ’09

Any worthwhile software is not just developed, it is also used and should have at least some level of governance.  The application lifecycle involves all three of these areas, and they all need to be considered when managing the software.  This post will mostly discuss processes rather than software.
There are a number of documented processes [...]

Posted in Programming | Tagged , | Leave a comment