The Technicals

We had a situation requiring up and down buttons, and we wanted them to scroll a list. The catch is how to animate the scrolling. Here’s how we did it. Continue Reading »

Firefox add-ons, also known as extensions, and sometimes confused with pluggins, have completely cemented our loyalty to Firefox as a development tool. Why? Because these little tools are so powerful, and Firefox has provided significantly more options than Internet Explorer or Safari. Not sure what add-ons are? They are small pieces of software that add new features or tiny tweaks to your browser. Many are useless, but some are absolutely spectacular.
Continue Reading »

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 »

Printing In Flex

05.03.07 by aaron

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).