How to make form element label clickable
It’s good accessibility have a large click area on form elements.
100% height columns & fixed width sidebar: pure CSS solutions to common fluid layout problems
Here’s a selection of pure CSS solutions to some common layout issues. All of these work in IE 8.
Sass mixin to make a button element look like a normal link
If you’ve designed a button that looks like a link, but you still want to be semantic, then this mixin may come handy.
CSS beveled corners, take 2: a Sass Mixin
I refined the beveled corners method I posted about earlier. This includes a bunch os Sass mixins that do all the dirty work for you.
Example .gitignore file for a JavaScript project
Here’s an example .gitignore file for reference, which contains most of the things that need ignoring in a normal JavaScript project.
CSS trapezoid shapes drawn in pure CSS (and triangles)
Here are some trapezoid shapes drawn in pure CSS.
Base64 encoded 1px gifs, black, gray and transparent
Just some data strings for you play with.
If not IE, conditional HTML comment
There’s a conditional command to check if a browser is _not_ IE.
Making trippy shapes with CSS border and animating them to give you epilepsy
Animating CSS border property can result in in pretty spacey looking things. I just played around with it and stuff appeared.
Check if element exists in jQuery
Simple way to check if element exists in jQuery.