![]()
Build Your Own Social Home!
http://css-tricks.com/build-your-own-social-home/
Coyier, Chris
CSS Tricks
2008
Abstract:
JSON (JavaScript Object Notation) is what all the hip applications are serving up these days with their API’s as an alternative to XML. The cool part about JSON is that you don’t need to parse it in the same way you do XML. That data you get from a JSON call comes back as an object all ready-to-rock and let you do stuff with it. So here's the jQuery code to pull in and append all data from Flickr, Twitter, and Scrnshots all onto one page.