My Thoughts on CSS Naked Day

By  on  

I've received numerous questions about this over the past two days so I might as well address it. As you probably know, this Wednesday was CSS Naked Day. CSS Naked Day's "official" website says the following about why you should do this:

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>.

While the idea is creative, I wasn't compelled to "expose" my website's <body>. I think the best way to appreciate XHTML, semantic markup, and Web Standards is to just do it. Truth be told, none of my readers want to come to my website and see an unstyled XHTML document. I'm sure advertisers would be thrilled with it too.

It's a really cool idea but it just wasn't practical for my blog.

Recent Features

  • By
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

  • By
    Write Simple, Elegant and Maintainable Media Queries with Sass

    I spent a few months experimenting with different approaches for writing simple, elegant and maintainable media queries with Sass. Each solution had something that I really liked, but I couldn't find one that covered everything I needed to do, so I ventured into creating my...

Incredible Demos

  • By
    PHP / MooTools 1.2 Accordion Helper

    The MooTools Accordion plugin seems to be the plugin that people seem to have the most problems with. It's an awesome plugin, so I can see why so many people want to use it, but I think that may be part of the problem.

  • By
    CSS Vertical Center with Flexbox

    I'm 31 years old and feel like I've been in the web development game for centuries.  We knew forever that layouts in CSS were a nightmare and we all considered flexbox our savior.  Whether it turns out that way remains to be seen but flexbox does easily...

Discussion

  1. I have to agree with you – all it serves to do is alienate and confuse anyone visting your site who is unaware of the idea (which would be roughly everyone).

  2. Every day is CSS Naked Day in a way. Anyone could just turn off styles with the Web Developer extension. Now to work on something similar for humans… ;)

  3. @Eric: Agreed and AGREED!

  4. dvdrtrgn

    Forget about the advertisers for one day. Give your readers more credit. @Phil may be confused by pure content but your average tech reader wouldn’t. @Eric is right we know how to turn off styles, but that just begs the question: Is your content be well formed enough to exist without css?

  5. We `Developers` know how to turn off css but the adverage user wouldn’t know how too/or want too. So I disagree that ‘Anyone’ could do this. ‘Anyone with the knowledge’ could.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!