Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



This is a great book about effective use of CSS for web sites. These patterns help achieve goals such as easily changing L&F with only CSS changes, and minimizing the explicit styling information in HTML, ie using more implicit structure information and special purpose classes or ids. The companion web site has some great examples: http://www.csszengarden.com/

"Designing with Web Standards (2nd Edition)"


Image Added
Standards, argues Jeffrey Zeldman in Designing With Web Standards, are our only hope for breaking out of the endless cycle of testing that plagues designers hoping to support all possible clients. In this book, he explains how designers can best use standards - primarily XHTML and CSS, plus ECMAScript and the standard Document Object Model (DOM) - to increase their personal productivity and maximize the availability of their creations. Zeldman's approach is detailed, authoritative, and rich with historical context, as he is quick to explain how features of standards evolved. It's a fantastic education that any design professional will appreciate.

 Java & J2EE

"Head First Java"

...