US20080028025A1 - Method and system for managing preferred web site links - Google Patents

Method and system for managing preferred web site links Download PDF

Info

Publication number
US20080028025A1
US20080028025A1 US11/869,335 US86933507A US2008028025A1 US 20080028025 A1 US20080028025 A1 US 20080028025A1 US 86933507 A US86933507 A US 86933507A US 2008028025 A1 US2008028025 A1 US 2008028025A1
Authority
US
United States
Prior art keywords
information
link
web
approved
web site
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/869,335
Inventor
Judy Kogut-O'Connell
Ryan Carrington
Jackie Hill
Catherine Ng
Ann Storms
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US11/869,335 priority Critical patent/US20080028025A1/en
Publication of US20080028025A1 publication Critical patent/US20080028025A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99936Pattern matching access
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users

Definitions

  • This invention relates generally to information processing in a network environment, and more particularly, this invention relates to an improved web browser method and system for identifying, categorizing, and displaying preferred web site links over a network.
  • the World Wide Web has become a well-known and versatile feature of the Internet.
  • the web comprises many files or pages of information, distributed across many different servers. Each page is identified by an individual address or “Universal Resource Locator (URL)” which, in turn, denotes both a server machine and a particular file or page on that machine. There may be many pages or URLs resident on a single server.
  • URL Universal Resource Locator
  • a user runs a computer program called a web browser on a client computer system such as a personal computer.
  • client computer system such as a personal computer.
  • Examples of browser programs on the market include Microsoft Internet ExplorerTM and Netscape NavigatorTM.
  • the user interacts with the web browser to select a particular URL.
  • the interaction causes the browser to send a request for the URL-identified page or file to the URL-identified server.
  • the server responds to the request by retrieving the requested page and transmitting the data back to the requesting client utilizing hypertext transfer protocol (HTTP), a well known protocol in the art.
  • HTTP hypertext transfer protocol
  • the page received by the client is displayed to the user on the client machine.
  • the client may also cause the server to launch an application, such as a search engine, to search for web pages relating to particular topics.
  • Web pages are typically formatted in accordance with a computer programming language known as hypertext markup language (HTML).
  • HTML hypertext markup language
  • a typical web page includes text together with embedded formatting commands, referred to as tags, that can be employed to control font style, font size, layout features, etc.
  • the web browser parses the HTML script in order to display the text in accordance with the specified format.
  • an HTML page may also contain a reference, in terms of another URL, to a portion of multimedia data such as an image, video segment, or audio file.
  • the web browser responds to such a reference by retrieving and displaying or playing the multimedia data.
  • the multimedia data may reside on its own web page, without surround HTML text.
  • Most web pages also contain one or more references to other web pages, which need not reside on the same server as the original page. Such references may be activated by the user selecting particular locations on the screen, typically by clicking a mouse control button. These references or locations are known as hyperlinks, and are typically flagged by the web browser in a particular manner such as through the use of color coding the text link. If a user selects the hyperlinked text, then the referenced page is retrieved and replaces the currently displayed page.
  • Newer browser technology has extended the traditional client/server technology of requesting and receiving web pages to now include more advanced features.
  • Information previously incapable of being displayed via a browser can now usually be presented with the assistance of a plug in application that runs on top of the browser program.
  • Other recent developments in web technology include packaged suites of well-known applications software and groupware tools which provide “full service” web computing capabilities.
  • Bookmarks or favorites are shortcuts to pages found on the Internet. While surfing, a user can instantly bookmark a site, linking its corresponding URL to a specified location on the user's PC.
  • a process is therefore required that improves access to useful web sites by allowing users to share the information quickly via a desktop icon or simple keyboard selection.
  • a method and system for identifying, categorizing, and sharing web site links over a communications network via a web key tool includes receiving a request, including a website link, to incorporate information relating to the website into the web key tool.
  • the method also includes associating the information and the link with a category, which includes viewing a list of categories and selecting the category from the list or defining a new category, as well as manually entering a uniform resource locator and description of the information or importing the information during a search from an active web site.
  • the method also includes transmitting the information and link to a central storage location associated with the web key tool and processing the information, which includes approving the information and link for storage or either aborting the process or returning to the category selection option and repeating the selection process if the information is not approved.
  • FIG. 1 is a block diagram of a portion of the system that includes a plurality of client systems and servers on which the web key tool is implemented;
  • FIG. 2 is a diagram illustrating the process of establishing a new web link in the web key web page.
  • FIG. 3 is a sample menu screen of the web key tool illustrating the various functions which can be performed utilizing the tool.
  • system 100 may be part of a wide area network in which different geographical locations are interconnected, either by high-speed data lines or by radio links, interconnecting hundreds of workstations at widely disparate locations.
  • system 100 includes an organization 102 comprising a server 104 and data storage device 118 connected through a network 112 to client systems 114 .
  • client system 116 which represents a workstation operated by a system administrator for the web key tool. The system administrator or web key administrator controls the content and access to the web key database.
  • Network 112 may comprise a LAN, a WAN, a MAN, or other network configuration known in the art. Further, network connections may include wireless technology, radio-based communications, telephony-based communications, or a combination of the above. For purposes of illustration, network 112 is an Intranet. Access restriction is controlled via firewall 122 which protects organization 102 and its internal devices and applications from unauthorized network access.
  • Organization 102 is running suitable multi-platform supported server software for creating secure, interactive Internet and Intranet applications, and which allows information in data storage device 118 to be presented to end users or client systems.
  • Organization 102 executes the Web key tool, among other applications via server 104 , client systems 114 , or a combination of the above.
  • Organization 102 is also running a groupware application such as Lotus NotesTM which allows client systems to access information through its replication capabilities, provides e-mail services, and supports a secure Intranet/Extranet architecture.
  • Data storage device 118 resides within Intranet 112 and may comprise any form of mass storage device configured to read and write database type data maintained in a file store (e.g., a magnetic disk data storage device). Data storage device 118 is logically addressable as a consolidated data source across a distributed environment such as network system 100 . The implementation of local and wide-area database management systems to achieve the functionality of data storage device 118 will be readily understood by those skilled in the art. Information stored in data storage device 118 is retrieved and manipulated via server 104 .
  • Server 104 is a DominoTM server which allows organization 102 to maintain up-to-date preferred web site listings and URLs logically organized by subject matter categories. Server 104 shares information with client systems, storing the most current data for access by user systems.
  • the web key tool is an e-business application that provides a value added service to existing web browser programs.
  • Authorized personnel of organization 102 have access to the web key tool both in their office and while traveling with a mobile communications device 130 by using a replica of the Lotus NotesTM databases from data storage device 118 as can be seen generally in FIG. 1 .
  • Applications running on server 104 may be programmed to systematically conduct scheduled replications, whereby database replicas are temporarily stored in a queue awaiting replication (not shown). Replications may be scheduled by organization 102 as frequently as desired in order to provide access to the most current, up-to-date information.
  • Server 140 represents a typical communications resource queried by organization 102 for information. For example, a user on client system 114 conducts a search via the web which causes server 104 to contact server 140 upon which the desired information is located. Server 140 may house the data directly within its system or may contact a second server (not shown) for the information requested. If the information is found by server 140 , it transmits the information, such as documents 150 , to organization 102 .
  • the goal of the web key tool is to provide access to the most complete, up-to-date information regarding preferred or useful web sites, facilitating and streamlining the key business processes.
  • This flow of information is systematically integrated and organized via the web key tool as shown generally in FIG. 2 .
  • An employee at one of client systems 114 or 130 of organization 102 discovers a useful web site he/she believes would benefit coworkers at step 202 .
  • the employee transfers the link information to a system administrator or web key administrator via client system 116 at step 204 .
  • This can be done via email or any convenient means of communication.
  • this step may be eliminated.
  • flow proceeds to step 206 whereby the user at one of client systems 114 or 130 launches the web key tool either by selecting a desktop icon or by keyboard selection. Once launched, the main menu screen 300 of FIG. 3 is presented to the user.
  • the web key features can be presented in tool bar form on the users computer screen (not shown).
  • the user/administrator at client system 116 selects “ADD” 304 at step 208 which causes the web key application to display pop up window 306 displaying further options at step 210 .
  • the user may either enter a category in field 308 or may select “VIEW ALL” 310 which causes the web key tool to display pop up window 312 .
  • Window 312 lists the available categories for selection.
  • the user/administrator chooses a category from the list at step 212 by double clicking on one of category titles 313 in pop up window 312 . If no suitable category is available, the web key tool may be configured to allow the system administrator at client system 116 to add a new category, providing added flexibility and customization to the tool.
  • the administrator selects “CREATE NEW” 314 at step 214 which causes pop up window 316 to appear listing further options for the user.
  • the user may either type in a category name 318 at step 216 or, as a standardized alternative, may choose from a drop down menu 320 at step 218 .
  • the user enters the information relating to the link at step 220 . This can be imported during a search from a currently active web site, or may be manually entered by URL and brief description.
  • the user selects “submit” (not shown) at step 222 and the web key tool checks the web key database in data storage device 118 to ensure that the information is complete, not redundant (i.e., not already stored in the database), and that the user has proper authorization at step 224 . If approval is not granted, the user may either abort the process at step 226 , or may return to the category selection option at step 212 and repeat the selection process. Once approved, the information is saved into the web key database and automatically updated for access by employees at step 228 .
  • the present invention can be embodied in the form of computer-implemented processes and apparatuses for practicing those processes.
  • the present invention can also be embodied in the form of computer program code containing instructions embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other computer-readable storage medium, wherein, when the computer program code is loaded into and executed by a computer, the computer becomes an apparatus for practicing the invention.
  • the present invention can also be embodied in the form of computer program code, for example, whether stored in a storage medium, loaded into and/or executed by a computer, or transmitted over some transmission medium, such as over electrical wiring or cabling, through fiber optics, or via electromagnetic radiation, wherein, when the computer program code is loaded into and executed by a computer, the computer becomes an apparatus for practicing the invention.
  • computer program code segments configure the microprocessor to create specific logic circuits.

