The Technicals

I know it’s super simple, but I’ve been banging my head on text layout for a couple of hours. I wanted 2 text boxes to have less space between them (leading) than the default. After trying many approaches, I finally figured out that I can set a negative paddingBottom to achieve the desired effect. Continue Reading »

Version control allows multiple people to work on exactly the same piece of code without overwriting each others’ work. Each person works on their own copy, and, once they have it finished and debugged, they merge it back into the main repository.
Continue Reading »

We use icons, images & photography all over the place within user interface, web and software design. Since we seem to spend a fair amount of time searching for them, I decided to put up a blog that keeps track of what we find. Any of the crew is welcome to add to this - in fact please do.
Continue Reading »

After a great deal of messing about, I’ve managed to add CAPTCHA (image based verification that you are a human and not a spam bot) to Joomlaboard forum 1.1.5 in the GEOSS Registry Site. Here’s how I did it:
Continue Reading »

Flex has its own printing package (mx.printing) which adds functionality to the flash.printing package, making it easier to format output (slicing and paginating).