CA2410747A1 - System and method for saving browsed data - Google Patents

System and method for saving browsed data Download PDF

Info

Publication number
CA2410747A1
CA2410747A1 CA002410747A CA2410747A CA2410747A1 CA 2410747 A1 CA2410747 A1 CA 2410747A1 CA 002410747 A CA002410747 A CA 002410747A CA 2410747 A CA2410747 A CA 2410747A CA 2410747 A1 CA2410747 A1 CA 2410747A1
Authority
CA
Canada
Prior art keywords
data
index
saving
browsed
database
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.)
Granted
Application number
CA002410747A
Other languages
French (fr)
Other versions
CA2410747C (en
Inventor
Aruna Rohra Suda
Suresh Jeyachandran
Prem Anand Joseph
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.)
Saora KK
Original Assignee
Individual
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
Priority claimed from JP2000248999A external-priority patent/JP4746737B2/en
Priority claimed from JP2000314601A external-priority patent/JP5060682B2/en
Application filed by Individual filed Critical Individual
Publication of CA2410747A1 publication Critical patent/CA2410747A1/en
Application granted granted Critical
Publication of CA2410747C publication Critical patent/CA2410747C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • 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

Abstract

A system saves browsed data in a database in response to a user request by assigning a predetermined index to the data, wherein the user is not requested for any index. The system sorts indices of the data in the database and displays the sorted indices, then the system retrieves, in response to a selection of an index from the displayed indices by a user, the data corresponding to the selected index from the database. Accordingly if a user wants to save a data currently browsed, he can make store the data in the database easily only by issuing an instruction to save without specifying any index.

Claims (77)

1. A data processing system, comprising:
data acquisition means for acquiring data;
determination means for determining whether user requests saving of the acquired data;

indexing means for assigning a predetermined index to the data requested for saving, said index dynamically assigned to the data; and saving means for saving the requested data and the assigned index in a predetermined storage unit.
2. The system according to Claim 1, wherein said data acquisition means acquires data from a browser client, said browser client allowing browsing of data in an internet.
3. The system according to Claim 1, wherein the predetermined storage is a database, and said system further comprising data retrieving means for retrieving data from the database based on a user-supplied index, said user-supplied index specified by a user.
4. The system according to Claim 1, further comprising:
sorting means for sorting indices of the data in the storage unit; and display means for displaying a result of the sorting by said sorting means.
5. The system according to Claim 4, wherein said sorting means performs the sorting based on a plurality of types of indices.
6. The system according to Claim 4, further comprising:
selecting means for selecting an index from the indices displayed on said display means; and retrieval means for retrieving data corresponding to the index selected by said selecting means from the database.
7. The system according to Claim 4, further comprising:
deleting means for deleting at least one index from the indices displayed on said display means; and removal means for removing data corresponding to the index deleted by said deleting means from the database.
8. The system according to Claim 4, wherein at least one of the data has a plurality of values for an index, and said sorting means places the plurality of values at positions corresponding to respective values.
9. The system according to Claim 2, said saving means comprising:

folder creation means for creating a new folder for newly browsed data;

file name assigning means for assigning a predetermined name to the newly browsed data without intervention by a user; and file saving means for saving the newly browsed data in the new folder with the assigned file name.
10. The system according to Claim 9, wherein said folder creation means creates the new folder with a folder name created based on a predetermined rule.
11. The system according to Claim 10, wherein the folder name is a fixed name.
12. The system according to Claim 2, said saving means comprising:

file name generation means for generating a unique file name for the newly browsed data without intervention by a user; and file saving means for saving the newly browsed data with adding the generated file name.
13. The system according to Claim 2, wherein said indexing means acquires a URL of the data from the browser as the index.
14. The system according to Claim 2, wherein said indexing means acquires at least one of a keyword or a title embedded in the data from the browser as the index.
15. The system according to Claim 14, wherein said indexing means displays the keyword or the title acquired from the browser.

14. The system according to Claim 1, wherein the index includes a time when the data is saved, said system further comprising:

node creation means for creating nodes corresponding to groups classified on the basis of the timing of saving, said node creation means creates a hierarchical nodes by dividing a group corresponding to a period into a plurality of sub group each corresponding to a shorter period and creating a node corresponding to each of sub group; and node displaying means for displaying a plurality of nodes created by said node creation means in an order of saving.

15. The system according to Claim 14, wherein the data is on the network and each of the group corresponds to a session for the network.
16. The system according to Claim 14, wherein the data is file data and each of the group corresponds to a period from a start to an end of a file system.
17. The system according to Claim 14, wherein the data is file data and each of the group corresponds to an operation in a period for a file system.
18. The system according to Claim 13, further comprising word assigning means for assigning a word specified by a user as a further index to the data to be saved by said saving means.
19. The system according to Claim 1, wherein if an index assigned to the data to be saved has been assigned to other data, said saving means saves the data as a new data or updates the other data according to a setting by the user.
20. The system according to Claim 1, wherein if an index assigned to the data to be saved has been assigned to other data, said saving means inquires to the user whether the data is to be saved as a new data or an updated data.
21. The system according to Claim 1, wherein said saving means saves the data in correspondence with an effective period, and said system further comprising:

