Category Archives: JavaScript

_.js

0
Filed under JavaScript, Software

Underscore.js is self described as “a utility-belt library for Javascript that provides a lot of the functional programming that you would expect in Prototype.js, but without extending any of the built-in Javascript objects.” The usefulness of this little library becomes apparent after reading though the documentation. I’ve already integrated it into a couple of projects where I needed a robust, yet lightweight core.

Interaction prototyping with IxEdit

0
Filed under JavaScript, jQuery

IxEdit is a superb tool for on-the-fly prototyping of interactive functionality with jQuery.  It is embedded directly in the html you are working with, is lightweight, and actually produces readable/usable code. If you do anything with jQuery, you’ll want to give IxEdit a look.