Modern Interactive Data Analysis and Dashboards.

Slicing and dicing 3 millions of rows in a web browser…

...well not precisely a web browser. The video below uses the desktop version of Bime, it is an Air Application and it runs the exact same code as the web version.

read more

How to compile a Flex project with RSL using Ant

Recently, we had to write an Ant script to build our application and put it under continuous integration. At the beginning, we passed the minimum arguments to the compiler to build the SWF file and it compiled the project, including the framework classes, in the application SWF file.

read more

Introducing a Flex Charting trend line component

How to draw trend lines on Flex Charts? Actually, you just have to add the trendline drawer component on the annotation section of your charts.

read more

A richer Flex Charting Framework

I spent last week to extract and cleanup the extensions of the flex charting framework we did for Bime.

Design goals were to:

read more

Stealing Gumbo’s templates: the fastest way to use SWFObject to embed all your flex 3 apps

Do you want to know the fastest way to use SWFObject to embed all your flex 3 apps? We have a solution that takes 30 seconds. But before...

read more