Thank You (2011 Edition)

Thank You (2011 Edition)

Hey folks! It's that time of year again where I write a post to say thanks to every person visiting this site. ...

#

Author:

Category: Wordpress

Custom Events are Pretty Cool

Custom Events are Pretty Cool

Let's say you are working on a web application in jQuery and you are tasked with writing an accordion suited to the needs of your web app. You decide to make it into a plugin. That way anywhere...

#

Author:

Category: Wordpress

Stuff you can do with the “Checkbox Hack”

Stuff you can do with the “Checkbox Hack”

The "Checkbox Hack" is where you use a connected label and checkbox input and usually some other element you are trying to control, like this: <label for="toggle-1">Do Something</label> <input type="checkbox" id="toggle-1"> <div>Control me</div> Then with CSS, you hide...

#

Author:

Category: Wordpress

Adobe-like Arrow Headers

Adobe-like Arrow Headers

Adobe has some pretty cool header bars for modules on their site: The header bar is divided into left and right sections. The left being an explanatory title and the right being a related link. But let's get...

#

Author:

Category: Wordpress

Multiple Attribute Values

Multiple Attribute Values

Elements can have multiple class names. ...

#

Author:

Category: Wordpress

Dabblet

Dabblet

The best part about Lea Verou's new in-browser HTML/CSS demo tool? It saves your demos to your GitHub account as gists. ...

#

Author:

Category: Wordpress

Open a Window with Full Size Unscaled Image

Open a Window with Full Size Unscaled Image

For the gallery section of this site, I wanted people to have the ability to see the screenshot at it's original size. ...

#

Author:

Category: Wordpress

This Site’s Domain is Now Safe

This Site’s Domain is Now Safe

css-tricks.com is now back under my ownership. Yay! Quick review of what happened A criminal stole the ownership of css-tricks.com. They transferred it from GoDaddy to PlanetDomain...

#

Author:

Category: Wordpress

Poll Results: Ideal Page Size

Poll Results: Ideal Page Size

Over 14,000 people responded to this poll in which I asked "What do you think is reasonable page size to try and stay under for a modern web design?" Here's my simple attempt to make the results visual:...

#

Author:

Category: Wordpress

HTML Forms in HTML Emails

HTML Forms in HTML Emails

You know how you can send HTML email? You know how things like text areas and radio buttons are HTML elements...

#

Author:

Category: Wordpress