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...
Pie sometimes does not properly redraw elements upon changes. This often happens when the change comes from somewhere further up...
When working with large Sass files you will notice that the first request after a change to a Sass file...
When you style multiple adjacent block elements with float: left, they will be rendered next to each other similar to...
When calling a Sass mixins, you usually don't need to quote arguments: +tint_article(#f21) However, when a CSS...
If you have content inside a page that is hidden by CSS, the following will work with Selenium, but not...
If you want your application to display properly on iPad, iPhone or Android there are two things to do:
The following Sass will do the trick: button, input[type="reset"], input[type="button"], input[type="submit"], input[type="file...
I was recently confronted with the task of creating a two-column liquid layout with a header and footer in...
Styling button tags across all major browsers is not easy. Many times you should be fine by using the native...
This collection of Sass mixins enables cross-browser styling (including IE with CSS3PIE) with less lines of code.