Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In this chapter I've made plenty of tweaks to the image gallery. The markup is now tidier. I've introduced some basic CSS. Most of all, I've improved the JavaScript. Here are some of the main things I accomplished:
Wherever possible, I've tried to avoid making unwarranted assumptions in my code. I've introduced lots of tests and checks. The JavaScript is more likely to degrade gracefully in unforeseen situations.