Showing posts with label google. Show all posts
Showing posts with label google. Show all posts

Wednesday, June 17, 2009

HTML 5

Hello All! It has been quite a while since I have posted. I have been learning a little something called Java as well as taking some classes and have not had the opportunity to post. Anyhow, I came across some cool info about HTML 5. Canvas, video, Cache, Web Worker....some pretty cool stuff. You can check out some demos here but you will need an HTML 5 compliant browser. (such as Google Chrome). All the demos are done using client side html...no applets, flash or silverlight shenanigans. Enjoy the future of web development! -Dave Reference

Monday, April 14, 2008

Google CHARTS api

In case you may need a simple charting solution, Google offers a great API for simple charts. Check it out below: All this took was an <img> tag with the source pointing to Google's chart api. http://chart.apis.google.com/chart?cht=
<img src="http://chart.apis.google.com/chart?cht=p3&chd=t:60,30,10&chs=450x100&chl=Code|Dave|Code!" />