andrew.hedges.name

When is a global variable not a variable? When it is a property of the global object.

axonflux.com

Here is a set of additive color model conversion algorithms that I found published on Wikipedia and have implemented in...

javascriptweblog.wordpress.com

Inspired by a snippet of code in Oliver Steele’s legendary Functional library, here’s a lightweight tool to help...

lesscss.org

Less.js is a JavaScript implementation of LESS that’s run by your web browser. As any JavaScript, you include a...

css-tricks.com

The difference is that return false; takes things a bit further in that it also prevents that event from propagating...

css3pie.com

CSS Level 3 brings with it some incredibly powerful styling features. Rounded corners, soft drop shadows, gradient fills, and so...

robots.thoughtbot.com

We didn’t want to leave front-end developers in the dark when their Javascript throws errors, so we’ve...

github.com

Run your Jasmine specs without a browser

github.com

The Holy Grail of testing for front-end development; execute browser-less, console-based, javascript + DOM code right from within...

github.com

Johnson wraps JavaScript in a loving Ruby embrace. It embeds the Mozilla SpiderMonkey JavaScript runtime as a C extension.

This is more tricky than it should be because url_for, asset_path, etc. all rely on different mechanisms.

Attached (see below) is some code to allow using unobtrusive JavaScript on pages fetched with an AJAX call.