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...
Basically, you now need to know if your project uses a "real" time zone or :local, and if config.active_record.time_zone...
In your Cucumber features you can't really click hidden elements when using Selenium (it does work for a plain...
The unix command line tool less is a good choice for browsing logfiles. In the standard configuration, though, it does...
A list of CSS vendor-prefixes.
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...
When you use google analytics to track your visitors interactions, you should ensure that it runs on your production site...
If you turn on stylesheet caching, it might happen that stylesheets from different locations with different relative pathes will be...
When you use one line Ruby comments in ERB templates you should never do this (notice the whitespace in front...
Git has a built-in repository viewer for your web browser. a bit similar (but less awesome) than github.
Since Firefox 8 it is possible to define custom context menus (right clicking) with HTML markup.
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...
There are several options, but most of them are impractical. The best way is to use the :ruby filter:
If you embedded web fonts in the past years (e.g. by copying CSS from a Font Squirrel @font-face kit...
By default, Rails views escape HTML in any strings you insert. If you want to insert HTML verbatim, you need...
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...