Links
How it feels to learn JavaScript in 2016
Snagging creds from locked machines
Implementing image sprites in CSS – CSS | MDN
Image sprites are used in numerous web apps where multiple images are used. Rather than include each image as a separate image file, it is much more memory and bandwidth-friendly to send them as a single image, so the number of HTTP requests is reduced.
Icon System with SVG Sprites | CSS-Tricks
I’ve been a big proponent of icon fonts. Lots of sites really need a system for icons, and icon fonts offer a damn fine system. However, I think assuming y