Articles by

Chris Coyier

Founder, writer, designer, spam-deleter, email personality

What is Code?

Direct Link

An epic piece by Paul Ford. I’ll just pick one fun quote because why not.

There are 11 million professional software developers on earth, according to the research firm IDC. (An additional 7 million are hobbyists.) That’s roughly the population

Importing CSS Breakpoints Into JavaScript

Direct Link

Say you need your JavaScript to do something when a CSS media query breakpoint changes. That’s what matchMedia is for, but that isn’t as supported as media queries are and requires you to maintain those breakpoints is both CSS and …