Posts Tagged ‘code’

CSS Good Practices

08/28/2009

In any sort of collaborative context, especially when it comes to code and the Web, following a standard is important. As such, in order that my CSS files are descriptive and legible to others as well as to myself, I follow a set of conventions in each new document that I create.
Note that while some [...]

Continue reading...

Notes on Conditional Comments

07/05/2009

Conditional comments are conditional statements inserted into HTML that are interpreted by Internet Explorer (IE); they are most often used to differentiate CSS rules for the various IE versions (IE5 and later). The advantage to using conditional comments is that, as their name implies, they are wrapped in the HTML comment tag (<!– –>) and [...]

Continue reading...