HOW TO programmatically create Dynamic Icons in a jiffy

"A mind is like a parachute. It doesn't work if it is not open." — Frank Zappa  

User Experience (UX) is more important today than ever, as users are getting more discerning & pampered by choices. Delivering functionality is not enough, the look and feel of an application is important as well to improve the effectiveness of an application. Google Charts Tools now let's you generate dynamic icons in the same way that you can generate pie charts, heat maps etc.



Dynamic icons let you merge info programmatically retrieved from data sources with image templates. So for instance, instead of showing a message that the last day for paying a bill is the next day (after querying the database) on a Dashboard, you could make the reminder look more dramatic by having the message in a Post-it note -


The above image has been constructed programmatically by specifying the message as a querystring parameter using the Chart API -
http://chart.apis.google.com/chart?chst=d_fnote&chld=pinned_c|1|004400|h|Pay+bill|by+tomorrow|or+else+...

The taped note in the beginning was generated by writing the URL like this -
http://chart.apis.google.com/chart?chst=d_fnote&chld=taped_y|1|000000|h|Everyday+is|International|Backup|Awareness|Day

Also see:
HOW TO programmatically add text to an image in C#
HOW TO generate Heat Map with Google Charts

Comments