Abstract

A method and system for identifying, categorizing, and sharing web site links over a communications network via a web key tool includes receiving a request, including a website link, to incorporate information relating to the website into the web key tool. The method also includes associating the information and the link with a category, which includes viewing a list of categories and selecting the category from the list or defining a new category, as well as manually entering a uniform resource locator and description of the information or importing the information during a search from an active web site. The method also includes transmitting the information and link to a central storage location associated with the web key tool and processing the information, which includes approving the information and link for storage or either aborting the process or returning to the category selection option and repeating the selection process if the information is not approved.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation application of U.S. Ser. No. 09/879,270, filed on Jun. 12, 2001, the disclosure of which is incorporated by reference herein in its entirety.
  • BACKGROUND
  • This invention relates generally to information processing in a network environment, and more particularly, this invention relates to an improved web browser method and system for identifying, categorizing, and displaying preferred web site links over a network.
  • The World Wide Web (WWW), or “web”, has become a well-known and versatile feature of the Internet. The web comprises many files or pages of information, distributed across many different servers. Each page is identified by an individual address or “Universal Resource Locator (URL)” which, in turn, denotes both a server machine and a particular file or page on that machine. There may be many pages or URLs resident on a single server.
  • Typically, to utilize the web, a user runs a computer program called a web browser on a client computer system such as a personal computer. Examples of browser programs on the market include Microsoft Internet Explorer™ and Netscape Navigator™. The user interacts with the web browser to select a particular URL. The interaction causes the browser to send a request for the URL-identified page or file to the URL-identified server. Typically, the server responds to the request by retrieving the requested page and transmitting the data back to the requesting client utilizing hypertext transfer protocol (HTTP), a well known protocol in the art. The page received by the client is displayed to the user on the client machine. The client may also cause the server to launch an application, such as a search engine, to search for web pages relating to particular topics.
  • Web pages are typically formatted in accordance with a computer programming language known as hypertext markup language (HTML). Thus, a typical web page includes text together with embedded formatting commands, referred to as tags, that can be employed to control font style, font size, layout features, etc. The web browser parses the HTML script in order to display the text in accordance with the specified format. In addition, an HTML page may also contain a reference, in terms of another URL, to a portion of multimedia data such as an image, video segment, or audio file. The web browser responds to such a reference by retrieving and displaying or playing the multimedia data. Alternatively, the multimedia data may reside on its own web page, without surround HTML text.
  • Most web pages also contain one or more references to other web pages, which need not reside on the same server as the original page. Such references may be activated by the user selecting particular locations on the screen, typically by clicking a mouse control button. These references or locations are known as hyperlinks, and are typically flagged by the web browser in a particular manner such as through the use of color coding the text link. If a user selects the hyperlinked text, then the referenced page is retrieved and replaces the currently displayed page.
  • Newer browser technology has extended the traditional client/server technology of requesting and receiving web pages to now include more advanced features. Information previously incapable of being displayed via a browser can now usually be presented with the assistance of a plug in application that runs on top of the browser program. Other recent developments in web technology include packaged suites of well-known applications software and groupware tools which provide “full service” web computing capabilities. These enhancements have already proven themselves in the business community where business enterprises and their trading partners enjoy extensive collaboration and communication capabilities.
  • One drawback to web technology, however, relates to the growing number of web sites and the correlated searching difficulties encountered by web users. To access a desired web site, a user must remember either the web site name as it is registered in the domain name registry (i.e., exact spelling and punctuation), or remember the URL address to which the name belongs.
  • Another major drawback is the sometimes overwhelming sea of information which an ill-planned web search can return. Conducting carefully executed searches requires some boolean-based search knowledge, particularly for time-pressured web users, before meaningful and substantive information can be found. Search engines with their limited “keyword” and boolean operator approach can further aggravate an inexperienced web surfer. Thousands of documents and links containing a selected key word are flagged and displayed by the search engine, often resulting in slow information retrieval, too much information, or the wrong information. In fact, savvy web site proprietors have been known to strategically and purposefully interpose popular keywords into their web pages in order to increase their site's visibility and web presence by ensuring that their web sites will be picked up during a search. Thus, many searches lead to information which has no actual or logical connection to the keyword searched.
  • Because of the difficulties in web searching recited above, it is no wonder that commercial software developers incorporate ‘booklmarking’ and ‘favorites’ tools into their products to assist the user in saving, and later retrieving, useful web sites. Bookmarks or favorites are shortcuts to pages found on the Internet. While surfing, a user can instantly bookmark a site, linking its corresponding URL to a specified location on the user's PC.
  • A growing number of businesses today are setting up shop online and opting for the convenience that e-commerce and online business-to-business (B2B) activities offer. Traditional communications channels such as telephone, facsimile, mail, and person-to-person are quickly being replaced by e-commerce and the corporate web site. As the number of web sites and online B2B transactions increase, it logically follows that web searching activities will continue to increase as well. As indicated above, searching the web can result in employees having to sift through vast numbers of web sites. Larger companies with geographically scattered offices may be especially affected where redundancies in searches are likely, resulting in wasted time and human resources. Bookmarking a useful web site may be beneficial to one employee who saves this web site link in a personalized file storage location. However, other employees who may have an interest in this web site will have no knowledge of it and thus, will not benefit from it. Employees may forward or email these links back and forth to other employees, but this haphazard approach to sharing information is inefficient, as the data has no central storage location and is not organized in any useful fashion.
  • A process is therefore required that improves access to useful web sites by allowing users to share the information quickly via a desktop icon or simple keyboard selection.
  • BRIEF SUMMARY
  • A method and system for identifying, categorizing, and sharing web site links over a communications network via a web key tool includes receiving a request, including a website link, to incorporate information relating to the website into the web key tool. The method also includes associating the information and the link with a category, which includes viewing a list of categories and selecting the category from the list or defining a new category, as well as manually entering a uniform resource locator and description of the information or importing the information during a search from an active web site. The method also includes transmitting the information and link to a central storage location associated with the web key tool and processing the information, which includes approving the information and link for storage or either aborting the process or returning to the category selection option and repeating the selection process if the information is not approved.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Referring now to the drawings wherein like elements are numbered alike in the several FIGURES:
  • FIG. 1 is a block diagram of a portion of the system that includes a plurality of client systems and servers on which the web key tool is implemented;
  • FIG. 2 is a diagram illustrating the process of establishing a new web link in the web key web page; and
  • FIG. 3 is a sample menu screen of the web key tool illustrating the various functions which can be performed utilizing the tool.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
  • In an exemplary embodiment, the web key application is implemented through a networked system such as that shown in FIG. 1. Although not necessary to realize the advantages of the present invention, system 100 may be part of a wide area network in which different geographical locations are interconnected, either by high-speed data lines or by radio links, interconnecting hundreds of workstations at widely disparate locations. In the simplified diagram of FIG. 1, system 100 includes an organization 102 comprising a server 104 and data storage device 118 connected through a network 112 to client systems 114. Also included in system 100 is client system 116 which represents a workstation operated by a system administrator for the web key tool. The system administrator or web key administrator controls the content and access to the web key database. The term “organization” refers to the system implementing the web key application of the present invention. Network 112 may comprise a LAN, a WAN, a MAN, or other network configuration known in the art. Further, network connections may include wireless technology, radio-based communications, telephony-based communications, or a combination of the above. For purposes of illustration, network 112 is an Intranet. Access restriction is controlled via firewall 122 which protects organization 102 and its internal devices and applications from unauthorized network access.
  • Organization 102 is running suitable multi-platform supported server software for creating secure, interactive Internet and Intranet applications, and which allows information in data storage device 118 to be presented to end users or client systems. Organization 102 executes the Web key tool, among other applications via server 104, client systems 114, or a combination of the above. Organization 102 is also running a groupware application such as Lotus Notes™ which allows client systems to access information through its replication capabilities, provides e-mail services, and supports a secure Intranet/Extranet architecture.
  • Data storage device 118 resides within Intranet 112 and may comprise any form of mass storage device configured to read and write database type data maintained in a file store (e.g., a magnetic disk data storage device). Data storage device 118 is logically addressable as a consolidated data source across a distributed environment such as network system 100. The implementation of local and wide-area database management systems to achieve the functionality of data storage device 118 will be readily understood by those skilled in the art. Information stored in data storage device 118 is retrieved and manipulated via server 104. Server 104 is a Domino™ server which allows organization 102 to maintain up-to-date preferred web site listings and URLs logically organized by subject matter categories. Server 104 shares information with client systems, storing the most current data for access by user systems.
  • The web key tool is an e-business application that provides a value added service to existing web browser programs. Authorized personnel of organization 102 have access to the web key tool both in their office and while traveling with a mobile communications device 130 by using a replica of the Lotus Notes™ databases from data storage device 118 as can be seen generally in FIG. 1. Applications running on server 104 may be programmed to systematically conduct scheduled replications, whereby database replicas are temporarily stored in a queue awaiting replication (not shown). Replications may be scheduled by organization 102 as frequently as desired in order to provide access to the most current, up-to-date information.
  • Server 140 represents a typical communications resource queried by organization 102 for information. For example, a user on client system 114 conducts a search via the web which causes server 104 to contact server 140 upon which the desired information is located. Server 140 may house the data directly within its system or may contact a second server (not shown) for the information requested. If the information is found by server 140, it transmits the information, such as documents 150, to organization 102.
  • The goal of the web key tool is to provide access to the most complete, up-to-date information regarding preferred or useful web sites, facilitating and streamlining the key business processes.
  • This flow of information is systematically integrated and organized via the web key tool as shown generally in FIG. 2.
  • An employee at one of client systems 114 or 130 of organization 102 discovers a useful web site he/she believes would benefit coworkers at step 202. The employee transfers the link information to a system administrator or web key administrator via client system 116 at step 204. This can be done via email or any convenient means of communication. Alternatively, in smaller organizations or organizations in which the user who discovered the site has high level access to the web key tool, this step may be eliminated. In this case, flow proceeds to step 206 whereby the user at one of client systems 114 or 130 launches the web key tool either by selecting a desktop icon or by keyboard selection. Once launched, the main menu screen 300 of FIG. 3 is presented to the user. Alternatively, the web key features can be presented in tool bar form on the users computer screen (not shown).
  • The user/administrator at client system 116 selects “ADD” 304 at step 208 which causes the web key application to display pop up window 306 displaying further options at step 210. The user may either enter a category in field 308 or may select “VIEW ALL” 310 which causes the web key tool to display pop up window 312. Window 312 lists the available categories for selection. The user/administrator chooses a category from the list at step 212 by double clicking on one of category titles 313 in pop up window 312. If no suitable category is available, the web key tool may be configured to allow the system administrator at client system 116 to add a new category, providing added flexibility and customization to the tool. If no suitable category can be found, the administrator selects “CREATE NEW” 314 at step 214 which causes pop up window 316 to appear listing further options for the user. The user may either type in a category name 318 at step 216 or, as a standardized alternative, may choose from a drop down menu 320 at step 218. Once a category has been selected, the user enters the information relating to the link at step 220. This can be imported during a search from a currently active web site, or may be manually entered by URL and brief description. Once entered, the user selects “submit” (not shown) at step 222 and the web key tool checks the web key database in data storage device 118 to ensure that the information is complete, not redundant (i.e., not already stored in the database), and that the user has proper authorization at step 224. If approval is not granted, the user may either abort the process at step 226, or may return to the category selection option at step 212 and repeat the selection process. Once approved, the information is saved into the web key database and automatically updated for access by employees at step 228.
  • While preferred embodiments have been shown and described, various modifications and substitutions may be made thereto without departing from the spirit and scope of the invention. Accordingly, it is to be understood that the present invention has been described by way of illustration and not limitation.
  • As described above, the present invention can be embodied in the form of computer-implemented processes and apparatuses for practicing those processes. The present invention can also be embodied in the form of computer program code containing instructions embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other computer-readable storage medium, wherein, when the computer program code is loaded into and executed by a computer, the computer becomes an apparatus for practicing the invention. The present invention can also be embodied in the form of computer program code, for example, whether stored in a storage medium, loaded into and/or executed by a computer, or transmitted over some transmission medium, such as over electrical wiring or cabling, through fiber optics, or via electromagnetic radiation, wherein, when the computer program code is loaded into and executed by a computer, the computer becomes an apparatus for practicing the invention. When implemented on a general-purpose microprocessor, the computer program code segments configure the microprocessor to create specific logic circuits.

