Does anyone know how to achieve a 3D sphere tag cloud, like on this site:
Is there a Javascript library that can easily do this, or was it most likely written by hand?
I've tried to create simple "Sphere tag cloud" in JavaScript:
http://jstagsphere.sourceforge.net/
The main idea is to show how to create it - you can use it as is or improve in any way.