Dispatches From The Internets






ally.js

A JavaScript library that “provides certain standard functions the ‘web platform’ should’ve provided itself, so JavaScript applications can be made accessible more easily.”



Seriously, Don’t Use Icon Fonts

An excellent overview of why you shouldn’t be using icon fonts and should be using SVG instead. In short: Don’t be Table Guy.


Speeding Things Up with Service Worker, Resource Hints, and More

User experience encompasses more than just the interface. Download speed, render performance, and the cost of accessing a site are often overlooked areas when it comes to the practice of UX, but they all affect how users experience what we build on the Web.


PSA: Don’t Use Gradient Generators!

Did you know most of the CSS gradient generation tools out there are highly inefficient? This post from Ana Tudor fills you in on why and makes some excellent recommendations for slimming down your CSS.