This post originated from an RSS feed registered with Web Buzz
by Simon Willison.
Original Post: Interview with Steve Champeon
Feed Title: Simon Willison: Web Standards
Feed URL: http://feeds.simonwillison.net/swn-everything
Feed Description: Simon Willison's Web Standards cateory
Meet The Makers are carrying a great interview with Steve Champeon, author, web standards advocate and founder of the Webdesign-L mailing list (which I re-subscribed to today). Steve's explanation of the concept of "progressive enhancement" is particularly interesting:
The idea is to separate not only the structure from its presentation, but also make distinctions between what content needs to be arranged in what way for lowest common denominator browsers, and how to build on that structure, adding more features for those browsers that can handle them. It's basically just taking the idea of a "target browser" and throwing it away, and taking the idea of "graceful degradation" and standing it on its head. We're trying to make sure we build sites that not only work okay everywhere, they're designed to work everywhere before they do fancy things in modern graphical desktop browsers. It's too common to build sites that work "right" in IE/Win and work "acceptably poorly" everywhere else. I think it's ridiculous, it's lazy, and it's not that much more work to do it right.