Articles by

Chris Coyier

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

The JavaScript “Ah ha!” Moment

If you feel like you have a decent understanding of JavaScript, what was your "Ah ha!" moment? Or are you still waiting for it?
(Updated on )

ShopTalk Episode 11

Direct Link

This week Dave and I were joined by Jina Bolton. We talked all kinds of shop, touching on SASS usage and the new upcoming website, semantics, learning, workflow, and more. This weeks show brought to you by LessMoney and Hover

Off Canvas

Direct Link

A super hot responsive web design pattern by Jason Weaver. Don’t forget about the ol x-axis while designing for small screens. (via Paul Irish)…

Content Folding

In which we interdigitate content in a responsive layout rather than just "push it to the bottom."
(Updated on )

position

The position property can help you manipulate the location of an element, for example:

.element {
  position: relative;
  top: 20px;
}

Relative to its original position the element above will now be nudged down from the top by 20px. If …

(Updated on )

New Poll: Your Preferred CSS Preprocessor Syntax

All the popular ones are in there as options, as well as an "other" option in case you use something else (please share in comments). Or, vote "never tried," "don't like any of 'em," and "no preference" accordingly.