Articles - Page 2

CSS February 2007

CSS Organization Part 1

With nearly ubiquitous standards support among modern browsers, we’re turning to CSS to handle presentational heavy lifting more than ever. The more we rely upon CSS, the larger and more complex CSS...

Read more →
CSS February 2007

CSS Organization Part 2

Do you write and manage large CSS files? Ever get tired of scrolling up and down in search of a specific rule or set of rules? The CSS files are often quite long, requiring constant scrolling up and d...

Read more →
CSS August 2006

Firebug Extension

Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

Read more →
CSS July 2006

Modular CSS

This isn’t a new idea but looking at people’s code it doesn’t seem to be a particularly widely used practice: modular CSS. That’s a poncy name for the very simple idea of group...

Read more →
CSS December 2007

What is CSS Framework?

A CSS framework is a simple template that may contain several CSS and HTML files which you can use as a starting point for your websites. Every web developer knows, that at some point you have to defi...

Read more →