Most of the JavaScript snippets have code that manipulates the DOM. For that reason dom manipulating javascript code should have...

html5please.us

Look up HTML5 features, know if they are ready for use, and if so find out you should use them...

makandra dev
addyosmani.github.com

Twitter's Bootstrap CSS blueprint as a jQuery UI theme. Even if you don't want to use Bootstrap as...

makandra dev

I have no idea how it's supposed to work (or why the don't have a print CSS), but...

Firefox, Opera and Internet Explorer will repeat elements with position: fixed on every printed page (see attached example).

stackoverflow.com

Though Internet Explorer 9 supports the box-shadow CSS property there is a nasty bug which sometimes prevents it from...

miekd.com

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

makandra dev
peter.sh

A list of CSS vendor-prefixes.

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

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

makandra dev

When you use one line Ruby comments in ERB templates you should never do this (notice the whitespace in front...

makandra dev

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

hacks.mozilla.org

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