Ever tried to use an ItemRender and a labelFunction for a Spark DataGrid GridColumn at the same time with the GridItemRenderer template provided by Flash Builder? If you run into problems as well, read on for a simple solution.

Flex 4.5 MySQL Query Browser

I was looking for a simple MySQL query browser to provide individuals who wish to learn SQL with a tool to get started. Since I couldn’t find a satisfactory software I decided to create one. The result consists of a Flex interface using Zend AMF for remoting, therefore PHP as backend technology, and is available … Read more

In my master thesis in biology, which is actually a Flex application, I wanted to have a simple home range calculation functionality. So I have created (actually ported from Java code) an ActionScript 3 class to calculate the area of an non-intersecting polygon. Download the source (Polygon.as) or read the rest of the article for … Read more