Monthly Archives: October 2008

jQuery Bug: IE reports incorrect $.browser.version

I’ve witnessed installations of IE where the navigator.userAgent reported both MSIE 6.0 and MSIE 7.0 in the same string, when Internet Explorer 7 is the one that’s really installed. Turns out, this is problematic for jQuery version 1.2.6, as it parses the double version userAgent as Internet Explorer 6, which may cause problems with [...]
Posted in Other | 1 Comment

Dear IE6: Please Cache my Images.

A few months ago, I took on a new role at Union Pacific Railroad as the lead architect for an internal project: a Union Pacific UI Library used in our IT department on all new web-based projects. Based on jQuery, it is similar to a project like jQuery UI, but it has a few [...]
Posted in Other | Tagged | 3 Comments

Relative URLs including the Domain

Just a neat little trick I saw while browsing the source code of Google Calendar. In some of their CSS files, they link to background-images using URLs that include everything but the protocol, which is something I hadn't seen before.
Posted in Web Browsers | Tagged | 1 Comment

ALARMd is a Google Code Project

I received a request this week to participate in development of the internet alarm clock I developed awhile back called ALARMd. It has gone through two major revisions, and my interest in contributing additional source code to the project is waning. I’ve got other projects. So, I’ve decided to publish it to [...]
Posted in Projects | Tagged | Leave a comment