Saturday, March 17, 2007

Favicon

I spent a good portion of this afternoon trying to be clever. It turns out, I'm not so clever.

Have you ever noticed the little icons in the location line you your browser? It's called a "favicon." The blogger template kind of comes with one, but I decided to try to put my own up there.

After digging around, I found a simple little graphics editor/creator for OS X, and I made this little icon on the right. A little more research revealed that this little icon (a favicon.ico file) is a 16X16 bit file in 4 bit colors. This means that it would not be a matter of simply reducing my original icon, but the colors would never work as well, since they are out of the scope of 16 bit colors.

So I downloaded "graphics converter" and tried to create a little 16X16 version of what you see above. It ended up looking ok, but then I couldn't get blogger to read it and incorporate it. I used code I found from a website, but as you can see, all I get is a "can't fine this file" icon. (At least that's what it looks like in Firefox).

So how does MLB.com do it? They have red white and blue (basic colors), but the resolution seems much greater than 16 bits. What about the Apple favicon? It has smooth rounded edges. I'm starting to think that the whole 16 bit thing isn't really true.

Anyone have any experience with this?

Oh yeah, is "PB" too obvious?