Well, as far as my understanding goes, with Progressive Enhancement, you’re basically focusing on the content when you’re designing your site.  Simple enough.

Actually, that’s quite brilliant.  When I first learned any form of html, css, etc., I designed everything depending on the browser I was using which, back then, was IE, which isn’t even a browser if you ask me.  IE just needs to be shot.  Just get rid of it.

Okay, ranting done.  I really like the article I found from A List Apart.  He basically described the whole “enhancement” as a Peanut M&M.  Not going to go into details, you can just read the article, but in simplest terms, progressive enhancement is just layers upon layers upon layers of protecting your content from incompatible browsers.

So you can still design your site how you like it and not worry about browsers messing it up.  Just make sure you protect it with some Javascript.

Yeah, I like this.  Very smart.

Advertisement