When working with HTML5 today, many of you know that you’ll need to include the “HTML5 shiv” to ensure that CSS will recognize and be able to style those elements in browsers that aren’t yet hip to HTML5. <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> Credit for that to Remy Sharp, Jon Neal, John Resig and anybody [...] Full story...
Mat Marquis keeping us up to date on the responsive images hot drama. Good reminder at the end about not picking sides.
With ol' Mean Gene Crawford! We talk about crazy clients, responsive images, health, and all kinds of other shoptalk.
There are a bunch of techniques going around for dealing with responsive images lately. That is, solutions to help us serve the right image for the occasion (e.
I recently heard Chris Eppstein give a talk (slides) about creating better stylesheets and using SASS to do it.
Another RAPIDFIRE show where Dave and I answer as many lister questions as we possibly can.
Direct Link to Article — Permalink…
ShopTalk Show #17 is a post from CSS-Tricks
Most address fields on web forms ask for city, state, and zip code (or city and post code, outside of the US).
CSS3 has some new values for sizing things relative to the current viewport size: vw, vh, and vmin.
Dave and I were joined by Ian Stewart, a Theme Wrangler at Automattic for WordPress.com (he's probably thinking about WordPress themes right this very minute).
Jeremy Keith has a great article on his journey to allowing JavaScript to load in content based on the currently active media query.
I've you've ever used CSS transitions on structural elements on your page, you may have noticed a case where you see that transition happen when the page loads and is laying itself out.