comparing means for comparing the effective period with a current time at a predetermined timing; and removal means for removing data in correspondence with the effective period before the current time based upon the result of a comparison by said comparing means.
22. The system according to Claim 21, wherein the predetermined timing is a time when the system accepts no operations by a user.
23. The system according to Claim 21, wherein said removal means requests a user to confirm the removal of the data and removes the confirmed data.
24. The system according to Claim 21, wherein said removal means requests a user to confirm the removal of the data or removes the data without confirmation by the user in accordance with a setting by the user.
25. The system according to Claim 21, wherein if the effective period is not specified by the user, said saving means saves the data in correspondence with a non-limited effective period.
26. The system according to Claim 2, wherein said saving means saves the browsed data in a first save mode and saves the URL in place of the browsed data in a second save mode.
27. The system according to Claim 2, wherein said saving means saves the browsed data with data linked thereto.
28. The system according to Claim 2, wherein said saving means always saves the browsed data without any instruction for each of the browsed data by the user.
29. The system according to Claim 28, wherein said saving means saves the browsed data when the browsing is operated to move to another URL.
30. The system according to Claim 28, wherein said saving means is controlled not to save the browsed data in a URL specified by the user in advance.
31. The system according to Claim 2, further comprising index extracting means for extracting as an index a specific data from a data train constituting address of the browsed data in the network on the basis of a predetermined rule.
32. The system according to Claim 31, wherein the specific data is a domain name.
33. The system according to Claim 32, wherein the predetermined rule is a rule for eliminating a parameter, a protocol, an obvious address, and page data from the data train, and extracting a domain name from the rest of the data with referring to a knowledge base of domain names.
34. The system according to Claim 31, wherein the specific data is a name of organization.
35. The system according to Claim 34, wherein the predetermined rule is a rule for eliminating a parameter, a protocol, an obvious address, page data, and domain name from the data train, and determining the rest of the data as an organization name.
36. The system according to Claim 35, wherein the predetermined rule includes a rule for dividing the rest of the data into partial data with a predetermined symbol and determining each of the partial data as an organization name.
37. The system according to Claim 1, further comprising sending means for sending the acquired data or a specific part thereof to a destination.
38. The system according to Claim 37, wherein the specific part is a URL of the saved data.
39. The system according to Claim 37, wherein the specific part is the saved data except for an embedded image.
40. The system according to Claim 2, further comprising editing means for editing the browsed data.
41. The system according to Claim 40, wherein said editing means includes annotation means for adding an annotation to the browsed data.
42. The system according to Claim 41, wherein said annotation means adds an annotation in such a manner that the annotation is distinguishable from the browsed data.
43. The system according to Claim 40, wherein said editing means includes changing means for changing a display form of a designated portion in the browsed data.
44. The system according to Claim 2, further comprising:
extraction means for extracting a predetermined type of data from the browsed data; and extracted data saving means for saving the extracted data in the database.
45. The system according to Claim 44, wherein said extraction means extracts data in a predetermined column in response to a copying operation of data from a specified portion of the browsed data to the predetermined column, and said extracted data saving means saves the extracted data with an attribute corresponding to the predetermined column.
46. The system according to Claim 44, wherein the predetermined type of data includes at least one of an organization name, a person name, an E-mail address, a telephone number, a Fax number, and a keyword appended to the data.
47. The system according to Claim 2, wherein if the data requested to be saved includes data in other URL, said saving means downloads the included data from the other URL.
48. The system according to Claim 47, wherein if the data in the other URL has been downloaded, said saving means dispenses with the downloading of the data.
49. The system according to Claim 2, further comprising mode selection means for selecting an automatic save mode, and in the automatic save mode, said determination means always determines the user requests to save the browsed data without instruction for each of the browsed data.
50. The system according to Claim 3, wherein said data acquisition means, said determination means, said indexing means, said saving means, and said database are equipped in a server apparatus, and said system further comprising at least one client apparatus connected to said server apparatus, each of said client apparatus transmits a user request to said server apparatus and receives a response to the user request from said server apparatus.
51. The system according to Claim 50, wherein said data acquisition means in said server apparatus acquires data in an internet.
52. The system according to Claim 50, wherein said server apparatus further comprising:
a local database;

