HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Publishers of technology books, eBooks, and videos for creative people
Register your product to gain access to bonus material or receive a coupon.
Listen to a Q&A Session with Jeffrey Zeldman and Ethan Marcotte
In this Q&A session, Jeffrey Zeldman and Ethan Marcotte provide a brief overview of their new book, Designing with Web Standards, Third Edition, and answer participant questions about standards-based web design.
Best-selling author, designer, and web standards evangelist Jeffrey Zeldman has revisited his classic, industry-shaking guidebook. Updated in collaboration with co-author Ethan Marcotte, this third edition covers improvements and challenges in the changing environment of standards-based design.
Written in the same engaging and witty style, making even the most complex information easy to digest, Designing with Web Standards remains your essential guide to creating sites that load faster, reach more users, and cost less to design and maintain.
Pages 204 and 205: The two code blocks surrounding figure 10.13 include a superfluous element (div id="content" tag). Download correct code.
Page 211: In the second sentence of the last paragraph, change first "meta" to "main": "main" occupies the first 700 px of the blog's...
On pages 339 and 340, in each code block, the following text:
$("a[href]^='http'").append('');
Should be:
$("a[href]^='http'").append('');
(i.e., the second "src" should read "alt")