apple-icon J. McKenzie Hansen

Progressive Enhancement

Progressive enhancement is a very interesting topic. It is definitely beneficial to developers because it keeps the same consistency across all web browsers. Progressive enhancement requires you to focus on the content of your webpage. It requires that you have very well marked up HTML, well structured CSS and JavaScript.

The reason that progressive enhancement is great is because your website will work well across all browsers and devices, unlike graceful degradation– which creates websites for the newest and most capable browsers (first). Progressive enhancement does not worry about browsers, it is solely concerned with the content of the site and making sure that it is correct by layering the different elements (in the correct order) that make the website viewable.

Progressive enhancement is the way to build a website, because then you do not have to worry about rebuilding the site to work with a certain browser, and you can reach a wide variety of people / audience because you can let people with older browsers view your site. As developers, we want to be able to create things for everyone to see from the start!

Here is another interesting article about Progressive Enhancement.