Rapidash gives you a standard core for building a client for your RESTful API. It's easy to install, and there are screencasts that can show you how to ...
Intro.js makes it easy to create step-by-step user guides or new feature intros for your websites and projects. It's fast and small, just a 4KB JavaScript file and ...
Macs are pretty sweet machines, aren't they? Everything about a Mac is just slick, simple and fun. Same goes for any Mac apps you may have, and we're ...
Preboot's original variables and mixins became the precursor to Bootstrap, but since then it has been further developed to become a comprehensive and flexible collection of LESS utilities. ...
Tern locates information it's asked for within JavaScript. When combined with an editor plugin, it makes it easier to program JavaScript by doing things like giving you output ...
Grunt is a JavaScript task runner that automates repetitive tasks for you, meaning you have less manual work to deal with. Things like minification, compilation, unit testing, linting, ...
Need to build a large-scale web app? Thorax is an opinionated Backbone and Handlebars framework for doing just that. It's battle-tested by organizations like Walmart, ASDA, and Metalab, ...
jQuery lockfixed lets you stick elements within the viewport when a user scrolls. Position:fixed is toggled on only after scrolling the viewport, replicating the proposed future CSS position:sticky. ...
Rendering HTML into canvas is severely limited for security reasons. rasterizeHTML.js circumvents these limitations by loading external images, fonts, and stylesheets and storing them inline via data: URIs ...