Vizualisation

TwitterFacebook
Get flash to fully experience Pearltrees

Quartz Composer

http://quartzcomposer.com/ This website has been built for educational purposes by myself, Miroslaw Artur Rusin to provide information, examples of usage and extensions to Quartz Composer node-based visual programming language .
BYOB is a "series of exhibitions hosting artists and their beamers".

Marcin Ignac : All posts

http://marcinignac.com/blog/delta-an-iphone-demo-released-at-breakpoint10/blog/my-first-iphone-demo

Raphaël—JavaScript Library

http://raphaeljs.com/ // Creates canvas 320 × 200 at 10, 50 var paper = Raphael( 10 , 50 , 320 , 200 ); // Creates circle at x = 50, y = 40, with radius 10 var circle = paper.circle( 50 , 40 , 10 ); // Sets the fill attribute of the circle to red (#f00) circle.attr( "fill" , "#f00" ); // Sets the stroke attribute of the circle to white circle.attr( "stroke" , "#fff" );

Protovis

http://mbostock.github.com/protovis/ Protovis is no longer under active development. The final release of Protovis was v3.3.1 (4.7 MB) . The Protovis team is now developing a new visualization library, D3.js , with improved support for animation and interaction.
D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use D3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction. D3 is not a traditional visualization framework. Rather than provide a monolithic system with all the features anyone may ever need, D3 solves only the crux of the problem: efficient manipulation of documents based on data. http://mbostock.github.com/d3/

d3.js

http://www.webdesignerdepot.com/2009/06/25-useful-infographics-for-web-designers/

25+ Useful Infographics for Web Designers | Webdesigner Depot

Infographics can be a great way to quickly reference information. Instead of pouring over figures and long reports to decipher data, an infographic can immediately make apparent exactly what a dataset actually means . Below are more than 25 infographics that can be useful to web designers. Some are incredibly practical, some provide information that might be of interest to designers and some just present data that might be interesting to those who design websites all day.