Browsers and Bugs 05/2015
A monthly roundup of browser bugs, security issues, testing tools, and web development news from February 2015.
A monthly roundup of browser bugs, security issues, testing tools, and web development news from February 2015.
A technique to prioritize loading of CSS background images using a hidden <img> tag to improve perceived page speed.
Explains CSS compositing and blending modes for creating visual effects like those in Photoshop, with examples and technical details.
A CSS technique to restart an animation on hover by triggering a reflow with a second, dummy animation.
Creative ideas to enhance user experience in web forms with playful and personalized details like custom cursors and birthday hints.
Matt Stauffer shares his recent podcast and vlog appearances, discussing topics like SaaS, Laravel, and CSS.
Explains the mobile-first CSS approach, its benefits over desktop-first, and provides practical code examples for responsive web design.
Explores two CSS techniques for reversing element order: using transform rotations and flex-direction: column-reverse.
Author announces updates to the Learning Susy book, addressing common issues with the Susy Sass layout framework installation and usage.
Explores the evolution and future capabilities of CSS media queries, moving beyond screen size to adapt to user environment and device features.
A tutorial on creating off-canvas layouts using the Susy grid system for web development.
Explores a technique for nesting Sass @imports within BEM methodology to generate contextual CSS classes.
Explores creating semantic, self-correcting CSS layouts using pseudo-classes and the Susy framework to reduce reliance on presentational HTML classes.
A guide to making embedded SVG images responsive across browsers using CSS techniques like the Padding Hack and inline media queries.
Explains how gutter positions work in the Susy CSS grid framework and how they affect layout margins and paddings.
A tutorial on using Susy's background grid image for debugging responsive layouts across multiple breakpoints.
A review and summary of Jason Santa Maria's book on web typography, covering fundamentals like headlines, margins, and typographic systems.
CSS Working Group seeks feedback on naming a new grayscale color function, comparing proposals like gray(), white(), black(), and rgb() shortcuts.