Examples
Interactive Item Renderers for DataGrid
Working with the item renderers in flex! This is one of the most common questions that I have come across in my experience while working on flex.
Many a times developers want to make interactive item renderers for DataGrid columns which will in-turn change the very data of the DataGrid. Initially even I [...]
Adobe RIAthon 08 Finals
Like many flex developers in India (especially in Bangalore), I also submitted my entry for the Adobe RIAthon 08. This entry was selected as one of the finalists. Click here to see the web app that I developed.
Though my application did not win anything, I am happy that I made it into the finals [...]
Display Google’s search result within your flex application
With the use of the Google AJAX Search API, you can query and display the search results within your flex application. See a sample application by clicking here (view source is enabled in the sample app).
In this post, I am going to show you how easy it is to query for and display the search [...]
Generating HTML wrapper using ant script
Further to my post of compiling flex projects using Ant script, in this post I am going to tell that how you can generate the html wrapper file for the swf that is compiled using Ant.
If you haven’t read that post I request you to read it by clicking here.
In order to generate the html [...]