a web information storage device for storing web information acquires from an internet: and administration means for administrating data in either of said database, said local database, and said web information storage device.
53. The system according to Claim 52, wherein at least one of said client apparatus further comprising:
a client local database;
a client web information storage device for storing web information acquires from an internet: and client administration means for administrating data in either of said database, said local database, and said web information storage device.
54. The system according to Claim 3, wherein said database is equipped in a server apparatus, and said data acquisition means, said determination means, said indexing means, and said saving means are equipped in at least one client apparatus connected to said server apparatus.
55. The system according to Claim 3, wherein said system includes a plurality of client apparatuses, and said data acquisition means, said determination means, said indexing means, said saving means, and said database are equipped in each of said client apparatuses, and each of said client apparatuses can access the database equipped in another client apparatus.
56. The system according to Claim 3, wherein said database is equipped in a server apparatus, and index database for storing the indices of said database is equipped in at least one client apparatus connected to said server apparatus.
57. The system according to Claim 3, wherein said data acquisition means, said determination means, said indexing means, said saving means, and said database are equipped in a server apparatus, said data acquisition means acquires data in an internet, and said system further comprising at least one browser connected to said server apparatus, each of said browser browses web page in the Internet via said server apparatus and transmits a user action on the browses web page to said server apparatus.
58. A data processing method comprising:
acquiring data;
determining whether a user requests to save the acquired data;
assigning a predetermined index to the data requested to save, without inputting any index; and saving the requested data with the assigned index in a predetermined storage unit.
59. A computer-executable program for controlling a computer to perform data processing, said program comprising codes for causing the computer to perform:
a data acquisition step of acquiring data;
a determination step of determining whether or not a user requests to save the acquired data;
an indexing step of assigning a predetermined index to the data requested to save, without inputting any index; and a saving step of saving the requested data with the assigned index in a predetermined storage unit.
60. A data processing method comprising:
acquiring data;
receiving a user request to save the acquired data;
assigning a predetermined index to the data requested for saving; and saving the requested data with the assigned index in a predetermined storage unit.
61. The method of claim 60, wherein said predetermined index is dynamically generated.
62. The method of claim 61, wherein said predetermined storage unit is a database.
63. The method of claim 62, further comprising retrieving data from said database based on a user-supplied index.
64. The method of claim 62, further comprising:
sorting indices of the data saved in the database; and displaying a result of said sorting indices on a display unit.
65. The method of claim 64, wherein said sorting is performed on a plurality of index types.
66. The method of claim 65, further comprising:
selecting an index from the indices displayed; and retrieving data corresponding to the index selected from the database.
67. The method of claim 66, further comprising:
deleting at least one index from the indices displayed on said display unit; and removing data corresponding to said deleted index from the database.
68. The method of claim 67, further comprising assigning a user-specified word as a second index for the data to be saved.
69. The method of claim 68, further comprising sending the acquired data to a predetermined destination.
70. The method of claim 68, further comprising sending a specific part of the acquired data to a predetermined destination.
71. The method of claim 60, wherein said data is acquired from a browser client, said browser client allowing browsing of data in an internet.
72. The method of claim 71, further comprising creating a new folder for newly browsed data in said storage unit.
73. The method of claim 72, further comprising assigning a predetermined file name to said newly browsed data.
74. The method of claim 73, further comprising saving said newly browsed data in said new folder with said predetermined file name.
75. The method of claim 74, further comprising editing the browsed data.
76. The method of claim 75, wherein said editing includes adding an annotation to the browsed data, said annotation is distinguishable from the browsed data.
77. The method of claim 71, further comprising:
extracting a predetermined type of data from the browsed data; and saving the extracted data in the storage unit.
CA2410747A 2000-05-29 2001-05-25 System and method for saving browsed data Expired - Fee Related CA2410747C (en)

Applications Claiming Priority (7)

Application Number Priority Date Filing Date Title
JP2000/197293 2000-05-29
JP2000197293 2000-05-29
JP2000/248999 2000-07-17
JP2000248999A JP4746737B2 (en) 2000-05-29 2000-07-17 Information processing apparatus and method, and storage medium storing the program
JP2000/314601 2000-10-16
JP2000314601A JP5060682B2 (en) 2000-10-16 2000-10-16 Information processing system
PCT/IB2001/000931 WO2001093071A2 (en) 2000-05-29 2001-05-25 System and method for saving browsed data

Publications (2)

Publication Number Publication Date
CA2410747A1 true CA2410747A1 (en) 2001-12-06
CA2410747C CA2410747C (en) 2011-01-04

Family

ID=27343905

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2410747A Expired - Fee Related CA2410747C (en) 2000-05-29 2001-05-25 System and method for saving browsed data

Country Status (7)

Country Link
US (2) US7822735B2 (en)
EP (1) EP1407381B1 (en)
AT (1) ATE386302T1 (en)
AU (2) AU5868801A (en)
CA (1) CA2410747C (en)
DE (1) DE60132821T2 (en)
WO (1) WO2001093071A2 (en)

