Are CSS frameworks evil?

CSS frameworks have a tendency to be dismissed by many CSS authors; code bloat and non-semantic class names are usually at the top of the list of reasons why. Even without ever using one, I shared the same opinion, but that might have changed after trying a few of them out while doing some research…… Continue reading Are CSS frameworks evil?

Published
Categorized as CSS, HTML, Tools

My thoughts on LESS

I’ve started using LESS a few months ago on a few projects. LESS allows you to extend the way you write CSS, letting you use variables, nested selectors, operations and mixins. It sounds great — and it is great — but there are a few things that can make it work against you. These are…… Continue reading My thoughts on LESS

Published
Categorized as CSS, Tools

How to use Modernizr

There is a tool that came to make our lives as progressive web designers a bit easier: Modernizr. In this short tutorial, learn how to apply this handy script to maximum effect on your sites. An overview Although CSS3’s use has been increasing among web designers, browser support for some of its features is still…… Continue reading How to use Modernizr

Published
Categorized as CSS, HTML, Tools