Archive for the ‘CSS’ Category

ShopTalk Episode 15

ShopTalk Episode 15

Dave and I were joined by Happy Cog front enders Jenn Lukas and Allison Wagner and we talk about coding styles, memorization, and the classic "what should we learn next?" Direct Link to Article — Permalink ShopTalk Episode 15...

#

Author:

Category: CSS

Tags: , , , ,

Fighting the Space Between Inline Block Elements

Fighting the Space Between Inline Block Elements

I've seen this come up a couple of times lately on Twitter and then an interesting Dabblet so I figured it would be an important thing to document. Here's the deal: a series of inline-block elements formatted like you...

#

Author:

Category: CSS

Tags: , , ,

Triangle With Shadow

Triangle With Shadow

You probably already know you can make triangles with CSS . But what if you want to put a shadow behind it? ...

#

Author:

Category: CSS

Tags: , ,

Saving the Day with Scoped CSS

Saving the Day with Scoped CSS

Today's post is by Arley McBlain ( @ArleyM ), a front end developer in Burlington Ontario at Thrillworks . Over the last couple years HTML5 and CSS3 have rocked our worlds and the way we approach common website issues....

#

Author:

Category: CSS

Tags: , , , ,

Refactoring >14,000 lines of CSS

Refactoring >14,000 lines of CSS

Eugene Fedorenko talks about how Beanstalk refactored the whole app to use SASS. I'm sure a lot of folks are in this situation right now. You want to use SASS, but you have a big app and it's a...

#

Author:

Category: CSS

Tags: , , ,

Fred Boyle’s Code Challenge

Fred Boyle’s Code Challenge

Between now and the end of May 2012, code a small project using a language or environment that's new to you or that you've only casually messed around with. Direct Link to Article — Permalink Fred Boyle’s Code Challenge...

#

Author:

Category: CSS

Tags: , , ,

Automatic responsive images in WordPress

Automatic responsive images in WordPress

The main trouble with the existing fancy methods for serving images responsively is manually generating the images and syntax needed to utilize it. Keir Whitaker show us how to use WordPress to handle all that hard stuff for us....

#

Author:

Category: CSS

Tags: , , ,

The CSS3 Experience

The CSS3 Experience

Soak in a little An Event Apart without leaving your house. Dan Cederholm (you know, the other banjo playing CSS guy) with an hour talk on responsible and enhancement-based CSS3 use. ...

#

Author:

Category: CSS

Tags: , , ,

ShopTalk Episode 14

ShopTalk Episode 14

Another RAPIDFIRE episode this week loaded with all Q&A. If you like the guest episodes, don't worry, we have plenty coming up. Direct Link to Article — Permalink ShopTalk Episode 14 is a post from CSS-Tricks ...

#

Author:

Category: CSS

Tags: , , ,

On :target

On :target

The :target pseudo selector in CSS matches when the hash in the URL and the id of an element are the same. ...

#

Author:

Category: CSS

Tags: , ,