Tagged: ‘tables’

Microsoft advances

Seen the Microsoft home page recently? Some remnants of the previous design are still visible, but a large portion of the design changed significantly. The most pleasing thing to see is actually what’s under the hood though.

A huge drop in the number of tables used to lay out the page (my count is seven tables — that’s down from 40 tables previously), not a spacer gif in sight, all the proprietary attributes and identifiers in the links are gone, most of the bulky JavaScript the previous home page used is stripped out, and the HTML now weighs in at a lean 11 KB. read more

# tagged: ,

Projected savings

In the article published here yesterday, “Throwing Tables out the Window“, I provided a few what if projections of bandwidth savings based on a shot-in-the-dark conservative estimate that Microsoft.com might average about 1 million page views per day.

Turns out I underestimated. By just a little. read more

# tagged: , , ,

Throwing tables out the window

Those who were at Digital Design World in Seattle this year saw me present a session titled, “No More Tables, CSS Layout Techniques“. In that session, we reviewed proper use of tables, and a few pointers for styling them with CSS. Then we turned to tableless layout, reviewing examples and an overview of the two basic approaches (positioning and floats). read more

# tagged: , ,