developer.mozilla.org

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...

makandra dev

Git has a built-in repository viewer for your web browser. a bit similar (but less awesome) than github.

rails-erd.rubyforge.org

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...

gozer.ectoplasm.org

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...

Capybara will match elements outside of a page's tag. For example, the step definitions below match nodes in a...

github.com

Looks simpler than inaction_mailer: gem install mailcatcher mailcatcher Setup Rails to send mails to 127.0.0.1:1025. Usually you want...

When adding a new field to your model's database table, don't set any defaults in the database.

web.archive.org

Single step and slow motion for Cucumber scenarios can come in handy, especially in @javascript scenarios. # features/support/examiners.rb AfterStep('@slow_motion...

dev.opera.com

Since version 11.10 Opera provides support for linear gradients using -o-linear-gradient. The syntax is pretty similar to Mozilla...