Archive for January, 2009
New site is up.

I am happy to announce the new site is up. The new design sits on top of WordPress 2.7, that is why it took so long to build and check that all the plugins worked nicely together.

I still have content to move over and new stuff to add along with some minor fixes, but the core of the site appears to be intact and working well. If you come across any problems please let me know.

Flex ComboBox, how to add a prompt

A quick example this time around. So you have a ComboBox component with data but you want to have a prompt appear as the default selection rather than actual data?

Very easy, here is a code sample.

              

All you need to do is add

prompt="some string"

in the attributes for the ComboBox.