css
The myth of the myth of content and presentation separation
Written on August 13th, 2007 by .
There has been a lot of buzz recently about "CSS Frameworks." What's that you say? What is a "CSS Framework"? It's a fancy word for a base style sheet. But you see, the thing is that by calling something a "Framework," you can immediately pique the interest of any wannabe web developer.
Nesting Elements with Opacity
Written on June 19th, 2007 by .
A few months ago, there was a thread at a forum I moderate about using multiple opacity declarations for elements and their children.
Printing Color-Coded Calendars (Proof of Concept)
Written on March 8th, 2007 by .
As I mentioned in my previous post, lots of my development time seems to be spent creating calendar related functionality.
Semantic HTML and Calendars
Written on February 28th, 2007 by .
I'm currently working for a fairly large "travel" company. It seems like most of the projects I've worked on since starting there have required some sort of calendar functionality to display ticket price, hotel availability, etc. I'm a strong proponent for using semantic markup (as I hope all of our web developers are) and have been wondering - how do you semantically represent a calendar using HTML and CSS?