Just wanted to make sure that this was documented. Here's what I think the most important lesson is:
If you are creating a page using HTML5 and you think there is some reasonable chance that someone may embed this page on another via iframe, you should use the HTML5 shim on it for all version of IE.
<!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->Here's the scoop. Let's say you are using HTML5 to be building your pages as you should be.…
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.