A reminder to let content, not device widths, determine breakpoints in responsive designs.
This Is ResponsiveA reminder to let content, not device widths, determine breakpoints in responsive designs.
In Windows 8, there are two “modes” of use: Metro mode and classic mode. Metro mode sports the spiffy new UI while classic is the same old boring Windows of yore. When you run Internet Explorer 10 in Metro mode (the default) there’s a cool new feature that lets you “snap” a window to the side so you can use two simultaneously. This window, of course, is made to be far more narrow.
Tim Kadlec beautifully explains how to get responsive layouts looking good in Windows 8’s Snap Mode.
Stephen Hay (@stephenhay) discusses nesting media queries within each other.
Great thoughts about CSS media types and media queries
Chris Coyier lays out some resolution-specific media queries.
Simurai looks at a technique of separating small and large screen styles to avoid having to override rules for larger screens.
Jason Grisby on setting image breakpoints independently to layout breakpoints.
Some nice tips and techniques on creating resolution-independent web experiences.
An excellent excerpt from Tim Kadlec’s book Implementing Responsive Design, which describes why it’s important to let content, not device widths, determine breakpoints.
A nice little technique to help with debugging your CSS and determining which media queries have fired.
A good read about how to go about setting breakpoints in responsive designs. It includes the important considerations such as letting the content, not device widths to determine breakpoints and to use relative units instead of pixels to set breakpoints.
A great look at what you can do with Sass 3.2 and media queries.
Mike Soloman (@solomania) came up with a super creative use for media queries. Of course a media-query-only flipbook isn’t the most practical thing in the world, but the outside-the-box thinking is totally awesome.