Chapter 3. Some Big Concepts You Need to Know
3
Some Big Concepts You Need to Know
In this chapter
The web on mobile devices
The benefits of web standards
Progressive enhancement
Responsive web design
Accessibility
Site performance
Before we get to the nuts and bolts of HTML, CSS, and JavaScript, I want to introduce some “Big Concepts” that every web designer needs to know. I’ll be referring to the terminology introduced in this chapter frequently, so it’s not to be missed.
The heart of the matter is that as web designers, we never know exactly how the pages we create will be viewed. We don’t know which of the dozens of browsers might be used, whether that browser is on a desktop computer or something more portable, how large the viewport will be, what fonts are installed, whether functionality such as JavaScript is enabled, how fast the internet connection is, whether the pages are being read by a screen reader, and so on. The Big Concepts in this chapter are primarily reactions to—and methods for—coping with the inescapable element of the unknown in our medium. They include the following:
- The multitude of devices
- Web standards
- Progressive enhancement
- Responsive web design
- Accessibility
- Site performance
Because we’re just getting started, I’ll keep the descriptions brief and fairly nontechnical. The goal is that you have a basic understanding of what I mean by terms like “progressive enhancement” when you encounter them in lessons later. Many excellent articles and ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access