Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2009-01-28, 10:37 AM   #1
LD
wtfwjd?
 
LD's Avatar
 
Join Date: May 2007
Posts: 2,103
Can someone give me the lowdown on favicons

I created a favicon.ico file using one of the online favicon generators, placed it in the root of my site, and added this line of code to my pages:

Code:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
On one computer running XP, it shows up in Firefox, but not in IE7. On my laptop running Vista, I get the opposite...shows up in IE7 but not Firefox.

I've tried clearing cache, and most of the obvious things, but I'm up against a brick wall. Any "Favicons for Dummies" type tutorials out there?
__________________
Artisteer Wordpress Theme Generator Create Custom Themes!
My Little Network
LD is offline   Reply With Quote
Old 2009-01-28, 10:49 AM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Most browses seem to pick up favicon by just putting it in the root of your domain without having to add any code to your page but try,
<link rel="icon" type="image/png" href="/path/image.png"/>
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2009-01-28, 01:31 PM   #3
ArtWilliams
You can now put whatever you want in this space :)
 
ArtWilliams's Avatar
 
Join Date: Sep 2004
Location: Toronto, Canada
Posts: 6,244
Send a message via ICQ to ArtWilliams
This is what I use the Header section of my index page:

<link rel="shortcut icon" href="http://yourdomain.com/site/images/favicon.ico" />

It seems to work for me.
ArtWilliams is offline   Reply With Quote
Old 2009-01-29, 11:50 AM   #4
LD
wtfwjd?
 
LD's Avatar
 
Join Date: May 2007
Posts: 2,103
Man, this is freaking me out. Some pages work, some do not even when using the above suggestions. Cleo, are you using a "png" type image? I thought it had to be "ico". Maybe something is screwy with my image file...I'll see what Google can dig up again.
__________________
Artisteer Wordpress Theme Generator Create Custom Themes!
My Little Network
LD is offline   Reply With Quote
Old 2009-01-29, 12:09 PM   #5
ArtWilliams
You can now put whatever you want in this space :)
 
ArtWilliams's Avatar
 
Join Date: Sep 2004
Location: Toronto, Canada
Posts: 6,244
Send a message via ICQ to ArtWilliams
Saving as a .ICO file in GIMP or Photoshop had mixed results for me. Try saving your file as a .BMP and then renaming it to an .ICO. I hope this might help.

Quote:
Originally Posted by LusciousDelight View Post
Man, this is freaking me out. Some pages work, some do not even when using the above suggestions. Cleo, are you using a "png" type image? I thought it had to be "ico". Maybe something is screwy with my image file...I'll see what Google can dig up again.
ArtWilliams is offline   Reply With Quote
Old 2009-01-29, 02:39 PM   #6
balls_deep
If you really need money, you can sell your kidney or even your car
 
balls_deep's Avatar
 
Join Date: Apr 2007
Posts: 374
Quote:
Originally Posted by LusciousDelight View Post
Man, this is freaking me out. Some pages work, some do not even when using the above suggestions. Cleo, are you using a "png" type image? I thought it had to be "ico". Maybe something is screwy with my image file...I'll see what Google can dig up again.
If it's working sometimes and sometimes it doesn't.... I'd figure it to be a browser problem. For some reason it seems to take a couple of browser reloads when i update or add a favicon.

just an idea.
balls_deep is offline   Reply With Quote
Old 2009-01-29, 03:55 PM   #7
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Quote:
Originally Posted by LusciousDelight View Post
ns. Cleo, are you using a "png" type image? I thought it had to be "ico".
I'm using ico that I make using this app although I used a Photoshop plugin for my older ones.

Wikipedia has a page that seems to be useful.
Attached Files
File Type: zip favicon.ico.zip (1.1 KB, 121 views)
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2009-01-29, 07:50 PM   #8
LD
wtfwjd?
 
LD's Avatar
 
Join Date: May 2007
Posts: 2,103
Thanks...I seem to have it narrowed down to where it works consistently in FF, but not IE7, so at least I can focus on one thing now. I downloaded a generic ico file to use since I think some of the online apps that create ico files are little flaky.

That wiki article explains a lot. Google kept giving me conflicting info, but it's due to changes in the ways browsers handle favicons as new versions come out.

On a slight tangent, I found something interesting...I post it because it looked like fairly recent info: (link was very slow to load for me).


http://searchengineland.com/google-c...-results-16312
__________________
Artisteer Wordpress Theme Generator Create Custom Themes!
My Little Network

Last edited by LD; 2009-01-29 at 07:53 PM..
LD is offline   Reply With Quote
Old 2009-01-30, 02:27 AM   #9
Maj. Stress
Progress rarely comes in buckets, it normally comes in teaspoons
 
Maj. Stress's Avatar
 
Join Date: Jun 2005
Location: Dark Side Of Naboo
Posts: 1,289
Quote:
Originally Posted by LusciousDelight View Post
Thanks...I seem to have it narrowed down to where it works consistently in FF, but not IE7, so at least I can focus on one thing now. I downloaded a generic ico file to use since I think some of the online apps that create ico files are little flaky.

That wiki article explains a lot. Google kept giving me conflicting info, but it's due to changes in the ways browsers handle favicons as new versions come out.

On a slight tangent, I found something interesting...I post it because it looked like fairly recent info: (link was very slow to load for me).


http://searchengineland.com/google-c...-results-16312
That link locked my browser and put me in pop up hell for a few mins.

I did visit your site today and the favicon worked just fine for me in ie7.
Maj. Stress is offline   Reply With Quote
Old 2009-01-30, 06:49 AM   #10
LD
wtfwjd?
 
LD's Avatar
 
Join Date: May 2007
Posts: 2,103
Sorry about the link...it was very slow for me, but no pop-ups here. It was about Google including favicons in search results.

I think I finally got the favicon thing all worked out...thanks for all the help!
__________________
Artisteer Wordpress Theme Generator Create Custom Themes!
My Little Network
LD is offline   Reply With Quote
Reply


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

Forum Jump


All times are GMT -4. The time now is 06:02 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc