makandra dev
robertwhurst.github.com

KeyboardJS is a library for binding to keys or key combos

Capybara has a global option (Capybara.ignore_hidden_elements) that determines whether Capybara sees or ignores hidden elements.

If you need to debug Analytics tracking, consider using this chrome extension. It will replace the tracking code with a...

addyosmani.github.com

Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing JavaScript...

You are looking for a functionality in RubyMine but don't know or remember its keyboard shortcut or which menu...

momentjs.com

A lightweight javascript date library for parsing, manipulating, and formatting dates.

This is a very general introduction to MV* Javascript frameworks. This card won't tell you anything new if you...

turnjs.com

turn.js is a plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine...

You can use text-overflow to truncate a text using CSS but it does not fit fancy requirements.

When using Rails to truncate strings, you may end up with strings that are still too long for their container...

0xfe.blogspot.com

Chrome now supports desktop notifications using WebKit's webkitNotifications API. This means you can create popup bubbles from Javascript.

Most of the JavaScript snippets have code that manipulates the DOM. For that reason dom manipulating javascript code should have...

makandra dev

This describes all the steps you'll need to get Solr up and running for your project using the Sunspot...

makandra dev
addyosmani.github.com

Twitter's Bootstrap CSS blueprint as a jQuery UI theme. Even if you don't want to use Bootstrap as...

If you are using Mobiscroll for date pickers on touch devices, here is how to localize the Mobiscroll UI into...

jQuery UI's date picker and date time picker doesn't work on touch interfaces. Solution 1: Use Mobiscroll

Although it's tempting flirt with detecting mobile/touch devices with CSS media queries or Javascript feature detection alone, this approach...

Basically, you now need to know if your project uses a "real" time zone or :local, and if config.active_record.time_zone...

In your Cucumber features you can't really click hidden elements when using Selenium (it does work for a plain...

One of the most common production errors are ActionController::MethodNotAllowed errors. They usually happen when someone reloads a form by...

When you use google analytics to track your visitors interactions, you should ensure that it runs on your production site...

When you have a complex recipe setup with multistage deployment you may run into this error: `role_list_from': unknown...

You can group contacts using a mailing list in Thunderbird for easier access and less trouble when trying to find...

In order to prevent the browser from asking whether to remember the password, give a form an autocomplete attribute with...