Archive for the ‘Tutorials’ Category
-
Colour theory with LESS
Unless you’v been living under a rock for the past few months, you will be aware of CSS pre-processors such as SASS and LESS. LESS is of course, my preference here and I would like to share how you can use it to create colour palettes for your design work.
-
Spice up your FAQ page with jQuery
FAQ pages are fairly common place on websites these days, and quite rightly so, and there are some show/hide and accordion effects that are commonly used to display them. The thing is, I see many sites that use jQuery plug-ins to achieve this, even though the necessary code is relatively lightweight and simple. In short, a plug-in is overkill.