The idea behind CSS Naked Day is to promote Web Standards. Plain and simple.
This includes proper use of (X)HTML, semantic markup, a good hierarchy structure, and; well, a fun play on words.
I mean, who doesn't want to get naked? —Dustin Diaz, Founder of CSS Naked Day
This CSS Naked Day plugin automatically strips off the following code from your site
without you having to edit your themes:
- X(HT)ML stylesheet directives:
<?xml-stylesheet … ?>
- (X)HTML stylesheet references:
<link rel="stylesheet" … />
or <link rel='stylesheet' … />
- (X)HTML embedded stylesheets:
<style> … </style>
- (X)HTML inline stylesheets:
style="…"
or style='…'
Since version 1.1, you have an option to activate it during the recommended worldwide 48-hour CSS Naked Day period,
or just the local 24-hour period.
For more information about the event, visit:
The Official CSS Naked Day Page.
First Time Installation
- Upload
css-naked-day.php
to the /wp-content/plugins/
directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Select configuration options in the Options » CSS Naked Day page.
- Wait until the 5th of April for the Plugin to strip your site naked.
Step 3 is optional.
Upgrading to the latest bug fix
(versions 1.1/1.1.1 to 1.1.2)
- Upload
css-naked-day.php
to the /wp-content/plugins/
directory replacing the old file.
- Activate the plugin through the 'Plugins' menu in WordPress if you haven't already.
- Wait until the 5th of April for the Plugin to strip your site naked.
Upgrading 1.0.x to 1.1.x
If you already have installed CSS Naked Day plugin with version prior to 1.1, follow the steps below.
- Deactivate the outdated plugin.
- Delete the old plugin file from the
/wp-content/plugins/
directory.
- Upload the new version of the plugin.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Select configuration options in the Options » CSS Naked Day page.
- Wait until the 5th of April for the Plugin to strip your site naked.
Steps 1 and 2 ensures the new plugin has been activated with options. Step 5 is optional.