iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-20-2004, 10:14 PM
WebProWorld Pro
 
Join Date: Dec 2003
Location: New York
Posts: 198
technica RepRank 0
Default Favicon information

Hello everybody.
Just wondering, how do you add in a little icon for your website, similar to the one you guys have on WPW that appears in the address bar and when you add to favorites?
Thanks for helping...
__________________
Best Regards,
Becky Gessler
http://www.wethegeeks.com
Reply With Quote
  #2 (permalink)  
Old 01-21-2004, 12:09 AM
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: Western Australia
Posts: 1,336
matauri RepRank 0
Default

I think your referring to this command:

<link rel="shortcut icon" href="favicon.ico">

which is put between your <head></head> tags.

If you havent already got it in .ico format, you will have to convert it. (there are plenty of freebie icon convertors on net)


Cindy
__________________
Web Development Community ::: Forum ::: Library

It' time for Progressive Web & IT Development!
Reply With Quote
  #3 (permalink)  
Old 01-21-2004, 07:29 AM
WebProWorld Pro
 
Join Date: Dec 2003
Location: New York
Posts: 198
technica RepRank 0
Default

Cindy,
Thanks for your help. What is the specific size of the icon? Thanks...
__________________
Best Regards,
Becky Gessler
http://www.wethegeeks.com
Reply With Quote
  #4 (permalink)  
Old 01-21-2004, 08:57 AM
WebProWorld New Member
 
Join Date: Jan 2004
Posts: 8
mikmikmik RepRank 0
Default

32px x 32px is the stantard.
I don't speak for the girl, though lol.

Do you need a tutorial to look at?

http://codepunk.hardwar.org.uk/ahtml33.htm
This was the best tutorial site I used at the very beginning of my career!
Reply With Quote
  #5 (permalink)  
Old 01-21-2004, 09:20 AM
paulhiles's Avatar
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: UK
Posts: 2,089
paulhiles RepRank 0
Default favicons

Hi Becky,

the topic of favicons came up on Web Programming in August last year, have a look through the thread see if there's anything of use to you.
http://www.webproworld.com/viewtopic.php?t=4620

PS. there's also an online favicon application at www.favicon.co.uk, but it's tricky to get it just right!

Hope that helps,

Paul
Reply With Quote
  #6 (permalink)  
Old 01-21-2004, 11:36 PM
WebProWorld Pro
 
Join Date: Dec 2003
Location: New York
Posts: 198
technica RepRank 0
Default

Thanks everybody, I think I'll be able to make one now... :)
__________________
Best Regards,
Becky Gessler
http://www.wethegeeks.com
Reply With Quote
  #7 (permalink)  
Old 01-22-2004, 04:08 AM
Moderator
WebProWorld Moderator
 
Join Date: Oct 2003
Location: Alberta, Canada
Posts: 879
weegillis RepRank 6weegillis RepRank 6weegillis RepRank 6weegillis RepRank 6weegillis RepRank 6weegillis RepRank 6weegillis RepRank 6
Default Favicons - $125 USD

If you can believe it, someone is actually charging a hundred and twenty five bucks for a favicon! Better come with power windows and seats for that price.

I've managed to 'force' some icons out of paint, but it's not worth explaining how. For only ten bucks, USD you can buy IconArt Pro, with commercial license. Then you can charge your customers and arm-and-a-leg for favicons.

In this metatag example,
Code:
<link rel="shortcut icon" href="favicon.ico" type="icon/x-image" />
does anyone know just how important it is the include the type attribute?
Reply With Quote
  #8 (permalink)  
Old 03-17-2004, 02:23 AM
WebProWorld New Member
 
Join Date: Jul 2003
Location: Maryland
Posts: 7
zigbert RepRank 0
Default Logo or icon in web address

I have viewed some websites and when saving these websites to my favorites they have a icon or picture that is set in replace of the standard (e) internet explorer icon. I want to do this on my website so this will show up when someone saves my website to their favorites.

Thank you for any help.
Reply With Quote
  #9 (permalink)  
Old 03-17-2004, 05:40 AM
sijpie's Avatar
WebProWorld Pro
 
Join Date: Sep 2003
Location: Scotland
Posts: 106
sijpie RepRank 0
Default

This is easily done, but remember, it isn't foolproof, as sometimes the icon cash gets messed up and suddenly you will see the standard icon back.

Easiest is to place the icon in the root directory of the website, and call it favicon.ico It needs to be a proper windows icon that you can make using a icon maker programme (many freeware available)

Alternatively you can point to a suitable icon from the HTML using the following
<LINK REL="SHORTCUT ICON" HREF="/favicon.ico">
in the <head> section of your page.

That's it!
__________________
Jaap

PalmVenue
Broekhuizen Paintings
MacSijp

You've done it all
You've broken every code (Steve Harley)
Reply With Quote
  #10 (permalink)  
Old 03-17-2004, 02:40 PM
eightfifteen's Avatar
WebProWorld Veteran
 
Join Date: Jan 2004
Location: Des Moines, IA
Posts: 406
eightfifteen RepRank 1
Default

Last I checked, IE is not kosher with the favicon
Reply With Quote
  #11 (permalink)  
Old 03-17-2004, 03:21 PM
amorphic8's Avatar
WebProWorld Member
 
Join Date: Oct 2003
Location: San Jose
Posts: 69
amorphic8 RepRank 0
Default

IE on PC is ok using favicons, IE Mac, however does not. Safari mac does, and I believe that the latest Netscape both Windows and Mac also displays favicons.

It is also recommended that you upload a version of the favicon in .png format and link BOTH in the head of your pages in the follwing way:

<link rel="SHORTCUT ICON" href="favicon.ico">
<link rel="ICON" href="favicon.png" type="image/png">

The favicons (both .ico and .png) need to be uploaded in the site root directory.

Also, the favicons should be exactly 16 pixels square.

Look at the source code of these pages:
http://www.latex-mania.com
http://www.grindergirl.com

One more thing: there is a favicon tutorial at:
http://hotwired.lycos.com/webmonkey/01/18/index1a.html
__________________
amorphic8
http://www.amorphicmedia.com
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:59 PM.



Search Engine Optimization by vBSEO 3.3.0