PDA

View Full Version : creating a favicon


rhs
07-05-2003, 04:32 PM
hi everyone,

I had done it quite sometime back, and it was from a website I donot remember now. One had to create it online and the file was later sent in your email account.

Its basically a 16x16px or 24x24px image with a file extn .ico

Does anyone know of any graphics/image editing program capable of doing that?

If its' free , even better

Regards



RHS

ionsurge
07-05-2003, 04:41 PM
You may have used www.favicon.com to create your icon.

www.icon-creator.net has a nifty app that you could use to create an icon.

soccerdvy
07-06-2003, 04:47 AM
Windows Paint can do it, just save it as type "All Files" with the extension filename.ico

rhs
07-06-2003, 05:32 AM
thanks pals,

I am looking for a free utility/program, and I use a MAC,

anybody?


Regards

MotherNatrsSon
07-06-2003, 05:42 PM
What OS are you using? I did a google and came up with a couple for OS X.

I searched fro "Mac Icon maker free"

MNS

rhs
07-06-2003, 06:12 PM
Hi again,

Sorry i forgot to mention the OS, yes its OSX (which comes with classic too OS 9.2)
I too am trying the search.

thanks for your help


RHS

Len Whistler
07-07-2003, 01:39 AM
Is a favicon even supported by the browsers?

I know IE 5 did, but I don't think IE 5.5 or above supports the favicon. I have one for my site at www.stubby.ca and it doesn't show up.

Leonard Whistler
www.stubby.ca

ionsurge
07-07-2003, 11:58 AM
I don't see any code for a favicon on that page... :confused:

<link rel="icon" href="path/favicon.ico" type="image/bmp" />

That is the code to have a favicon...

MotherNatrsSon
07-07-2003, 04:16 PM
I see a little black "S" with a brown background for a favicon in Netscape 7 on a MAC even though the code is not there...:confused:

MNS

whackaxe
07-07-2003, 04:46 PM
i think you can do that with the apaceh htacces file as well no?

bradyj
07-07-2003, 04:56 PM
Iconographer is a shareware favicon maker for Mac OS 9.2.2-- don't know the website anymore, but here are some links:

http://mscape.com/favicontutorial/index.html
http://hotwired.lycos.com/webmonkey/01/18/index1a_page6.html?tw=design

Len Whistler
07-07-2003, 06:06 PM
Thanks ionsurge and MotherNatrsSon. I will update the code on my site so that the favicon shows up.

Also I believe that with IE 5 that all you had to do was put the favicon.ico file in the same directory as the index page and it would show up without any code in the index page.

rhs
07-07-2003, 08:04 PM
Hi everybody,

thanks for your responses.

bradyj, thanks for the links I have downloaded the two versions, will tryout and let all of you know.

As for browsers supporting the favicon on Mac, I think we should take into account that many visitors/websurfers use PCs, also I am told that the new Mozilla 9.0 supports favicons. Those who have a browser with favicon support will see them others will not!!

thanks anyway to all of you.

more replies welcome
:)
RHS

bradyj
07-07-2003, 08:12 PM
Mac IE does not support the Favicon -- All the Moz builds do.

and...
Also I believe that with IE 5 that all you had to do was put the favicon.ico file in the same directory as the index page and it would show up without any code in the index page.

I thought this was true as well, however, the browser had problems finding the Favicon on occassion so I had to put the link in there to make sure it picked it up as so:
<link rel="shortcut icon" href="favicon.ico" />

rhs
07-07-2003, 10:26 PM
Hi bradyj,
you and ionsurge are right, the link in the code is an absolute must. (But still at times it does not show up)

RHS

bradyj
07-07-2003, 11:02 PM
I know it takes a while for it to kick in -- I loaded it on a couple different computers and it worked -- and, still, sometimes, it doesn't save with their favorites. It is not a universally used design technique (as it is not a necessity), so I imagine it has little support across browsers in the end.

rhs
07-08-2003, 10:51 AM
Hi friends,

The Iconographer is a nice icon maker. thanks.

My question now is :

I have made two favicons for the same website, one for the windows(*.ico ) platform and the other for Mac(*.icns). Is it possible to make two rel links to the icons so that they show up on the respective platforms.

thanks

RHS

whackaxe
07-08-2003, 10:52 AM
detect the platform with javascript and print the out put accordingly. there are loads of platform detection scripts you can paly about with all over te place, orm ake your own

bradyj
07-08-2003, 04:35 PM
On my mac, the .ico works just fine -- i wouldn't worry about the .icns -- All the browsers for mac (that use a favicon) will pick up the .ico -- spending your time targeting browsers will be wasted from what I know of this.

Someone else may know for sure, but of all the browsers I have on OS 9 and OS X show the .ico just fine :thumbsup: