Metadata Markup

Direct Link

Jeremy Keith looks at the competing standards for the metadata that goes in the head which ultimately helps services such as Slack, Twitter and Facebook to create a preview of the content of a website. Unfortunately the lack of consensus …

Avatar of Robin Rendle
Shared by Robin Rendle on

Drag and Drop File Uploading

I work on an RSS reader app called Readerrr (editor’s note: link removed as site seems dead). I wanted to enrich the feed import experience by making allowing for drag and drop file upload alongside the traditional file input. Sometimes …

Avatar of Osvaldas Valutis
Osvaldas Valutis on (Updated on )

40% Sale in the Shop

Direct Link

Have you been trying to find some kind of SALE happening online today, but coming up empty handed? We have some CSS-Tricks T-Shirts and hoodies in the store at 40% off (use coupon code trikzare4kids) now through Monday.

If …

Avatar of Chris Coyier
Shared by Chris Coyier on

Rolling Out Responsive

Direct Link

Redesigning a site with responsive design? The tech stuff can be challenging, but easy compared to the decision-making, process-defining, and organization-wrangling before you even get there. Karen McGrane has a new book on all this stuff called Going Responsive, …

Avatar of Chris Coyier
Shared by Chris Coyier on

font-size-adjust

This property gives developers the ability to set the font-size of an element depending on the size of its lowercase letters, rather than the uppercase letters.

.element {
  font-size: 22px;
  font-size-adjust: .5;
}

In this case the lowercase letters of …

Avatar of Robin Rendle
Robin Rendle on (Updated on )

WPO stats

Direct Link

WPO, as in, “Web Performance Optimizations”, I believe.

Case studies and experiments demonstrating the impact of performance optimization on user experience and business metrics.

Real companies, real performance changes, real impact. Ya know, Little things like:

Staples reduced median homepage

Avatar of Chris Coyier
Shared by Chris Coyier on

Calypso

Direct Link

Pretty bold step for WordPress. Totally new UI. Totally new technologies. No more PHP and MySQL, it’s Node.js, React, Flux, Babel, Webpack… the fanciest of fancy modern tooling. Still completely open source.

Matt Mullenweg:

On one hand it seems …

Avatar of Chris Coyier
Shared by Chris Coyier on

On Keeping Breakpoints DRY

The following is a guest post by Eduardo Bouças. Eduardo is back to follow up on his journey of approaching media queries programatically. He’ll catch you up on how this started, where it’s went, and how that’s going.

Avatar of Eduardo Bouças
Eduardo Bouças on (Updated on )