Simple Methods For Writing Scalable CSS Right Now

category-css

With CSS there’s always a struggle when attempting to write styles that are maintainable, low in specificity, and efficient. From much reading into BEM, SMACSS, OOCSS, and other methodologies which aim to modularise the way CSS can be written, I’ve begun to develop a style which I have found to be incredibly useful in tackling […]

read further

The Responsive Image Problem

the-responsive-image-problem

Update (a year later!): An interesting article on the responsive image problem and improving performance using a script which enables you to modify the DOM before loading resources! This morning I read a post in the Responsive Image Community Group by Scott Jehl detailing the latest improvements to his tag poly-fill picturefill.js. A New […]

read further