Publishers of technology books, eBooks, and videos for creative people
Register your product to gain access to bonus material or receive a coupon.
This eBook includes the following formats, accessible from your Account page after purchase:
EPUB
The open industry format known for its reflowable content and usability on supported mobile devices.
MOBI
The eBook format compatible with the Amazon Kindle and Amazon Kindle applications.
PDF
The popular standard, used most often with the free Adobe® Reader® software.
This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.
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")