Claims (12)

1. A method for identifying, categorizing, and sharing web site links over a communications network via a web key tool, comprising:
receiving a request at a first user client system to incorporate information relating to a web site into the web key tool, wherein the request includes a link to the web site;
launching the web key tool at a second user client system in response to the second user client system receiving the request from the first user client system;
selecting an option on a menu screen's list of options provided by the web key tool, wherein the option relates to the request to incorporate the information;
associating the information and the link with a category, comprising:
viewing a list of categories provided by a drown down menu of a user interface of the web key tool;
performing one of:
selecting the category from the list; and
defining a new category; and
performing one of:
manually entering a uniform resource locator and description of the information; and
importing the information during a search from a currently active web site;
transmitting the information and the link to a central storage location associated with the web key tool;
processing the information and the link the processing determining whether or not the information and the link are approved for storage in the central storage location;
if the information and the link are approved as determined by the processing, then saving the approved information and the approved link in the central storage location;
updating related database files with respect to the approved information and the approved link; and providing authorized system users with access to the approved information and the approved link in the central storage location via an input option at the first user client system; and
if approval is not granted, the user either aborts the process or returns to the category selection option and repeats the selection process.
2. The method of claim 1, wherein the link to the web site includes:
a universal resource locator for the web site;
a web address of the web site; and
a hypertext transfer protocol link.
3. The method of claim 1, wherein processing the information includes:
checking to ensure that the information and the link are complete;
checking to ensure that the information and the link are not a duplicate of information submitted by authorized system users; and
verifying that a user at the first user client system is authorized to submit the request.
4. The method of claim 1, wherein the approved information is accessible to the authorized system users via a web page.
5. A storage medium encoded with machine-readable program code for identifying, categorizing, and sharing web site links over a communications network via a web key tool, the storage medium including instructions for causing the a computer to implement a method, comprising:
receiving a request at a first user client system to incorporate information relating to a web site into the web key tool, wherein the request includes a link to the web site;
launching the web key tool at a second user client system in response to the second user client system receiving the request from the first user client system;
selecting an option on a menu screen's list of options provided by the web key tool, wherein the option relates to the request to incorporate the information;
associating the information and the link with a category, comprising:
viewing a list of categories provided by a drown down menu of a user interface of the web key tool;
performing one of:
selecting the category from the list; and
defining a new category; and
performing one of:
manually entering a uniform resource locator and description of the information; and
importing the information during a search from a currently active web site;
transmitting the information and the link to a central storage location associated with the web key tool;
processing the information and the link, the processing determining whether or not the information and the link are approved for storage in the central storage location;
if the information and the link are approved as determined by the processing, then saving the approved information and the approved link in the central storage location;
updating related database files with respect to the approved information and the approved link; and providing authorized system users with access to the approved information and the approved link in the central storage location via an input option at the first user client system; and
if approval is not granted, the user either aborts the process or returns to the category selection option and repeats the selection process.
6. The storage medium of claim 5, wherein the link to the web site includes:
a universal resource locator for the web site;
a web address of the web site; and
a hypertext transfer protocol link.
7. The storage medium of claim 5, wherein processing the information includes:
checking to ensure that the information and the link are complete;
checking to ensure that the information and the link are not a duplicate of information submitted by authorized system users; and
verifying that a user at the first user client system is authorized to submit the request.
8. The storage medium of claim 5, wherein the approved information is accessible to the authorized system users via a web page.
9. A system for identifying, categorizing, and sharing web site links over a communications network via a web key tool, comprising:
an organization, comprising:
a first user client system capable of receiving a request for incorporating information relating to a web site into the web key tool, wherein the request includes a link to the web site;
a data storage device for providing a centralized storage location for the link;
a second user client system for controlling access to the data storage device and managing operations provided by the web key tool;
a network link for allowing the first user client system, the second user client system, and the data storage device to communicate with each other; and
wherein the web key tool is launched at the second user client system in response to the second user client system receiving a request for incorporating information relating to the web site from the first user client system, the web key tool performing:
receiving a request at a first user client system to incorporate information relating to a web site into the web key tool, wherein the request includes a link to the web site;
launching the web key tool at a second user client system in response to the second user client system receiving the request from the first user client system;
selecting an option on a menu screen's list of options provided by the web key tool, wherein the option relates to the request to incorporate the information;
associating the information and the link with a category, comprising:
viewing a list of categories provided by a drown down menu of a user interface of the web key tool;
performing one of:
selecting the category from the list; and
defining a new category; and
performing one of:
manually entering a uniform resource locator and description of the information; and
importing the information during a search from a currently active web site;
transmitting the information and the link to a central storage location associated with the web key tool;
processing the information and the link the processing determining whether or not the information and the link are approved for storage in the central storage location;
if the information and the link are approved as determined by the processing, then saving the approved information and the approved link in the central storage location;
updating related database files with respect to the approved information and the approved link; and providing authorized system users with access to the approved information and the approved link in the central storage location via an input option at the first user client system; and
if approval is not granted, the user either aborts the process or returns to the category selection option and repeats the selection process.
10. The system of claim 9, wherein the link to the web site includes:
a universal resource locator for the web site;
a web address of the web site; and
a hypertext transfer protocol link.
11. The system of claim 9, wherein processing the information includes:
checking to ensure that the information and the link are complete;
checking to ensure that the information and the link are not a duplicate of information submitted by authorized system users; and
verifying that a user at the first user client system is authorized to submit the request.
12. The system of claim 9, wherein the approved information is accessible to the authorized system users via a web page.
US11/869,335 2001-06-12 2007-10-09 Method and system for managing preferred web site links Abandoned US20080028025A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/869,335 US20080028025A1 (en) 2001-06-12 2007-10-09 Method and system for managing preferred web site links

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/879,270 US7289980B2 (en) 2001-06-12 2001-06-12 Method and system for managing preferred web site links
US11/869,335 US20080028025A1 (en) 2001-06-12 2007-10-09 Method and system for managing preferred web site links

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/879,270 Continuation US7289980B2 (en) 2001-06-12 2001-06-12 Method and system for managing preferred web site links

