When you add a linear gradient to an element, IE9 removes all border-radius and inset box-shadows. This is...

makandra dev
blueimp.github.com

File upload with nice UI, progress bar and preview, allowing multiple files and supports drag & drop. Its default is built...

When you want to test how an web-application reacts in a specific resolution, you can set up a specific...

developer.mozilla.org

The DOM window object provides access to the browser's history through the history object. It exposes useful methods and...

The closest is probably Nimbus Sans L, which is released under the GPL, AFPL, LPPL licenses. However, I couldn't...

Note that you are not allowed to embed any font in a website. You need to check the license first...

makandra dev
developer.mozilla.org

Basic box shadow support is available in all browsers today, but you need to check to which extend they are...

All our projects have enum-like requirements like this: An attribute value must be included in a given set of...

Controller responses often include Javascript code that contains values from Ruby variables. E.g. you want to call a Javascript function...

By default, Google Analytics tracks the current URL for every request. Sometimes you will want to track another URL instead...

So you probably see the following error trace within your Passenger log file if you got here:

You can change which branches will be pushed when saying git push. Our recommendation is to set it to current...

You can define what will be printed by checking View -> Preview Page Breaks and then moving around the blue borders...

validates_acceptance_of :terms only works if terms is set to a value. The validation is skipped silently when terms...

When you create a new branch and push it to origin, you won't be tracking it. This means a...

You won't usually have to do this. It's OK to route all formats to a controller, and let...

The following two hints are taken from Github's Ruby style guide: If your regular expression mentions a lot of...

teddevito.com

This is a demo of the "Tabby" Javascript jQuery plugin to use tabs in regular textareas to make them suitable...

stackoverflow.com

Usually you don't need to, but when you want to see which queries your MySQL server currently needs to...

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

When you regularly make use of Cucumber's "show me the page" step (or let pages pop up as errors...

icelab.com.au

We love Markdown. We use it wherever we can for text formatting. In a web app, the obvious place for...

github.com

Pour color on your Rails console with awesome_print. Turn confusing long strings into formatted output. Have objects and classes...

This only applies to RSpec below version 1.3.2. The issue has been fixed in RSpec 1.3.2, and most likely RSpec...