David (dblume) wrote,
David
dblume

Microsoft Hacks: I love them and hate them

favicon.ico and XMLHttpRequest both rock.  They're these private little ditties that somebody made at Microsoft because it made their app more usable.

But they help everybody else, too (to put it mildly).  So we all adapted their use.

I changed the design of my private blog a few days ago, so today I changed my favicon.ico accordingly.  After changing the icon to a .gif file (with the supporting link tag), then reverting it to .ico (256 color), then to a smaller .ico (16 color) I still could never get IE to display the new favicon.  Oh, and here's today's changes in header.php (the same line, slightly tweaked, over and over and over):

+    <link rel="icon" type="image/gif" href="favicon.gif">

-    <link rel="icon" type="image/gif" href="favicon.gif">
+    <link rel="icon" type="image/ico" href="favicon.ico">

-    <link rel="icon" type="image/ico" href="favicon.ico">
+    <link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" type="image/x-icon" />

With every change I made, FireFox did exactly what I expected.  IE never did.  Still hasn't.  I give up.  Oh, my fingers hurt from Ctrl+F5.
Tags: programming, web
Subscribe

  • Wonderful Early Father's Day

    We've got some neighborhood commitments on Father's Day, so my family decided to celebrate an early Father's Day today, just for me. My one…

  • More JPop OP/EDs (Bonnie Pink, Sowelu, Amuro, etc.)

    I must be in a wistful mood. Some of the songs making it into my frequently played lists are various openings and endings to dorama and anime. I've…

  • Black Lagoon's Anime OP

    As a matter of rule, I don't watch the opening or closing credits for anime on DVD. I'll watch them once to see how they look, but unless their…

  • Post a new comment

    Error

    Comments allowed for friends only

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 2 comments