February 2012
3 posts
Feb 11th
4 tags
CoffeeScript →
CoffeeScript is javascript, but better. It allows you to program object-oriented in javascript. Compiling to standard javascript means that there’s no overhead what so ever! You may have to get used to it in the beginning, but it’ll only take a day at max.  Oh, and it works perfectly fine in combination with jQuery :)
Feb 8th
4 tags
Less CSS →
@nice-blue: #5B83AD; @light-blue: @nice-blue + #111; #header { color: @light-blue; } LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.
Feb 3rd