Inventing Favicon.ico
ruthlessray.wordpress.com
Inventing Favicon.ico
1–10 of 18 posts
Re: Inventing Favicon.ico
#2You need to get a life and realise how much pain and suffering you have caused us all non m$ users.
To this day its a pain.. even a png auto would suffice..
What would be your plan NOW ? For everyones sanity . check
Re: Inventing Favicon.ico
#3having read it.. You need to get a life and realise how much pain and suffering you have caused us all non m$ users. To this day its a pain.. even a png auto would suffice.. What would be your plan NOW ? For everyones sanity . check
I've written stuff that handled the ICO format; it's simpler and easier to load than PNG/GIF/JPG (unless you already have libraries for the latter, of course - which wasn't a given in browsers at the time). I don't think their choice was wrong at all, especially since ICO loading was at the time built into the OS, so any Windows browser that wanted to load favicons didn't even have to build their own loader.
EDIT: Plus, if you're complaining about 'favicon.ico', it's no worse than robots.txt. At the time the modern 'link rel="icon"' approach was definitely not in common use so it's no wonder nobody at MS chose it, and people probably would have complained loudly about MS introducing 'some proprietary icon HTML'.
Another reason ICO is good as a favicon format is that it makes it impossible for site authors to accidentally use a 500KB image file as their icon (which you could trivially do with png, gif, jpg, etc.) - ICO is intentionally a file format for small images, tailor-made for what icons were like in that era. So by relying on ICO they ensured that the favicon.ico on each site would be small, cheap to download, easy to cache, and easy to author.
Re: Inventing Favicon.ico
#4Edit: The part about Yahoo also made me recall a prior version on Yahoo's mobile search which displayed favicons prominently to the left of the search result text (first thing your eyes saw was the favicon), and at the time I felt Yahoo had the most aesthetically pleasing results page of all the search engines on mobile, all because the addition of the favicons.
Re: Inventing Favicon.ico
#5having read it.. You need to get a life and realise how much pain and suffering you have caused us all non m$ users. To this day its a pain.. even a png auto would suffice.. What would be your plan NOW ? For everyones sanity . check
Of all the pain and suffering that Microsoft programmers have caused the rest of the world, favicons have got to be near the bottom of the list.
Re: Inventing Favicon.ico
#6Re: Inventing Favicon.ico
#7Really cool reading this back story, in 2010 I launched a web search engine that displayed search results as favicons (no text, image only). The goal was to appeal to kids (using images and not text) and mobile devices (I generally find only 3 search results fit on a mobile screen using standard search engines, but the favicon engine allowed a user to see 30 search results on the screen at once)...the traction did no…