Author Archives

How Yahoo! used YUI 3.0 for their Front Page

At the beginning of this year, the Yahoo! Front Page team embarked on an ambitious project to completely remake the face of the company. The goal was to make the Front Page into the most important starting point on the web while also showcasing Yahoo!’s commitment to openness. From the engineering team’s perspective, this meant [...]

Automatic numbering with CSS Counters

Opera Dev Blog have a superb article on on using CSS 2.1 to automatically generate numbers via CSS Counters. The only caveat is that CSS counters are not yet implemented in IE, although they are on the roadmap for IE8.

Read the tutorial at Opera.Dev — Automatic numbering with CSS Counters.