Nov 23, 2009
Pages: 1, 2, 3, 4

Add Favicon To Your Site - Creating, Converting to icon, Setup

free web hosting

Read Latest Entries..: (Post #39) by laniczech on Dec 4 2008, 01:39 AM.
I made a cool one a while back using AI, just picked a font, typed a letter, altered color, resized , added effects, saved for web, 16 x 16 256 color and i was done
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & Free Web Hosting > Computers & Tech > How-To's and Tutorials > Websites and Web Designing

Add Favicon To Your Site - Creating, Converting to icon, Setup

mastercomputers
Have you ever wondered how to get those icons displayed in your address bar for your own site? If you do not know what I mean, you could possibly have a browser that does not support favicon.ico or you just have not noticed.

If you visit Google they should have a favicon in their address bar, if it's not displaying just goto this place to get the idea of what it would look like, but in your address bar, it should show just before the http part but sometimes it does not show so what I want to do is show you how you can force it to be shown on browsers that support it.

The programs we will be using:

Any graphics program will do, for this I will be using MS Paint, although I recommend a program that supports transparency, or if you have MS Visual Studio you would have a program that can make the .ico file directly without using the conversion program.

I'll be using this program Right-Click Image Converter which can convert most image formats to icons, but that's not guaranteed it'll work across all browsers, so we will create a more compatible icon. So download it and install it right now. This program is a 40 file conversion evaluation program, which is ample for what we need, if you like this program you should buy it.

And an FTP Client, I'll be using FileZilla which can be found at SourceForge

So open up MS Paint, go to Image in the menu bar, Attributes. We now change the attributes to 16 x 16 Pixels using colour, that's our limited size of our icon for the address bar.

Now you need to design your picture, I'm just using this emoticon blink.gif but I've resized it to 16 x 16 and it's not animated, now save it as favicon.bmp either a Monochrome bitmap, if it's black and white or 16 colour bitmap (wider compatibility) or 256 colour bitmap, which only a few browsers support. If I was you, 16 colour bitmap is the better choice but you may lose some colour from the file.

Now we browse to our directory where we saved our favicon.bmp file and right-click on it and we should see right-click image converter in the menu, move your mouse over it and then select convert to .ICO this will now convert favicon.bmp to favicon.ico in the same directory if was converted. You now have the favicon.ico file you will use on your site.

We then upload favicon.ico to our root directory on our site, public_html. So do that now.

Now that we have done this, if browsers supported favicon.ico then this would be all we needed but sometimes it doesn't display. So to display it, I'm going to edit our index page. index.html to add this line in our head section of the file.

HTML
<html>
<head>
<title>Our Title</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>


The <link> tag is how we add it to our site, displayed in the address bar. Now open your browser, and goto that page is it showing up? If it is, we are done. If not, make sure that favicon.ico is pointed to correctly, easiest way would be to change href="favicon.ico" to href="http://yoursite.com/favicon.ico", if it's not working, it might be your browser doesn't support it. Note: IE is very buggy supporting favicons, if you bookmark a page with favicons, it should show your icon in that bookmark.

Well that's it for now.

Hope this helps.


Cheers, MC

 

 

 


Comment/Reply (w/o sign-up)

daniel15
the favicon has to be 16x16, and 16 colors or b&w, or else you risk crashing internet explorer (yes i've seen it crash before just because someone made a 256color favicon.ico)

Comment/Reply (w/o sign-up)

mastercomputers
QUOTE (daniel15 @ Oct 1 2004, 12:33 AM)
the favicon has to be 16x16, and 16 colors or b&w, or else you risk crashing internet explorer (yes i've seen it crash before just because someone made a 256color favicon.ico)
*


That's quite a claim, although it could be the reason why IE is buggy in favicons, they could have dropped compatibility with it, although some people report it still works, it doesn't work in my IE version 6 other than if I bookmark a page using favicons, then it will show it.

256 colours is supported in Mozilla, and would not crash due to it. Any more reasons not to switch?

Cheers, MC

Comment/Reply (w/o sign-up)

sha
i don't think you can add your self unless it is present in cpanel.

Comment/Reply (w/o sign-up)

jcguy
I would like to add that if you're running a business site, adding a favicon will strengthen your branding effort. I've seen many of the Internet's major sites and commericlal sites having a favicon, such as BBC, CNN, and so on.

Now with this tutorial anyone can add a favicon!

Comment/Reply (w/o sign-up)

OpaQue
Cool! Added it for our other site.. trap17.com Just made up a plain one. Can you make some good ones...

Comment/Reply (w/o sign-up)

mastercomputers
I've been making a few favicons, although IE only displays them as black pictures I've also created .png versions which you can figure out how to fix for your own browser to display, although these .ico files do bookmark in IE properly, displayed from browser doesn't work.

Other browsers are more advantaged by these ones. I'll be designing more and more when I can, some of them aren't that good and I've been thinking of removing them, but I thought I'd leave them up.

Not that many there yet, but expect more. You can see them and save them from here

If anyone else wants to design some and have them displayed, just ask me, I may even present the site's page better, as I only hacked up a small script to display the images out of the directory and didn't want to waste too much effort on it.

These favicons are yours to use. I also have my own site's favicons, which I would prefer to remain my own but you can use them if it's altered to not be exactly the same.


Cheers,


MC

 

 

 


Comment/Reply (w/o sign-up)

Herbert
Thank you very much for showing us how to do this. smile.gif
You know, I always wondered why some sites had icons, but never really looked into it. I'm going to have to tell a webmaster I know about this! Maybe he'll think I'm cool now, hahaha

{Edit: Yep, I've got other people asking me to help them out too now smile.gif }

Comment/Reply (w/o sign-up)

Herbert
Has Microsoft done something in Windows XP to disable favicons? I have a friend whose site doesn't display the favicon in his IE browser in XP, but it comes up fine on my IE browser in Win2k and it works in Firefox in both operating systems...

Comment/Reply (w/o sign-up)

mastercomputers
QUOTE (Herbert @ Nov 17 2004, 09:57 AM)
Has Microsoft done something in Windows XP to disable favicons? I have a friend whose site doesn't display the favicon in his IE browser in XP, but it comes up fine on my IE browser in Win2k and it works in Firefox in both operating systems...
*


I am wondering if MS dropped the actual check for favicons due to not all sites having them, this put unneccessary calls and left unneccessary browser logs.

I believe if you bookmark the site it'll show up in your bookmarks as well as revisiting the site from your bookmarks it'll display in the address bar.

You drag the IE picture in the address bar, to some place within the address bar and drop it, it'll reload the page with the favicon. Weird as it may seem.

MS are really starting to be disappointing, heard their latest news? Telling governments to not use Linux because they could be sued for over 228 Intellectual Property Infringement and then later to report that they never said such things. Is Linux really scaring them? Seems to be that way. Good things take time.

Cheers,


MC

Comment/Reply (w/o sign-up)

Latest Entries

laniczech
I made a cool one a while back using AI, just picked a font, typed a letter, altered color, resized , added effects, saved for web, 16 x 16 256 color and i was done

Comment/Reply (w/o sign-up)

Moon Child
I had known the 'fast overview' of this, but never really step-by-step instructions that won't leave me with questions. Thanks for putting this tutorial up and I'll keep in mind the sizes.

Comment/Reply (w/o sign-up)

ethergeek
You can have dynamic favicons too...a trick I use on my site is I add .ico as an extension that should be handled by php. Then I have the PHP script build the image and return it to the client. As long as you set the content type in the header on the php file, the browser will display it as an icon. It was something I decided to do for fun one day over my lunch break smile.gif

Comment/Reply (w/o sign-up)

Orca239
QUOTE
I wonder why Internet Explorer does not support favicons. It's such a common and widespread features for most websites these days. Firefox and Opera users see favicons on almost every websites.


Internet Explorer does, and has, supported favicons. I have used them for a while now and have always been able to see them. If you cannot see them it is probably because of something like your browser has it registered as not having one on that site. It took my Internet Explorer browser a little while to recognize that my site had a favicon when I uploaded one. Try deleting your cache or something and see if it will show up then.

Comment/Reply (w/o sign-up)

Team Destiny 07
QUOTE(Herbert @ Nov 8 2004, 11:24 AM) *
Thank you very much for showing us how to do this. smile.gif
You know, I always wondered why some sites had icons, but never really looked into it. I'm going to have to tell a webmaster I know about this! Maybe he'll think I'm cool now, hahaha

{Edit: Yep, I've got other people asking me to help them out too now smile.gif }



Nope, i'm running XP Currently and I can see them perfectly. Kinda lol. But I do see them even though only about 20% of the sites I go to it's not there. O and btw try Mozilla Firefox Instead. Get it here.

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3, 4
Similar Topics

Keywords : add, favicon, site, creating, converting, icon, setup

  1. Add A Forum To Your Site
    A guide to adding discussion forums to your site (23)
  2. Creating Your Own Simple But Effective Site
    To be resumed soon (26)
    Creating your own UKISS site from beginning to end Contents So that you know
    what is happening and when I’ve compiled this contents section. It will also help you got to
    the parts that you need without scrawling through everything. Introduction Design Step 1
    – Starting Fireworks and creating your canvas Step 2 – Making a base on which to work
    on Step 3 – Head’s up; start with the logo Step 4 – Finding your way;
    creating a menu Step 5 – Eyes to the centre; work on the main column Step 6....
  3. Creating A Simple But Effective Website
    Part 1 - Design (10)
    WARNING: This is a VERY image heavy tutorial and will take time to complete Topic closed
    until I can find the time to complete it, and I am getting mad with the large scale plagrism of
    other articles. Also, the images will no longer work, as I have changed domain name and also
    removed the images to make space. Creating a basic but effective website For beginners
    Introduction: Ok, so maybe you want to make a website that is “worthy” of the web. That is to say,
    you have made small taster sites before in FrontPage or something basic like it. And realised t....
  4. Upgrading Your Site!
    Move from HTML 4.01 to XHTML 1.0 (0)
    I planned to post 3 different parts because of the length, but so there's no confusion, I'll
    just make one big tutorial all together /cool.gif" style="vertical-align:middle" emoid="B)"
    border="0" alt="cool.gif" /> . ====================================== (A note to the moderators:
    Alright, I've got this down now, so please delete all of my other posts besides this one, and
    any posting credits as well; thanks!) ====================================== Now the tutorial:
    Concerning those in the webmaster biz... If you are an aspiring experienced webmaster, the....
  5. Creating Rollover Images With Css
    Eliminate the need for Javascript (12)
    I have seen it reported that 10% of Internet users have Javascript disabled. Whether for security
    concerns or to curtail annoyances like pop-up windows, it seriously limits your ability, as a web
    designer, to mold your website into something creative and novel. This is where CSS rollovers come
    in. You know that effect you get when you roll the cursor over an image, and then the image changes?
    Traditionally, that effect has been accomplished by using Javascript to swap out images. I present
    here my own index page which has been made only with CSS and html. If you are u....
  6. Creating Tooltips
    DHTML, HTML, CSS, Javascript... (7)
    Here is a little tutorial to make those small yellow-background boxes (tootltips) that pop-up for
    some links that describe them when you hover the mouse over them, it uses DHTML, CSS, HTML, and
    Javascript, so it gives us a much more wide range than my previous tutorials that just where on
    HTML. OK, so here we go... Put this right under CODE var offsetxpoint=-60 //Customize x
    offset of tooltip var offsetypoint=20 //Customize y offset of tooltip var ie=document.all var
    ns6=document.getElementById && !document.all var enabletip=false if (ie||ns6) var tipobj=doc....
  7. Major Website Mistakes
    Improve your site! (51)
    I have made some of these mistakes myself so I want to pass on what is have learned to help others
    create easy website for the viewers. These are not in any order. This is my first tutorial so feel
    free to add comments. TY, Enjoy /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
    alt="biggrin.gif" /> 1) URL/E-mail Names This goes on the theme of trust really. Many
    small business like to set shops up on service providers like astahost, geocites,yahoo. Those sites
    will usually supply you with a subdomain name like yoursite.serviceprovider.....
  8. The Big Guide To Web Design Part 3 Of 4
    The Imagery of a site. (6)
    Author: Michael Land (me) Date: 16 May 2005 Introduction: I've decided to put
    all the information I know that is relevant into one compendium. The following parts to this guide
    have been designed in different stages. Each stage looks at the four crucial parts to a website. The
    SLIP method (Structure and Layout, Language and text, Imagery and the Producer's Intentions). By
    following the SLIP method, everyone should be able to produce a site that is of excellent standards,
    no matter how good or bad they are at certain areas. If you have not read p....
  9. The Big Guide To Web Design Part 2 Of 4
    The Language and text of a site (0)
    Author: Michael Land (me) Date: 13 May 2005 Introduction: I've decided
    to put all the information I know that is relevant into one compendium. The following parts to this
    guide have been designed in different stages. Each stage looks at the four crucial parts to a
    website. The SLIP method (Structure and Layout, Language and text, Imagery and the Producer's
    Intentions). By following the SLIP method, everyone should be able to produce a site that is of
    excellent standards, no matter how good or bad they are at certain areas. If you have no....
  10. Protect Your Site
    Or suffer the consiquences (24)
    Thinking your site is safe and knowing it is safe are two different things. Hackers can easily get
    into any site that isn't protected. They can then access databases to find user information,
    steal files, or plant dubious files that will get your account taken off of you. To ensure that the
    above doesn't happen, you need to keep your site as secure as possible. If you think that
    databases and the relevant programming (PHP, ASP, etc) are secured, think again. Simple SQL
    injections, Cross-site scripting, exposed session data or session hijacking is but a few sug....
  11. All About The Fav Icon
    (24)
    do you want to add fav icon to you site the fav icon show in favorites in the user brwoser and
    adress bar it show in only ie5+ ------- to add this icon to your site you need to your icon must
    be 16 *16 pixels and 256 color and win32 format it name must be favicon.ico -------- 2 way 1 if you
    have yourname.com you can add only the icon on the master root dir and 2 if you have not domain and
    you have subdomain you must add this code to your web page CODE you must replace the
    "http://your-url/favicon.ico" to your path of favicon.ico thanks ejasoft....
  12. How To Make Your Site Sticky
    How to make your site more atractable (19)
    These are some basic ways in which you can make your site sticky. 1) What is sticky? A sticky
    website is one that a visitor will keep coming back to, expecting to find out if there has been an
    update. It is the fascination of the visitor that this site is constantly changing that draws them
    near. Here are the useful tips. How much text-imagery should I have on my site? Generally it
    should be 70% text or space and 30% imagery. Remember that the site layout (table borders,
    backgrounds, etc) count as 10% in total (no matter how much or little) of imagery. 1) Simplify....
  13. Creating A Css Rollover Menu (with Table Cells)
    for those bandwidthed challenged (9)
    Ive found this code very usefull when it comes to clients who cant afford Flash (and I hate
    JavaScript rollovers as they only work half the time and when you hold the mouse over the button for
    5 seconds) When your done here you should be able to create a menu that looks like the following:
    click here to see what it looks like Step 1: setting up the framework Get the framework in
    there for the script to work , I generally link to my stylesheets externally so I will show you how.
    Now open a simple text editor such as Notepad. set up your page with the following bas....
  14. Creating A Webpage Using Photoshop
    (4)
    I've read that this can be done with greater ease by using Ready Image, but since I'm more
    familiar with PS, I shall use PS as the guide. This guide does make a few assumptions :: 1) You
    already knew how to use Photoshop. 2) You already knew how to write HTML codes 3) You knew both of
    the above but did not ralise that it can be done .. Thus, I shall not touch on those 2 topics, as
    books a thousand pages thick have been written on them. So, I would wanna waste my time and yours
    and all the disksapce that could be used to host some useful stuff. 01:. Open the....
  15. Building Your Site
    Part 1 (2)
    So you want to build a 100% compliant XHTML site? Well although I cant guide you whole way im
    going to give some basics on some interesting things Ive found and use for my sites. First thing
    you will need is a Doctype, this tells the browser how its to use the HTML and how it should
    function. You dont always need one but it wont be complieant in XHTML if you dont give one If you
    arent using anything that gives specific instructions not to, put the doctype on the VERY first line
    and make sure there is NO white space CODE Next you need to tell the browser t....
  16. Skin Your Site
    add mutiple layouts to your site (0)
    For this tutorial you are going to need to know how to use php includes. You are also going to need
    to rename all o your files to a .php extension. In your FTP or Cpanel make a folder in your public
    (main) directory and name it "skins". In the skins folder make another folder named "1". In the
    folder you names skins make a file called cookiecheck.php. Copy the code below and paste it into the
    cookiecheck.php file. $total_skins = 1; $default_skin = 1; if (isset($_REQUEST )) {
    $newskin=(int)$_REQUEST ; if ( ($newskin $total_skins) ) $newskin=$default_skin; } el....
  17. Creating A Color Combination
    Guide to color combinations (18)
    Ever been to a website that is barely readable because of the bad color design? Well here's some
    tips to make sure that you don't fall into the same trap. * Black text on a white background,
    while not exciting, is the most practical color combination. * Try and not use more then four
    colors on your website, too many can be disorientating for the user. * Find out what each color
    represents to the users mind. For example green represents wealth while red represents daring. *
    Don't use yellow for web page backgrounds. * Take a look at Visibone or get a....
  18. Creating A Roll-over Effect With Text
    Save time and bandwidth-simple scripting (11)
    This short, but consise tutorial presents how to create a dynamic navigation bar using simple
    scripting verses using an image roll-over script. Using text instead of images offers 3 benefits
    while sacrificing only a little in design. The end resault is a navigation bar that looks great,
    dosen't bog the server down with images, loads fast, and is search engine friendly. In addition,
    you save time by not having to design two images for every link required. Using simple combination
    of Html, CSS, and Javascript we are able to create links in which both the color of th....
  19. Favicon (icon Before Url)
    Tells You How to make a Favicon. (8)
    You Know how some sites have Those Little Icons Before There Url? Well I Am Going To Tell You How
    To Make One :-D Step 1 You Need A 16*16 Image.. You Can Use One You Have Or Make One Of Your
    Own. Step 2 Make The Image A Favicon. Click Here . Step 3 After You Make The Image A .ico
    Put It In your "Home Folder" On your Website... The same Place as your Index. Step 4 Then You
    Open Your Index.html... In A HTML Editor, And Insert This Code In Your tags: change The
    favicon.ico to The Name of the .ico File That you Made. Then Save Your Page, And Preview It....
  20. Password protect your site!
    Make a simple password protection! (10)
    If you need to password protect a page on your site, then you should take a look at this. I'll
    show you how to make a simple password protection for your site right here!! Just copy and paste the
    php script below: Put this in a file you call login.html login.php " method="post">
    Put this in a file you call login.php (you'll have to embed the content of
    your secret page with this script) if (empty($_POST )) { exit(); } if(strcmp($_POST ,"
    correct username here ")==0 && strcmp($_POST ," correct password here ")....

    1. Looking for add, favicon, site, creating, converting, icon, setup

See Also,

*SIMILAR VIDEOS*
Searching Video's for add, favicon, site, creating, converting, icon, setup
advertisement



Add Favicon To Your Site - Creating, Converting to icon, Setup

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com