...all this traffic.

2007-09-01 1 min read Personal Admin

…all this traffic.

Originally uploaded by ed_welker

Getting away from all this traffic and signing the lease to my new place today. Woo hoo! Or at least I think woo hoo.

Not going to start moving in yet, because I have a month overlap to do that.

Slightly scared, however, that I am looking forward to going back there so I can re-evaluate the place in my mind… for size and things like that. Shouldn’t I know that beforehand? Oh well.

7pm… and counting.

Oh sweet irony…

2007-08-22 1 min read Baseball Admin

Day after the Orioles make their interim manager permanent, they lose 30-3. First time any team has scored 30 runs since 1897, when Chicago (I assume the Cubs) scored 36. Way to go guys…

IE 6 background flicker problem revisited

2007-08-21 2 min read Ie Microsoft Admin

So I fell into the (now famous to me) Internet Explorer 6 background-image flicker problem. Oh, fun times. There have been a few different solutions presented, ranging from javascript to server settings (or my favorite [sarcasm], to put the background-image on a copy of itself so you don’t see the flicker). The problem is that I was using a pre-SP1 IE, so the javascript solution wouldn’t work, and I did not have access to the server.

After my testing, I’ve found that the statement of the problem isn’t quite correct. Most say that is whenever you put a background-image style on a link. This isn’t quite accurate. The problem I have observed is:

When a background-image style is applied to either a DOM element with an event attached to it, or to any of its children.

This makes it a wider problem than I had originally thought. The one caveat I have found is that an inline event (for example, an ‘onclick’ attribute written in the <element>) will not trigger this effect.

The thing that amazes me about this, and worries me about those trying to apply a duplicate background-image to hide the flicker, is that every mouseover is causing another server hit for that image. It seems incredible that individuals and companies can just turn a blind eye to this. I would be inclined to send Microsoft an invoice…

Postscript: I used Fiddler which was a really big help testing for this. Turns out it is owned by Microsoft. Anyone sensing any guilt there???

Older posts