Monthly Archives: February 2008

Regular Expression resources and utilities.

Regular expressions are like alien gibberish to me. It is easy to understand the concept of regex and see why it is a useful to syntax to comprehend. Fully understanding how and why they work is another story. I’m working … Continue reading

Flex – Preventing DataGrid scrolling when the dataprovider is updated.

I was having issues with my DataGrid scrolling to the top when my grid updated from the server. It is very aggravating as a user when you are milling about and *BAM* it scrolls away. This worked: 1 2 3 … Continue reading