Families Citing this family (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7543018B2 (en) * 1996-04-11 2009-06-02 Aol Llc, A Delaware Limited Liability Company Caching signatures
US7822735B2 (en) 2000-05-29 2010-10-26 Saora Kabushiki Kaisha System and method for saving browsed data
US20020147775A1 (en) * 2001-04-06 2002-10-10 Suda Aruna Rohra System and method for displaying information provided by a provider
US20080148193A1 (en) * 2001-09-13 2008-06-19 John Moetteli System and method of efficient web browsing
US7680817B2 (en) * 2001-10-15 2010-03-16 Maya-Systems Inc. Multi-dimensional locating system and method
US7606819B2 (en) * 2001-10-15 2009-10-20 Maya-Systems Inc. Multi-dimensional locating system and method
US6996558B2 (en) 2002-02-26 2006-02-07 International Business Machines Corporation Application portability and extensibility through database schema and query abstraction
JP2003337699A (en) * 2002-03-13 2003-11-28 Saora Inc Information processing device and method, and storage medium with program stored therein
US7120641B2 (en) 2002-04-05 2006-10-10 Saora Kabushiki Kaisha Apparatus and method for extracting data
US20030195896A1 (en) * 2002-04-15 2003-10-16 Suda Aruna Rohra Method and apparatus for managing imported or exported data
US20030200550A1 (en) * 2002-04-17 2003-10-23 Yehuda Antebi Internet video recording system and method
US7096423B2 (en) * 2002-05-31 2006-08-22 Adobe Systems Incorporated Layout-based page capture
US20080058106A1 (en) 2002-10-07 2008-03-06 Maya-Systems Inc. Multi-dimensional locating game system and method
US20040181515A1 (en) * 2003-03-13 2004-09-16 International Business Machines Corporation Group administration of universal resource identifiers with members identified in search result
US20040179035A1 (en) * 2003-03-13 2004-09-16 International Business Machines Corporation Group administration of universal resource identifiers with asynchronous playback
WO2004111877A1 (en) * 2003-05-19 2004-12-23 Saora Kabushiki Kaisha Method for processing information, apparatus therefor and program therefor
US9239686B2 (en) 2003-07-22 2016-01-19 Sheng Tai (Ted) Tsao Method and apparatus for wireless devices access to external storage
US7899843B2 (en) * 2003-09-19 2011-03-01 International Business Machines Corporation Expanding the scope of an annotation to an entity level
US7900133B2 (en) 2003-12-09 2011-03-01 International Business Machines Corporation Annotation structure type determination
US20050132010A1 (en) * 2003-12-12 2005-06-16 International Business Machines Corporation Scheduled electronic mail deletions
US8069194B1 (en) 2004-03-04 2011-11-29 Ophivain Applications NY L.L.C. Automated annotation of a resource on a computer network using a network address of the resource
JP2006053745A (en) * 2004-08-11 2006-02-23 Saora Inc Data processing method, device and program
US7702611B2 (en) * 2005-01-07 2010-04-20 Xerox Corporation Method for automatically performing conceptual highlighting in electronic text
US20070180055A1 (en) * 2006-01-23 2007-08-02 Shrage Smilowitz XML based Internet and browser system and method
CA2609873C (en) * 2006-03-29 2012-12-04 Mathieu Audet Multi-dimensional locating system and method
EP1868115B1 (en) * 2006-06-14 2018-04-18 Vodafone Holding GmbH User interface for web browsing and indexing of web pages.
US8826123B2 (en) * 2007-05-25 2014-09-02 9224-5489 Quebec Inc. Timescale for presenting information
CA2601154C (en) 2007-07-07 2016-09-13 Mathieu Audet Method and system for distinguising elements of information along a plurality of axes on a basis of a commonality
US8601392B2 (en) * 2007-08-22 2013-12-03 9224-5489 Quebec Inc. Timeline for presenting information
CA2657835C (en) * 2008-03-07 2017-09-19 Mathieu Audet Documents discrimination system and method thereof
CA2666016C (en) 2008-05-15 2014-07-22 Mathieu Audet Method for building a search algorithm and method for linking documents with an object
US8607155B2 (en) 2008-09-12 2013-12-10 9224-5489 Quebec Inc. Method of managing groups of arrays of documents
JP5384965B2 (en) 2009-02-23 2014-01-08 サトーホールディングス株式会社 Printer device
US9159075B2 (en) 2009-04-24 2015-10-13 Reza Jalili System and method for distribution and redistribution of electronic content
US20110125581A1 (en) * 2009-11-23 2011-05-26 Reza Jalili System and method for improving e-commerce with on-demand advertising
US20110314044A1 (en) * 2010-06-18 2011-12-22 Microsoft Corporation Flexible content organization and retrieval
US9058093B2 (en) 2011-02-01 2015-06-16 9224-5489 Quebec Inc. Active element
US10289657B2 (en) 2011-09-25 2019-05-14 9224-5489 Quebec Inc. Method of retrieving information elements on an undisplayed portion of an axis of information elements
US9519693B2 (en) 2012-06-11 2016-12-13 9224-5489 Quebec Inc. Method and apparatus for displaying data element axes
US9646080B2 (en) 2012-06-12 2017-05-09 9224-5489 Quebec Inc. Multi-functions axis-based interface
US9715515B2 (en) * 2014-01-31 2017-07-25 Microsoft Technology Licensing, Llc External data access with split index
CN106919624B (en) * 2015-12-28 2021-07-06 航天信息股份有限公司 Method and device for improving webpage loading speed
US10671266B2 (en) 2017-06-05 2020-06-02 9224-5489 Quebec Inc. Method and apparatus of aligning information element axes
US10999399B2 (en) * 2017-08-02 2021-05-04 Sap Se Offline use of network application

Family Cites Families (133)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4633393A (en) * 1983-10-21 1986-12-30 Storage Technology Partners Ii Generic key for indexing and searching user data in a digital information storage and retrieval device
US5371844A (en) 1992-03-20 1994-12-06 International Business Machines Corporation Palette manager in a graphical user interface computer system
US5497491A (en) * 1993-01-26 1996-03-05 International Business Machines Corporation System and method for importing and exporting data between an object oriented computing environment and an external computing environment
US5859638A (en) * 1993-01-27 1999-01-12 Apple Computer, Inc. Method and apparatus for displaying and scrolling data in a window-based graphic user interface
US5678041A (en) * 1995-06-06 1997-10-14 At&T System and method for restricting user access rights on the internet based on rating information stored in a relational database
US5724571A (en) * 1995-07-07 1998-03-03 Sun Microsystems, Inc. Method and apparatus for generating query responses in a computer-based document retrieval system
US6067552A (en) * 1995-08-21 2000-05-23 Cnet, Inc. User interface system and method for browsing a hypertext database
US5974409A (en) * 1995-08-23 1999-10-26 Microsoft Corporation System and method for locating information in an on-line network
WO1997021281A1 (en) * 1995-12-08 1997-06-12 Amsc Subsidiary Corporation Mobile communications terminal for satellite communications system
US5974455A (en) * 1995-12-13 1999-10-26 Digital Equipment Corporation System for adding new entry to web page table upon receiving web page including link to another web page not having corresponding entry in web page table
US6081829A (en) * 1996-01-31 2000-06-27 Silicon Graphics, Inc. General purpose web annotations without modifying browser
JP2940459B2 (en) 1996-02-08 1999-08-25 日本電気株式会社 Node / link search device
AU2230597A (en) * 1996-02-28 1997-09-16 Aim Corporation Communication system for distributing such message as advertisement to user of terminal equipment
US5937163A (en) * 1996-03-26 1999-08-10 Industrial Technology Research Institute Method and system at a host node for hierarchically organizing the links visited by a world wide web browser executing at the host node
US6003046A (en) * 1996-04-15 1999-12-14 Sun Microsystems, Inc. Automatic development and display of context information in structured documents on the world wide web
US5809242A (en) * 1996-04-19 1998-09-15 Juno Online Services, L.P. Electronic mail system for displaying advertisement at local computer received from remote system while the local computer is off-line the remote system
US5835712A (en) * 1996-05-03 1998-11-10 Webmate Technologies, Inc. Client-server system using embedded hypertext tags for application and database development
JP3422897B2 (en) * 1996-05-17 2003-06-30 株式会社テクノクラフト Character string extraction system and character string extraction method
US5784058A (en) * 1996-05-28 1998-07-21 Sun Microsystems, Inc. User-controllable persistent browser display pages
US5913214A (en) * 1996-05-30 1999-06-15 Massachusetts Inst Technology Data extraction from world wide web pages
US5933811A (en) * 1996-08-20 1999-08-03 Paul D. Angles System and method for delivering customized advertisements within interactive communication systems
US5892908A (en) * 1996-09-10 1999-04-06 Marketscape Method of extracting network information
US5933827A (en) * 1996-09-25 1999-08-03 International Business Machines Corporation System for identifying new web pages of interest to a user
US5974451A (en) 1996-10-07 1999-10-26 Novaville Ag System and method for distributing bulletins to external computers accessing wide area computer networks
US5870559A (en) * 1996-10-15 1999-02-09 Mercury Interactive Software system and associated methods for facilitating the analysis and management of web sites
US5948061A (en) * 1996-10-29 1999-09-07 Double Click, Inc. Method of delivery, targeting, and measuring advertising over networks
US6049812A (en) * 1996-11-18 2000-04-11 International Business Machines Corp. Browser and plural active URL manager for network computers
US5959621A (en) * 1996-12-06 1999-09-28 Microsoft Corporation System and method for displaying data items in a ticker display pane on a client computer
EP0848337A1 (en) 1996-12-12 1998-06-17 SONY DEUTSCHLAND GmbH Server with automatic document assembly
US5734119A (en) * 1996-12-19 1998-03-31 Invision Interactive, Inc. Method for streaming transmission of compressed music
US5983245A (en) * 1996-12-27 1999-11-09 Apple Computer, Inc. Method and apparatus for implementing universal resource locator menus
US6366956B1 (en) * 1997-01-29 2002-04-02 Microsoft Corporation Relevance access of Internet information services
US6415319B1 (en) * 1997-02-07 2002-07-02 Sun Microsystems, Inc. Intelligent network browser using incremental conceptual indexer
US5963965A (en) * 1997-02-18 1999-10-05 Semio Corporation Text processing and retrieval system and method
US5940834A (en) * 1997-03-13 1999-08-17 Mitel Corporation Automatic web page generator
US5913030A (en) * 1997-03-18 1999-06-15 International Business Machines Corporation Method and system for client/server communications with user information revealed as a function of willingness to reveal and whether the information is required
US5796952A (en) * 1997-03-21 1998-08-18 Dot Com Development, Inc. Method and apparatus for tracking client interaction with a network resource and creating client profiles and resource database
US6816880B1 (en) * 1997-03-26 2004-11-09 Concerto Software, Inc. Browser user inter face for client workstation
JP4075094B2 (en) 1997-04-09 2008-04-16 松下電器産業株式会社 Information classification device
US6209036B1 (en) * 1997-06-06 2001-03-27 International Business Machines Corporation Management of and access to information and other material via the world wide web in an LDAP environment
US6282548B1 (en) * 1997-06-21 2001-08-28 Alexa Internet Automatically generate and displaying metadata as supplemental information concurrently with the web page, there being no link between web page and metadata
US6012053A (en) * 1997-06-23 2000-01-04 Lycos, Inc. Computer system with user-controlled relevance ranking of search results
US6353827B1 (en) 1997-09-04 2002-03-05 British Telecommunications Public Limited Company Methods and/or systems for selecting data sets
US6067541A (en) * 1997-09-17 2000-05-23 Microsoft Corporation Monitoring document changes in a file system of documents with the document change information stored in a persistent log
US6094657A (en) * 1997-10-01 2000-07-25 International Business Machines Corporation Apparatus and method for dynamic meta-tagging of compound documents
JP3922482B2 (en) * 1997-10-14 2007-05-30 ソニー株式会社 Information processing apparatus and method
US5848410A (en) * 1997-10-08 1998-12-08 Hewlett Packard Company System and method for selective and continuous index generation
US6484149B1 (en) * 1997-10-10 2002-11-19 Microsoft Corporation Systems and methods for viewing product information, and methods for generating web pages
JPH11120191A (en) 1997-10-15 1999-04-30 Canon Inc Document management system and method and storage medium
US6594682B2 (en) * 1997-10-28 2003-07-15 Microsoft Corporation Client-side system for scheduling delivery of web content and locally managing the web content
JPH11136410A (en) * 1997-10-29 1999-05-21 Canon Inc Information processor, method therefor and storage medium storing program therefor
US6100890A (en) * 1997-11-25 2000-08-08 International Business Machines Corporation Automatic bookmarks
US6070159A (en) * 1997-12-05 2000-05-30 Authentec, Inc. Method and apparatus for expandable biometric searching
US6769019B2 (en) * 1997-12-10 2004-07-27 Xavier Ferguson Method of background downloading of information from a computer network
JPH11203188A (en) 1998-01-09 1999-07-30 Toshiba Corp Computer system and page data management method
JPH11203226A (en) 1998-01-09 1999-07-30 Sharp Corp Hypertext retaining device and medium storing hypertext retaining device control program
US6151624A (en) * 1998-02-03 2000-11-21 Realnames Corporation Navigating network resources based on metadata
US6073135A (en) * 1998-03-10 2000-06-06 Alta Vista Company Connectivity server for locating linkage information between Web pages
US6173316B1 (en) * 1998-04-08 2001-01-09 Geoworks Corporation Wireless communication device with markup language based man-machine interface
US6119133A (en) * 1998-04-16 2000-09-12 International Business Machines Corporation Extensible method and apparatus for retrieving files having unique record identifiers as file names during program execution
US6457060B1 (en) * 1998-04-30 2002-09-24 Openwave Systems Inc. Method and apparatus for flexibly linking to remotely located content on a network server through use of aliases
AU749314B2 (en) * 1998-05-15 2002-06-20 Unicast Communications Corporation A technique for implementing browser-initiated network-distributed advertising and for interstitially displaying an advertisement
US6112193A (en) * 1998-05-22 2000-08-29 Pitney Bowes Inc. Reading encrypted data on a mail piece to cancel the mail piece
US6507855B1 (en) * 1998-06-25 2003-01-14 Cisco Technology, Inc. Method and apparatus for extracting data from files
JP4438028B2 (en) * 1998-07-27 2010-03-24 キヤノン株式会社 Information processing apparatus and method, and storage medium storing the program
US6304872B1 (en) * 1998-08-13 2001-10-16 Tornado Technology Co. Ltd. Search system for providing fulltext search over web pages of world wide web servers
US6493758B1 (en) 1998-09-08 2002-12-10 Microsoft Corporation Offline viewing of internet content with a mobile device
US6078866A (en) * 1998-09-14 2000-06-20 Searchup, Inc. Internet site searching and listing service based on monetary ranking of site listings
US6567800B1 (en) * 1998-10-01 2003-05-20 At&T Corp. System and method for searching information stored on a network
US6701307B2 (en) * 1998-10-28 2004-03-02 Microsoft Corporation Method and apparatus of expanding web searching capabilities
US20010020242A1 (en) * 1998-11-16 2001-09-06 Amit Gupta Method and apparatus for processing client information
US6370527B1 (en) * 1998-12-29 2002-04-09 At&T Corp. Method and apparatus for searching distributed networks using a plurality of search devices
US6567918B1 (en) * 1999-01-28 2003-05-20 Microsoft Corporation Saved Web page security system and method
US6490370B1 (en) 1999-01-28 2002-12-03 Koninklijke Philips Electronics N.V. System and method for describing multimedia content
US6292796B1 (en) * 1999-02-23 2001-09-18 Clinical Focus, Inc. Method and apparatus for improving access to literature
JP2000259671A (en) 1999-03-12 2000-09-22 Dainippon Printing Co Ltd Information generation system, information retrieval system and recording medium
US6338044B1 (en) * 1999-03-17 2002-01-08 Loudeye Technologies, Inc. Personal digital content system
US6578078B1 (en) * 1999-04-02 2003-06-10 Microsoft Corporation Method for preserving referential integrity within web sites
US6917436B2 (en) * 1999-04-13 2005-07-12 International Business Machines Corporation Method and computer program product for implementing web based document printing
US6336117B1 (en) * 1999-04-30 2002-01-01 International Business Machines Corporation Content-indexing search system and method providing search results consistent with content filtering and blocking policies implemented in a blocking engine
US6269361B1 (en) * 1999-05-28 2001-07-31 Goto.Com System and method for influencing a position on a search result list generated by a computer network search engine
KR20020075359A (en) 1999-07-02 2002-10-04 인터우벤 인크 System and method for capturing and managing information from digital source
US6928615B1 (en) 1999-07-07 2005-08-09 Netzero, Inc. Independent internet client object with ad display capabilities
US6505238B1 (en) * 1999-08-19 2003-01-07 International Business Machines Corporation Method and system for implementing universal login via web browser
JP2001134646A (en) 1999-11-02 2001-05-18 Inter Kyuu Kk Method for inserting advertisement information into homepage to be browsed and advertisement management server device
JP2003527627A (en) * 1999-12-02 2003-09-16 ゼド インコーポレイテッド Data processing system for targeted content
US7194680B1 (en) 1999-12-07 2007-03-20 Adobe Systems Incorporated Formatting content by example
US20010032122A1 (en) * 1999-12-07 2001-10-18 Hankla James Kirk Just-in-time advertising system
KR100435493B1 (en) * 2000-01-04 2004-06-09 주식회사 눈앤누브시스템 A system and the method for recording connections to internet advertisement
US6732142B1 (en) * 2000-01-25 2004-05-04 International Business Machines Corporation Method and apparatus for audible presentation of web page content
JP4608740B2 (en) * 2000-02-21 2011-01-12 ソニー株式会社 Information processing apparatus and method, and program storage medium
KR100366384B1 (en) 2000-02-26 2002-12-31 (주) 고미드 Information search system based on communication of users
JP2000315215A (en) * 2000-02-28 2000-11-14 Interstate:Kk Device and method for distributing contents
US6516312B1 (en) * 2000-04-04 2003-02-04 International Business Machine Corporation System and method for dynamically associating keywords with domain-specific search engine queries
US6718365B1 (en) * 2000-04-13 2004-04-06 International Business Machines Corporation Method, system, and program for ordering search results using an importance weighting
US6928432B2 (en) * 2000-04-24 2005-08-09 The Board Of Trustees Of The Leland Stanford Junior University System and method for indexing electronic text
JP2001306587A (en) * 2000-04-27 2001-11-02 Fujitsu Ltd Device and method for retrieving information, and storage medium
US6697838B1 (en) * 2000-05-03 2004-02-24 Software Leader, Llc Method and system for annotating information resources in connection with browsing, in both connected and disconnected states
US6654749B1 (en) * 2000-05-12 2003-11-25 Choice Media, Inc. Method and system for searching indexed information databases with automatic user registration via a communication network
KR20010104873A (en) * 2000-05-16 2001-11-28 임갑철 System for internet site search service using a meta search engine
US7082427B1 (en) * 2000-05-24 2006-07-25 Reachforce, Inc. Text indexing system to index, query the archive database document by keyword data representing the content of the documents and by contact data associated with the participant who generated the document
US7822735B2 (en) 2000-05-29 2010-10-26 Saora Kabushiki Kaisha System and method for saving browsed data
JP2001338218A (en) * 2000-05-29 2001-12-07 Isao:Kk System and method for advertisement and computer- readable recording medium with program recorded
US20010051927A1 (en) * 2000-06-08 2001-12-13 Blinkspeed, Inc. Increasing web page browsing efficiency by periodically physically distributing memory media on which web page data are cached
US6961905B1 (en) * 2000-06-23 2005-11-01 Microsoft Corporation Method and system for modifying an image on a web page
AU2001273111A1 (en) * 2000-06-30 2002-01-14 Anthony Romito Method and apparatus for a GIS based search engine utilizing real time advertising
US20020002588A1 (en) * 2000-07-03 2002-01-03 Yoshio Sugimoto Device for reading electronic mails
US20020023002A1 (en) * 2000-07-26 2002-02-21 Phillip Staehelin System and method for offline advertising
US20020019837A1 (en) * 2000-08-11 2002-02-14 Balnaves James A. Method for annotating statistics onto hypertext documents
US6766458B1 (en) * 2000-10-03 2004-07-20 Networks Associates Technology, Inc. Testing a computer system
US20020065857A1 (en) * 2000-10-04 2002-05-30 Zbigniew Michalewicz System and method for analysis and clustering of documents for search engine
US6704741B1 (en) * 2000-11-02 2004-03-09 The Psychological Corporation Test item creation and manipulation system and method
JP3693938B2 (en) * 2000-11-07 2005-09-14 信佳 酒谷 Information distribution system, advertisement distribution system, information distribution program, server, information distribution server, advertisement information distribution method, and saver page display method
JP2002150140A (en) * 2000-11-15 2002-05-24 Nec Corp Voice banner advertising system and voice banner advertising method
US6721736B1 (en) * 2000-11-15 2004-04-13 Hewlett-Packard Development Company, L.P. Methods, computer system, and computer program product for configuring a meta search engine
SE524007C2 (en) * 2000-11-24 2004-06-15 Comintell Holding Ab Search engine as well as a procedure for a search engine where the search result is presented in a matrix
US20020065800A1 (en) * 2000-11-30 2002-05-30 Morlitz David M. HTTP archive file
JP2002183210A (en) 2000-12-14 2002-06-28 Nippon Telegraph & Telephone East Corp Contents retrieving method in retrieval server and computer-readable recording medium with its program recorded thereon
US6744447B2 (en) * 2000-12-29 2004-06-01 International Business Machines Corporation Method and system for compiling and using placebot agents for automatically accessing, processing, and managing the data in a place
CA2433705A1 (en) * 2001-01-11 2002-07-18 Denaro Co., Ltd. Method for offering advertisement service
US6961752B2 (en) * 2001-02-15 2005-11-01 International Business Machines Corporation Virtual history files
US7013289B2 (en) * 2001-02-21 2006-03-14 Michel Horn Global electronic commerce system
JP2002304399A (en) 2001-04-06 2002-10-18 Saora Inc Information processing device, method thereof and program thereof
US20020147775A1 (en) * 2001-04-06 2002-10-10 Suda Aruna Rohra System and method for displaying information provided by a provider
JP3907161B2 (en) * 2001-06-29 2007-04-18 インターナショナル・ビジネス・マシーンズ・コーポレーション Keyword search method, keyword search terminal, computer program
US6778194B2 (en) * 2001-10-09 2004-08-17 International Business Machines Corporation Method, apparatus and computer program product for eliminating unnecessary dialog box pop-ups
US7203737B2 (en) * 2001-10-31 2007-04-10 Microsoft Corporation Computer system with file association and application retrieval
US20030131106A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Web-page performance toolbar
US7024630B2 (en) * 2002-01-16 2006-04-04 International Business Machines Corporation Method for managing browser display
JP2003337699A (en) 2002-03-13 2003-11-28 Saora Inc Information processing device and method, and storage medium with program stored therein
US7120641B2 (en) 2002-04-05 2006-10-10 Saora Kabushiki Kaisha Apparatus and method for extracting data
US20030195896A1 (en) 2002-04-15 2003-10-16 Suda Aruna Rohra Method and apparatus for managing imported or exported data
JP2006053745A (en) 2004-08-11 2006-02-23 Saora Inc Data processing method, device and program

Also Published As

Publication number Publication date
US7822735B2 (en) 2010-10-26
EP1407381A2 (en) 2004-04-14
CA2410747C (en) 2011-01-04
US20020078197A1 (en) 2002-06-20
ATE386302T1 (en) 2008-03-15
AU2001258688B2 (en) 2008-04-17
EP1407381B1 (en) 2008-02-13
AU5868801A (en) 2001-12-11
DE60132821T2 (en) 2009-03-05
WO2001093071A3 (en) 2003-12-31
DE60132821D1 (en) 2008-03-27
US20020035563A1 (en) 2002-03-21
WO2001093071A2 (en) 2001-12-06

Similar Documents

Publication Publication Date Title
CA2410747A1 (en) System and method for saving browsed data
US7020658B1 (en) Data file management system and method for browsers
US6226655B1 (en) Method and apparatus for retrieving data from a network using linked location identifiers
JP3683821B2 (en) Method for managing objects, method and system for sharing objects among user communities
US5845290A (en) File recording support apparatus and file recording support system for supporting recording of file on home page on internet and intranet
JP3560758B2 (en) Data management method and data management device using the same
WO1998049617A2 (en) Web site construction by inferring navigational structure from physical file structure
JP2007183939A (en) Search method, system, program storage device (search service accessing and highlighting local and online available information source accessed before)
JP2000040046A (en) Method for describing and visualizing use pattern characteristic of web site by network user
CA2339543A1 (en) Search and index hosting system
JPH10254912A (en) World wide web news retrieval system
US20030135820A1 (en) Method of and a system for creating a button type bookmark in a web browser
US6067560A (en) Retrieval saving and printing in a computer network system environment
JP2000285134A (en) Method and device for managing document and storage medium
JP2009026249A (en) Browsing-history-editing terminal, program, and its method
JPWO2004111877A1 (en) Information processing method and apparatus, and program thereof
KR100830854B1 (en) Device for presenting information units
JP2008191982A (en) Retrieval result output device
JP4333184B2 (en) Electronic data management system
JP2001154893A (en) File retrieving device and computer readable recording medium
JP4173364B2 (en) Interactive personal directory
KR20000017909A (en) Apparatus for searching information over the internet and information search method using the same
JP2003337825A (en) Method for supplying information by on-line data base
JP2005031867A (en) Web information collecting device and web information collecting method
US6993525B1 (en) Document-database access device

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed

Effective date: 20180525