Experienced Flex / ColdFusion Developer Available

My current projects are coming to a close and I'm available from the last week of February onwards for 4 days a week. Anyone out there that could use my skills?

I have 10+ years CF experience, 5+ years Flash experience and 2+ years of Flex experience (inc commercial Flex 3 apps).

I'm a Adobe premium partner, an Adobe certified instructor and an Adobe certified developer in Flex, Flash and ColdFusion.

For more info see my linked in page: http://www.linkedin.com/in/justinmclean

Flex Better Sliders

I find that the default sliders have a few minor usability issues a) the thumb is too small and b) the hit area of the the thumb is too small. Perhaps I just need new glasses or a bigger screen?

You could skin a slider and change the thumb graphic but it's just as easy to fix with a little actionscript.

[More]

Flex Type Ahead List Boxes

When a user types a character the default behaviour of a list box is to jump to the first item that starts with that character. This is fine for small lists but for a long list of items it's not very useful. A better solution would be if the list box remembered what the user typed and keep looking for matches on the second character, the third character, etc etc.

[More]

Flex Datagrid Visibility Bug

Run into a nasty little bug with Flex datagrids the other, under some situations Datagrid columns with their visibility set to false will be displayed!

Here's a workaround.

[More]

Flex Filtering Long Lists

If you have a list box with a large number of items in it it can be hard for someone to find the item in the list that they need. One way around this is you add a filter on the list box.

Here's how it's done.

[More]

Flex Datagrid Edit Cell on Row Click

With flex datagrids you sometimes find you have a datagrid with multiple columns but only one or two columns are editable.

Which column are editable are not immediately apparent to a user, they have to click on cells to find out what's editable or not editable.

You can add some sort of visual indication to show what cells are editable (see here) OR you can make clicking on a row edit a cell.

[More]

Flex DataGrid Editing Cells

Flex datagrids provide an easy way to edit data. However one minor issue is that by default editable cells have no visual indication that they are actually editable.

You can add a graphical or textual indication that is a cell is editable with an item renderer.

[More]

Flex Numeric Stepper with Currency

Flex's numeric stepper controls work well but will only work with numeric data so can't be used for editing currency.

There's a few ways around the issues but none of the solutions are perfect.

[More]

Flex Webservices XML and Array Conversion

I'm currently working on a project involving simple webservices, the webservices return plain XML rather than using SOAP. Personally I prefer SOAP as you get a well defined interface but on this project it was felt that plain XML was less verbose, more efficient and easy to code server side.

Anyway one of the issues with returning XML via HTTPService calls is that when flex converts the XML to objects it treats it as array if there's more than one item of the same name but as a single item (ie not an array) if there's only one item of the same name.

This causes databinding to datagrids or lists to fail.

So how do you get around this issue?

[More]

Copyright © Justin Mclean 2008
BlogCFC by Raymond Camden.