- Favicon
A favicon (short for "favorites icon"), also known as a website icon, shortcut icon, url icon, or bookmark icon is an icon associated with a particular
website orwebpage . A web designer can create such an icon and install it into a website (or webpage) by several means, and most graphicalweb browser s will then make use of it. Browsers that provide favicon support typically display a page's favicon in the browser'sURL bar and next to the page's name in a list of bookmarks. Browsers that support atabbed document interface typically show a page's favicon next to the page's title. The MicrosoftWindows Shell uses favicons to represent "Internet shortcuts" to web pages.Use
The original means of defining a favicon was by placing a file called "favicon.ico" in the
root directory of aweb server . This would then automatically be used in Internet Explorer's "favorites" (bookmarks) display. Later, however, a more flexible system was created usingHTML to indicate the location of an icon for any given page. This is achieved by adding a link element to thesection of the document as detailed below. In this way any appropriately sized (16×16
pixel s or larger) image can be used and, although many still use the ICO format, other browsers (though not Microsoft's Internet Explorer) now also support the PNG and animated GIF image formats.Most modern browsers implement both methods. Because of this
web server s receive many requests for the file "favicon.ico" even if it doesn't exist. This may annoyweb server administrators by creating many server log entries and unnecessarily loading the disk,CPU , and network. Another common problem is that the favicons may disappear if the browser'scache is emptied.Fact|date=June 2008Internet Explorer originally only used favicons for bookmarks (for instance
MSIE 6.0 ), which created a minor privacy concern in that a site owner could tell how many people had bookmarked their site by checking the access logs to see how many people downloaded the favicon.ico file. This is becoming less of an issue since newer versions of Internet Explorer (e.g. 7.0) and most other browsers also display the favicon in the address bar on every visit.tandardization
The original favicon feature was created by Microsoft for
Internet Explorer which would request a favicon from a set URL (/favicon.ico) on every website. Microsoft's supported format for the link tag did not conform to theWorld Wide Web Consortium (W3C)HTML recommendation [ [http://www.w3.org/2005/10/howto-favicon How to Add a Favicon to your Site - QA @ W3C] ] because:*The
rel
attribute must contain a space-delimited list of link types, so a two-word link type would not be understood correctly by conforming web browsers. ("viz." rel="shortcut icon")
*The ".ico" file format (a raster format used for icons on Microsoft Windows) did not have a registeredMIME type and wasn't likely to be automatically understood by most web browsers. In 2003, however, the format was registered with theInternet Assigned Numbers Authority (IANA) under the MIME type "image/vnd.microsoft.icon", eliminating the first part of this problem.
*The use of a "reserved location" on a website conflicts with the [http://www.w3.org/TR/webarch/ Architecture of the World Wide Web] and is known as "link squatting" or "URI squatting".The
Mozilla web browser added support for favicons in a way that conformed to web standards through the use ofrel="icon"
and letting web designers add favicons in any supported graphics format, e.g.. Most web browsers have since added support for this feature, and it is generally used for all new content.
References
External links
* [http://msdn2.microsoft.com/en-us/library/ms997538.aspx Icons in Win32] from
MSDN
*dmoz|Computers/Internet/Web_Design_and_Development/Authoring/Online_Tools/Graphics/Image_Generation/Favicons/|Image Generation:Favicons
* [http://www.w3.org/2005/10/howto-favicon Proposals with the W3C web standards organization on how to add a Favicon]
Wikimedia Foundation. 2010.