Tagged Questions

A favicon is a small graphic normally 16x16 pixels, though it can be larger, often displayed in the address or tab bar (left of the url) of your browser.

learn more… | top users | synonyms

102
votes
11answers
3k views

Isn't it silly that a tiny favicon requires yet another HTTP request? How to make favicon go into a sprite?

Everybody knows how to setup a favicon.ico link in HTML: <link rel="shortcut icon" href="http://hi.org/icon.ico" type="image/x-icon" /> But I think it is just silly that for a tiny ...
62
votes
4answers
11k views

Serving favicon.ico in ASP.NET MVC

What is the final/best recommendation for how to serve favicon.ico in ASP.NET MVC? I am currently doing the following : Adding an entry to the very beginning of my RegisterRoutes method : ...
47
votes
8answers
33k views

favicon.png vs favicon.ico - why should I use PNG's instead of ICO's?

Other than the fact that PNG is a more common image format, is there any technical reason to favor favicon.png vs. favicon.ico? I'm supporting modern browsers which all support PNG favorite icons.
43
votes
8answers
4k views

What is currently the best way to get a favicon to display in all browsers that support Favicons?

What is currently the best way to get a favicon to display in all browsers that currently support it? Please include: Which image formats are supported by which browsers. Which lines are needed in ...
36
votes
8answers
26k views

What are the correct pixel dimensions for an apple-touch-icon?

I'm not sure what the correct size should be. Many sites seem to repeat that the apple-touch-icon should be 57x57 pixels but cite a broken link as their source. Hanselman's and playgroundblues's ...
32
votes
10answers
9k views

Changing website favicon dynamically

I have a web application that's branded according to the user that's currently logged in. I'd like to change the favicon of the page to be the logo of the private label, but I'm unable to find any ...
27
votes
13answers
14k views

How do I force a favicon refresh

I have a Grails application running locally using its own tomcat and I have just changed the favicon for a new one. Problem is that I can't see it in any browser. The old favicon shows up or I get ...
27
votes
4answers
6k views

How to have favicon / icon set when bookmarklet dragged to toolbar?

I've made myself a bookmarklet, and it functions just fine, but when added to a toolbar in Opera or Firefox, it just takes on the default bookmark icon for the browser (a globe and a star, ...
22
votes
3answers
385 views

Dynamically generated favicon

Would it be possible using only JavaScript and HTML to dynamically generate a favicon, using the current page's favicon as a background, and a random number in the foreground? For example, lets say ...
21
votes
3answers
9k views

favicon.ico “not found error” in app engine

I am tryin to develop on app engine and in the list of the errors displayed in the admin console I always see /favicon.ico i read the documentation , added a new folder called static and added this ...
18
votes
5answers
883 views

Adding favicon to javascript Bookmarklet (uses window.open)

I have a bookmarklet that launches a window.open javascript function to open a small window with my bookmarklet -- an external feature used to communicate between any visted site and my server. I'd ...
12
votes
2answers
6k views

Where does IE9 look for the new large favicons?

IE9 has the concept of pinning a particular website to the Windows7 task bar. For certain sites (such as Facebook), it will then display an extra large favicon in the task bar, and also next to the ...
12
votes
4answers
2k views

How to Prevent favicon.ico Requests?

I don't have a favicon.ico, but IE always make a request for it. Is it possible to prevent the browser to request for the favicon.ico for my site? Maybe some META-TAG in the HTML header?
10
votes
9answers
3k views

Image icon beside the site URL

I would like to have information about the icons which are displayed alongside the site URLs on a web browser. Is this some browser specific feature? Where do we specify the icon source, ie, is it in ...
10
votes
5answers
2k views

How do I give my web sites an icon for iPhone?

How do I set the icon that appears on the iPhone for the web sites I create?
9
votes
1answer
493 views

HTML: can my favicon be on a CDN instead of /favicon.ico?

Does my favicon.ico have to be stored at the root of my domain? Or can I have my favicon stored on another domain? Meaning, from www.example.com, is this valid? <link rel="shortcut icon" ...
9
votes
1answer
1k views

