Website: http://www.codecouch.com/dan/
Posting history
-
Resizing the left-hand labels column in Gmail – a bug fix and extra user script compatibility
-
Gmail ‘backdoor’
-
Resizing the left-hand labels column in Gmail – support for extra columns
-
Resizing the left-hand labels column in Gmail – an update to fix text selection
-
Remote debugging Mobile Safari web apps that have been added to the home screen
-
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!