1. How to make form element label clickable

    It’s good accessibility have a large click area on form elements.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. CSS trapezoid shapes drawn in pure CSS (and triangles)

    Here are some trapezoid shapes drawn in pure CSS.

  7. Base64 encoded 1px gifs, black, gray and transparent

    Just some data strings for you play with.

  8. If not IE, conditional HTML comment

    There’s a conditional command to check if a browser is _not_ IE.

  9. 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.

  10. Check if element exists in jQuery

    Simple way to check if element exists in jQuery.