Website: http://www.codecouch.com/dan/
Posting history
-
Resizing the left-hand labels column in Gmail – an update to fix resizing
-
How to enable resizing of the left-hand labels column in Gmail
-
Detecting orientation changes in mobile Safari on iOS, and other supported browsers
-
How to stop Internet Explorer from caching AJAX requests
There are several ways to solve the problem of browsers caching AJAX requests. You can use a 'cache buster' parameter, or you can set the response headers server-side. This article discusses these two options.
-
Replacement for “bind” or “bindAsEventListener” in jQuery
Do you need to use the equivalent of Prototype's "bind" or "bindAsEventListener" in jQuery, passing through "this" context? Read on for more!
-
Spell checking in Firefox
Want to know how to spell check an entire web page in Firefox? Or how to add spell-checking to fields that do not have it by default? Read on for more.
-
Fixing a disappearing caret in Firefox
The disappearing caret issue in Firefox is very annoying. There are many variations of this bug, most with fixes or workarounds. This fix is for the case where input elements on top of a fixed element do not have a caret.
-
Creating a coloured gradient background without images
If you want to dynamically create a gradient background without using images, this code does the job and is flexible for most needs.