Welcome to my blog! Feel free to post comments.
- Andrew


Visit Coldfusion Community


<< December, 2007 >>
SMTWTFS
1
2345678
9101112131415
16171819202122
23242526272829
3031
Search Blog

Categories
Archives
RSS


Powered by
BlogCFM v1.14

GoogleMaps + Craigslist
Find properties for sale and rent visually
12 December 2007

Most impressive combination of technologies here.  This is a great example of pooling information together. 

http://www.housingmaps.com/

Posted by aschwabe at 12:00 AM | Link | 0 comments


Google Chart API
07 December 2007
From the incredible minds at Google :)

http://code.google.com/apis/chart/

This impressive little library lets you generate PNG chart files from a single URL request string.  Since people typically need to pass lots and lots of data for charting, they came up with a really creative way to compress the values, and provide a javascript snippet for automating the process.

So the nifty chart you see to the right is a "hello world" app using their API.  It ultimately comes down to a simple URL request of:

http://chart.apis.google.com/chart?cht=p3&chd=s:hW&chs=250x100&chl=Hello|World

Quite impressive and easy to use!

While this doesn't provide the stellar interactivity and depth of integration that Flex charts do, it certainly provides a way to do nice looking charts with a quick turn-around. 

According to their docs, you can freely use this so long as you don't regularly exceed the 50,000 hits per day limit at which point they may block you.  I think most of us will not be hitting it quite this much.

Some samples:

Posted by aschwabe at 12:00 AM | Link | 0 comments