The Non-Breaking Space Show
Remember those three fellas from the last ShopTalk Show? Those guys are from the new(ish) podcast The Non-Breaking Space Show...
Category: CSS
Remember those three fellas from the last ShopTalk Show? Those guys are from the new(ish) podcast The Non-Breaking Space Show...
Category: CSS
The following is a guest post by Michael Buchmiller , the Creative Manager at BlueHornet . ...
Category: CSS
The main site sponsor around here, Treehouse, is hiring new teachers for creating new learning videos. It's not a job for just anybody. ...
Category: CSS
I've been using SASS for pretty much everything I do recently. Here's some musings on the journey. From hold-ups, to trip-ups, to turn-offs. ...
Category: CSS
Interesting idea by Felipe G on using a new at-rule, @-vendor-unlock , to tell the browser to use it's experimental implementation of any particular property, rather than using a vendor prefix on that property. Unfortunately at this point, even...
Category: CSS
Dave, Jonathan Longnecker, Nate Croft and I talk shop. Topics include website building apps, where to start designing, when not to design for modern browsers, and more...
Category: CSS
What do you think folks? Is a new language going to come along in the next ten years that deals with layout / style / design and unseat CSS...
Category: CSS
To figure out your grid width percentages for a fluid design, you start with a fixed design and divide the column widths by the container width. Elliot Jay Stocks calls for us to stop the self-torture and use 1000px...
Category: CSS
Back in the day, the CSS Zen Garden was a place to showcase the power of CSS. A single page was redesigned in vastly different ways with no change to the HTML. ...
Category: CSS
There is a certain style of button on the latest YouTube design (most easily found in the footer) where the default state of the button has a very subtle bevel to it, but on :hover and :focus states the...
Category: CSS