force-directed-graph-layout-in-javascript by http://dhotson.tumblr.com/post/520720950/force-directed-graph-layout-in-javascript

I had a go at implementing a simple force directed graph layout algorithm in JavaScript.
Try it out.

So what does this force directed stuff mean anyway? Basically, it uses a physics simulation to figure out how to show the graph/network decently.

In particular, it simulates a bunch of...

At work, I've been doing a fair bit of Javascript - in the form of UserScripting for Chrome - to 'fix' bits of the intranet that are IE specific. I was starting to think I was getting quite clever...

...put right back in my place.

This is ace.