This is a very general introduction to MV* Javascript frameworks. This card won't tell you anything new if you...
We've made it easier to link other cards: You can now find a button Cite other card above the...
You can now add code blocks without indentation, by using triple-backticks: ``` Code block goes here. ```
Ever seen this error when using Graticule? Numerical argument out of domain - acos Similarly to the to_sql problem for...
As Justin Carmony points out, Mac OS Lion changed its behavior towards DNS and the usage of /etc/hosts (it quite...
Some helpers for poking around at your Capybara driven browser's cookies in integration tests. Supports Capybara's bundled drivers...
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...
Most of the JavaScript snippets have code that manipulates the DOM. For that reason dom manipulating javascript code should have...
Twitter's Bootstrap CSS blueprint as a jQuery UI theme. Even if you don't want to use Bootstrap as...
I have no idea how it's supposed to work (or why the don't have a print CSS), but...
This note summarizes the ruby exception hierarchy. Exception NoMemoryError ScriptError LoadError NotImplementedError SyntaxError SignalException Interrupt Timeout::Error # < ruby 1.9.2 StandardError...
Firefox, Opera and Internet Explorer will repeat elements with position: fixed on every printed page (see attached example).
Under XFCE keys like tilde are dead by default, which is impractical for programming and terminal work. To get rid...
Firefox 3.6 users will receive update notifications in April offered through the browser’s internal updating service that will update...
Though Internet Explorer 9 supports the box-shadow CSS property there is a nasty bug which sometimes prevents it from...
A pull quote is a typographical technique in which an excerpt or quote from an article is duplicated within the...
When you print out a HTML pages, all raster images (like PNGs) will appear aliased. This is because a printer...
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...
In your Cucumber features you can't really click hidden elements when using Selenium (it does work for a plain...
Add a separator between left-aligned and right-aligned items. In the separator properties, set the style to "Transparent" and...
A list of CSS vendor-prefixes.
Submit buttons in Rails come with a useful option :disable_with which will disable the button when clicked and change...