Author Topic: Update the Favicon sticky !  (Read 1557 times)

0 Members and 1 Guest are viewing this topic.

Offline Raithah

  • Camper
  • ***
  • Posts: 424
  • Life™
Update the Favicon sticky !
« on: February 03, 2007, 01:54:46 pm »
That sticky is sorely out of date : all modern browsers can support PNG and GIF favicons. The tag for entering a favicon into the Head has changed a smidgen with the XHTML standard, by no means is it required yet it should still be included for the sake of supporting the eXtesnible revolution :)

I think Paint now has a feature to save to .ico, so that should be included as well.

The preferred outcome of war is peace. Ironic, huh ?
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam auctor lectus pulvinar neque. Vestibulum commodo nisl convallis nisi. Aliquam in magna. Quisque orci. Duis sed nunc eu quam egestas feugiat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla auctor turpis non urna. Sed porttitor. Donec et dui non odio.

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Update the Favicon sticky !
« Reply #1 on: February 03, 2007, 02:08:55 pm »
Paint does not have the feature, what your suggesting is not necessary.
How it currently is works fine. Don't try to fix what isn't broke.
There are other worlds than these

Offline Raithah

  • Camper
  • ***
  • Posts: 424
  • Life™
Re: Update the Favicon sticky !
« Reply #2 on: February 03, 2007, 02:43:19 pm »
Point one : All I'm suggesting is that you put a /> at the end of the tag, its metadata and change the file requirements. It's not huge, and it'll help prevent people jumping through hoops for nothing.

Point two : Save a file as a sixteen colour .bmp. Then convert .bmp to .ico, and guess what works :)

The preferred outcome of war is peace. Ironic, huh ?
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam auctor lectus pulvinar neque. Vestibulum commodo nisl convallis nisi. Aliquam in magna. Quisque orci. Duis sed nunc eu quam egestas feugiat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla auctor turpis non urna. Sed porttitor. Donec et dui non odio.

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Update the Favicon sticky !
« Reply #3 on: February 03, 2007, 02:54:59 pm »
The forums aren't even using a tag, the favicon.ico is just located in the root directory of the webserver, and that is where the browser always checks for the file and loads it automatically.

It works now, why change it to something more complex and not even necessary?
There are other worlds than these

Offline Frenchie

  • Camper
  • ***
  • Posts: 358
  • SoldatHQ
Re: Update the Favicon sticky !
« Reply #4 on: February 03, 2007, 03:45:36 pm »
Umm.. You post that modern browsers support gif as favicon, but you don't provide code. So I will  :)

If anyone wants a moving favicon (Animated GIF)
Code: [Select]
<link rel="icon" href="http://mysite.com/favicon.gif" type="image/gif" >
Soldat Lobby Avec Players -New Release! - Updated AGAIN!


Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Update the Favicon sticky !
« Reply #5 on: February 03, 2007, 04:04:26 pm »
don't forget the closing slash for xhtml:

Code: [Select]
<link rel="icon" href="http://mysite.com/favicon.gif" type="image/gif" />
There are other worlds than these

Offline Raithah

  • Camper
  • ***
  • Posts: 424
  • Life™
Re: Update the Favicon sticky !
« Reply #6 on: February 03, 2007, 06:37:55 pm »

The preferred outcome of war is peace. Ironic, huh ?
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam auctor lectus pulvinar neque. Vestibulum commodo nisl convallis nisi. Aliquam in magna. Quisque orci. Duis sed nunc eu quam egestas feugiat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla auctor turpis non urna. Sed porttitor. Donec et dui non odio.