From the course: Building a Resilient Web
Unlock this course with a free trial
Join today to access over 24,000 courses taught by industry experts.
Link persistency
From the course: Building a Resilient Web
Link persistency
- [Instructor] The loose one-way linking of the Web is one of the major reasons the Web has been so successful. It's also a significant contributor to the Web not being resilient. Broken links can make it almost impossible for Web users to find what they're looking for, and there's no feature or service out there to automatically fix them. The good news is the Web platform has tools built in to ensure links don't get broken when resources are moved or deleted or something else happens. It's not a perfect fix for all issues, but it is a toolkit developers can and should use to ensure they don't contribute to the growing problem of broken links on the Web. They are called HTTP redirects. If a Web resource, so a document, an image, a page, a website, or anything else is moved from its known location, anyone trying to visit that old location gets a 404 not found response. This response is so common, it's become part of our culture.…
Contents
-
-
-
-
-
-
(Locked)
Progressive enhancement2m 43s
-
(Locked)
HTML as the baseline3m 23s
-
(Locked)
Accessible, by default3m 30s
-
(Locked)
Progressive CSS4m 24s
-
(Locked)
Progressive JavaScript2m 51s
-
(Locked)
Link persistency5m 23s
-
(Locked)
Service workers add reliability2m 10s
-
(Locked)
Web Components to the rescue2m 42s
-
(Locked)
-
-
-