2010
06.26

A favicon (short for favorites icon), also known as a website icon, shortcut icon, URL icon, or bookmark icon  is a 16×16, 32×32 or 64×64 pixel square icon associated with a particular website  or webpage. Browsers that provide favicon support typically display a page’s favicon in the browser’s address bar and next to the page’s name in a list of bookmarks. Browsers that support a tabbed document interface typically show a page’s favicon next to the page’s title on the tab.

Associating the Shortcut Icon with Your Web Page

After creating the icon, you must associate it with your Web page. There are two methods for doing this.

  1. The first method is to save the icon with the default file name of favicon.ico to the root directory of your domain—for example, www.tejaspmehta.com/favicon.ico.
  2. The second method for associating a shortcut icon with your Web page is to add a line of HTML code to the page’s head  element. The line of code includes a link  tag that specifies the location and name of the icon file.


<head>
<link rel="SHORTCUT ICON" href="http://www.tejaspmehta.com/myicon.ico"/>
<title>My Title</title>
</head>

You can use either method, or both. However, if you use the second method, whichever icon you point to in the link tag on each page will be displayed instead of the default favicon.ico file at the root of your domain.

2010
06.01

Mozilla Firefox is a free web browser used by almost 25% worldwide, making it the second most used browser worldwide after Microsoft’s Internet Explorer.

To know more about Firefox browser follow : http://en.wikipedia.org/wiki/Mozilla_Firefox

Here are some Keyboard Shortcuts for Mozilla Firefox

CTRL + A Select all text on a webpage
CTRL + B Open the Bookmarks sidebar
CTRL + C Copy the selected text to the Windows clipboard
CTRL + D Bookmark the current webpage
CTRL + F Find text within the current webpage
CTRL + G Find more text within the same webpage
CTRL + H Opens the webpage History sidebar
CTRL + I Open the Bookmarks sidebar
CTRL + J Opens the Download Dialogue Box
CTRL + K Places the cursor in the Web Search box ready to type your search
CTRL + L Places the cursor into the URL box ready to type a website address
CTRL + M Opens your mail program (if you have one) to create a new email message
CTRL + N Opens a new Firefox window
CTRL + O Open a local file
CTRL + P Print the current webpage
CTRL + R Reloads the current webpage
CTRL + S Save the current webpage on your PC
CTRL + T Opens a new Firefox Tab
CTRL + U View the page source of the current webpage
CTRL + V Paste the contents of the Windows clipboard
CTRL + W Closes the current Firefox Tab or Window (if more than one tab is open)
CTRL + Z Undo the last action

F1 Opens Firefox help
F3 Find more text within the same webpage
F5 Reload the current webpage
F6 Toggles the cursor between the address/URL input box and the current webpage
F7 Toggles Caret Browsing on and off. Used to be able to select text on a webpage with the keyboard
F11 Switch to Full Screen mode

Rss Feed Tweeter button Facebook button Linkedin button