Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Zach Allan
19,452 PointsWhat is Graceful Degredation and Progressive Enhancement?
I was just wondering if someone could explain these to me... I've been seeing these terms used a lot lately.
1 Answer

Ryan Field
Courses Plus Student 21,241 PointsHi, Zack.
Graceful degradation is the idea that you build something with the state-of-the-art features in mind, and then create fallbacks so that those features 'gracefully degrade' with older browsers that might not support the latest technology.
Progressive enhancement is the opposite idea; you start by designing the core features that will work across all browsers, and then build up those core features to take advantage of the latest features and technologies that are available in more modern browsers.
Zach Allan
19,452 PointsZach Allan
19,452 PointsRyan, thanks again for your timely answer. Which method, in your opinion, is a better idea?
Nathan F.
30,773 PointsNathan F.
30,773 PointsMost developers and designers these days are proponents of progressive enhancement, just as many are proponents of the mobile-first approach to designing a website. But it is also complicated by the number of sophisticated web apps out there. Treehouse itself has a blog post discussing the past, present, and future of progressive enhancement.