Go Back   SitePoint Forums > Forum Index > Design Your Site > Web Page Design
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
Reply
 
Thread Tools Display Modes
Old Nov 6, 2009, 18:56   #1
John Sharp
SitePoint Enthusiast
 
John Sharp's Avatar
 
Join Date: Jan 2008
Location: On Your Hard Drive
Posts: 51
Arrow No reason not to have a custom favicon

There is no reason not to place a favicon.ico on your website. Doing so shows you are one that looks after detail. The favicon will show up not only at the top of your page but will also show up in your users bookmarks. This small thing can have a big impact. You do not even need to make your own custom favicon using image editing software. The link below will take you to a site that will make one for you. Your favicon can be a photo of yourself, your website logo and any other thing you might think of.

Click here to create your favicon


After you make your favicon just add this to the head of your page:


Code:
<link rel="shortcut icon" type="image/x-icon" href="../path-to-icon.ico" />
That’s it your done. <snip>

Thank You
John Sharp

Last edited by Dan Grossman; Nov 6, 2009 at 20:57. Reason: Unnecessary self-promotion removed
John Sharp is offline   Reply With Quote
Old Nov 6, 2009, 20:57   #2
Dan Grossman
Follow Me On Twitter: @djg
SitePoint Award Recipient
 
Dan Grossman's Avatar
 
Join Date: Aug 2000
Location: Philadephia, PA
Posts: 18,684
Where's the link to the place to create the favicon?
Dan Grossman is online now   Reply With Quote
Old Nov 6, 2009, 23:20   #3
felgall
SitePoint Mentor
SitePoint Award Recipient
 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, NSW, Australia
Posts: 9,620
Here's a few online favicon generators and a Photoshop tutorial (all from page one of a Google search for favicon).

http://www.favicon.cc
http://www.favicon.co.uk
http://tools.dynamicdrive.com/favicon/
http://www.favicon.com
http://www.thesitewizard.com/archive/favicon.shtml
http://www.htmlkit.com/services/favicon/
http://www.photoshopsupport.com/tuto...r/favicon.html
http://www.degraeve.com/favicon/

Note that if you call the file favicon.ico and place it in the same folder as the web page you don't need ANYTHING in the HTML in order for it to get used since browsers automatically look for that file if you don't have an entry in the HTML providing a different file name.
felgall is online now   Reply With Quote
Old Nov 7, 2009, 03:11   #4
BPartch
Is in total shock!!!!!
 
BPartch's Avatar
 
Join Date: Jul 2003
Location: Texas
Posts: 6,597
Quote:
Originally Posted by felgall View Post
Note that if you call the file favicon.ico and place it in the same folder as the web page you don't need ANYTHING in the HTML in order for it to get used since browsers automatically look for that file if you don't have an entry in the HTML providing a different file name.
Did not know this.
BPartch is offline   Reply With Quote
Old Nov 7, 2009, 04:22   #5
zcorpan
 
Join Date: Dec 2004
Location: Sweden
Posts: 2,423
Also, the favicon doesn't need to be in Microsoft's ICO format. It can be PNG instead. You can even have an animated image. You can even have a <canvas> game as favicon. You can even use SVG as favicon (well, maybe not yet, but soon, at least with Opera).
zcorpan is offline   Reply With Quote
Old Nov 7, 2009, 13:24   #6
felgall
SitePoint Mentor
SitePoint Award Recipient
 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, NSW, Australia
Posts: 9,620
Quote:
Originally Posted by zcorpan View Post
Also, the favicon doesn't need to be in Microsoft's ICO format. It can be PNG instead. You can even have an animated image. You can even have a <canvas> game as favicon. You can even use SVG as favicon (well, maybe not yet, but soon, at least with Opera).
Do all the popular browser including IE support all those formats? If not then if you do use one of those formats then what do those people using one of the lesser browsers see?
felgall is online now   Reply With Quote
Old Nov 7, 2009, 17:49   #7
ralph.m
Aiming for best practice
SitePoint Award Recipient
 
ralph.m's Avatar
 
Join Date: Mar 2009
Location: Melbourne, Australia
Posts: 1,035
Quote:
Originally Posted by felgall View Post
Do all the popular browser including IE support all those formats?
Indeed. I didn't think IE (at least IE7 and below) recognized formats other than .ico.
ralph.m is offline   Reply With Quote
Old Nov 8, 2009, 01:22   #8
zcorpan
 
Join Date: Dec 2004
Location: Sweden
Posts: 2,423
Quote:
Originally Posted by felgall View Post
Do all the popular browser including IE support all those formats? If not then if you do use one of those formats then what do those people using one of the lesser browsers see?
No, and they'll probably see the default icon. Not the end of the world. But I'm sure it's possible to give an ICO to IE and something else to other browsers.
zcorpan is offline   Reply With Quote
Old Nov 8, 2009, 12:03   #9
RonSanSolo
SitePoint Enthusiast
 
Join Date: May 2005
Posts: 93
Does anyone know if there's a way to create favicons (ie. ICO) in Fireworks CS4? If not natively, is there an extension?
RonSanSolo is offline   Reply With Quote
Old Nov 8, 2009, 14:45   #10
BPartch
Is in total shock!!!!!
 
BPartch's Avatar
 
Join Date: Jul 2003
Location: Texas
Posts: 6,597
You can draw them in FW's but I use a program called Irfanview (free) to create the .ico file. I'm sure there are other ways.
BPartch is offline   Reply With Quote
Old Nov 8, 2009, 15:18   #11
ralph.m
Aiming for best practice
SitePoint Award Recipient
 
ralph.m's Avatar
 
Join Date: Mar 2009
Location: Melbourne, Australia
Posts: 1,035
This recent thread presented more options:

http://www.sitepoint.com/forums/showthread.php?t=640561
ralph.m is offline   Reply With Quote
Reply

Bookmarks

Tags
nofollow wordpress pages

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 19:26.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved