Data Visualization with Web Standards

Wilson Miner zeigt einige sehr coole Beispiel wie sich Daten mit Web Standards visualisieren lassen. Absolut lesenswert!

I’m going to cover three basic techniques for incorporating some simple data visualization into standards-based navigation patterns. All of them start with the building block of HTML navigation: an unordered list of links. We’re going to tweak the markup a bit and add in some data points and a few hooks for styling, but in each case, the basic pattern is the same familiar one.

Since we don’t have the pure data semantics of a table to rely on, we’ll use semantic class names in the tradition of microformats to preserve as much of the data’s structure in our markup as possible.

Possibly related posts (automatically generated)