Entries Tagged as ‘Cascading Style Sheets’

January 27, 2009

Murphy's CSS

I could have called this post Murphy’s Dreamweaver, Murphy’s Code, many things.
Last night, I presented on Web Standards and Dreamweaver to the Chicago Creative Coalition. It was both a challenging yet educational experience. I’ve been using Dreamweaver for 8+ years. However, since I’m a coder, I primarily develop web content in code view. The audience [...]

May 20, 2008

Giving the Full Presentational Power to CSS

Remember the days when <font> tags were the standard means of formatting our content? Our pages were polluted and bloated with them. I especially remember the kind of code authoring tools such as FrontPage would create:
<p><font face=”arial”><font size=”10pt”>I especially remember the kind of code authoring tools such as FrontPage would create.</font></font></p>
I then remember when [...]