1.51k likes | 1.63k Views
If you’ve been working on the web for any amount of time, you’ve likely heard (or even used) the term “progressive enhancement” before. As you probably know, it is the gold standard of how to approach web design. But what is progressive enhancement really? What does it mean? How does it work? And how does it fit into our workflow in a time of rapidly evolving languages and browsers? In this session, Aaron Gustafson will answer all of these questions and provide concrete takeaways that will help you improve your web design skills and your mastery of progressive enhancement in ExpressionEngine.
E N D
Progressive nhancement by Aaron Gustafson @aarongustafson http://slideshare.net/AaronGustafson
TECHNOLOGICAL RESTRICTIONS
MCMLXXVII (that’s 1977)
HTML CSS
fault tolerance n. a system’s ability to continue to operate when it encounters and unexpected error.
BROWSERS IGNORE WHAT THEY DON’T UNDERSTAND
GRACEFUL DEGRADATION
MODERN BROWSERS OLDER BROWSERS
MODERN BROWSERS OLDER BROWSERS
PROGRESSIVE ENHANCEMENT
“SPECIAL NEEDS” CAN BE CONTEXTUAL
PROGRESSIVE ENHANCEMENT GRACEFUL DEGRADATION
PROGRESSIVE ENHANCEMENT ISN’T ABOUT BROWSERS
BROWSERS AND TECHNOLOGIES COME AND GO
DON’T LOSE SIGHT OF YOUR USERS
User Experience BASIC ADVANCED Browser Capabilities
User Experience BASIC ADVANCED Browser Capabilities Content
User Experience Browser Capabilities Semantics BASIC ADVANCED Content
User Experience Design Browser Capabilities Semantics BASIC ADVANCED Content
User Experience Interactivity Design Browser Capabilities Semantics BASIC ADVANCED Content
User Experience Accessibility Interactivity Design Browser Capabilities Semantics BASIC ADVANCED Content
User Experience ARIA JavaScript CSS Browser Capabilities HTML BASIC ADVANCED Text & HTTP
Content is WHY we build websites
Clear, well-written prose is key.
Don’t put up roadblocks.
Progressive EEnhancement Fault tolerance <p>HTML5 introduces several <em>really</em> useful elements and a ton of new APIs.</p> <p>Please fill out the form below. <strong>Note: all fields are required.</strong></p> <p>I like to work with markup languages because <strong>they are simple and easy to read</strong>. They also have that certain <i lang="fr" title="I don’t know what">je ne sais quoi</i>.</p> EECI - October 2011 46
Progressive EEnhancement Fault tolerance HTML5 introduces several really useful elements and a ton of new APIs. Please fill out the form below. Note: all fields are required. I like to work with markup languages because they are simple and easy to read. They also have that certain je ne sais quoi. EECI - October 2011 47
Progressive EEnhancement Fault tolerance <video poster=”poster.png”> <source src=”video.m4v”/> <source src=”video.webm”/> <source src=”video.ogv”/> <img src=”poster.png” alt=””/> <ul> <li><a href="video.m4v">Download MP4</a></li> <li><a href="video.webm">Download WebM</a></li> <li><a href="video ogv">Download Ogg</a></li> </ul> </video> EECI - October 2011 48
Progressive EEnhancement Fault tolerance <video poster=”poster.png”> <source src=”video.m4v”/> <source src=”video.webm”/> <source src=”video.ogv”/> <img src=”poster.png” alt=””/> <ul> <li><a href="video.m4v">Download MP4</a></li> <li><a href="video.webm">Download WebM</a></li> <li><a href="video ogv">Download Ogg</a></li> </ul> </video> EECI - October 2011 49