ASP.Net MVC - Why is a controller being created for favicon.ico?

I am using a custom ControllerFactory (to use Castle Windsor's IOC to create controllers), and I notice it's getting requests to create a controller for "favicon.ico". I have put a favicon.ico file in ...
9
votes
16answers
664 views

Generating Icon Files

I'm looking for an online solution for generating .ICO files. I'd like the ICO files to have the ability to have transparency as well. What software or web site do you use to create them? [Update] ...
8
votes
3answers
7k views

How to clear IE's favicon cache?

i have a favorite icon defined for my web-site: <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> Any browser that has visted the site after i added the icon can display the ...
7
votes
1answer
2k views

Spring mvc:resource not finding *.ico files

I have had a really hard time getting my Spring 3.0 application to recognize favicon.ico type files as a resource. I have defined my resource directory in my spring-context.xml file as follows: ...
7
votes
1answer
2k views

C# WPF - Application Icon + ShowInTaskbar = False

I've created a custom layered WPF window with the following properties: AllowsTransparency = True ShowInTaskbar = False Background = Transparent Topmost = True Icon = "Icon.ico" I've added ...
7
votes
6answers
10k views

Web: Favicon dimensions?

I have a favicon with the dimensions of height=26px / width=20px named favicon.png <link href=http://www.example.com/images/favicon.png rel="shortcut icon" /> However, in my browser, my ...
7
votes
4answers
3k views

Get website's favicon with JS

I am wondering if it is possible to get a website's favicon by an URL with JavaScript. For example I have an URL http://www.bbc.co.uk/ and I would like to get path to favicon described in <link ...
6
votes
5answers
1k views

Where do you get good icons/images for applications & web apps?

I'm interested in finding good icons/images that can be used in both 'free' and proprietary programs. Please include a description of any license restrictions associated with the source of the icons ...
5
votes
3answers
274 views

Dynamic favicon with count (like Gmail)

I tried to figure it out looking at the source code but I couldn't figure it out. I would like to know how to make a dynamic favicon with a count like Gmail does. Any idea on how to do this?
5
votes
2answers
546 views

ASP.net MVC controller factory receiving request for 'favicon.ico'?

I've noticed that a request to 'favicon.ico' is being passed to my ASP.net MVC controller factory when using Google Chrome and the Visual Studio Development Server. The 'controllerType' parameter has ...
5
votes
2answers
254 views

Problem with ICO to PNG PHP library

Context: Favicons I am writing a WordPress plugin to download favicons and also convert them to png : http://plugins.trac.wordpress.org/browser/wp-favicons/trunk ( GPL2) Icon Lib I needed to ...
5
votes
8answers
429 views

HTML title image

I want to have an image on the title in an html page(i.e on the tab along with the title). How to do that? Thankyou for reading.
5
votes
2answers
2k views

Remove favicon using javascript in Google Chrome

How can you remove the favicon using Javascript in google chrome? The goal is to return it to the browser default, which is in this case a blank image. I found this question, but it doesn't work if ...
5
votes
2answers
1k views

Will browsers request /favicon.ico or <link> first?

I want to set a favicon to be requested from a static file server instead of the main web server for performance optimization. If I specify a <link rel="shortcut icon" ...
5
votes
12answers
4k views

Why is Chrome searching for my favicon.ico when I serve up a file from ASP.NET MVC?

I have a controller in MVC serving up images from a database. EDIT: This still happens if I serve up a file over completely standard means in MVC. Every time I request my image, Google Chrome also ...
5
votes
11answers
1k views

Where can I find a good desktop favicon.ico editor?

What is a simple easy to use desktop program for creating and editing favicon.ico files? I already have used http://favicon.cc which is a great site, but are there any better desktop tools designed ...
4
votes
3answers
233 views

favicon not displayed by Firefox (I know, l asked 10000 times)

I DO know this question has been asked at least a thousand times in this website alone, but I HAVE read many of those threads, I DO consider myself very knowledgeable and rarely ever ask anything, ...
4
votes
2answers
462 views

How can I output a favicon <link> in the HTML head section using JSF 2.0?

Using h:outputStylesheet I can embed CSS resources in the HTML head section, but how can I build a <link> for a favicon image resource which renders HTML like in this example: HTML output: ...
4
votes
1answer
316 views

Favicon: .ico or .png / correct tags?

In a HTML5 document, which favicon format do you recommend and why? I want it to be supported by IE7 and all the modern browsers. Also, when using .png, do I need to specify the type ...
4
votes
2answers
305 views

Will my browser cache favicons from data URL

I would like to use the following base64 favicon and maybe some base64 images. <link ...
4
votes
5answers
2k views

Does a favicon have to be 32x32 or 16x16?

I'd like to use a single image as both a regular favicon and iPhone/iPad friendly favicon. Is this possible? Would an iPad-friendly 72x72 PNG scale if linked to as a regular browser favicon? Or do I ...
4
votes
0answers
828 views

Converting GIF's, PNG's and JPG's to .ICO files using Imagemagick!

From: JPG, To: ICO; /usr/bin/convert -resize x16 -gravity center -crop 16x16+0+0 /chris/images/sites /favicons/temp/1278346974.jpg -transparent white -colors 256 /chris/images/sites ...
4
votes
3answers
533 views

How can I retrieve the favicon of a website?

I want to list featured websites on my website and I thought it would be cool to honor and use their favicon. How do I get it from the domain for an arbitrary URL in either JSP or XSLT? I can fire ...
4
votes
4answers
229 views

Are cross-domain favicons a security risk?

I have a site of user-submitted news articles, and an idea I had for a feature was to grab the favicon on the target site to display along with the link. The methodology for grabbing the favicon ...
4
votes
3answers
1k views

If I serve /favicon.ico as image/vnd.microsoft.icon, instead of image/x-icon, will it break on any browsers?

If I configure Apache to serve /favicon.ico as MIME type image/vnd.microsoft.icon, instead of image/x-icon, will it break on any browsers? Wikipedia's favicon article indicates that ...
4
votes
6answers
7k views

favicon not working in IE

I have a site using a custom favicon.ico. The favicon displays as expected in all browsers except IE. When trying to display the favicon in IE, I get the big red x; when displaying the favicon in ...
4
votes
3answers
946 views

Is there a Python library for generating .ico files?

I'm looking to create favicon.ico files programatically from Python, but PIL only has support for reading ico files.
3
votes
3answers
85 views

does favicon 404 affect performance

We have been noticing a lot of 404 errors being thrown in our Coldfusion CFIDE server monitor, and it took us a while to find out that things like missing favicons are causing these errors. We use a ...
3
votes
1answer
345 views

How can I get IIS to publish cache headers for my favicon.ico?

Our site's favicon.ico file hasn't changed in years - and isn't going to change any time soon - so I'd like to configure IIS to serve it with a far-future cache expiry header. The rest of the content ...
3
votes
1answer
370 views

Do you have to include <link rel=“icon” href=“favicon.ico” type=“image/x-icon” />?

I didn't include the following line of code in my head tag, however my favicon still appears in my browser: <link rel="icon" href="favicon.ico" type="image/x-icon" /> What's the purpose of ...
3
votes
3answers
475 views

Regex to extract Favicon url from a webpage

Please help me to find the Favicon url from the sample html below using Regular expression. It should also check for file extension ".ico". I am developing a personal bookmarking site and i want to ...
3
votes
3answers
610 views

Favicon Not Showing

I have a favicon in my ASP.NET project that's not showing up. I have a masterpage located at ~/MasterPages/MasterPage.master that holds the favicon. My markup is as follows: <link rel="shortcut ...
3
votes
2answers
381 views

how to detect favicon (shortcut icon) for any site via php?

how to detect favicon (shortcut icon) for any site via php ? i cant write regexp because is different in sites..
3
votes
4answers
1k views

How can I get a web site's favicon?

Simple enough question: I've create a small app that is basically just a favourites that sits in my system tray so that I can open often-used sites/folders/files from the same place. Getting the ...

1 2 3 4 5 6