If you would like to use language specific layout (e.g. background-images) in your applications stylesheets you can achieve this...
Forms with many inputs (600+ in my case) become extremely unresponsive on an iPad, up to the point where it...
If you embedded web fonts in the past years (e.g. by copying CSS from a Font Squirrel @font-face kit...
If you want to distribute a 's width equally over its columns, you can use the following CSS property:
If you want to know the exact hits on your website (or whatever logfile you want) for a specific date...
Since version 11.10 Opera provides support for linear gradients using -o-linear-gradient. The syntax is pretty similar to Mozilla...
Good guide to different ways you can write CSS selectors that select elements by their attribute values.
Consider this HTML: Even though the surrounding container defines a line-height, which vertically centers its inline elements, the check...
Detecting if a Javascript is running under Selenium WebDriver is super-painful. It's much easier to detect the current...
The Capybara API is somewhat hard for parse for a list of methods you can call on a Capybara node...
When your Cucumber feature needs to browse the page HTML, and you are not sure how to express your query...
Possible fixes: Upgrade your Firefox. It's fixed in 5.0. Hunt down funny float or overflow directives in your CSS...
When you double-tap a string of text on an iPhone or iPad a complicated context menu for copying and...
Thunderbird 5 brings a custom chrome on Windows Vista/7 that uses translucent Aero decorations on toolbars and menubars. Here is...
You can say: $(element).is(':visible') and $(element).is(':hidden') jQuery considers an element to be visible if it...
XPath matchers can be combined with CSS-selector matchers. This is really useful if not, for example, the content of...
Update: Staticmatic will not be further developed. They suggest to switch to middleman. If you need to make a static...
This card shows you how to center a float horizontally in CSS. Also: find out what techniques are available for...
The trick is this: send a low-resolution version of your image to the screen, and a high-resolution version...
If you want to play music or sounds from a browser, your choice is to use either Flash or the...
You can use CSS attribute selectors in your step definitions like this: Then /^the page should have a meta description...
At times, it might be unavoidable to have different CSS rules for Internet Explorer than for sane browsers. Using Sass...
PhantomJS is a minimalistic headless WebKit. It has fast and native support for various web standards: DOM handling, CSS selector...
I don't like those buttons inside the header area of a message that Thunderbird 3 put there. Though the...