2

3spots

Spotted on the web: blogging tools, RSS, social software, social bookmarking, web and web 2.0.

Favicons: Codes, Tools & Resource

DOWN ⇣

You may have noticed, I love favicons. BTW, it's been a while that I want to make myself an animated GIF icon. (Temporarely, I've moved some button creators from the RSS tools list here, they don't realy fit but I didn't know where to put them for now.)
Here are everything you should need to make them:

Hey, I even found a favicon browser compability chart!


Online Tools:

↑ UP

Code for different image formats:

The format for the image is PNG, GIF, or ICO and 16x16 pixels or 32x32 pixels, best using either 8-bit or 24-bit colors. It is discouraged to use an other URL than root but we don't always have the choice, like here a hosted blog.
Using two codes assures they display in different browsers.


ICO:

<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">


PNG:

<link rel="icon" href="favicon.png" type="image/png" />
<link rel="shortcut icon" href="favicon.ico" type="image/ico" />


Animated or not GIF:

<link rel="icon" href="favicon.gif" type="image/x-icon">
<link rel="shortcut icon" href="favicon.gif" type="image/x-icon">


ICO + GIF (animated or not):
To be sure you can combine both, so it still display in browsers that don't support gifs.

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

Apparently, you can also rename a animated GIF to ICO. That's how Favicon Japan!! does.

Note: Using type="image/vnd.microsoft.icon" will not show up in Mozilla browsers, Safari, Opera, iCab... What else? ;)

A quick and easy way to see how an image would look as a favicon is to simply view the image in . When you view an image in Firefox, it shows it as a favicon in the tab and in the address bar. This makes it easy to scour the web for a good animated gif as a favicon. Simply find an image and “view image” in Firefox to see how it would look.

Animated favicons by MyVogonPoetry

↑ UP


Button Creation:

↑ UP


Related

↑ UP


hreview:

Favicons for enhancing websites

★★★★★

are a great way to enhance a website, reflecting the website design, it let's the user quickly find the right link in his bookmarks.

Apr 6, 2006 by ycc2106 favicons Apr 6, 2006 by favicons


Labels: ,

⇡ UP


?

4/11/2006 | New | Edit | Add a comment

Links to this post:

sphere talkdigger whonu del.icio.us icerocket

Trackback URL: http://haloscan.com/tb/ycc2106/114476917838366373

Comments:

Anonymous Anonymous
Another useful tool/resource is a search engine that displays favicon in the results, it can be found at search gridwell. It uses the favicon.ico saved in root directory to display information.
Blogger ycc2106
Yes! Abosluty...gada.be also deisplays favicons...and some social bookmarks too.
Thank you!
Blogger Edoardo
Really useful links, thanks a lot!
Anyway there's a little error I think in the code snippets section, PNG part:
"
<link rel="icon" href="favicon.png" type="image/png" />
<link rel="shortcut icon" href="favicon.ico" type="image/ico" />
"
I think the second part is wrong and should be:
"
<link rel="shortcut icon" href="favicon.png" type="image/png" />
"
After all we are in the PNG part, isn't it?
Hoping this will help you to maintain a correct page,
best regards
Blogger ycc2106
I think it's as you like but yes there is an error - should be:
<link rel="shortcut icon" href="favicon.png" type="image/png" />
<link rel="icon" href="favicon.png" type="image/ico" />
"sortcut" for the PNG.
(Very) Old browsers don't support png so it'll try to load the ico. ("short curt" icon is read 1st in most browsers)

well that what I read, I don't have explorer 3... ;p
Anonymous Rose
I had to stumble your post. Excellent info.

Add a comment



feedsharked blogtopsites keotag Blog Directory MyBlogLog <A HREF CLOUD>
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License unless permitted.
AND PLEASE DO NOT HOTLINK UNLESS MENTIONNED!!!