Notes:
Now I know this site uses tables for layout (which we all know is bad), but if you fill out the form with your twitter username there is a nice use of canvas to see connections and recommendations.
A showcase of sites using HTML5 markup
A showcase of sites using HTML5 markup
Now I know this site uses tables for layout (which we all know is bad), but if you fill out the form with your twitter username there is a nice use of canvas to see connections and recommendations.
Hi! I am the author of Twinkler.in. Thanks for checking it out.
I completely agree with your comment about tables being inappropriate for layout-ing. But, in practice, I find the CSS way of doing it using floats or inline elements too cumbersome, since it also requires changes to the document model (to clear the floats or inlines).