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...
List of non-standard CSS attributes that change how the browser resamples scaled images. Only use them if you know...
For university I have to stay up-to-date with lecture documents. Since my university doesn't offer RSS feeds...
To reduce download time, application servers usually serve content using gzip compression, if the browser supports it.
If you turn on stylesheet caching, it might happen that stylesheets from different locations with different relative pathes will be...
Git has a built-in repository viewer for your web browser. a bit similar (but less awesome) than github.
Gem to generate entity relationship diagrams from your Rails 3 ActiveRecord models. The diagram style is pretty and configurable.
If you would like to use language specific layout (e.g. background-images) in your applications stylesheets you can achieve this...
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...
Forms with many inputs (600+ in my case) become extremely unresponsive on an iPad, up to the point where it...
If you get an error like this: Unable to launch /home/bruce/Projects/myproject/tmp/capybara/capybara-201110311210111407691101.html ... update your launchy gem. It failed for us in...
If you embedded web fonts in the past years (e.g. by copying CSS from a Font Squirrel @font-face kit...
Clearance is a gem that provides authentication functionality (e.g. login, logout). This note explains, how the clearance login, logout and...
Web fonts are awesome. After being restricted to Arial for two decades there is finally a cross-browser way to...
If you want to distribute a 's width equally over its columns, you can use the following CSS property:
Clearfix is a hack to clear floating elements without additional HTML markup. If you only need to support IE8 and...
When used to do: $> cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R...
If you want to know the exact hits on your website (or whatever logfile you want) for a specific date...
When your Cucumber feature seems to forget cookies / sessions when you run it with Selenium check if the test travels...