Tuesday, June 29, 2010

Json Data Visualizer (for Google, Yahoo, Bing and Twitter) using JQuery, JavaScript, Asp.net MVC 2.0

I have been working for the past few weeks on the code project article

Json Data Visualizer (for Google, Yahoo, Bing and Twitter) using JQuery, JavaScript, Asp.net MVC 2.0

this was fun and I had to use following references

  1. “prettyPrint” for JavaScript by James Podesly for table data visualization
  2. Javascript unpacker and beautifier by Einar Lielmanis for Beautify format.
  3. Show Object Properties by Matt Holthe for understanding recursive scanning of Javascript objects.
  4. http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search for Twitter search.
  5. http://developer.yahoo.com/common/json.html#overview about Yahoo Json
  6. http://developer.yahoo.com/search/local/V3/localSearch.html for yahoo search
  7. http://msdn.microsoft.com/en-us/library/dd251056.aspx about bing
  8. http://code.google.com/apis/ajaxfeeds/documentation/ for google.

No comments:

Post a Comment