Visualise your Twitter friends with jsPlumb Jquery
Recently I’ve read an article (in Russian) about great JQuery plugin – jsPlumb by Simon Porritt. This plugin provides a way to “plumb” elements of a UI together, so it can be used in many situations when you need to visualise relations between items. jsPlumb allows you to connect elements on the screen with “plumbing”, using a Canvas element when supported, and Google’s ExplorerCanvas script to support older browsers. Author also creates small project as plugin demo which allow search throw tweets and display results as graph model.
So let’s try this plugin and create a small demo to build a tree of my followers from Twitter.