I had been following up on HTML5 for the last few months and Abhay’s XKE session a couple of days ago really helped better understand the scope and capabilities of HTML5 as a technology. But having worked with Flex for nearly three years and being familiar with what the Flash platform does offer, there was not much in HTML5 that got me really excited.
In fact I am going to stick my neck out and make a series of claims and eventually conclude that the benefits of choosing Adobe Flex today completely overshadow HTML5. Read the rest of this entry
This post contains the steps to build a simple chat client and server application using Flex 3 and BlazeDS. This will be a brief post, a detailed tutorial will be posted in subsequent posts.
Read the rest of this entry
This is a quick comparison of the three Flex Data Access methods. Reference: Adobe Flex Live Docs
|
HTTPService
|
WebService
|
RemoteObject
|
Methodology
|
RESTful web service |
SOAP compliant web service |
AMF |
Data format
|
Text (usually XML or JSON) |
Text |
Binary |
Client side memory requirement
|
Medium |
High |
Low |
Technology dependencies
|
None |
None |
Java, ColdFusion
Note: AMFPHP provides a 3rd party solution for developing PHP based applications |
| Speed |
Medium |
Slow |
Fast |

Subrato Banerjee
Help Subrato Banerjee complete his research by letting him know how you have been coping with the recession by filling in this private online survey. Results and analysis will be published in a leading business journal.
Survey: http://subrato2009.questionpro.com
As promised, releasing an Adobe Flex 3 component for Choropleth Map. The Choropleth Map component is an extension/implementation of my Map component released earlier.
What is a Choropleth Map?
A choropleth map (Greek χωρα + πληθαίν:, (“area/region” + “multiply”) is a thematic map in which areas are shaded or patterned in proportion to the measurement of the statistical variable being displayed on the map, such as population density or per-capita income.
The choropleth map provides an easy way to visualize how a measurement varies across a geographic area or it shows the level of variable within a region. — Wikipedia
—
The component does just that. It plots a map and then applies a theme to the various regions of the map. Relevant data and legend information needs to be provided to the component. (See example attached below!)
The component also provides tooltips on specific regions and provides an “Active Legend” that lets you highlight and hide/unhide specific regions of the map based on the data and legend.
Demo | Source code