makandra dev
code.google.com

Javascript that implements client-side hyphenation of HTML-Documents.

getfirebug.com

You know Firebug as a Firefox extension but there is also a "Lite" version which runs purely off JavaScript.

github.com

jQuery plugin to register callback functions to keyboard shortkuts. Keyboard events in vanilla Javascripts are super-painful to work with...

alfajango.com

The difference between .bind(), .live(), and .delegate() is not always apparent. Having a clear understanding of all the differences, though...

This is for those who already own an SSL certificate (e.g. using it in the Apache HTTP Server) and need...

cssdiscussion.com

If you want your application to display properly on iPad, iPhone or Android there are two things to do:

You can use these step definitions: Then /^I should not see an error$/ do (200 .. 399).should include(page.status_code...

prototypejs.org

jQuery's selector engine, live()-like event handlers, pixel-perfect layout measuring.

robots.thoughtbot.com

Selenium has been the siren song that continually calls out to us. Unfortunately, in practice we’ve been unable to...

github.com

Added utility methods for the Prototype Javascript framework.

This is non-trivial because you need to fake event objects and require different code for different browsers. Luckily, there...

For clarity and traceability, your commit messages should include the ID and title of the Pivotal Tracker story you're...

makandra dev
javascriptcompressor.com

Compresses JavaScript.

alfajango.com

Thanks to habits engrained by Rails 2’s link_to_remote and remote_form_for, we expect that Rails 3...

blog.jcoglan.com

Terminus is a Capybara driver where most of the driver functions are implemented in client-side JavaScript. It lets you...

trentrichardson.com

The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker (jQueryUI) is required for using any of...

If you have several submit elements (inputs or buttons with type="submit") that each cause different things to happen (e.g...

thirdroute.com

Captify is a plugin for jQuery written by Brian Reavis (@brianreavis) to display simple, pretty image captions that appear on...

wmd-editor.com

WMD is a simple, lightweight HTML editor for blog comments, forum posts, and basic content management. You can add WMD...

When you need to add a event listener to hundreds of elements, this might slow down the browser. An alternative...

When deploying Rails applications you might have noticed that JS and CSS are not cached by all browsers.

vadikom.com

With this plugin, you can create a scalable tooltip by just using a single background image for the tooltip body...

nickstakenburg.com

Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework. Please note: "Permission to...

When working with times and dates in Rails applications, you need to deal with the following problem: In Rails, Time...