From the course: Mapping the Modern Web Design Process
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Interactive elements and progressive enhancement
From the course: Mapping the Modern Web Design Process
Interactive elements and progressive enhancement
- In this chapter, I've been talking a lot about HTML and CSS, so at this point, you're probably wondering where interactive JavaScripts come in. That will be now, through progressive enhancement. If we split a website into its individual elements, we get a structure where the markup is the foundation, referenced elements like images and iframes are next, then CSS for styling, and interactive JavaScripts are the frosting on top. In most sites this is the case. JavaScripts mainly serve a visual purpose, adding sliders, tabs, and other interactive features that from a content perspective, are unnecessary. For these types of JavaScripts, progressive enhancements is the only way to go. In web design there are two schools of thought when it comes to browser support, graceful degradation and progressive enhancement. The names are pretty self-explanatory. Graceful degradation means the site looks and functions okay in older…
Contents
-
-
-
-
-
-
-
-
(Locked)
Establishing a three-track build process3m 16s
-
(Locked)
Creating a living style guide4m 29s
-
(Locked)
Core content model development1m 49s
-
(Locked)
Baseline development priorities1m 7s
-
(Locked)
Creating a content only build for accessibility2m 51s
-
(Locked)
Responsive web design as a process5m 31s
-
(Locked)
Designing in the browser3m 24s
-
(Locked)
Using content blocks3m 23s
-
(Locked)
Interactive elements and progressive enhancement3m 8s
-
(Locked)
Art direction: Responsive images and graphics3m 52s
-
(Locked)
-
-
-
-