A very cool infographic showing the Linux Kernel. You can drag, zoom and click on the map to learn more about a specific process!
Visualize your data with gRaphaël
Let’s face it, data can sometimes be boring. I recently discovered a really cool way to visualize your data and make it more interesting. Let me ask you a simple question — which one of the examples below is the easiest to understand?
(1)
| Browser Statistics | |
| Firefox | 326 |
| Internet Explorer | 71 |
| Chrome | 48 |
| Safari | 32 |
| Opera | 18 |
| Camino | 1 |
| Konkeror | 1 |
| Mozilla | 1 |
(2)
We can all read the data in the 1st example, but the pie chart quickly puts the data into perspective for most of us.
Did you mouse-over the pie chart? This interactivity is made possible with gRaphaël, an open source javascript library with a goal to help you create stunning charts. We are basically using pure code to render scalable vector graphics (SVG) on the fly.
If you want to visualize some boring data for your next project, head over to gRaphael for more examples and to download the source code. Remember that a picture is worth a thousand words.

