Man Made Code
Statistics
Total Posts: 34
This Year: 0
This Month: 0
This Week: 0
Comments: 174
Admin
Sign In
Navigation
Home
imorfus (Complete Intranet Solution)
The Alchemist - India
Mix Match Parade
Developers Logic
Speaking Dodo
Programmer's Logic
i-Vista Digital Solutions Pvt Ltd
Recent Posts
How to limit the data returned by each columns in a SELECT statement?
How to swap data between two columns of a table in SQL Server?
Favicon – The little icon on the address bar
Smarter the better – SQL Server tips – part 03
Smarter the Better – SQL Server Tips – Part 02
How do I read excel file data columns as TEXT always?
Applying Windows Integrated Authentication in IIS 6 gives error HTTP 401.1 – Unauthorized: Logon Failed
Smarter the Better – SQL Server Tips – Part 01
Finding Stored Procedure Create and Modified Date in SQL Server
What is the max length of a file name or folder name in Windows OS?
On this page....
Archives
Full Archives By Category
2007 Calendar View
November, 2009 (1)
August, 2009 (1)
July, 2009 (1)
June, 2009 (1)
May, 2009 (2)
April, 2009 (1)
March, 2009 (2)
February, 2009 (5)
January, 2009 (6)
December, 2008 (12)
November, 2008 (2)
<
September 2010
>
Sun
Mon
Tue
Wed
Thu
Fri
Sat
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
Categories
CDOSYS (1)
Classic ASP (10)
Command Line (2)
Databases (16)
Excel (1)
HTML (1)
IIS (10)
Indexing Service (1)
Internet Explorer (7)
Media Streaming (1)
MS.Net (2)
SQA (7)
SQL Server (16)
Windows OS (2)
CDOSYS
Classic ASP
Command Line
Databases
Excel
HTML
IIS
Indexing Service
Internet Explorer
Media Streaming
MS.Net
SQA
SQL Server
Windows OS
Blogroll - Fav Blogs
Geek Speak
Gyan Guru
Acknowledgments
DasBlog Theme Design by:
Tom Watts
E-mail:
Theme Image by:
dreamLogic
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
Technology Blog
« Smarter the better – SQL Server tips – p...
|
Main
|
How to swap data between two columns of ... »
Tuesday, July 14, 2009
Favicon – The little icon on the address bar
A Favicon is the little image displayed in your favorites and in the left corner of the Address Bar of Internet Explorer when you bookmark a page. The Favicon was first popularized by its appearance in the "Address Bar" and "Favorites Folder" using Internet Explorer. Currently, Internet Explorer 5.x (IE 5.x), Linux's Konqueror and Mozilla/Netscape 6.x (NS 6.x) Web browsers support the Favicon function.
A Favicon is a 16x16 pixel, 16 color icon graphics image with an .ico extension. It can be made in most graphic programs. To make it work you create the 16 x 16 pixel graphic, save it as Favicon.ico and upload it to the root directory of your web site (Upload using Binary Transfer Mode). Then add the following html code in between the heading tags of the web pages where you want the Favicon to appear.
<HTML>
<HEAD>
<LINK REL="Shortcut Icon" href="http://www.yourdomain.com/Favicon.ico">
</HEAD>
<BODY>
………………..
………………..
………………..
………………..
</BODY>
</HTML>
There are some common problems with Favicon. They are not permanent and are stored in your temporary Internet files folder. If your Temporary Internet Files folder is cleared, your Favicons will be lost. In some cases, although you have changed the Favicon it is not reflected in the browser, this could be because of the cache problem. The browser may not be refreshing the Favicon. Just click on the browser default icon (In IE it is the blue color "e" symbol in the address bar) or your old Favicon and drag it to the body (Web page document area). This will refresh the Favicon of the browser and show the new Favicon of your web site.
Classic ASP
|
HTML
|
Internet Explorer
|
MS.Net
Tuesday, July 14, 2009 6:22:24 PM (India Standard Time, UTC+05:30)
|
Akash Heranjal
|
Disclaimer
|
Comments [0]
|
Trackback
Related posts:
How do I read excel file data columns as TEXT always?
Applying Windows Integrated Authentication in IIS 6 gives error HTTP 401.1 – Unauthorized: Logon Failed
What is the max length of a file name or folder name in Windows OS?
Debugging web pages with IE Developer Toolbar
Using Advanced Stream Redirector (ASX) to stream audio/video through HTTP Protocol
How to open .MSG Outlook file in Internet Explorer from a web application?
All comments require the approval of the site owner before being displayed.
Name
E-mail
(will show your
gravatar
icon)
Home page
Remember Me
Comment (Some html is allowed:
a@href@title, b, blockquote@cite, em, i, strike, strong, sub, sup, u
) where the @ means "attribute." For example, you can use <a href="" title=""> or <blockquote cite="Scott">.
Enter the code shown (prevents robots):
Live Comment Preview