Category Archives: HTML


hAtom Makes rel-nofollow Irrelevant

Of all the microformat specs, rel-nofollow has always been my least favorite. A lot of people don’t like rel-nofollow because it makes publishers even more prone to treat links as an implicit endorsement or agreement. And I share that concern, but my main problem with rel-nofollow is the first open issue on the microformat wiki: […]

Sortable Tables with Totals and Averages

If you’re publishing any sort of complex statistics, it’s often helpful to be able to sort this data. If the data is coming from a database, you can often do this sorting on the server side rather easily, but sorting on the browser side in JavaScript is generally a better user experience. Contrary to what […]