Social sharing buttons are ineffective

Written on

Back in 2012, I wrote an article called Down with the "Share" Widget. In it, I talked about why plastering social sharing buttons all over your website is completely ineffective. This morning, Smashing Magazine all but confirmed my theory.

How to use currentColor in your stylesheet

Written on

I've had my head buried so deep in code that I hadn't even noticed this existed. It's a simple way to reference the current text color when writing CSS. Works in modern browsers, including IE9+.

I switched from tabs to spaces and haven't looked back

Written on

Last week I started using spaces to indent code instead of tabs. It's something I swore I would never do, but I'm glad I finally did.

CSS shapes are here

Written on

Here's something exciting from the CSS world: shapes!

CSS reset with box-sizing fix

Written on

For ultra lightweight projects where a framework is overkill, I tend to use Eric Meyers' CSS reset. And since I'm not a glutton for punishment, I also throw in the tried and tested box-sizing fix popularized by Paul Irish. Instead of searching for and combining these snippets every time I need them, here's a paste-ready version for convenience.

What can you do with a single <div>?

Written on

If I told you to make something using only CSS and a single <div>, would you be able to create something incredible?

Stop trying to build the next unicorn

Written on

So, you're building the next big thing? You say you're going to make millions and have a fancy office building out in the valley? That's cool. By the same odds we'll both be rich, because I'm holding tonight's winning lotto ticket.

BrowserStack: stop using virtual machines for browser testing

Written on

Sick of booting up an entire virtual machine (VM) just to test something in IE? With BrowserStack, you don't need VMware or VirtualBox. Just enter a URL and instantly test on just about any browser you can think of.

I'm taking "startup" back

Written on

The word "startup" has taken on a very unfortunate meaning over the years. I used to think of my own business as a startup, but as its definition evolved, I quickly realized I didn't fit that description at all.

Hide the mouse cursor with CSS

Written on

I know you can change the mouse cursor using CSS, but I never realized that you can actually hide it altogether.