
Click on image to view the page. You may need a more up-to-date browser to view this.
Alex Girón of nclud created this visualization of our solar system by using only HTML and CSS3. In his words:
These past few months I’ve been exploring CSS3, trying to learn some of it’s new features and getting a feel for which browsers support it. A few weeks back I put out my first experiment exploring @font-face and transforms. This time, I set out to experiment with border-radius, and what I thought was going to be a boring little project turned out to be quite interesting.
via Veerle Pieters

Click image to play the game
Last time we learned how to create a dynamic bar chart with data that we had to type in manually. That data entry part was tedious and unnecessary. Today we will solve that problem by creating a model that can load and parse data from an external file. Although in this example we only use the model to parse comma delimited file (CSV), we will build it in a way that allow us to parse tab delimited file as well. CSV is a very popular and compact format for storing data. It is also very easy to parse.
If you didn’t follow the previous tutorial, you can download the project from here.
Continue reading »

Click on image to view the site
This visualization is compact and pretty. I like the idea behind it, but it is not necessarily the best way to present this kind of information. You can’t quickly scan the information since you have to mouse over each bar to see what feature it represents. The color coded bars are stacking toward the center instead of remaining in their own circle, which makes it harder to follow. I think a regular matrix table would be nicer.
via infosthetics
Gonzalo Rubio gives a few very good reasons about why we shouldn’t ditch Flash quite yet. Being a Flash developer, I admit to having my own biases, but I am also impressed by what HTML5 can do. I have been digging around the web for the last few days trying to figure out if at its current stage, HTML5 is capable enough to do heavy interactive data visualization work. The short answer is no. There are, of course, a lot of Javascript charting engines out there, but for performance-heavy things like maps, Flash is still better. As to the Flash vs HTML5 argument, I think a few of us only see black and white. Gonzalo seems to think that each tool has its own place in the future of web development. I agree. Below is the summary of the points he talks about in his article. Head over to his blog to read the complete post.
- The HTML5 spec won’t be ready for consumption for at least another 2 years.
- Flash is a mature platform, HTML5 is just in its initial implementation phase.
- Flash is made by a single vendor, HTML5 sees duplicate efforts by at least 5 different companies on at least 4 different platforms.
- Flash is built as a multimedia and animation platform, HTML5 is a progressive enhancement over a content centric and descriptive language
- Flash is good at what Flash does, HTML5 is good at what HTML does
- The Flash vs. HTML5 argument will implode after every Flash feature is ported into an HTML5/Canvas equivalent