Bookmark (digital)

From Wikipedia, the free encyclopedia
(Redirected from Favourites)
Bookmarks in browsers are usually identified with a star icon and in many instances will use the icon image of the website to highlight the saved bookmark.

In the context of the World Wide Web, a bookmark is a Uniform Resource Identifier (URI) that is stored for later retrieval in any of various storage formats. All modern web browsers include bookmark features. Bookmarks are called favorites or Internet shortcuts in Internet Explorer and Microsoft Edge, and by virtue of that browser's large market share, these terms have been synonymous with bookmark since the First Browser War.[1] Bookmarks are normally accessed through a menu in the user's web browser, and folders are commonly used for organization. In addition to bookmarking methods within most browsers, many external applications offer bookmarks management.

Bookmarks have been incorporated in browsers since the ViolaWWW browser in 1992,[2] and Mosaic browser in 1993.[3] Bookmark lists were called Hotlists in Mosaic[4] and in previous versions of Opera; this term has faded from common use. Cello, another early browser, also had bookmarking features.

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,[5] 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; however, Mozilla removed this feature in 2018.[6] "Bookmarklets" are JavaScript programs stored as bookmarks that can be clicked to perform a function.

Storage[edit]

The bookmarks sidebar in Mozilla Firefox 3.0. An alternative to the bookmarks menu, it is similar to sidebars found in Internet Explorer, Opera, and Safari.

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.

Netscape browsers store bookmarks 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 its native browser requires editing HTML.

For data portability and interoperability, most modern Web browsers support importing from and exporting to the Netscape bookmarks.html format.

Beginning with Firefox 3, Mozilla Corporation began using SQLite in browser releases to store bookmarks, history, cookies, and preferences in a transactionally secure database.

Internet Explorer's "Favorites" (also "Internet Shortcuts") are stored as individual files named with the original link name, and the filename extension ".URL",[7] for example "Home Page.URL" 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.[8][9][10]

Bookmarklets[edit]

A bookmarklet in action

Bookmarklets are JavaScript programs stored as bookmarks. The term is a portmanteau of the words bookmark and applet. Bookmarklets are possible because the JavaScript URI scheme allows JavaScript programs to be stored as URIs, which can be stored in bookmarks. Bookmarklets have access to the current page, which they may inspect and change. As such, they can be simple "one-click" tools which add functionality to the browser. Bookmarklets are typically installed by navigating to a web page that links to a JavaScript URI, right-clicking the link, and clicking the bookmark option.

Web developer Steve Kangas got the idea from the Netscape JavaScript Guide,[11] and coined the term bookmarklets in 1998.[12] Brendan Eich, the inventor of JavaScript, explained bookmarklets as follows:

They were a deliberate feature in this sense: I invented the javascript: URL along with JavaScript in 1995, and intended that javascript: URLs could be used as any other kind of URL, including being bookmark-able. In particular, I made it possible to generate a new document by loading, e.g. javascript:'hello, world', but also (key for bookmarklets) to run arbitrary script against the DOM of the current document, e.g. javascript:alert(document.links[0].href). The difference is that the latter kind of URL uses an expression that evaluates to the undefined type in JS. I added the void operator to JS before Netscape 2 shipped to make it easy to discard any non-undefined value in a javascript: URL.

— Brendan Eich, email to Simon Willison[13]

Live bookmarks[edit]

Live bookmarks are Internet bookmarks powered by RSS, particularly in Mozilla Firefox. They allow users to dynamically monitor changes to their favorite news sources. Instead of treating RSS-feeds as HTML pages like most news aggregators do, they are treated as bookmarks that are updated in real-time with a link to the appropriate source. Live bookmarks are updated automatically; however, no browser option exists to prevent or control the automatic live bookmark updates.

Live bookmarks were available in Firefox from 2004 until December 2018; since then, Firefox no longer supports them.[6]

See also[edit]

Bookmarking systems
Other weblink-based systems

References[edit]

  1. ^ Shannon, L. R. (February 21, 1999). "Travel Advisory: Cyberscout; Getting to Your Destination Without Drowning in Data". The New York Times. Retrieved July 3, 2009.
  2. ^ Berners-Lee, Tim (November 3, 1992). "A quick look at ViolaWWW". Retrieved March 29, 2022.
  3. ^ "New X-based information systems browser available.", post to comp.infosystems by Marc Andreessen on February 16, 1993
  4. ^ "May World-Wide Web News" in 1993 by Tim Berners-Lee
  5. ^ "Mozilla Foundation Releases the Highly Anticipated Mozilla Firefox 1.0 Web Browser", press release on November 9, 2004
  6. ^ a b "Firefox 64.0, See All New Features, Updates and Fixes". Mozilla. December 11, 2018. Retrieved December 12, 2018.
  7. ^ "Working with Shortcuts". Microsoft Windows 2000 Scripting Guide. Microsoft. 22 October 2009. Retrieved June 19, 2015.
  8. ^ "Netscape Bookmark File Format" (Web). Microsoft. Retrieved August 27, 2009.
  9. ^ "How to import and export the Internet Explorer Favorites folder to a 32-bit version of Windows" (Web). Microsoft. Retrieved August 28, 2009.
  10. ^ Mikkers, Jean-Paul (19 December 2007). "How favorites are stored on Windows XP and Vista" (Web). Codeproject. Retrieved August 28, 2009.
  11. ^ "About Bookmarklets". Retrieved July 3, 2009.
  12. ^ "Bookmarklets Home Page — free tools for power surfing". Archived from the original on July 7, 2009. Retrieved July 3, 2009.
  13. ^ Willison, Simon (April 10, 2004). "Email from Brendan Eich". SitePoint. Archived from the original on 2009-07-21. Retrieved 2007-04-22.

External links[edit]