PDA

View Full Version : The little icon thingie.. How to implement it?




Computer_Phreak
Mar 17, 2003, 08:15 PM
Ok.. How do I add a tiny little icon that several browsers use when you put them in your bookmarks?

See picture:


http://24.88.56.23/untitleddfsdf.bmp



Rower_CPU
Mar 17, 2003, 08:27 PM
They're called "favicons", and you can see a pretty good tutorial here:
http://msdn.microsoft.com/workshop/Author/dhtml/howto/ShortcutIcon.asp

Computer_Phreak
Mar 17, 2003, 08:43 PM
Originally posted by Rower_CPU
They're called "favicons", and you can see a pretty good tutorial here:
http://msdn.microsoft.com/workshop/Author/dhtml/howto/ShortcutIcon.asp

Thanks!!!

scem0
Mar 17, 2003, 09:38 PM
And there is a section of the MR forums specifically for aswering
quesion and other help related topics entitled Mac Help/Questions
and tips. ;)

Mr. Anderson
Mar 17, 2003, 09:51 PM
Actually, in case you're doing it on a mac, you don't need .ico files, you can use .gifs - just make sure they're the right size and link them in you <head> as per the instructions.

D

Rower_CPU
Mar 18, 2003, 01:07 AM
Interesting point, dukestreet. I've never tried using gifs.

GraphicConverter can output .ico files just fine, and that's what I've used on Apache on Mac OS X.

Snowy_River
Jul 14, 2003, 03:12 PM
I used the header link as defined in the MS page...


<HEAD>
<LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
...
</HEAD>


I've got it working in Safari, but it still doesn't explain two things:

First, why isn't it working in IE or Camino?

Second, why is it that so many of the web pages that I've looked at the source for, which have favicons, don't have the above link tag in the header (including MacRumors)? How are they managing to get their favicons?

Anyone have any ideas on these?

Rower_CPU
Jul 14, 2003, 03:17 PM
Hmmm, the version of Camino I'm using supports them just fine. You might try emptying your cache and history. I had to do that to get Safari to see my new one when I updated it.

IE doesn't support them at all, so that explains why you're not seeing it there.

As far as not linking explicitly, most servers will automatically put one in if it's called "favicon.ico" and is in the server's root directory.

jimthorn
Jul 14, 2003, 05:25 PM
Originally posted by Rower_CPU
As far as not linking explicitly, most servers will automatically put one in if it's called "favicon.ico" and is in the server's root directory.

That's interesting. I didn't know that. I'll have to try it...

janey
Jul 17, 2003, 12:42 AM
apple has a safari faq that tells you how to put the favicons in
http://developer.apple.com/internet/safari_faq.html