Internet bookmark
From Wikipedia, the free encyclopedia
Internet bookmarks are stored Web page locations (URLs) that can be retrieved. As a feature of all modern Internet web browsers, their primary purpose is to easily catalog and access web pages that a user has visited and chosen to save.[1] Saved links are called "favorites" in Internet Explorer, and by virtue of the browser's large market share, the term favorite has been synonymous with bookmark since the early days of widely-distributed browsers.[2] Bookmarks are normally visible in a browser menu and stored on the user's computer, and commonly a folder metaphor is be used for organization. In addition to bookmarking methods within most browsers, many external applications exist for bookmark management.
Bookmarks have been incorporated in browsers since the Mosaic browser in 1993.[3] Bookmark lists were called Hotlists in Mosaic[4] and in previous versions of Opera (see this image for an example); this term has faded from common use. Other early web browsers such as ViolaWWW and Cello also had bookmarking features.
Bookmarks are a fundamental feature of web browsers, but some users have expressed frustration with bookmark collections that become disorganized and have looked for other tools to help manage their links.[5] These tools include browser synchronizers and desktop applications.
With the advent of social bookmarking, shared bookmarks have become a means for users sharing similar interests to pool web resources, or to store their bookmarks in such a way that they are not tied to one specific computer or browser. Web-based bookmarking services let users save bookmarks on a remote web server, accessible from anywhere.
Newer browsers have expanded the "bookmark" feature to include variations on the concept of saving links. Mozilla Firefox introduced live bookmarks in 2004,[6] which resemble standard bookmarks but contain a list of links to recent articles supplied by a news site or weblog, which is regularly updated via RSS feeds. Bookmarklets are small scripts stored as bookmarks that can be clicked to perform a function.
Contents |
[edit] Storage
Each browser has a built-in tool for managing the list of bookmarks. The list storage method varies, depending on the browser, its version, and the operating system on which it runs.
In Netscape-derived browsers, bookmarks are stored in the single HTML-coded file bookmarks.html. This approach permits publication and printing of a categorized and indented catalog, and works across platforms. Bookmark names need not be unique. Editing this file outside of its native browser requires editing HTML.
Firefox 3 stores bookmarks, history, cookies, and preferences in a transactionally secure database format (SQLite).
In Internet Explorer, "Favorites" (also "Internet Shortcuts") are stored as individual files named with the original link name, and the filename extension ".URL", for example "Home Page.URL". They are collected in a directory named "Favorites", which may have subdirectories. Bookmark names must be unique within a folder. Each file contains the original URL and Microsoft-specific metadata. Browsers have varying abilities to import and export bookmarks to favorites and vice versa.[7][8][9]
[edit] See also
[edit] References
- ^ Definition of "bookmark", PC Magazine
- ^ "Travel Advisory: Cyberscout; Getting to Your Destination Without Drowning in Data" by L. R. Shannon, February 21, 1999, New York TImes
- ^ "New X-based information systems browser available.", post to comp.infosystems by Marc Andreeseen on February 16, 1993
- ^ "May World-Wide Web News" in 2003 by Tim Berners-Lee
- ^ "Now Where Was I? New Ways to Revisit Web Sites" by Lisa Guernsey, January 22, 2004, New York Times
- ^ "Mozilla Foundation Releases the Highly Anticipated Mozilla Firefox 1.0 Web Browser", press release on November 9, 2004
- ^ Netscape Bookmark File Format Microsoft
- ^ How to import and export the Internet Explorer Favorites folder to a 32-bit version of Windows Microsoft
- ^ How favorites are stored on Windows XP and Vista Codeproject