Get a CSS Killswitch Effect With Only One Line of Code

I recently came across a site on Twitter called CSS Killswitch. What is it exactly? According to their site: “CSS Killswitch lets you non-destructively black out a difficult client’s website with the click of a button.”

The Code

If you try out their “two second demo” you’ll see all it basically does it make your page go completely blank. You can accomplish pretty much the same thing by placing the following bit of CSS code in your stylesheet.

* { display: none; }

If you notice anything still visible, you probably have some !important things you need to take care of as well.

Read More

15

Jun

2011

All Orange – Free PSD Template

Finally, I’m releasing the losing theme from theme battle #3. In case you forgot, the winning theme was the free Tasty Showcase theme which has now been coded for WordPress.

All Orange is a simple and clean, two column blog designed by Anto. Click the image below for a bigger preview.

All Orange

Download

Keep in mind this is an uncoded PSD and not a functional WordPress theme. It’s provided as-is with no support.

Do whatever you want with it, practice your coding skills, use it on a site, whatever. As per my rules for theme battles, I won’t be coding it. Ever.

Read More

15

Jun

2011

WPShift Contest Winners Announced

WPShift LogoSo for the past week I’ve been running a contest to win a free theme from WPShift in which there were two licenses up for grabs.

Only 12 people entered the contest so each person had about a 17% chance of winning, which is pretty good. And the winners are…

The Process (Video)

Some of you probably already saw this on my Twitter account, but I went over the process and selected the winners in the following Screenr video.

Read More

15

Jun

2011