Posts: 256
Location: Auckland, New Zealand
|
Hey moldarin,
You should include an favicon.ico in your webroot directory, since the main reason is every browser is hardcoded to request favicon.ico so if it does not exist, the request saying it does not exist being sent back takes longer, than getting a request that says it does. Probably only marginal performance, but if you view your web logs, you'll get a lot of 404 requests for this file missing.
It shouldn't be too much of a hassle to just have it, doesn't take up much space. There's a tool you can download called png2ico for windows/linux that can convert your png to ico file. It's a commandline tool however, but it's quite successful with writing the correct format of .ico file than other programs.
Cheers,
MC
P.S. If the favicon doesn't show in IE, hold shift and drag the IE icon and drop it back into the address bar, it should reload with the favicon. However it does not stay if you browse within the site etc, but at least you can be assure that it would have worked if IE didn't make a mess of it.
__________________
#------------------------------ signature---------------------------------------------------------------------------------#
Quote:
|
I am well recognised for what I don't do than what I do. Chores are just one of those things.
|
Last edited by mastercomputers; 08-13-2006 at 06:19 AM..
|