I'm naked and you should join me!
First of, for anyone who knows me that has probably scared the something right out of them :o) Of course I don't mean I'm naked, my site is. Today is CSS Naked Day '07There are two ways to disable the CSS.Where did my Design go?
The idea behind this event is to promote Web Standards. Plain and simple. This includes proper use of (x)html, semantic markup, a good hierarchy structure, and of course, a good 'ol play on words. It's time to show off your <body>.
- Just comment out the style sheet reference
- Via code. Below is a sample CF function to test for CSS Naked Day
<cffunction name="isNakedDay"> <cfset var startDate = createDateTime(2007,04,05,00,00,00) /> <cfset var endDate = createDateTime(2007,04,05,23,59,59) /> <cfif now() GTE startDate AND now() LTE endDate> <cfreturn true /> <cfelse> <cfreturn false /> </cfif></cffunction>Rahul Narula has kindly pointed in pointed out my comments a more efficient function to check for Naked Day<cffunction name="isNakedDay"><cfreturn day(now()) eq 5 and month(now()) eq 4></cffunction>And I suppose that why a he's computer scientist at web team@Adobe :o)If you go nude don't forget to add your self to the site via the form at the bottom of http://naked.dustindiaz.com/