A good[ish] website
Web development blog, loads of UI and JavaScript topics
Here’s a selection of pure CSS solution to some common layout issues. All of these work in IE 8. When flexbox is supported more widely, it…
If you’ve designed a button that looks like a link, but you still want to be semantic, then this mixin may come handy. It looks like this…
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…
Here’s an example .gitignore file for reference, which contains most of the things that need ignoring in a normal JavaScript project. The…
Here’s some trapezoids shapes drawn in pure CSS. They’re very similar to CSS triangles, they’re basically elongated triangles... with more…
These can be stretched as large as you need. Black Gray Transparent
There’s a conditional command to check if a browser is not IE. You can use magic HTML comment to do that:
Animating CSS border property can result in in pretty spacey looking things. I just played around with it and stuff appeared. The basics The…
Simple way to check if element exists in jQuery. The $('#module2') is always truthy, because an empty array is truthy Boolean([]) . So…
The built-in Compass mixin is bit janky, here’s better. Use it like this: $style-name being the name of the font e.g. Helvetica $file…