Posts Tagged as ‘patterns’

August 17, 2008

CSS design patterns: Helper classes

CSS can be one of the most frustrating technologies in web development. Things like browser inconsistencies/hacks, quirks|standards modes, conditional comments, etc. are things I wish I didn’t have to worry about. To make it even worse, CSS lacks of one of the most fundamental features in any language, variables. Is it possible to write reusable [...]