Publications (1)

Publication Number Publication Date
US20080028025A1 true US20080028025A1 (en) 2008-01-31

Family

ID=25373787

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/879,270 Expired - Fee Related US7289980B2 (en) 2001-06-12 2001-06-12 Method and system for managing preferred web site links
US11/869,335 Abandoned US20080028025A1 (en) 2001-06-12 2007-10-09 Method and system for managing preferred web site links

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/879,270 Expired - Fee Related US7289980B2 (en) 2001-06-12 2001-06-12 Method and system for managing preferred web site links

Country Status (1)

Country Link
US (2) US7289980B2 (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7194464B2 (en) 2001-12-07 2007-03-20 Websense, Inc. System and method for adapting an internet filter
US7634539B2 (en) * 2004-08-02 2009-12-15 Sap Ag Relations between collaboration workspaces
US7971147B2 (en) * 2005-07-25 2011-06-28 Billeo, Inc. Methods and systems for automatically creating a site menu
US8020206B2 (en) 2006-07-10 2011-09-13 Websense, Inc. System and method of analyzing web content
US8615800B2 (en) 2006-07-10 2013-12-24 Websense, Inc. System and method for analyzing web content
US9654495B2 (en) 2006-12-01 2017-05-16 Websense, Llc System and method of analyzing web addresses
US9398067B2 (en) * 2007-02-20 2016-07-19 Avaya Inc. Web-based sharing of documents
US20080208803A1 (en) * 2007-02-27 2008-08-28 Wazap Ag System and method for characterising a web page
GB0709527D0 (en) 2007-05-18 2007-06-27 Surfcontrol Plc Electronic messaging system, message processing apparatus and message processing method
US8239877B2 (en) * 2007-08-28 2012-08-07 International Business Machines Corporation Pre-population of meta data cache for resolution of data marshaling issues
EP2318955A1 (en) * 2008-06-30 2011-05-11 Websense, Inc. System and method for dynamic and real-time categorization of webpages
KR101579978B1 (en) * 2009-03-10 2015-12-24 엘지전자 주식회사 Method for displaying web page and mobile terminal using the same
US9262646B1 (en) * 2013-05-31 2016-02-16 Symantec Corporation Systems and methods for managing web browser histories
US20160216859A1 (en) * 2015-01-23 2016-07-28 Kobo Incorporated Creating a list of items from selections of content within an e-book

Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5796393A (en) * 1996-11-08 1998-08-18 Compuserve Incorporated System for intergrating an on-line service community with a foreign service
US5895471A (en) * 1997-07-11 1999-04-20 Unwired Planet, Inc. Providing a directory of frequently used hyperlinks on a remote server
US5974413A (en) * 1997-07-03 1999-10-26 Activeword Systems, Inc. Semantic user interface
US5977972A (en) * 1997-08-15 1999-11-02 International Business Machines Corporation User interface component and method of navigating across a boundary coupled to a scroll bar display element
US6023701A (en) * 1997-09-25 2000-02-08 International Business Machines Corporation Skeleton page retrieval mode for web navigation
US6032162A (en) * 1998-01-08 2000-02-29 Burke; Alexander James System for processing and storing internet bookmark address links
US6037928A (en) * 1997-11-13 2000-03-14 Imageworks Manufacturing, Inc. System and method for providing restrained, streamlined access to a computerized information source
US6049835A (en) * 1996-08-30 2000-04-11 Internet Media Corporation System for providing easy access to the World Wide Web utilizing a published list of preselected Internet locations together with their unique multi-digit jump codes
US6072491A (en) * 1995-12-29 2000-06-06 Silicon Graphics, Inc. Method and computer program product for accessing a web site
US6100890A (en) * 1997-11-25 2000-08-08 International Business Machines Corporation Automatic bookmarks
US6131110A (en) * 1997-07-11 2000-10-10 International Business Machines Corporation System and method for predicting user interest in unaccessed site by counting the number of links to the unaccessed sites in previously accessed sites
US6334145B1 (en) * 1998-06-30 2001-12-25 International Business Machines Corporation Method of storing and classifying selectable web page links and sublinks thereof to a predetermined depth in response to a single user input
US6393462B1 (en) * 1997-11-13 2002-05-21 International Business Machines Corporation Method and apparatus for automatic downloading of URLs and internet addresses
US20020087621A1 (en) * 2000-12-29 2002-07-04 Hendriks Chris L. Method and system to manage internet user navigation data
US20020099784A1 (en) * 2001-01-25 2002-07-25 Tran Trung M. System and method for storing and retrieving bookmark information
US6460038B1 (en) * 1999-09-24 2002-10-01 Clickmarks, Inc. System, method, and article of manufacture for delivering information to a user through programmable network bookmarks
US6493702B1 (en) * 1999-05-05 2002-12-10 Xerox Corporation System and method for searching and recommending documents in a collection using share bookmarks
US6546393B1 (en) * 1999-10-07 2003-04-08 Clickmarks, Inc. System method and article of manufacture for dynamically user-generated internet search directory based on prioritized server-sided user bookmarks
US6606654B1 (en) * 2000-02-14 2003-08-12 Netjumper, Inc. Link delivery for subsequent retrieval of networked information
US6631496B1 (en) * 1999-03-22 2003-10-07 Nec Corporation System for personalizing, organizing and managing web information
US6725227B1 (en) * 1998-10-02 2004-04-20 Nec Corporation Advanced web bookmark database system
US6772139B1 (en) * 1998-10-05 2004-08-03 Smith, Iii Julius O. Method and apparatus for facilitating use of hypertext links on the world wide web
US6988138B1 (en) * 1999-06-30 2006-01-17 Blackboard Inc. Internet-based education support system and methods

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
IL134554A0 (en) * 1999-02-16 2001-04-30 Quiver Ltd System and method for sharing bookmark information

Patent Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6072491A (en) * 1995-12-29 2000-06-06 Silicon Graphics, Inc. Method and computer program product for accessing a web site
US6049835A (en) * 1996-08-30 2000-04-11 Internet Media Corporation System for providing easy access to the World Wide Web utilizing a published list of preselected Internet locations together with their unique multi-digit jump codes
US5796393A (en) * 1996-11-08 1998-08-18 Compuserve Incorporated System for intergrating an on-line service community with a foreign service
US5974413A (en) * 1997-07-03 1999-10-26 Activeword Systems, Inc. Semantic user interface
US5895471A (en) * 1997-07-11 1999-04-20 Unwired Planet, Inc. Providing a directory of frequently used hyperlinks on a remote server
US6131110A (en) * 1997-07-11 2000-10-10 International Business Machines Corporation System and method for predicting user interest in unaccessed site by counting the number of links to the unaccessed sites in previously accessed sites
US5977972A (en) * 1997-08-15 1999-11-02 International Business Machines Corporation User interface component and method of navigating across a boundary coupled to a scroll bar display element
US6023701A (en) * 1997-09-25 2000-02-08 International Business Machines Corporation Skeleton page retrieval mode for web navigation
US6393462B1 (en) * 1997-11-13 2002-05-21 International Business Machines Corporation Method and apparatus for automatic downloading of URLs and internet addresses
US6037928A (en) * 1997-11-13 2000-03-14 Imageworks Manufacturing, Inc. System and method for providing restrained, streamlined access to a computerized information source
US6100890A (en) * 1997-11-25 2000-08-08 International Business Machines Corporation Automatic bookmarks
US6032162A (en) * 1998-01-08 2000-02-29 Burke; Alexander James System for processing and storing internet bookmark address links
US6334145B1 (en) * 1998-06-30 2001-12-25 International Business Machines Corporation Method of storing and classifying selectable web page links and sublinks thereof to a predetermined depth in response to a single user input
US6725227B1 (en) * 1998-10-02 2004-04-20 Nec Corporation Advanced web bookmark database system
US6772139B1 (en) * 1998-10-05 2004-08-03 Smith, Iii Julius O. Method and apparatus for facilitating use of hypertext links on the world wide web
US6631496B1 (en) * 1999-03-22 2003-10-07 Nec Corporation System for personalizing, organizing and managing web information
US6493702B1 (en) * 1999-05-05 2002-12-10 Xerox Corporation System and method for searching and recommending documents in a collection using share bookmarks
US6988138B1 (en) * 1999-06-30 2006-01-17 Blackboard Inc. Internet-based education support system and methods
US6460038B1 (en) * 1999-09-24 2002-10-01 Clickmarks, Inc. System, method, and article of manufacture for delivering information to a user through programmable network bookmarks
US6546393B1 (en) * 1999-10-07 2003-04-08 Clickmarks, Inc. System method and article of manufacture for dynamically user-generated internet search directory based on prioritized server-sided user bookmarks
US6606654B1 (en) * 2000-02-14 2003-08-12 Netjumper, Inc. Link delivery for subsequent retrieval of networked information
US20020087621A1 (en) * 2000-12-29 2002-07-04 Hendriks Chris L. Method and system to manage internet user navigation data
US20020099784A1 (en) * 2001-01-25 2002-07-25 Tran Trung M. System and method for storing and retrieving bookmark information

Also Published As

Publication number Publication date
US7289980B2 (en) 2007-10-30
US20020188671A1 (en) 2002-12-12

Similar Documents

Publication Publication Date Title
US20080028025A1 (en) Method and system for managing preferred web site links
US7249315B2 (en) System and method of creating and following URL tours
US7680856B2 (en) Storing searches in an e-mail folder
US6055542A (en) System and method for displaying the contents of a web page based on a user's interests
US6748385B1 (en) Dynamic insertion and updating of hypertext links for internet servers
US6092074A (en) Dynamic insertion and updating of hypertext links for internet servers
US5864871A (en) Information delivery system and method including on-line entitlements
US6848077B1 (en) Dynamically creating hyperlinks to other web documents in received world wide web documents based on text terms in the received document defined as of interest to user
US7707198B2 (en) Harvesting of media objects from searched sites without a user having to enter the sites
KR100799658B1 (en) Host-based Intelligent Results Related to a Character Stream
US20080148193A1 (en) System and method of efficient web browsing
US7672963B2 (en) Method and apparatus for accessing data within an electronic system by an external system
US6151624A (en) Navigating network resources based on metadata
JP4424909B2 (en) Method for associating user comments with documents, data processing system, and recording medium storing program
US20020091836A1 (en) Browsing method for focusing research
EP1766539B1 (en) Data compilation apparatus and method
WO2003090033A2 (en) Method, system, and computer program product for distributing a stored url and web document set
US7590631B2 (en) System and method for guiding navigation through a hypertext system
US6598072B1 (en) System for precluding repetitive accessing of web pages in a sequence of linked web pages accessed from the world wide web through a web browser at a web receiving display station
US7424471B2 (en) System for searching network accessible data sets
US10255362B2 (en) Method for performing a search, and computer program product and user interface for same
US20090234913A1 (en) Data structure for initiating multiple web sites
GB2326746A (en) Displaying a subset of a list of titles
JP2002312389A (en) Information retrieving device and information retrieving method
US20060053160A1 (en) Improved means for web access

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE