US8601365B2 - Data transmission and rendering techniques implemented over a client-server system - Google Patents
Data transmission and rendering techniques implemented over a client-server system Download PDFInfo
- Publication number
- US8601365B2 US8601365B2 US12/925,669 US92566910A US8601365B2 US 8601365 B2 US8601365 B2 US 8601365B2 US 92566910 A US92566910 A US 92566910A US 8601365 B2 US8601365 B2 US 8601365B2
- Authority
- US
- United States
- Prior art keywords
- computing device
- data
- instructions
- response
- request
- 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.)
- Expired - Fee Related, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
- G06F40/143—Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45504—Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
- G06F9/45508—Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
- G06F9/45512—Command shells
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
- G06Q30/0601—Electronic shopping [e-shopping]
- G06Q30/0609—Buyer or seller confidence or verification
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
- G06Q30/0601—Electronic shopping [e-shopping]
- G06Q30/0611—Request for offers or quotes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
Definitions
- the present invention relates generally to data networks, and more specifically to data transmission and rendering techniques to be implemented in a client-server system.
- FIG. 1 shows a block diagram of a typical client-server system 100 , wherein the client device 102 and the server device 106 communicate with each other via the Internet 104 .
- a client process 102 desires specific information from a remote server (such as, for example, a web page)
- the client process transmits an HTTP request to the server 106 (via Internet 104 ), and the server responds by transmitting an HTTP response to the client which includes HTML data.
- a browser on the client machine renders the HTML data and displays it to the user in the form of an HTML (i.e. web) page.
- This entire process may be initiated by the user at the click of a button, such as, for example, by clicking a mouse button on a URL link.
- the desired information will typically not be displayed instantaneously.
- the user typically is required to wait a time interval (referred to as the end-user experienced response time) until the desired information is retrieved from the server system and displayed on the client machine. This delay is undesirable. Accordingly, it will be appreciated that it is generally desirable to reduce the end-user experienced response time.
- a method and computer program product are disclosed for generating formatted information for display on a computer system.
- the computer system may be configured to include at least one interface for communicating with a server computer system.
- a request is sent from the computer system to the server system.
- the request may correspond to an HTTP request for information relating to a specific HTML page or web page.
- a response is then received from the server system.
- the response includes response information comprising embedded instructions and data.
- the embedded instructions may include instructions for using the data to generate formatted markup information for display on the computer system.
- the embedded instructions are then executed on the data to thereby generate formatted markup information for display on the computer system.
- the formatted markup information corresponds to HTML data to be rendered for display on the computer system.
- inventions are directed to a method and computer program product for generating formatted information for display on a computer system.
- the computer system may be configured to include at least one interface for communicating with a server computer system.
- a request for desired information is received from the computer system.
- the request may correspond to an HTTP request for information relating to a specific HTML page or web page.
- a response is then sent to the computer system.
- the response includes response information comprising embedded instructions and data.
- the embedded instructions may include instructions for using the data to generate formatted markup information for display on the computer system.
- the formatted markup information corresponds to HTML data to be rendered for display on the computer system.
- the system comprises at least one CPU, memory, and at least one interface for communicating with a client computer system.
- the system may be configured to receive a request for desired information from the client computer.
- the request may correspond to an HTTP request for information relating to a specific HTML page or web page.
- the system may further be configured or designed to send a response to the client computer, wherein the response includes response information comprising embedded instructions and data.
- the embedded instructions may include instructions for using the data to generate formatted markup information for display on the client system.
- the formatted markup information corresponds to HTML data to be rendered for display on the client system.
- FIG. 1 shows a block diagram of a conventional client-server system 100 .
- FIG. 2B shows an example of conventional HTML source code which may be provided by a conventional server to a conventional client device in response to an HTTP request.
- FIG. 2C illustrates a specific embodiment of the source code which may be provided by a server to a client device in accordance with a specific embodiment of the present invention.
- the server response time indicates how quickly a server is able to respond to a particular request, such as, for example, an HTTP request.
- the communication latency represents the start up costs associated with the connection between the client and the server. Typically, each time the user clicks on a particular link in a web browser application, a connection to a server is established, which incurs another latency period.
- the end-user experienced response time is the size of the page being downloaded.
- the end-user experienced response time may also be reduced.
- FIG. 2A shows an example of an HTML page which may be used to illustrate the data transmission and rendering techniques of the present invention.
- the HTML page 200 of FIG. 2A represents the web page which is displayed to a user of the client device 102 .
- the web page 200 represents a phone book page which includes personalized contact information specific to that user.
- a first entry 202 on page 200 provides personalized information for a contact named Bryan.
- a second entry 204 on page 200 provides personalized information for a contact named Dean.
- a third entry 206 on page 200 provides personalized information for a contact named Ajit.
- a fourth entry 208 on page 200 provides personalized information for a contact named Narasimha.
- FIG. 2B shows an example of conventional HTML source code which may be provided by the server 106 to the client device 102 , and subsequently used by a conventional web browser (such as, for example, Netscape Navigator or Internet Explorer) on the client device for rendering the web page 200 .
- a conventional web browser such as, for example, Netscape Navigator or Internet Explorer
- each entry 212 , 214 , 216 and 218 in the HTML source code corresponds to a respective entry 202 , 204 , 206 , 208 displayed on web page 200 .
- each character of text which is displayed on the web page 200 is included in the HTML source code of FIG. 2B .
- FIG. 2C illustrates a specific embodiment of modified source code which may be provided by the server 106 to the client device 102 , and subsequently used for rendering the HTML page 200 in accordance with a specific embodiment of the present invention.
- the source code includes an embedded instruction portion 222 and an embedded data portion 224 .
- the embedded instruction portion 222 is implemented using a scripting language such as, for example, JavaScript, and that the client web browser is capable of executing the embedded instructions.
- the source code of FIG. 2C includes fewer bytes of information.
- the actual number of bytes to be transferred from the server 106 to the client device 102 in FIG. 2B is significantly greater than that of FIG. 2C . More specifically, the byte size of the data represented by FIG. 2B is 1,730 bytes, whereas the byte size of the data represented by FIG. 2C is 960 bytes.
- the server 106 may transmit embedded instructions and data (as shown in FIG. 2C ) to the client machine, wherein the embedded instructions and data are processed at the client machine to thereby generate HTML data to be rendered for displaying to a user.
- FIG. 3 shows a flow diagram illustrating how information is transmitted between a client system 102 and a server system 106 in accordance with a specific embodiment of the present invention. It will be appreciated that the flow diagram of FIG. 3 merely represents an example of a specific embodiment of how the technique of the present invention may be used to reduce the amount of actual bytes transferred from a server device to a client device.
- the client transmits ( 1 ) an HTTP request to the server 106 .
- the HTTP request corresponds to a request to retrieve web page 200 of FIG. 2A .
- the server responds ( 2 ) by transmitting an HTTP response to the client machine.
- the HTTP response includes embedded instructions and data such as that shown, for example in FIG. 2C .
- the embedded data may be in ASCII text format.
- the embedded data may also be in other forms, such as, for example, Unicode.
- the embedded instructions may correspond to scripting language which can be interpreted by a browser or other rendering program, or alternatively, may correspond to executable code, such as, for example, a plug-in, which may be executed on at the client system 102 .
- executable code such as, for example, a plug-in, which may be executed on at the client system 102 .
- FIG. 3 it is assumed that the embedded instructions are implemented using JavaScript.
- the client machine may execute ( 3 ) the JavaScript on the data provided in the HTTP response to thereby generate HTML code for rendering on the client machine.
- this action may be performed by a browser application that has been configured or designed to interpret scripting instruction language such as, for example, JavaScript or JSCRIPT.
- the embedded instructions may correspond to executable code which is executed on the client system using the data from the HTTP response to generate the HTML code.
- a web browser or other rendering program on the client machine may than use the generated HTML code to render ( 4 ) the HTML page to be displayed on the client machine's display device.
- the response transmitted from the server 106 to the client system 102 may not always include both embedded instructions and embedded data.
- the particular request transmitted by the client system to the server may be used by the server determine whether the response to the client should include only data, or both data and instructions.
- the server 106 has already transmitted a first response to client 102 which includes embedded instructions 222 and data 224 as shown in FIG. 2C .
- a browser program has executed the instructions 222 on the data 224 to generate HTML data, which the browser program then rendered for display as shown in FIG. 2A .
- the rendered page includes two additional links (not illustrated in FIG. 2A ). The first link is displayed as “VIEW CALENDAR”, and the second link is displayed as “NEXT PAGE”. If the user clicks on the NEXT PAGE link, the client system will send a request to the server to retrieve the next page of contact information.
- the server When the server receives this request, it may determine from the request that it need only send the data portion relating to the next page of contact information.
- the client system has previously received the embedded instructions 222 for rendering the next page data.
- the client machine may execute the previously received instructions 222 on the newly received data to thereby render the next page of contact information for display to the user.
- the client system will send a request to the server to retrieve calendar information (which is assumed to be displayed using a different format than that shown in FIG. 2A ).
- the server may determine from the request that it needs to send both new data (i.e. calendar data) and new instructions (for rendering the calendar data) to the client system.
- the client system may then execute new instructions on the calendar data to thereby generate HTML data to be rendered for display to the user.
- the data transmission and rendering techniques of the present invention may be used to reduce the amount of actual bytes transferred from a server system (e.g., 106 , FIG. 1 ) to a client system (e.g., 102 , FIG. 1 ) in response to a specific client request.
- the technique of the present invention may significantly improve the end-user experienced response time by reducing the amount of actual bytes which need to be received at the client machine, for example, during a single request-response transaction.
- the technique of the present invention may be utilized in environments where connection speed is a significant factor in the end-user experienced response time.
- the data transmission and rendering techniques of the present invention may be implemented on software and/or hardware.
- they can be implemented in an operating system kernel, in a separate user process, in a library package bound into network applications, on a specially constructed machine, or on a network interface card.
- the technique of the present invention is implemented in software such as an operating system or in an application running on an operating system.
- a software or software/hardware hybrid implementation of the data transmission and rendering technique of this invention may be implemented on a general-purpose programmable machine selectively activated or reconfigured by a computer program stored in memory.
- a programmable machine may be a computer system or network device such as that shown in FIG. 4 of the drawings.
- the network device may have multiple network interfaces including, for example, frame relay, Ethernet, ISDN, etc. Specific examples of such a network device include routers and servers.
- a general architecture for some of these machines will appear from the description given below.
- the data transmission and rendering technique of this invention may be implemented on a general-purpose network host machine such as a personal computer or workstation. Further, the invention may be at least partially implemented on a card (e.g., an interface card) for a network device or a general-purpose computing device.
- a card e.g., an interface card
- a network device 60 suitable for implementing the data transmission and rendering techniques of the present invention includes a master central processing unit (CPU) 62 , interfaces 68 , and a bus 67 (e.g., a PCI bus).
- the CPU 62 may be responsible for implementing specific functions associated with the functions of a desired network device.
- the CPU 62 may be responsible for such tasks as transmitting and receiving information to and from other network devices, analyzing received information, executing JavaScript, generating HTML data using non-HTML data received from another network device, rendering HTML data for display to a user, etc.
- the CPU 62 preferably accomplishes all these functions under the control of software including an operating system (e.g., Windows NT), and any appropriate applications software.
- an operating system e.g., Windows NT
- CPU 62 may include one or more processors 63 such as a processor from the Motorola family of microprocessors or the MIPS family of microprocessors. In an alternative embodiment, processor 63 is specially designed hardware for controlling the operations of network device 60 . In a specific embodiment, a memory 61 (such as non-volatile RAM and/or ROM) also forms part of CPU 62 . However, there are many different ways in which memory could be coupled to the system. Memory block 61 may be used for a variety of purposes such as, for example, caching and/or storing data, programming instructions, etc.
- the interfaces 68 are typically provided as interface cards (sometimes referred to as “line cards”). Generally, they control the sending and receiving of data packets over the network and sometimes support other peripherals used with the network device 60 .
- interfaces that may be provided are Ethernet interfaces, frame relay interfaces, cable interfaces, DSL interfaces, token ring interfaces, and the like.
- various very high-speed interfaces may be provided such as fast Ethernet interfaces, Gigabit Ethernet interfaces, ATM interfaces, HSSI interfaces, POS interfaces, FDDI interfaces and the like.
- these interfaces may include ports appropriate for communication with the appropriate media. In some cases, they may also include an independent processor and, in some instances, volatile RAM.
- the independent processors may control such communications intensive tasks as packet switching, media control and management. By providing separate processors for the communications intensive tasks, these interfaces allow the master microprocessor 62 to efficiently perform routing computations, network diagnostics, security functions, etc.
- FIG. 4 illustrates one specific network device of the present invention
- it is by no means the only network device architecture on which the present invention can be implemented.
- an architecture having a single processor that handles communications as well as routing computations, etc. is often used.
- other types of interfaces and media could also be used with the network device.
- network device may employ one or more memories or memory modules (such as, for example, memory block 65 ) configured to store data, program instructions for the general-purpose network operations and/or other information relating to the functionality of the data transmission and rendering techniques described herein.
- the program instructions may control the operation of an operating system and/or one or more applications, for example.
- the memory or memories may also be configured to include data structures which store data received from other network devices, locally generated HTML data, rendered HTML pages, etc.
- the present invention relates to machine readable media that include program instructions, state information, etc. for performing various operations described herein.
- machine-readable media include, but are not limited to, magnetic storage media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROM disks; magneto-optical media such as floptical disks; and hardware devices that are specially configured to store and perform program instructions, such as read-only memory devices (ROM) and random access memory (RAM).
- the invention may also be embodied in transmission media such as a carrier wave travelling over an appropriate medium such as airwaves, optical lines, electric lines, etc.
- program instructions include both machine code, such as produced by a compiler, and files containing higher level code that may be executed by the computer using an interpreter.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Finance (AREA)
- Accounting & Taxation (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Software Systems (AREA)
- Strategic Management (AREA)
- General Business, Economics & Management (AREA)
- Marketing (AREA)
- Economics (AREA)
- Development Economics (AREA)
- General Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (20)
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/925,669 US8601365B2 (en) | 2000-11-10 | 2010-10-27 | Data transmission and rendering techniques implemented over a client-server system |
US14/083,567 US9413808B2 (en) | 2000-05-10 | 2013-11-19 | Data transmission and rendering techniques by a device via a network |
US15/203,701 US10091335B2 (en) | 2000-05-10 | 2016-07-06 | Data transmission and rendering techniques by a device via a network |
Applications Claiming Priority (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US24739200P | 2000-11-10 | 2000-11-10 | |
US09/792,400 US7240283B1 (en) | 2000-11-10 | 2001-02-22 | Data transmission and rendering techniques implemented over a client-server system |
US11/821,307 US7493554B2 (en) | 2000-11-10 | 2007-06-22 | Data transmission and rendering techniques implemented over a client-server system |
US12/378,643 US7853870B2 (en) | 2000-11-10 | 2009-02-17 | Data transmission and rendering techniques implemented over a client-server system |
US12/925,669 US8601365B2 (en) | 2000-11-10 | 2010-10-27 | Data transmission and rendering techniques implemented over a client-server system |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/378,643 Continuation US7853870B2 (en) | 2000-05-10 | 2009-02-17 | Data transmission and rendering techniques implemented over a client-server system |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/083,567 Continuation US9413808B2 (en) | 2000-05-10 | 2013-11-19 | Data transmission and rendering techniques by a device via a network |
Publications (2)
Publication Number | Publication Date |
---|---|
US20110047210A1 US20110047210A1 (en) | 2011-02-24 |
US8601365B2 true US8601365B2 (en) | 2013-12-03 |
Family
ID=38196928
Family Applications (6)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/792,400 Expired - Lifetime US7240283B1 (en) | 2000-05-10 | 2001-02-22 | Data transmission and rendering techniques implemented over a client-server system |
US11/821,307 Expired - Lifetime US7493554B2 (en) | 2000-05-10 | 2007-06-22 | Data transmission and rendering techniques implemented over a client-server system |
US12/378,643 Expired - Fee Related US7853870B2 (en) | 2000-05-10 | 2009-02-17 | Data transmission and rendering techniques implemented over a client-server system |
US12/925,669 Expired - Fee Related US8601365B2 (en) | 2000-05-10 | 2010-10-27 | Data transmission and rendering techniques implemented over a client-server system |
US14/083,567 Expired - Lifetime US9413808B2 (en) | 2000-05-10 | 2013-11-19 | Data transmission and rendering techniques by a device via a network |
US15/203,701 Expired - Fee Related US10091335B2 (en) | 2000-05-10 | 2016-07-06 | Data transmission and rendering techniques by a device via a network |
Family Applications Before (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/792,400 Expired - Lifetime US7240283B1 (en) | 2000-05-10 | 2001-02-22 | Data transmission and rendering techniques implemented over a client-server system |
US11/821,307 Expired - Lifetime US7493554B2 (en) | 2000-05-10 | 2007-06-22 | Data transmission and rendering techniques implemented over a client-server system |
US12/378,643 Expired - Fee Related US7853870B2 (en) | 2000-05-10 | 2009-02-17 | Data transmission and rendering techniques implemented over a client-server system |
Family Applications After (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/083,567 Expired - Lifetime US9413808B2 (en) | 2000-05-10 | 2013-11-19 | Data transmission and rendering techniques by a device via a network |
US15/203,701 Expired - Fee Related US10091335B2 (en) | 2000-05-10 | 2016-07-06 | Data transmission and rendering techniques by a device via a network |
Country Status (1)
Country | Link |
---|---|
US (6) | US7240283B1 (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8751334B2 (en) | 2000-12-27 | 2014-06-10 | Ipventure, Inc. | Item substitution for unavailable items relating to a customer order |
US8880428B2 (en) | 2001-03-19 | 2014-11-04 | Ipventure, Inc. | Restricted purchase of regulated items over a network |
US9342808B2 (en) | 1999-05-11 | 2016-05-17 | June Ray Limited | Load balancing technique implemented in a data network device utilizing a data cache |
US9413808B2 (en) | 2000-05-10 | 2016-08-09 | June Ray Limited | Data transmission and rendering techniques by a device via a network |
US9697547B2 (en) | 1999-05-11 | 2017-07-04 | June Ray Limited | Integrated online store |
US10567975B2 (en) | 2005-10-04 | 2020-02-18 | Hoffberg Family Trust 2 | Multifactorial optimization system and method |
Families Citing this family (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6975937B1 (en) | 1999-05-11 | 2005-12-13 | Christopher Kantarjiev | Technique for processing customer service transactions at customer site using mobile computing device |
US7370005B1 (en) * | 1999-05-11 | 2008-05-06 | Peter Ham | Inventory replication based upon order fulfillment rates |
US7231644B2 (en) * | 2000-02-04 | 2007-06-12 | Aol Llc, A Delaware Limited Liability Company | Optimized delivery of web application code |
WO2001057720A2 (en) * | 2000-02-04 | 2001-08-09 | America Online Incorporated | Automated client-server data validation |
US7139721B2 (en) * | 2000-05-10 | 2006-11-21 | Borders Louis H | Scheduling delivery of products via the internet |
US7752256B2 (en) * | 2002-01-16 | 2010-07-06 | Laszlo Systems, Inc. | Presentation server |
US7890961B2 (en) * | 2003-08-29 | 2011-02-15 | Yahoo! Inc. | Method and apparatus for providing desktop application functionality in a client/server architecture |
US7395500B2 (en) * | 2003-08-29 | 2008-07-01 | Yahoo! Inc. | Space-optimizing content display |
US7496607B2 (en) * | 2003-08-29 | 2009-02-24 | Yahoo! Inc. | Method and system for maintaining synchronization between a local data cache and a data store |
US9158845B1 (en) * | 2004-04-29 | 2015-10-13 | Aol Inc. | Reducing latencies in web page rendering |
US8015086B2 (en) * | 2004-09-22 | 2011-09-06 | Hewlett-Packard Development Company, L.P. | System and method for calculating employee expenses |
US8001456B2 (en) * | 2005-02-28 | 2011-08-16 | International Business Machines Corporation | Methods for maintaining separation between markup and data at a client |
US8510371B2 (en) * | 2007-01-16 | 2013-08-13 | Gizmox Ltd. | Method and system for creating IT-oriented server-based web applications |
US8776038B2 (en) | 2008-08-07 | 2014-07-08 | Code Systems Corporation | Method and system for configuration of virtualized software applications |
US8434093B2 (en) | 2008-08-07 | 2013-04-30 | Code Systems Corporation | Method and system for virtualization of software applications |
US9639963B2 (en) * | 2008-12-08 | 2017-05-02 | Microsoft Technology Licensing, Llc | Command remoting techniques |
US8954958B2 (en) | 2010-01-11 | 2015-02-10 | Code Systems Corporation | Method of configuring a virtual application |
US9104517B2 (en) | 2010-01-27 | 2015-08-11 | Code Systems Corporation | System for downloading and executing a virtual application |
US8959183B2 (en) * | 2010-01-27 | 2015-02-17 | Code Systems Corporation | System for downloading and executing a virtual application |
US9229748B2 (en) | 2010-01-29 | 2016-01-05 | Code Systems Corporation | Method and system for improving startup performance and interoperability of a virtual application |
US8763009B2 (en) | 2010-04-17 | 2014-06-24 | Code Systems Corporation | Method of hosting a first application in a second application |
US9218359B2 (en) | 2010-07-02 | 2015-12-22 | Code Systems Corporation | Method and system for profiling virtual application resource utilization patterns by executing virtualized application |
US9021015B2 (en) | 2010-10-18 | 2015-04-28 | Code Systems Corporation | Method and system for publishing virtual applications to a web server |
US9209976B2 (en) | 2010-10-29 | 2015-12-08 | Code Systems Corporation | Method and system for restricting execution of virtual applications to a managed process environment |
US9049265B1 (en) * | 2012-12-26 | 2015-06-02 | Google Inc. | Serving remote access to storage resources |
US9888283B2 (en) | 2013-03-13 | 2018-02-06 | Nagrastar Llc | Systems and methods for performing transport I/O |
US11308261B2 (en) * | 2019-11-14 | 2022-04-19 | Bluebeam, Inc. | Systems and methods for synchronizing graphical displays across thin client devices |
US11055378B1 (en) | 2020-08-21 | 2021-07-06 | Coupang Corp. | Systems and methods for loading websites with multiple items |
Citations (292)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US2781643A (en) | 1953-01-19 | 1957-02-19 | Starr W Fairweather | Apparatus for refrigerating foodstuffs |
US3406532A (en) | 1966-11-09 | 1968-10-22 | Aladdin Ind Inc | Food and beverage containers having integral compartments containing a freezable liquid |
US3670867A (en) | 1969-11-17 | 1972-06-20 | Fmc Corp | Conveyor system |
US3771679A (en) | 1968-02-27 | 1973-11-13 | Licentia Gmbh | Method for filling orders with a sorting conveyor |
US4213310A (en) | 1979-04-03 | 1980-07-22 | Igloo Corporation | Thermal container with quick-release lid-mounted flask |
US4455453A (en) | 1979-01-26 | 1984-06-19 | Metretek, Incorporated | Apparatus and method for remote sensor monitoring, metering and control |
US4530067A (en) | 1981-03-10 | 1985-07-16 | Xecutek Corporation | Restaurant management information and control method and apparatus |
US4656591A (en) | 1983-04-18 | 1987-04-07 | Goody Products, Inc. | Order processing method and apparatus (II) |
US4792273A (en) | 1985-07-26 | 1988-12-20 | Interroll Fordertechnik Gmbh & Co. Kg | Method and apparatus for documentless order picking of goods |
US4799156A (en) | 1986-10-01 | 1989-01-17 | Strategic Processing Corporation | Interactive market management system |
US4803348A (en) | 1987-06-30 | 1989-02-07 | Lohrey David W | Automated customer interface for services involving drop-off and pickup |
US4823984A (en) | 1986-04-30 | 1989-04-25 | Unidynamics Corporation | Container storage and dispensing apparatus and vending machine for dispensing refrigerated, unrefrigerated and/or heated foods |
US4887208A (en) | 1987-12-18 | 1989-12-12 | Schneider Bruce H | Sales and inventory control system |
US4936738A (en) | 1988-04-26 | 1990-06-26 | Food Plant Engineering, Inc. | Alternating push back selective rack storage system |
US4958280A (en) | 1987-07-10 | 1990-09-18 | Vistakon, Inc. | Apparatus and method for satisfying disposable contact lens prescriptions |
EP0425405A2 (en) | 1989-10-23 | 1991-05-02 | International Business Machines Corporation | An automated customer order promising and confirming method |
US5027269A (en) | 1989-04-27 | 1991-06-25 | International Business Machines Corporation | Method and apparatus for providing continuous availability of applications in a computer network |
US5038283A (en) | 1989-04-13 | 1991-08-06 | Panduit Corp. | Shipping method |
US5093794A (en) | 1989-08-22 | 1992-03-03 | United Technologies Corporation | Job scheduling system |
US5101352A (en) | 1989-06-29 | 1992-03-31 | Carolina Cipher | Material requirements planning system |
US5105627A (en) | 1990-04-20 | 1992-04-21 | Nihon Freezer Co., Ltd. | Cryopreservation container of animal cell |
US5113349A (en) | 1988-03-26 | 1992-05-12 | Fuji Electric Co. Ltd. | Method and system for storing/removing and distributing articles of manufacture |
US5122959A (en) | 1988-10-28 | 1992-06-16 | Automated Dispatch Services, Inc. | Transportation dispatch and delivery tracking system |
US5237158A (en) | 1989-10-10 | 1993-08-17 | Unisys Corporation | Image-based document processing system providing for priority document shipment |
US5235819A (en) | 1988-03-02 | 1993-08-17 | Pallet-Cooler Kb | Method and apparatus for storing and distributing materials |
GB2265032A (en) | 1992-03-09 | 1993-09-15 | Hitachi Ltd | Inventory management for combination goods. |
US5246332A (en) | 1985-05-13 | 1993-09-21 | Computer Aided Systems, Inc. | System for delivery |
US5265006A (en) | 1990-12-14 | 1993-11-23 | Andersen Consulting | Demand scheduled partial carrier load planning system for the transportation industry |
US5272638A (en) | 1991-05-31 | 1993-12-21 | Texas Instruments Incorporated | Systems and methods for planning the scheduling travel routes |
US5273392A (en) | 1986-01-02 | 1993-12-28 | Computer Aided Systems, Inc. | Automated work center and method |
FR2696722A1 (en) | 1992-10-09 | 1994-04-15 | Mde | Robot stocking tunnel for stocking and distribution - comprises triangular frame supporting identical necks on inclined surface, each forming vertical storage compartment with its neighbour,with compartment internal opening obstructed by trolley having ejector |
US5322406A (en) | 1990-08-13 | 1994-06-21 | Electrocom Automation, L.P. | Order filling system with cartridge dispenser |
US5334824A (en) | 1991-09-19 | 1994-08-02 | Martinez Jerry R | Method and apparatus for validating credit information during home delivery of order |
US5363310A (en) | 1992-04-09 | 1994-11-08 | International Business Machines Corporation | System and method for partial order filling |
US5362948A (en) | 1990-10-23 | 1994-11-08 | Matsushita Electric Industrial Co., Ltd. | Facsimile-use automatic order and sales management system |
US5371852A (en) | 1992-10-14 | 1994-12-06 | International Business Machines Corporation | Method and apparatus for making a cluster of computers appear as a single host on a network |
US5395206A (en) | 1992-03-17 | 1995-03-07 | Cerny, Jr.; Louis J. | Method and apparatus for filling orders in a warehouse |
US5402336A (en) | 1993-01-15 | 1995-03-28 | Ss&D Corporation | System and method for allocating resources of a retailer among multiple wholesalers |
US5428546A (en) | 1992-10-16 | 1995-06-27 | Mobile Information Systems | Method and apparatus for tracking vehicle location |
US5434394A (en) | 1992-09-10 | 1995-07-18 | Tandy Corporation | Automated order and delivery system |
US5444844A (en) | 1991-06-04 | 1995-08-22 | Nsk Ltd. | Figure drawing apparatus and inventory purchasing system using the same |
US5450317A (en) | 1993-11-24 | 1995-09-12 | U S West Advanced Technologies, Inc. | Method and system for optimized logistics planning |
US5479530A (en) | 1992-01-10 | 1995-12-26 | Microbilt Corporation | Signature capturing printer and data card terminal |
US5533361A (en) | 1994-12-22 | 1996-07-09 | Halpern; Samuel J. | Insulated grocery cart cooler |
US5535407A (en) | 1989-05-30 | 1996-07-09 | Oki Electric Industry Co., Ltd. | Data processing system for locally updating customer data distributed by a host computer to a remote facility and for returning the updated customer data to the host computer |
US5548518A (en) | 1994-05-31 | 1996-08-20 | International Business Machines Corporation | Allocation method for generating a production schedule |
US5553312A (en) | 1994-06-20 | 1996-09-03 | Acs Wireless, Inc. | Data transfer and communication network |
US5568393A (en) | 1992-03-25 | 1996-10-22 | Toyota Jidosya Kabushiki Kaisha | Automated warehouse inloading/outloading storage controller |
US5592378A (en) | 1994-08-19 | 1997-01-07 | Andersen Consulting Llp | Computerized order entry system and method |
US5598487A (en) | 1986-08-15 | 1997-01-28 | Norand Corporation | Hand-held data entry system removable signature pad |
US5615121A (en) | 1995-01-31 | 1997-03-25 | U S West Technologies, Inc. | System and method for scheduling service providers to perform customer service requests |
US5640002A (en) | 1995-08-15 | 1997-06-17 | Ruppert; Jonathan Paul | Portable RF ID tag and barcode reader |
US5664110A (en) | 1994-12-08 | 1997-09-02 | Highpoint Systems, Inc. | Remote ordering system |
US5666493A (en) | 1993-08-24 | 1997-09-09 | Lykes Bros., Inc. | System for managing customer orders and method of implementation |
US5687322A (en) | 1989-05-01 | 1997-11-11 | Credit Verification Corporation | Method and system for selective incentive point-of-sale marketing in response to customer shopping histories |
US5694551A (en) | 1993-05-20 | 1997-12-02 | Moore Business Forms, Inc. | Computer integration network for channeling customer orders through a centralized computer to various suppliers |
US5708780A (en) | 1995-06-07 | 1998-01-13 | Open Market, Inc. | Internet server access control and monitoring systems |
US5710887A (en) | 1995-08-29 | 1998-01-20 | Broadvision | Computer system and method for electronic commerce |
US5712989A (en) | 1993-04-02 | 1998-01-27 | Fisher Scientific Company | Just-in-time requisition and inventory management system |
US5715314A (en) | 1994-10-24 | 1998-02-03 | Open Market, Inc. | Network sales system |
US5758313A (en) | 1992-10-16 | 1998-05-26 | Mobile Information Systems, Inc. | Method and apparatus for tracking vehicle location |
US5758328A (en) | 1996-02-22 | 1998-05-26 | Giovannoli; Joseph | Computerized quotation system and method |
US5761673A (en) | 1996-01-31 | 1998-06-02 | Oracle Corporation | Method and apparatus for generating dynamic web pages by invoking a predefined procedural package stored in a database |
US5768139A (en) | 1990-08-13 | 1998-06-16 | Electrocom Automation, L.P. | Automated method for filling orders with cartridge dispensers |
US5774668A (en) | 1995-06-07 | 1998-06-30 | Microsoft Corporation | System for on-line service in which gateway computer uses service map which includes loading condition of servers broadcasted by application servers for load balancing |
US5774660A (en) | 1996-08-05 | 1998-06-30 | Resonate, Inc. | World-wide-web server with delayed resource-binding for resource-based load balancing on a distributed resource multi-node network |
US5774670A (en) | 1995-10-06 | 1998-06-30 | Netscape Communications Corporation | Persistent client state in a hypertext transfer protocol based client-server system |
USH1743H (en) | 1995-03-17 | 1998-08-04 | Hercules Incorporated | Inventory management method and apparatus |
US5809479A (en) | 1994-07-21 | 1998-09-15 | Micron Technology, Inc. | On-time delivery, tracking and reporting |
US5816725A (en) | 1990-01-12 | 1998-10-06 | Norand Corporation | Portable modular work station including printer and portable data collection terminal |
US5826825A (en) | 1994-04-12 | 1998-10-27 | Gabriel; Edwin Zenith | Automatically actuated cargo and personnel snatching apparatus with distance sensos, magnets and pivot pins for assistance |
US5831860A (en) | 1995-04-28 | 1998-11-03 | At&T Corp. | Package special delivery service |
US5832457A (en) | 1991-05-06 | 1998-11-03 | Catalina Marketing International, Inc. | Method and apparatus for selective distribution of discount coupons based on prior customer behavior |
US5835914A (en) | 1997-02-18 | 1998-11-10 | Wall Data Incorporated | Method for preserving and reusing software objects associated with web pages |
US5834753A (en) | 1986-08-08 | 1998-11-10 | Norand Corporation | Laser scanner module having integral interface with hand-held data capture terminal proximity and label sensing, and enhanced sensitivity and power efficiency |
US5848395A (en) | 1996-03-23 | 1998-12-08 | Edgar; James William Hardie | Appointment booking and scheduling system |
US5870473A (en) | 1995-12-14 | 1999-02-09 | Cybercash, Inc. | Electronic transfer system and method |
US5878401A (en) | 1996-02-09 | 1999-03-02 | Joseph; Joseph | Sales and inventory method and apparatus |
US5880443A (en) | 1990-01-24 | 1999-03-09 | Automated Healthcare | Automated system for selecting packages from a cylindrical storage area |
US5893076A (en) | 1996-01-16 | 1999-04-06 | Sterling Commerce, Inc. | Supplier driven commerce transaction processing system and methodology |
US5894554A (en) | 1996-04-23 | 1999-04-13 | Infospinner, Inc. | System for managing dynamic web page generation requests by intercepting request at web server and routing to page server thereby releasing web server to process other requests |
US5895454A (en) | 1997-04-17 | 1999-04-20 | Harrington; Juliette | Integrated interface for vendor/product oriented internet websites |
US5897629A (en) | 1996-05-29 | 1999-04-27 | Fujitsu Limited | Apparatus for solving optimization problems and delivery planning system |
US5897622A (en) | 1996-10-16 | 1999-04-27 | Microsoft Corporation | Electronic shopping and merchandising system |
US5899088A (en) | 1998-05-14 | 1999-05-04 | Throwleigh Technologies, L.L.C. | Phase change system for temperature control |
US5910896A (en) | 1996-11-12 | 1999-06-08 | Hahn-Carlson; Dean W. | Shipment transaction system and an arrangement thereof |
US5918213A (en) | 1995-12-22 | 1999-06-29 | Mci Communications Corporation | System and method for automated remote previewing and purchasing of music, video, software, and other multimedia products |
US5922040A (en) | 1995-05-17 | 1999-07-13 | Mobile Information System, Inc. | Method and apparatus for fleet management |
US5943652A (en) | 1994-02-25 | 1999-08-24 | 3M Innovative Properties Company | Resource assignment and scheduling system |
US5943841A (en) | 1995-07-18 | 1999-08-31 | Knapp Holding Gmbh | Commissioning system |
US5949776A (en) | 1990-01-18 | 1999-09-07 | Norand Corporation | Hierarchical communication system using premises, peripheral and vehicular local area networking |
US5950173A (en) | 1996-10-25 | 1999-09-07 | Ipf, Inc. | System and method for delivering consumer product related information to consumers within retail environments using internet-based information servers and sales agents |
US5956709A (en) | 1997-07-28 | 1999-09-21 | Xue; Yansheng | Dynamic data assembling on internet client side |
US5960411A (en) | 1997-09-12 | 1999-09-28 | Amazon.Com, Inc. | Method and system for placing a purchase order via a communications network |
US5961601A (en) | 1996-06-07 | 1999-10-05 | International Business Machines Corporation | Preserving state information in a continuing conversation between a client and server networked via a stateless protocol |
US5963919A (en) | 1996-12-23 | 1999-10-05 | Northern Telecom Limited | Inventory management strategy evaluation system and method |
US5974401A (en) | 1996-09-04 | 1999-10-26 | Fuji Photo Film Co., Ltd. | Digital print order and delivery method and system |
US5979757A (en) | 1996-09-05 | 1999-11-09 | Symbol Technologies, Inc. | Method and system for presenting item information using a portable data terminal |
US5983200A (en) | 1996-10-09 | 1999-11-09 | Slotznick; Benjamin | Intelligent agent for executing delegated tasks |
US5987377A (en) | 1995-02-10 | 1999-11-16 | Highwaymaster Communications, Inc. | Method and apparatus for determining expected time of arrival |
US5991739A (en) | 1997-11-24 | 1999-11-23 | Food.Com | Internet online order method and apparatus |
US5999914A (en) | 1996-10-16 | 1999-12-07 | Microsoft Corporation | Electronic promotion system for an electronic merchant system |
US6003015A (en) | 1996-02-28 | 1999-12-14 | Hm Electronics, Inc. | Order confirmation system and method of using same |
US6006100A (en) | 1990-05-25 | 1999-12-21 | Norand Corporation | Multi-level, hierarchical radio-frequency communication system |
US6016504A (en) | 1996-08-28 | 2000-01-18 | Infospace.Com, Inc. | Method and system for tracking the purchase of a product and services over the Internet |
US6023683A (en) | 1994-08-10 | 2000-02-08 | Fisher Scientific Company | Electronic sourcing system and method |
US6023722A (en) | 1996-12-07 | 2000-02-08 | International Business Machines Corp. | High-availability WWW computer server system with pull-based load balancing using a messaging and queuing unit in front of back-end servers |
US6026378A (en) | 1996-12-05 | 2000-02-15 | Cnet Co., Ltd. | Warehouse managing system |
US6058417A (en) | 1998-10-23 | 2000-05-02 | Ebay Inc. | Information presentation and management in an online trading environment |
US6061607A (en) | 1997-07-18 | 2000-05-09 | St. Onge Company | Order pick system |
US6070147A (en) | 1996-07-02 | 2000-05-30 | Tecmark Services, Inc. | Customer identification and marketing analysis systems |
US6073108A (en) | 1996-06-21 | 2000-06-06 | Paul, Hastings, Janofsky & Walker | Task-based classification and analysis system |
US6076108A (en) | 1998-03-06 | 2000-06-13 | I2 Technologies, Inc. | System and method for maintaining a state for a user session using a web system having a global session server |
US6081789A (en) | 1996-05-24 | 2000-06-27 | Purcell; Daniel S. | Automated and independently accessible inventory information exchange system |
US6083279A (en) | 1996-10-10 | 2000-07-04 | International Business Machines Corporation | Platform independent technique for transferring software programs over a network |
US6085170A (en) | 1996-11-28 | 2000-07-04 | Hitachi, Ltd. | Delivery managing system |
US6084528A (en) | 1996-09-05 | 2000-07-04 | Symbol Technologies, Inc. | Intranet scanning terminal system |
US6087952A (en) | 1998-03-06 | 2000-07-11 | Mobile Information Systems, Inc. | Remote mobile data suite and method |
US6094642A (en) | 1997-10-24 | 2000-07-25 | Federal Express Corporation | Integrated data collection and transmission system and method of tracking package data |
US6094485A (en) | 1997-09-18 | 2000-07-25 | Netscape Communications Corporation | SSL step-up |
US6098093A (en) | 1998-03-19 | 2000-08-01 | International Business Machines Corp. | Maintaining sessions in a clustered server environment |
US6098152A (en) | 1997-10-17 | 2000-08-01 | International Business Machines Corporation | Method and apparatus for miss sequence cache block replacement utilizing a most recently used state |
US6101481A (en) | 1996-01-25 | 2000-08-08 | Taskey Pty Ltd. | Task management system |
US6101486A (en) | 1998-04-20 | 2000-08-08 | Nortel Networks Corporation | System and method for retrieving customer information at a transaction center |
US6123259A (en) | 1998-04-30 | 2000-09-26 | Fujitsu Limited | Electronic shopping system including customer relocation recognition |
US6128279A (en) | 1997-10-06 | 2000-10-03 | Web Balance, Inc. | System for balancing loads among network servers |
US6140922A (en) | 1996-10-30 | 2000-10-31 | Fujitsu Limited | System for indicating locations of sales items, method thereof, and apparatus thereof |
US6144848A (en) | 1995-06-07 | 2000-11-07 | Weiss Jensen Ellis & Howard | Handheld remote computer control and methods for secured interactive real-time telecommunications |
US6157945A (en) | 1998-07-01 | 2000-12-05 | Ricoh Company, Ltd. | Digital communication device and method including a routing function |
US6167380A (en) | 1995-06-16 | 2000-12-26 | I2 Technologies, Inc. | System and method for allocating manufactured products to sellers |
US6167382A (en) | 1998-06-01 | 2000-12-26 | F.A.C. Services Group, L.P. | Design and production of print advertising and commercial display materials over the Internet |
US6178510B1 (en) | 1997-09-04 | 2001-01-23 | Gtech Rhode Island Corporation | Technique for secure network transactions |
US6182053B1 (en) | 1996-03-26 | 2001-01-30 | Recovery Sales Corporation | Method and apparatus for managing inventory |
US6185479B1 (en) | 1998-04-15 | 2001-02-06 | John F. Cirrone | Article sorting system |
US6185625B1 (en) | 1996-12-20 | 2001-02-06 | Intel Corporation | Scaling proxy server sending to the client a graphical user interface for establishing object encoding preferences after receiving the client's request for the object |
US6185601B1 (en) | 1996-08-02 | 2001-02-06 | Hewlett-Packard Company | Dynamic load balancing of a network of client and server computers |
US6215952B1 (en) | 1996-04-04 | 2001-04-10 | Pioneer Electronic Corporation | Information record medium, apparatus for recording the same and apparatus for reproducing the same |
US6223215B1 (en) | 1998-09-22 | 2001-04-24 | Sony Corporation | Tracking a user's purchases on the internet by associating the user with an inbound source and a session identifier |
US6225995B1 (en) | 1997-10-31 | 2001-05-01 | Oracle Corporaton | Method and apparatus for incorporating state information into a URL |
US6233543B1 (en) | 1996-04-01 | 2001-05-15 | Openconnect Systems Incorporated | Server and terminal emulator for persistent connection to a legacy host system with printer emulation |
US6236972B1 (en) | 1998-12-02 | 2001-05-22 | Gary Shkedy | Method and apparatus for facilitating transactions on a commercial network system |
US6236974B1 (en) | 1997-08-08 | 2001-05-22 | Parasoft Corporation | Method and apparatus for automated selection and organization of products including menus |
US6249773B1 (en) | 1998-03-26 | 2001-06-19 | International Business Machines Corp. | Electronic commerce with shopping list builder |
US6249801B1 (en) | 1998-07-15 | 2001-06-19 | Radware Ltd. | Load balancing |
US6253292B1 (en) | 1997-08-22 | 2001-06-26 | Seong Tae Jhang | Distributed shared memory multiprocessor system based on a unidirectional ring bus using a snooping scheme |
US6275812B1 (en) | 1998-12-08 | 2001-08-14 | Lucent Technologies, Inc. | Intelligent system for dynamic resource management |
US6279001B1 (en) | 1998-05-29 | 2001-08-21 | Webspective Software, Inc. | Web service |
US20010016828A1 (en) | 1998-03-09 | 2001-08-23 | Junglee Corporation | Method and system for integrating transaction mechanisms over multiple internet sites |
US6289370B1 (en) | 1998-11-30 | 2001-09-11 | 3Com Corporation | Platform independent enhanced help system for an internet enabled embedded system |
US6289369B1 (en) | 1998-08-25 | 2001-09-11 | International Business Machines Corporation | Affinity, locality, and load balancing in scheduling user program-level threads for execution by a computer system |
US6289260B1 (en) | 1998-02-05 | 2001-09-11 | St. Onge Company | Automated order pick process |
US6295553B1 (en) | 1998-12-22 | 2001-09-25 | Unisys Corporation | Method and apparatus for prioritizing delivery of data transfer requests |
US20010037229A1 (en) | 2000-03-31 | 2001-11-01 | Simon Jacobs | Enterprise scheduling system for scheduling mobile service representatives |
US20010042021A1 (en) | 1999-12-06 | 2001-11-15 | Taiichi Matsuo | Electronic settling system and electronic settling method |
US20010042050A1 (en) | 2000-01-05 | 2001-11-15 | Procure.Com Inc. | Secure electronic procurement system and method |
US6324520B1 (en) | 1997-10-09 | 2001-11-27 | Walker Digital, Llc | Method and apparatus for collecting and applying vending machine demand information |
US20010047285A1 (en) | 2000-05-10 | 2001-11-29 | Webvan Group,Inc. | Scheduling delivery of products via the internet |
US20010047310A1 (en) | 2000-03-27 | 2001-11-29 | Russell Randall A. | School commerce system and method |
US20010049619A1 (en) | 1999-06-07 | 2001-12-06 | G. Edward Powell | Method and system for allocating specific appointment time windows in a service industry |
US20010049672A1 (en) | 1998-03-31 | 2001-12-06 | Victor S. Moore | Web commerce tool kit for distributed payment processing |
US20010052024A1 (en) | 1996-12-23 | 2001-12-13 | Murthy V. Devarakonda | Affinity-based router and routing method |
US6332334B1 (en) | 1999-05-10 | 2001-12-25 | Webvan Group, Inc. | Method and apparatus for handling and transporting temperature-sensitive items |
US20020002513A1 (en) | 1998-11-25 | 2002-01-03 | James P. Chiasson | Computer network transaction system |
US20020004766A1 (en) | 2000-07-07 | 2002-01-10 | Varian Semiconductor Equipment Associates, Inc. | Methods for permitting non-buyers to order items in an electronic commerce system |
US20020007299A1 (en) | 2000-07-14 | 2002-01-17 | Florence William T. | Method and system of delivering items using overlapping delivery windows |
US6341269B1 (en) | 1999-01-26 | 2002-01-22 | Mercani Technologies, Inc. | System, method and article of manufacture to optimize inventory and merchandising shelf space utilization |
US20020010633A1 (en) | 1999-04-19 | 2002-01-24 | Brotherston David N. | Apparatus and method for providing products and services in a transport vehicle using a network of computers |
US6343275B1 (en) | 1997-12-22 | 2002-01-29 | Charles Wong | Integrated business-to-business web commerce and business automation system |
US20020013950A1 (en) | 2000-07-25 | 2002-01-31 | Tomsen Mai-Lan | Method and system to save context for deferred transaction via interactive television |
US6347322B1 (en) | 1998-11-09 | 2002-02-12 | Lucent Technologies Inc. | Transaction state data replication by transaction forwarding in replicated database systems |
US6351775B1 (en) | 1997-05-30 | 2002-02-26 | International Business Machines Corporation | Loading balancing across servers in a computer network |
US6360256B1 (en) | 1996-07-01 | 2002-03-19 | Sun Microsystems, Inc. | Name service for a redundant array of internet servers |
US20020038224A1 (en) | 2000-09-25 | 2002-03-28 | United Parcel Service Of America, Inc. | Systems and associated methods for notification of package delivery services |
US20020038261A1 (en) | 1999-03-25 | 2002-03-28 | James Kargman | System for placing orders through the internet to a selected store of a chain of stores |
US6369840B1 (en) | 1999-03-10 | 2002-04-09 | America Online, Inc. | Multi-layered online calendaring and purchasing |
US6374300B2 (en) | 1999-07-15 | 2002-04-16 | F5 Networks, Inc. | Method and system for storing load balancing information with an HTTP cookie |
US20020049853A1 (en) | 2000-08-16 | 2002-04-25 | Tan-Na Chu | End-to-end secure file transfer method and system |
US20020050526A1 (en) | 1996-09-05 | 2002-05-02 | Jerome Swartz | Portable shopping and order fulfillment system |
US6385642B1 (en) | 1998-11-03 | 2002-05-07 | Youdecide.Com, Inc. | Internet web server cache storage and session management system |
US6397246B1 (en) | 1998-11-13 | 2002-05-28 | International Business Machines Corporation | Method and system for processing document requests in a network system |
US20020065700A1 (en) | 1999-04-19 | 2002-05-30 | G. Edward Powell | Method and system for allocating personnel and resources to efficiently complete diverse work assignments |
US6405173B1 (en) | 1998-03-05 | 2002-06-11 | American Management Systems, Inc. | Decision management system providing qualitative account/customer assessment via point in time simulation |
US20020072994A1 (en) | 2000-12-08 | 2002-06-13 | Hideyuki Mori | Method and system for receiving and handling orders for commodities |
US6421739B1 (en) | 1999-01-30 | 2002-07-16 | Nortel Networks Limited | Fault-tolerant java virtual machine |
US6424947B1 (en) | 1997-09-29 | 2002-07-23 | Nds Limited | Distributed IRD system |
US20020103724A1 (en) | 2000-12-01 | 2002-08-01 | Stephen Huxter | Courier independent system and method for the delivery of goods ordered by the internet |
US6438652B1 (en) | 1998-10-09 | 2002-08-20 | International Business Machines Corporation | Load balancing cooperating cache servers by shifting forwarded request |
US20020116279A1 (en) | 2001-02-21 | 2002-08-22 | Nobilo Nicholas Thomas | Online wine sale process |
US6445976B1 (en) | 2000-07-27 | 2002-09-03 | Air Fayre Limited | Method for delivering products for human consumption from a manufacturing center to passenger carrying vehicles |
US6453306B1 (en) | 1998-01-26 | 2002-09-17 | Ict Software S.A. | Internet commerce method and apparatus |
US6463345B1 (en) | 1999-01-04 | 2002-10-08 | International Business Machines Corporation | Regenerative available to promise |
US6463420B1 (en) | 1999-12-30 | 2002-10-08 | General Electric Company | Online tracking of delivery status information over a computer network |
US6466949B2 (en) | 1998-11-23 | 2002-10-15 | Myway.Com Corporation | Performing event notification in a database having a distributed web cluster |
US6490567B1 (en) | 1997-01-15 | 2002-12-03 | At&T Corp. | System and method for distributed content electronic commerce |
US20020188530A1 (en) | 1993-08-24 | 2002-12-12 | Lykes Bros., Inc. | System for managing orders and method of implementation |
US6496205B1 (en) | 1996-06-03 | 2002-12-17 | Webtv Networks, Inc. | User interface for controlling audio functions in a web browser |
US20020194084A1 (en) | 1997-11-14 | 2002-12-19 | Anita Surles | Method and use of point-of sale terminal, which receives, transmits, stores, authorizes, reconciles, and calculates transactions electronically |
US20020194087A1 (en) | 1998-06-25 | 2002-12-19 | Spiegel Joel R. | Method and system for electronic commerce using multiple roles |
US6505093B1 (en) | 2000-05-03 | 2003-01-07 | Si Handling Systems, Inc. | Automated order filling method and system |
US6505171B1 (en) | 2000-02-04 | 2003-01-07 | Robert H. Cohen | System and method for handling purchasing transactions over a computer network |
US6526392B1 (en) | 1998-08-26 | 2003-02-25 | International Business Machines Corporation | Method and system for yield managed service contract pricing |
US20030045340A1 (en) | 2001-09-06 | 2003-03-06 | Interlott Technologies, Inc. | Lottery game, ticket and interactive method of play |
US6530518B1 (en) | 2000-05-19 | 2003-03-11 | General Electric Company | Method, system and storage medium for viewing product delivery information |
US6535880B1 (en) | 2000-05-09 | 2003-03-18 | Cnet Networks, Inc. | Automated on-line commerce method and apparatus utilizing a shopping server verifying product information on product selection |
US6539494B1 (en) | 1999-06-17 | 2003-03-25 | Art Technology Group, Inc. | Internet server session backup apparatus |
US20030065565A1 (en) | 2000-01-26 | 2003-04-03 | Wagner Peter J. | Method and system for routing food orders over a computer network |
US6549891B1 (en) | 1996-03-26 | 2003-04-15 | Recovery Management Corporation | Method for managing inventory |
US20030079227A1 (en) | 1998-07-29 | 2003-04-24 | Starsight Telecast, Inc. | Multiple interactive electronic program guide system and methods |
US6560717B1 (en) | 1999-12-10 | 2003-05-06 | Art Technology Group, Inc. | Method and system for load balancing and management |
US6567848B1 (en) | 1998-11-10 | 2003-05-20 | International Business Machines Corporation | System for coordinating communication between a terminal requesting connection with another terminal while both terminals accessing one of a plurality of servers under the management of a dispatcher |
US6567786B1 (en) | 1999-09-16 | 2003-05-20 | International Business Machines Corporation | System and method for increasing the effectiveness of customer contact strategies |
US6571213B1 (en) | 1999-12-30 | 2003-05-27 | Pitney Bowes Inc. | Router utility for a parcel shipping system |
US6578005B1 (en) | 1996-11-22 | 2003-06-10 | British Telecommunications Public Limited Company | Method and apparatus for resource allocation when schedule changes are incorporated in real time |
US20030119485A1 (en) | 1998-12-14 | 2003-06-26 | Fujitsu Limited | Electronic shopping system utilizing a program downloadable wireless telephone |
US6587866B1 (en) | 2000-01-10 | 2003-07-01 | Sun Microsystems, Inc. | Method for distributing packets to server nodes using network client affinity and packet distribution table |
US6587827B1 (en) | 1999-10-22 | 2003-07-01 | Hewlett-Packard Development Company, L.P. | Order fulfillment processing system |
US6594692B1 (en) | 1994-05-31 | 2003-07-15 | Richard R. Reisman | Methods for transacting electronic commerce |
US6594641B1 (en) | 1999-04-16 | 2003-07-15 | Reshare Corporation | Computer facilitated product selling system |
US6598024B1 (en) | 1997-03-21 | 2003-07-22 | Walker Digital, Llc | Method and system for processing supplementary product sales at a point-of-sale terminal |
US6598027B1 (en) | 1999-11-16 | 2003-07-22 | Xs, Inc. | Systems, methods and computer program products for conducting regulation-compliant commercial transactions of regulated goods via a computer network |
US6595342B1 (en) | 2000-12-07 | 2003-07-22 | Sony Corporation | Method and apparatus for a biometrically-secured self-service kiosk system for guaranteed product delivery and return |
US6601101B1 (en) | 2000-03-15 | 2003-07-29 | 3Com Corporation | Transparent access to network attached devices |
US6609159B1 (en) | 1998-11-30 | 2003-08-19 | Semyon Dukach | Methods, systems, and machine readable programming for interposing front end servers between servers and clients |
US6622127B1 (en) | 1999-05-11 | 2003-09-16 | Kaiser Foundation Hospitals | Order allocation to select from inventory locations stocking few units of inventory |
US6629135B1 (en) | 1998-09-17 | 2003-09-30 | Ddr Holdings, Llc | Affiliate commerce system and method |
US6654726B1 (en) | 1999-11-05 | 2003-11-25 | Ford Motor Company | Communication schema of online system and method of status inquiry and tracking related to orders for consumer product having specific configurations |
US20030233190A1 (en) | 1993-05-18 | 2003-12-18 | Jones M. Kelly | Notification systems and methods with user-definable notifications based upon vehicle proximities |
US6671818B1 (en) | 1999-11-22 | 2003-12-30 | Accenture Llp | Problem isolation through translating and filtering events into a standard object format in a network based supply chain |
US6691165B1 (en) | 1998-11-10 | 2004-02-10 | Rainfinity, Inc. | Distributed server cluster for controlling network traffic |
US6697849B1 (en) | 1999-08-13 | 2004-02-24 | Sun Microsystems, Inc. | System and method for caching JavaServer Pages™ responses |
US6697964B1 (en) | 2000-03-23 | 2004-02-24 | Cisco Technology, Inc. | HTTP-based load generator for testing an application server configured for dynamically generating web pages for voice enabled web applications |
US6701367B1 (en) | 1999-09-24 | 2004-03-02 | Sun Microsystems, Inc. | Mechanism for enabling customized session managers to interact with a network server |
US6711618B1 (en) | 1999-09-03 | 2004-03-23 | Cisco Technology, Inc. | Apparatus and method for providing server state and attribute management for voice enabled web applications |
US6718387B1 (en) | 1997-12-10 | 2004-04-06 | Sun Microsystems, Inc. | Reallocating address spaces of a plurality of servers using a load balancing policy and a multicast channel |
US6721713B1 (en) | 1999-05-27 | 2004-04-13 | Andersen Consulting Llp | Business alliance identification in a web architecture framework |
US6741995B1 (en) | 1999-03-23 | 2004-05-25 | Metaedge Corporation | Method for dynamically creating a profile |
US6748418B1 (en) | 1999-06-18 | 2004-06-08 | International Business Machines Corporation | Technique for permitting collaboration between web browsers and adding content to HTTP messages bound for web browsers |
US6763496B1 (en) | 1999-03-31 | 2004-07-13 | Microsoft Corporation | Method for promoting contextual information to display pages containing hyperlinks |
US6772333B1 (en) | 1999-09-01 | 2004-08-03 | Dickens Coal Llc | Atomic session-start operation combining clear-text and encrypted sessions to provide id visibility to middleware such as load-balancers |
US6779016B1 (en) | 1999-08-23 | 2004-08-17 | Terraspring, Inc. | Extensible computing system |
US6788425B1 (en) | 1997-04-24 | 2004-09-07 | Fuji Photo Film Co., Ltd. | Print order reception system for confirming print order information |
US6792459B2 (en) | 2000-12-14 | 2004-09-14 | International Business Machines Corporation | Verification of service level agreement contracts in a client server environment |
US6799165B1 (en) | 1998-07-28 | 2004-09-28 | Eimar M. Boesjes | Apparatus and methods for inventory, sale, and delivery of digitally transferable goods |
US6801949B1 (en) | 1999-04-12 | 2004-10-05 | Rainfinity, Inc. | Distributed server cluster with graphical user interface |
US20040236635A1 (en) | 1999-01-08 | 2004-11-25 | Publicover Mark W. | Distribution system |
US6826613B1 (en) | 2000-03-15 | 2004-11-30 | 3Com Corporation | Virtually addressing storage devices through a switch |
US6845503B1 (en) | 1999-08-13 | 2005-01-18 | Sun Microsystems, Inc. | System and method for enabling atomic class loading in an application server environment |
US20050027580A1 (en) | 1999-12-01 | 2005-02-03 | Richard Crici | Internet-based appointment scheduling system |
US6859834B1 (en) | 1999-08-13 | 2005-02-22 | Sun Microsystems, Inc. | System and method for enabling application server request failover |
US6862572B1 (en) | 2000-04-21 | 2005-03-01 | De Sylva Robert F. | System and method for facilitating interaction between businesses, delivery agents, and customers |
US6865601B1 (en) | 2000-02-11 | 2005-03-08 | Hewlett-Packard Development Company L.P. | Method for allocating web sites on a web server cluster based on balancing memory and load requirements |
US6873970B2 (en) | 1999-04-27 | 2005-03-29 | Robert S. Showghi | Remote ordering system |
US6879965B2 (en) | 2000-03-01 | 2005-04-12 | Passgate Corporation | Method, system and computer readable medium for web site account and e-commerce management from a central location |
US6879995B1 (en) | 1999-08-13 | 2005-04-12 | Sun Microsystems, Inc. | Application server message logging |
US6888836B1 (en) | 1999-05-26 | 2005-05-03 | Hewlett-Packard Development Company, L.P. | Method for allocating web sites on a web hosting cluster |
US6901382B1 (en) * | 1996-11-27 | 2005-05-31 | Diebold, Incorporated | Automated banking machine and system |
US6904455B1 (en) | 1999-11-24 | 2005-06-07 | Robert C. Yen | Method and system for providing local content for use in partially satisfying internet data requests from remote servers |
US20050144641A1 (en) | 1997-06-12 | 2005-06-30 | Lewis William H. | System for data management and on-demand rental and purchase of digital data products |
US6938079B1 (en) * | 2000-09-19 | 2005-08-30 | 3Com Corporation | System and method for automatically configuring a client device |
US6947992B1 (en) | 2000-05-01 | 2005-09-20 | International Business Machines Corporation | Maintaining HTTP session affinity in a cluster environment |
US6957186B1 (en) | 1999-05-27 | 2005-10-18 | Accenture Llp | System method and article of manufacture for building, managing, and supporting various components of a system |
US6970837B1 (en) | 1996-09-04 | 2005-11-29 | Walker Digital, Llc | Methods and apparatus wherein a buyer arranges to purchase a first product using a communication network and subsequently takes possession of a substitute product at a retailer |
US6975937B1 (en) | 1999-05-11 | 2005-12-13 | Christopher Kantarjiev | Technique for processing customer service transactions at customer site using mobile computing device |
US6980962B1 (en) | 1999-03-02 | 2005-12-27 | Quixtar Investments, Inc. | Electronic commerce transactions within a marketing system that may contain a membership buying opportunity |
US6990460B2 (en) | 2000-10-19 | 2006-01-24 | Peapod, Inc. | Dynamic demand management |
US7010501B1 (en) | 1998-05-29 | 2006-03-07 | Symbol Technologies, Inc. | Personal shopping system |
US7028187B1 (en) | 1991-11-15 | 2006-04-11 | Citibank, N.A. | Electronic transaction apparatus for electronic commerce |
US7035914B1 (en) | 1996-01-26 | 2006-04-25 | Simpleair Holdings, Inc. | System and method for transmission of data |
US7043455B1 (en) | 2000-07-28 | 2006-05-09 | International Business Machines Corporation | Method and apparatus for securing session information of users in a web application server environment |
US7062556B1 (en) | 1999-11-22 | 2006-06-13 | Motorola, Inc. | Load balancing method in a communication network |
US7085729B1 (en) | 1995-06-16 | 2006-08-01 | I2 Technologies Us, Inc. | System and method for allocating manufactured products to sellers |
US7124101B1 (en) | 1999-11-22 | 2006-10-17 | Accenture Llp | Asset tracking in a network-based supply chain environment |
US7139637B1 (en) | 1999-05-11 | 2006-11-21 | William Henry Waddington | Order allocation to minimize container stops in a distribution center |
US7165041B1 (en) | 1999-05-27 | 2007-01-16 | Accenture, Llp | Web-based architecture sales tool |
US7173177B1 (en) | 1999-12-28 | 2007-02-06 | Blue Dolphin Solutions Llc | User interface for simultaneous management of owned and unowned inventory |
US7177825B1 (en) | 1999-05-11 | 2007-02-13 | Borders Louis H | Integrated system for ordering, fulfillment, and delivery of consumer products using a data network |
US7181539B1 (en) | 1999-09-01 | 2007-02-20 | Microsoft Corporation | System and method for data synchronization |
US20070055580A1 (en) | 2001-03-19 | 2007-03-08 | Woodward Franklin G | Method and apparatus for facilitating online purchase of regulated products over a data network |
US7197547B1 (en) | 1999-05-11 | 2007-03-27 | Andrew Karl Miller | Load balancing technique implemented in a data network device utilizing a data cache |
US7222161B2 (en) | 1999-11-24 | 2007-05-22 | Yen Robert C | Method and system for facilitating usage of local content at client machine |
US7233914B1 (en) | 2000-12-27 | 2007-06-19 | Joyo Wijaya | Technique for implementing item substitution for unavailable items relating to a customer order |
US7240283B1 (en) | 2000-11-10 | 2007-07-03 | Narasimha Rao Paila | Data transmission and rendering techniques implemented over a client-server system |
US7251612B1 (en) | 2000-01-10 | 2007-07-31 | Parker John E | Method and system for scheduling distribution routes and timeslots |
US7275042B1 (en) | 2000-09-15 | 2007-09-25 | Kelly Registration Systems, Inc. | System and method of providing agricultural pesticide information |
US7299294B1 (en) | 1999-11-10 | 2007-11-20 | Emc Corporation | Distributed traffic controller for network data |
US7346564B1 (en) | 1997-02-07 | 2008-03-18 | Frederic J Kirklin | System for merchandise ordering and order fulfillment |
US7366755B1 (en) | 2000-07-28 | 2008-04-29 | International Business Machines Corporation | Method and apparatus for affinity of users to application servers |
US7370005B1 (en) | 1999-05-11 | 2008-05-06 | Peter Ham | Inventory replication based upon order fulfillment rates |
US7383233B1 (en) | 1999-12-03 | 2008-06-03 | General Electric Company | Method of designing an electronic transaction system |
US20090063439A1 (en) | 1999-09-24 | 2009-03-05 | Thalveg Data Flow Llc | System and Method for Efficiently Providing a Recommendation |
US7603302B1 (en) * | 1996-11-27 | 2009-10-13 | Diebold, Incorporated | Automated banking machine system with multiple entity interface |
US7882501B1 (en) | 1999-08-13 | 2011-02-01 | Oracle America, Inc. | System and method for enabling dynamic modifed class reloading in an application server environment |
Family Cites Families (29)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4090626A (en) | 1975-12-29 | 1978-05-23 | Ebeling Franklin D | Trash handling device |
JP2633650B2 (en) | 1988-09-30 | 1997-07-23 | 株式会社東芝 | Semiconductor memory device and method of manufacturing the same |
DE3903145A1 (en) | 1989-02-02 | 1990-08-09 | Wacker Chemie Gmbh | METHOD FOR POLYMERIZING POLAR COMPOUNDS |
US5790793A (en) * | 1995-04-04 | 1998-08-04 | Higley; Thomas | Method and system to create, transmit, receive and process information, including an address to further information |
US5796951A (en) | 1995-12-22 | 1998-08-18 | Intel Corporation | System for displaying information relating to a computer network including association devices with tasks performable on those devices |
EP1009359A1 (en) | 1996-09-06 | 2000-06-21 | Merck & Co., Inc. | Customer specific packaging line |
US6157380A (en) | 1996-11-05 | 2000-12-05 | International Business Machines Corporation | Generic mechanism to create opendoc parts from workplace shell objects |
US6021392A (en) | 1996-12-09 | 2000-02-01 | Pyxis Corporation | System and method for drug management |
US6679425B1 (en) | 1997-06-18 | 2004-01-20 | Express Technology, Inc. | Systems, apparatus and processes to verify a person's age to determine if the person is authorized |
JP3368804B2 (en) * | 1997-07-08 | 2003-01-20 | トヨタ自動車株式会社 | Hypertext transmission method and hypertext transmission server device |
TW496992B (en) | 1997-07-29 | 2002-08-01 | Alps Electric Co Ltd | Reflector having pits and projections on a surface thereof, manufacturing method for the same, and reflection type liquid crystal display device using the same |
CA2297930A1 (en) | 1997-07-29 | 1999-02-11 | Netadvantage Corporation | Method and system for conducting electronic commerce transactions |
AUPO867397A0 (en) | 1997-08-19 | 1997-09-11 | Imaging Technologies Pty Limited | Remote electronic retailing |
US7236942B1 (en) | 1997-12-19 | 2007-06-26 | Walker Digital, Llc | Pre-sale data broadcast system and method |
US6195542B1 (en) * | 1998-07-31 | 2001-02-27 | Avaya Technology Corp. | Identification by a central computer of a wireless telephone functioning as a transaction device |
US6963847B1 (en) | 1998-09-18 | 2005-11-08 | I2 Technologies Us, Inc. | System and method for managing ATP data in a distributed supply chain planning environment |
US6158601A (en) | 1998-10-13 | 2000-12-12 | Denstor Mobile Storage Systems, Inc. | Modular mobile storage system |
US6208908B1 (en) | 1999-04-27 | 2001-03-27 | Si Handling Systems, Inc. | Integrated order selection and distribution system |
US20160098669A9 (en) | 1999-05-11 | 2016-04-07 | June Ray Limited | Techniques for processing customer service transactions at customer site using mobile computing device |
US6535726B1 (en) * | 2000-01-12 | 2003-03-18 | Gilbarco Inc. | Cellular telephone-based transaction processing |
JP2001310535A (en) | 2000-04-28 | 2001-11-06 | Canon Inc | Apparatus for printing and method for correcting unevenness of density of printhead |
JP3832198B2 (en) * | 2000-06-16 | 2006-10-11 | 日本電気株式会社 | Method and apparatus for detecting end point of polishing of semiconductor wafer |
US20020007399A1 (en) * | 2000-07-13 | 2002-01-17 | Koninklijke Philips Electronics N.V. | Email distribution on the edge |
US6471995B1 (en) | 2000-09-27 | 2002-10-29 | Alkermes Controlled Therapeutics, Inc. Ii | Apparatus and method for preparing microparticles using liquid-liquid extraction |
US6429801B1 (en) | 2000-10-19 | 2002-08-06 | Lockheed Martin Corporation | Method and apparatus for precursor based radar |
US7437704B2 (en) * | 2003-08-28 | 2008-10-14 | Ines Antje Dahne-Steuber | Real-time generation of software translation |
CN1940714B (en) * | 2005-09-28 | 2010-12-15 | 中芯国际集成电路制造(上海)有限公司 | System and method for compensating selective optical graph |
US8407108B2 (en) | 2007-09-24 | 2013-03-26 | International Business Machines Corporation | Warehouse management system based on pick velocity |
US20140279221A1 (en) | 2013-03-13 | 2014-09-18 | Franklin Goodhue Woodward | Restricted purchase of regulated items over a network |
-
2001
- 2001-02-22 US US09/792,400 patent/US7240283B1/en not_active Expired - Lifetime
-
2007
- 2007-06-22 US US11/821,307 patent/US7493554B2/en not_active Expired - Lifetime
-
2009
- 2009-02-17 US US12/378,643 patent/US7853870B2/en not_active Expired - Fee Related
-
2010
- 2010-10-27 US US12/925,669 patent/US8601365B2/en not_active Expired - Fee Related
-
2013
- 2013-11-19 US US14/083,567 patent/US9413808B2/en not_active Expired - Lifetime
-
2016
- 2016-07-06 US US15/203,701 patent/US10091335B2/en not_active Expired - Fee Related
Patent Citations (344)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US2781643A (en) | 1953-01-19 | 1957-02-19 | Starr W Fairweather | Apparatus for refrigerating foodstuffs |
US3406532A (en) | 1966-11-09 | 1968-10-22 | Aladdin Ind Inc | Food and beverage containers having integral compartments containing a freezable liquid |
US3771679A (en) | 1968-02-27 | 1973-11-13 | Licentia Gmbh | Method for filling orders with a sorting conveyor |
US3670867A (en) | 1969-11-17 | 1972-06-20 | Fmc Corp | Conveyor system |
US4455453A (en) | 1979-01-26 | 1984-06-19 | Metretek, Incorporated | Apparatus and method for remote sensor monitoring, metering and control |
US4213310A (en) | 1979-04-03 | 1980-07-22 | Igloo Corporation | Thermal container with quick-release lid-mounted flask |
US4530067A (en) | 1981-03-10 | 1985-07-16 | Xecutek Corporation | Restaurant management information and control method and apparatus |
US4656591A (en) | 1983-04-18 | 1987-04-07 | Goody Products, Inc. | Order processing method and apparatus (II) |
US5246332A (en) | 1985-05-13 | 1993-09-21 | Computer Aided Systems, Inc. | System for delivery |
US4792273A (en) | 1985-07-26 | 1988-12-20 | Interroll Fordertechnik Gmbh & Co. Kg | Method and apparatus for documentless order picking of goods |
US5593269A (en) | 1986-01-02 | 1997-01-14 | Computer Aided Systems, Inc. | Automated work center |
US5273392A (en) | 1986-01-02 | 1993-12-28 | Computer Aided Systems, Inc. | Automated work center and method |
US4823984A (en) | 1986-04-30 | 1989-04-25 | Unidynamics Corporation | Container storage and dispensing apparatus and vending machine for dispensing refrigerated, unrefrigerated and/or heated foods |
US5834753A (en) | 1986-08-08 | 1998-11-10 | Norand Corporation | Laser scanner module having integral interface with hand-held data capture terminal proximity and label sensing, and enhanced sensitivity and power efficiency |
US5598487A (en) | 1986-08-15 | 1997-01-28 | Norand Corporation | Hand-held data entry system removable signature pad |
US4799156A (en) | 1986-10-01 | 1989-01-17 | Strategic Processing Corporation | Interactive market management system |
US4803348A (en) | 1987-06-30 | 1989-02-07 | Lohrey David W | Automated customer interface for services involving drop-off and pickup |
US4958280A (en) | 1987-07-10 | 1990-09-18 | Vistakon, Inc. | Apparatus and method for satisfying disposable contact lens prescriptions |
US4887208A (en) | 1987-12-18 | 1989-12-12 | Schneider Bruce H | Sales and inventory control system |
US5235819A (en) | 1988-03-02 | 1993-08-17 | Pallet-Cooler Kb | Method and apparatus for storing and distributing materials |
US5113349A (en) | 1988-03-26 | 1992-05-12 | Fuji Electric Co. Ltd. | Method and system for storing/removing and distributing articles of manufacture |
US4936738A (en) | 1988-04-26 | 1990-06-26 | Food Plant Engineering, Inc. | Alternating push back selective rack storage system |
US5122959A (en) | 1988-10-28 | 1992-06-16 | Automated Dispatch Services, Inc. | Transportation dispatch and delivery tracking system |
US5038283A (en) | 1989-04-13 | 1991-08-06 | Panduit Corp. | Shipping method |
US5027269A (en) | 1989-04-27 | 1991-06-25 | International Business Machines Corporation | Method and apparatus for providing continuous availability of applications in a computer network |
US5687322A (en) | 1989-05-01 | 1997-11-11 | Credit Verification Corporation | Method and system for selective incentive point-of-sale marketing in response to customer shopping histories |
US5535407A (en) | 1989-05-30 | 1996-07-09 | Oki Electric Industry Co., Ltd. | Data processing system for locally updating customer data distributed by a host computer to a remote facility and for returning the updated customer data to the host computer |
US5101352A (en) | 1989-06-29 | 1992-03-31 | Carolina Cipher | Material requirements planning system |
US5093794A (en) | 1989-08-22 | 1992-03-03 | United Technologies Corporation | Job scheduling system |
US5237158A (en) | 1989-10-10 | 1993-08-17 | Unisys Corporation | Image-based document processing system providing for priority document shipment |
EP0425405A2 (en) | 1989-10-23 | 1991-05-02 | International Business Machines Corporation | An automated customer order promising and confirming method |
US5816725A (en) | 1990-01-12 | 1998-10-06 | Norand Corporation | Portable modular work station including printer and portable data collection terminal |
US5949776A (en) | 1990-01-18 | 1999-09-07 | Norand Corporation | Hierarchical communication system using premises, peripheral and vehicular local area networking |
US5880443A (en) | 1990-01-24 | 1999-03-09 | Automated Healthcare | Automated system for selecting packages from a cylindrical storage area |
US5105627A (en) | 1990-04-20 | 1992-04-21 | Nihon Freezer Co., Ltd. | Cryopreservation container of animal cell |
US6006100A (en) | 1990-05-25 | 1999-12-21 | Norand Corporation | Multi-level, hierarchical radio-frequency communication system |
US5322406A (en) | 1990-08-13 | 1994-06-21 | Electrocom Automation, L.P. | Order filling system with cartridge dispenser |
US5768139A (en) | 1990-08-13 | 1998-06-16 | Electrocom Automation, L.P. | Automated method for filling orders with cartridge dispensers |
US5362948A (en) | 1990-10-23 | 1994-11-08 | Matsushita Electric Industrial Co., Ltd. | Facsimile-use automatic order and sales management system |
US5265006A (en) | 1990-12-14 | 1993-11-23 | Andersen Consulting | Demand scheduled partial carrier load planning system for the transportation industry |
US5832457A (en) | 1991-05-06 | 1998-11-03 | Catalina Marketing International, Inc. | Method and apparatus for selective distribution of discount coupons based on prior customer behavior |
US5272638A (en) | 1991-05-31 | 1993-12-21 | Texas Instruments Incorporated | Systems and methods for planning the scheduling travel routes |
US5444844A (en) | 1991-06-04 | 1995-08-22 | Nsk Ltd. | Figure drawing apparatus and inventory purchasing system using the same |
US5334824A (en) | 1991-09-19 | 1994-08-02 | Martinez Jerry R | Method and apparatus for validating credit information during home delivery of order |
US7028187B1 (en) | 1991-11-15 | 2006-04-11 | Citibank, N.A. | Electronic transaction apparatus for electronic commerce |
US5479530A (en) | 1992-01-10 | 1995-12-26 | Microbilt Corporation | Signature capturing printer and data card terminal |
GB2265032A (en) | 1992-03-09 | 1993-09-15 | Hitachi Ltd | Inventory management for combination goods. |
US5395206A (en) | 1992-03-17 | 1995-03-07 | Cerny, Jr.; Louis J. | Method and apparatus for filling orders in a warehouse |
US5568393A (en) | 1992-03-25 | 1996-10-22 | Toyota Jidosya Kabushiki Kaisha | Automated warehouse inloading/outloading storage controller |
US5363310A (en) | 1992-04-09 | 1994-11-08 | International Business Machines Corporation | System and method for partial order filling |
US5434394A (en) | 1992-09-10 | 1995-07-18 | Tandy Corporation | Automated order and delivery system |
FR2696722A1 (en) | 1992-10-09 | 1994-04-15 | Mde | Robot stocking tunnel for stocking and distribution - comprises triangular frame supporting identical necks on inclined surface, each forming vertical storage compartment with its neighbour,with compartment internal opening obstructed by trolley having ejector |
US5371852A (en) | 1992-10-14 | 1994-12-06 | International Business Machines Corporation | Method and apparatus for making a cluster of computers appear as a single host on a network |
US6088648A (en) | 1992-10-16 | 2000-07-11 | Mobile Information Systems, Inc. | Method and apparatus for tracking vehicle location |
US5884216A (en) | 1992-10-16 | 1999-03-16 | Mobile Information System, Inc. | Method and apparatus for tracking vehicle location |
US5758313A (en) | 1992-10-16 | 1998-05-26 | Mobile Information Systems, Inc. | Method and apparatus for tracking vehicle location |
US5428546A (en) | 1992-10-16 | 1995-06-27 | Mobile Information Systems | Method and apparatus for tracking vehicle location |
US5402336A (en) | 1993-01-15 | 1995-03-28 | Ss&D Corporation | System and method for allocating resources of a retailer among multiple wholesalers |
US5712989A (en) | 1993-04-02 | 1998-01-27 | Fisher Scientific Company | Just-in-time requisition and inventory management system |
US20030233190A1 (en) | 1993-05-18 | 2003-12-18 | Jones M. Kelly | Notification systems and methods with user-definable notifications based upon vehicle proximities |
US6748318B1 (en) | 1993-05-18 | 2004-06-08 | Arrivalstar, Inc. | Advanced notification systems and methods utilizing a computer network |
US5694551A (en) | 1993-05-20 | 1997-12-02 | Moore Business Forms, Inc. | Computer integration network for channeling customer orders through a centralized computer to various suppliers |
US5666493A (en) | 1993-08-24 | 1997-09-09 | Lykes Bros., Inc. | System for managing customer orders and method of implementation |
US20020188530A1 (en) | 1993-08-24 | 2002-12-12 | Lykes Bros., Inc. | System for managing orders and method of implementation |
US5758329A (en) | 1993-08-24 | 1998-05-26 | Lykes Bros., Inc. | System for managing customer orders and method of implementation |
US5450317A (en) | 1993-11-24 | 1995-09-12 | U S West Advanced Technologies, Inc. | Method and system for optimized logistics planning |
US5943652A (en) | 1994-02-25 | 1999-08-24 | 3M Innovative Properties Company | Resource assignment and scheduling system |
US5826825A (en) | 1994-04-12 | 1998-10-27 | Gabriel; Edwin Zenith | Automatically actuated cargo and personnel snatching apparatus with distance sensos, magnets and pivot pins for assistance |
US6594692B1 (en) | 1994-05-31 | 2003-07-15 | Richard R. Reisman | Methods for transacting electronic commerce |
US5548518A (en) | 1994-05-31 | 1996-08-20 | International Business Machines Corporation | Allocation method for generating a production schedule |
US5553312A (en) | 1994-06-20 | 1996-09-03 | Acs Wireless, Inc. | Data transfer and communication network |
US5809479A (en) | 1994-07-21 | 1998-09-15 | Micron Technology, Inc. | On-time delivery, tracking and reporting |
US6292784B1 (en) | 1994-07-21 | 2001-09-18 | Micron Technology, Inc. | On-time delivery, tracking, and reporting |
US6023683A (en) | 1994-08-10 | 2000-02-08 | Fisher Scientific Company | Electronic sourcing system and method |
US5839117A (en) | 1994-08-19 | 1998-11-17 | Andersen Consulting Llp | Computerized event-driven routing system and method for use in an order entry system |
US5592378A (en) | 1994-08-19 | 1997-01-07 | Andersen Consulting Llp | Computerized order entry system and method |
US5715314A (en) | 1994-10-24 | 1998-02-03 | Open Market, Inc. | Network sales system |
US5664110A (en) | 1994-12-08 | 1997-09-02 | Highpoint Systems, Inc. | Remote ordering system |
US5533361A (en) | 1994-12-22 | 1996-07-09 | Halpern; Samuel J. | Insulated grocery cart cooler |
US5615121A (en) | 1995-01-31 | 1997-03-25 | U S West Technologies, Inc. | System and method for scheduling service providers to perform customer service requests |
US5987377A (en) | 1995-02-10 | 1999-11-16 | Highwaymaster Communications, Inc. | Method and apparatus for determining expected time of arrival |
USH1743H (en) | 1995-03-17 | 1998-08-04 | Hercules Incorporated | Inventory management method and apparatus |
US5831860A (en) | 1995-04-28 | 1998-11-03 | At&T Corp. | Package special delivery service |
US5922040A (en) | 1995-05-17 | 1999-07-13 | Mobile Information System, Inc. | Method and apparatus for fleet management |
US5708780A (en) | 1995-06-07 | 1998-01-13 | Open Market, Inc. | Internet server access control and monitoring systems |
US6144848A (en) | 1995-06-07 | 2000-11-07 | Weiss Jensen Ellis & Howard | Handheld remote computer control and methods for secured interactive real-time telecommunications |
US5774668A (en) | 1995-06-07 | 1998-06-30 | Microsoft Corporation | System for on-line service in which gateway computer uses service map which includes loading condition of servers broadcasted by application servers for load balancing |
US6167380A (en) | 1995-06-16 | 2000-12-26 | I2 Technologies, Inc. | System and method for allocating manufactured products to sellers |
US7085729B1 (en) | 1995-06-16 | 2006-08-01 | I2 Technologies Us, Inc. | System and method for allocating manufactured products to sellers |
US5943841A (en) | 1995-07-18 | 1999-08-31 | Knapp Holding Gmbh | Commissioning system |
US5640002A (en) | 1995-08-15 | 1997-06-17 | Ruppert; Jonathan Paul | Portable RF ID tag and barcode reader |
US5710887A (en) | 1995-08-29 | 1998-01-20 | Broadvision | Computer system and method for electronic commerce |
US5774670A (en) | 1995-10-06 | 1998-06-30 | Netscape Communications Corporation | Persistent client state in a hypertext transfer protocol based client-server system |
US5826242A (en) | 1995-10-06 | 1998-10-20 | Netscape Communications Corporation | Method of on-line shopping utilizing persistent client state in a hypertext transfer protocol based client-server system |
US5870473A (en) | 1995-12-14 | 1999-02-09 | Cybercash, Inc. | Electronic transfer system and method |
US5918213A (en) | 1995-12-22 | 1999-06-29 | Mci Communications Corporation | System and method for automated remote previewing and purchasing of music, video, software, and other multimedia products |
US5893076A (en) | 1996-01-16 | 1999-04-06 | Sterling Commerce, Inc. | Supplier driven commerce transaction processing system and methodology |
US6101481A (en) | 1996-01-25 | 2000-08-08 | Taskey Pty Ltd. | Task management system |
US7035914B1 (en) | 1996-01-26 | 2006-04-25 | Simpleair Holdings, Inc. | System and method for transmission of data |
US5761673A (en) | 1996-01-31 | 1998-06-02 | Oracle Corporation | Method and apparatus for generating dynamic web pages by invoking a predefined procedural package stored in a database |
US5878401A (en) | 1996-02-09 | 1999-03-02 | Joseph; Joseph | Sales and inventory method and apparatus |
US5758328A (en) | 1996-02-22 | 1998-05-26 | Giovannoli; Joseph | Computerized quotation system and method |
US6003015A (en) | 1996-02-28 | 1999-12-14 | Hm Electronics, Inc. | Order confirmation system and method of using same |
US5848395A (en) | 1996-03-23 | 1998-12-08 | Edgar; James William Hardie | Appointment booking and scheduling system |
US6549891B1 (en) | 1996-03-26 | 2003-04-15 | Recovery Management Corporation | Method for managing inventory |
US6182053B1 (en) | 1996-03-26 | 2001-01-30 | Recovery Sales Corporation | Method and apparatus for managing inventory |
US6233543B1 (en) | 1996-04-01 | 2001-05-15 | Openconnect Systems Incorporated | Server and terminal emulator for persistent connection to a legacy host system with printer emulation |
US6215952B1 (en) | 1996-04-04 | 2001-04-10 | Pioneer Electronic Corporation | Information record medium, apparatus for recording the same and apparatus for reproducing the same |
US5894554A (en) | 1996-04-23 | 1999-04-13 | Infospinner, Inc. | System for managing dynamic web page generation requests by intercepting request at web server and routing to page server thereby releasing web server to process other requests |
US6081789A (en) | 1996-05-24 | 2000-06-27 | Purcell; Daniel S. | Automated and independently accessible inventory information exchange system |
US5897629A (en) | 1996-05-29 | 1999-04-27 | Fujitsu Limited | Apparatus for solving optimization problems and delivery planning system |
US6496205B1 (en) | 1996-06-03 | 2002-12-17 | Webtv Networks, Inc. | User interface for controlling audio functions in a web browser |
US5961601A (en) | 1996-06-07 | 1999-10-05 | International Business Machines Corporation | Preserving state information in a continuing conversation between a client and server networked via a stateless protocol |
US6073108A (en) | 1996-06-21 | 2000-06-06 | Paul, Hastings, Janofsky & Walker | Task-based classification and analysis system |
US6360256B1 (en) | 1996-07-01 | 2002-03-19 | Sun Microsystems, Inc. | Name service for a redundant array of internet servers |
US6070147A (en) | 1996-07-02 | 2000-05-30 | Tecmark Services, Inc. | Customer identification and marketing analysis systems |
US6185601B1 (en) | 1996-08-02 | 2001-02-06 | Hewlett-Packard Company | Dynamic load balancing of a network of client and server computers |
US5774660A (en) | 1996-08-05 | 1998-06-30 | Resonate, Inc. | World-wide-web server with delayed resource-binding for resource-based load balancing on a distributed resource multi-node network |
US6016504A (en) | 1996-08-28 | 2000-01-18 | Infospace.Com, Inc. | Method and system for tracking the purchase of a product and services over the Internet |
US6970837B1 (en) | 1996-09-04 | 2005-11-29 | Walker Digital, Llc | Methods and apparatus wherein a buyer arranges to purchase a first product using a communication network and subsequently takes possession of a substitute product at a retailer |
US5974401A (en) | 1996-09-04 | 1999-10-26 | Fuji Photo Film Co., Ltd. | Digital print order and delivery method and system |
US5979757A (en) | 1996-09-05 | 1999-11-09 | Symbol Technologies, Inc. | Method and system for presenting item information using a portable data terminal |
US6084528A (en) | 1996-09-05 | 2000-07-04 | Symbol Technologies, Inc. | Intranet scanning terminal system |
US7040541B2 (en) | 1996-09-05 | 2006-05-09 | Symbol Technologies, Inc. | Portable shopping and order fulfillment system |
US20020050526A1 (en) | 1996-09-05 | 2002-05-02 | Jerome Swartz | Portable shopping and order fulfillment system |
US5983200A (en) | 1996-10-09 | 1999-11-09 | Slotznick; Benjamin | Intelligent agent for executing delegated tasks |
US6083279A (en) | 1996-10-10 | 2000-07-04 | International Business Machines Corporation | Platform independent technique for transferring software programs over a network |
US5897622A (en) | 1996-10-16 | 1999-04-27 | Microsoft Corporation | Electronic shopping and merchandising system |
US6484150B1 (en) | 1996-10-16 | 2002-11-19 | Microsoft Corporation | Electronic shopping and merchandising system accessing legacy data in a database independent schema manner |
US5999914A (en) | 1996-10-16 | 1999-12-07 | Microsoft Corporation | Electronic promotion system for an electronic merchant system |
US5950173A (en) | 1996-10-25 | 1999-09-07 | Ipf, Inc. | System and method for delivering consumer product related information to consumers within retail environments using internet-based information servers and sales agents |
US6140922A (en) | 1996-10-30 | 2000-10-31 | Fujitsu Limited | System for indicating locations of sales items, method thereof, and apparatus thereof |
US5910896A (en) | 1996-11-12 | 1999-06-08 | Hahn-Carlson; Dean W. | Shipment transaction system and an arrangement thereof |
US6578005B1 (en) | 1996-11-22 | 2003-06-10 | British Telecommunications Public Limited Company | Method and apparatus for resource allocation when schedule changes are incorporated in real time |
US6901382B1 (en) * | 1996-11-27 | 2005-05-31 | Diebold, Incorporated | Automated banking machine and system |
US7603302B1 (en) * | 1996-11-27 | 2009-10-13 | Diebold, Incorporated | Automated banking machine system with multiple entity interface |
US20010013007A1 (en) | 1996-11-28 | 2001-08-09 | Hitachi, Ltd. | Delivery managing system |
US6085170A (en) | 1996-11-28 | 2000-07-04 | Hitachi, Ltd. | Delivery managing system |
US6026378A (en) | 1996-12-05 | 2000-02-15 | Cnet Co., Ltd. | Warehouse managing system |
US6023722A (en) | 1996-12-07 | 2000-02-08 | International Business Machines Corp. | High-availability WWW computer server system with pull-based load balancing using a messaging and queuing unit in front of back-end servers |
US6185625B1 (en) | 1996-12-20 | 2001-02-06 | Intel Corporation | Scaling proxy server sending to the client a graphical user interface for establishing object encoding preferences after receiving the client's request for the object |
US5963919A (en) | 1996-12-23 | 1999-10-05 | Northern Telecom Limited | Inventory management strategy evaluation system and method |
US6424992B2 (en) | 1996-12-23 | 2002-07-23 | International Business Machines Corporation | Affinity-based router and routing method |
US20010052024A1 (en) | 1996-12-23 | 2001-12-13 | Murthy V. Devarakonda | Affinity-based router and routing method |
US6490567B1 (en) | 1997-01-15 | 2002-12-03 | At&T Corp. | System and method for distributed content electronic commerce |
US7346564B1 (en) | 1997-02-07 | 2008-03-18 | Frederic J Kirklin | System for merchandise ordering and order fulfillment |
US5835914A (en) | 1997-02-18 | 1998-11-10 | Wall Data Incorporated | Method for preserving and reusing software objects associated with web pages |
US6598024B1 (en) | 1997-03-21 | 2003-07-22 | Walker Digital, Llc | Method and system for processing supplementary product sales at a point-of-sale terminal |
US5895454A (en) | 1997-04-17 | 1999-04-20 | Harrington; Juliette | Integrated interface for vendor/product oriented internet websites |
US6788425B1 (en) | 1997-04-24 | 2004-09-07 | Fuji Photo Film Co., Ltd. | Print order reception system for confirming print order information |
US6351775B1 (en) | 1997-05-30 | 2002-02-26 | International Business Machines Corporation | Loading balancing across servers in a computer network |
US20050144641A1 (en) | 1997-06-12 | 2005-06-30 | Lewis William H. | System for data management and on-demand rental and purchase of digital data products |
US6061607A (en) | 1997-07-18 | 2000-05-09 | St. Onge Company | Order pick system |
US5956709A (en) | 1997-07-28 | 1999-09-21 | Xue; Yansheng | Dynamic data assembling on internet client side |
US6236974B1 (en) | 1997-08-08 | 2001-05-22 | Parasoft Corporation | Method and apparatus for automated selection and organization of products including menus |
US6253292B1 (en) | 1997-08-22 | 2001-06-26 | Seong Tae Jhang | Distributed shared memory multiprocessor system based on a unidirectional ring bus using a snooping scheme |
US6178510B1 (en) | 1997-09-04 | 2001-01-23 | Gtech Rhode Island Corporation | Technique for secure network transactions |
US5960411A (en) | 1997-09-12 | 1999-09-28 | Amazon.Com, Inc. | Method and system for placing a purchase order via a communications network |
US6094485A (en) | 1997-09-18 | 2000-07-25 | Netscape Communications Corporation | SSL step-up |
US6424947B1 (en) | 1997-09-29 | 2002-07-23 | Nds Limited | Distributed IRD system |
US6128279A (en) | 1997-10-06 | 2000-10-03 | Web Balance, Inc. | System for balancing loads among network servers |
US6324520B1 (en) | 1997-10-09 | 2001-11-27 | Walker Digital, Llc | Method and apparatus for collecting and applying vending machine demand information |
US6098152A (en) | 1997-10-17 | 2000-08-01 | International Business Machines Corporation | Method and apparatus for miss sequence cache block replacement utilizing a most recently used state |
US6094642A (en) | 1997-10-24 | 2000-07-25 | Federal Express Corporation | Integrated data collection and transmission system and method of tracking package data |
US6225995B1 (en) | 1997-10-31 | 2001-05-01 | Oracle Corporaton | Method and apparatus for incorporating state information into a URL |
US20020194084A1 (en) | 1997-11-14 | 2002-12-19 | Anita Surles | Method and use of point-of sale terminal, which receives, transmits, stores, authorizes, reconciles, and calculates transactions electronically |
US5991739A (en) | 1997-11-24 | 1999-11-23 | Food.Com | Internet online order method and apparatus |
US6718387B1 (en) | 1997-12-10 | 2004-04-06 | Sun Microsystems, Inc. | Reallocating address spaces of a plurality of servers using a load balancing policy and a multicast channel |
US6343275B1 (en) | 1997-12-22 | 2002-01-29 | Charles Wong | Integrated business-to-business web commerce and business automation system |
US6453306B1 (en) | 1998-01-26 | 2002-09-17 | Ict Software S.A. | Internet commerce method and apparatus |
US6289260B1 (en) | 1998-02-05 | 2001-09-11 | St. Onge Company | Automated order pick process |
US6405173B1 (en) | 1998-03-05 | 2002-06-11 | American Management Systems, Inc. | Decision management system providing qualitative account/customer assessment via point in time simulation |
US6480894B1 (en) | 1998-03-06 | 2002-11-12 | I2 Technologies Us, Inc. | System and method for maintaining a state for a user session using a web system |
US6076108A (en) | 1998-03-06 | 2000-06-13 | I2 Technologies, Inc. | System and method for maintaining a state for a user session using a web system having a global session server |
US6087952A (en) | 1998-03-06 | 2000-07-11 | Mobile Information Systems, Inc. | Remote mobile data suite and method |
US20010016828A1 (en) | 1998-03-09 | 2001-08-23 | Junglee Corporation | Method and system for integrating transaction mechanisms over multiple internet sites |
US6098093A (en) | 1998-03-19 | 2000-08-01 | International Business Machines Corp. | Maintaining sessions in a clustered server environment |
US6249773B1 (en) | 1998-03-26 | 2001-06-19 | International Business Machines Corp. | Electronic commerce with shopping list builder |
US20010049672A1 (en) | 1998-03-31 | 2001-12-06 | Victor S. Moore | Web commerce tool kit for distributed payment processing |
US6185479B1 (en) | 1998-04-15 | 2001-02-06 | John F. Cirrone | Article sorting system |
US6101486A (en) | 1998-04-20 | 2000-08-08 | Nortel Networks Corporation | System and method for retrieving customer information at a transaction center |
US6123259A (en) | 1998-04-30 | 2000-09-26 | Fujitsu Limited | Electronic shopping system including customer relocation recognition |
US5899088A (en) | 1998-05-14 | 1999-05-04 | Throwleigh Technologies, L.L.C. | Phase change system for temperature control |
US7010501B1 (en) | 1998-05-29 | 2006-03-07 | Symbol Technologies, Inc. | Personal shopping system |
US6279001B1 (en) | 1998-05-29 | 2001-08-21 | Webspective Software, Inc. | Web service |
US6167382A (en) | 1998-06-01 | 2000-12-26 | F.A.C. Services Group, L.P. | Design and production of print advertising and commercial display materials over the Internet |
US6629079B1 (en) | 1998-06-25 | 2003-09-30 | Amazon.Com, Inc. | Method and system for electronic commerce using multiple roles |
US20020194087A1 (en) | 1998-06-25 | 2002-12-19 | Spiegel Joel R. | Method and system for electronic commerce using multiple roles |
US6157945A (en) | 1998-07-01 | 2000-12-05 | Ricoh Company, Ltd. | Digital communication device and method including a routing function |
US6249801B1 (en) | 1998-07-15 | 2001-06-19 | Radware Ltd. | Load balancing |
US6799165B1 (en) | 1998-07-28 | 2004-09-28 | Eimar M. Boesjes | Apparatus and methods for inventory, sale, and delivery of digitally transferable goods |
US20030079227A1 (en) | 1998-07-29 | 2003-04-24 | Starsight Telecast, Inc. | Multiple interactive electronic program guide system and methods |
US6289369B1 (en) | 1998-08-25 | 2001-09-11 | International Business Machines Corporation | Affinity, locality, and load balancing in scheduling user program-level threads for execution by a computer system |
US6526392B1 (en) | 1998-08-26 | 2003-02-25 | International Business Machines Corporation | Method and system for yield managed service contract pricing |
US6629135B1 (en) | 1998-09-17 | 2003-09-30 | Ddr Holdings, Llc | Affiliate commerce system and method |
US6223215B1 (en) | 1998-09-22 | 2001-04-24 | Sony Corporation | Tracking a user's purchases on the internet by associating the user with an inbound source and a session identifier |
US6438652B1 (en) | 1998-10-09 | 2002-08-20 | International Business Machines Corporation | Load balancing cooperating cache servers by shifting forwarded request |
US6058417A (en) | 1998-10-23 | 2000-05-02 | Ebay Inc. | Information presentation and management in an online trading environment |
US6385642B1 (en) | 1998-11-03 | 2002-05-07 | Youdecide.Com, Inc. | Internet web server cache storage and session management system |
US6347322B1 (en) | 1998-11-09 | 2002-02-12 | Lucent Technologies Inc. | Transaction state data replication by transaction forwarding in replicated database systems |
US6567848B1 (en) | 1998-11-10 | 2003-05-20 | International Business Machines Corporation | System for coordinating communication between a terminal requesting connection with another terminal while both terminals accessing one of a plurality of servers under the management of a dispatcher |
US6691165B1 (en) | 1998-11-10 | 2004-02-10 | Rainfinity, Inc. | Distributed server cluster for controlling network traffic |
US6397246B1 (en) | 1998-11-13 | 2002-05-28 | International Business Machines Corporation | Method and system for processing document requests in a network system |
US6466949B2 (en) | 1998-11-23 | 2002-10-15 | Myway.Com Corporation | Performing event notification in a database having a distributed web cluster |
US20020002513A1 (en) | 1998-11-25 | 2002-01-03 | James P. Chiasson | Computer network transaction system |
US6289370B1 (en) | 1998-11-30 | 2001-09-11 | 3Com Corporation | Platform independent enhanced help system for an internet enabled embedded system |
US6609159B1 (en) | 1998-11-30 | 2003-08-19 | Semyon Dukach | Methods, systems, and machine readable programming for interposing front end servers between servers and clients |
US6236972B1 (en) | 1998-12-02 | 2001-05-22 | Gary Shkedy | Method and apparatus for facilitating transactions on a commercial network system |
US6260024B1 (en) | 1998-12-02 | 2001-07-10 | Gary Shkedy | Method and apparatus for facilitating buyer-driven purchase orders on a commercial network system |
US6275812B1 (en) | 1998-12-08 | 2001-08-14 | Lucent Technologies, Inc. | Intelligent system for dynamic resource management |
US20030119485A1 (en) | 1998-12-14 | 2003-06-26 | Fujitsu Limited | Electronic shopping system utilizing a program downloadable wireless telephone |
US6295553B1 (en) | 1998-12-22 | 2001-09-25 | Unisys Corporation | Method and apparatus for prioritizing delivery of data transfer requests |
US6463345B1 (en) | 1999-01-04 | 2002-10-08 | International Business Machines Corporation | Regenerative available to promise |
US20040236635A1 (en) | 1999-01-08 | 2004-11-25 | Publicover Mark W. | Distribution system |
US6341269B1 (en) | 1999-01-26 | 2002-01-22 | Mercani Technologies, Inc. | System, method and article of manufacture to optimize inventory and merchandising shelf space utilization |
US6421739B1 (en) | 1999-01-30 | 2002-07-16 | Nortel Networks Limited | Fault-tolerant java virtual machine |
US6980962B1 (en) | 1999-03-02 | 2005-12-27 | Quixtar Investments, Inc. | Electronic commerce transactions within a marketing system that may contain a membership buying opportunity |
US6369840B1 (en) | 1999-03-10 | 2002-04-09 | America Online, Inc. | Multi-layered online calendaring and purchasing |
US6741995B1 (en) | 1999-03-23 | 2004-05-25 | Metaedge Corporation | Method for dynamically creating a profile |
US20020038261A1 (en) | 1999-03-25 | 2002-03-28 | James Kargman | System for placing orders through the internet to a selected store of a chain of stores |
US6763496B1 (en) | 1999-03-31 | 2004-07-13 | Microsoft Corporation | Method for promoting contextual information to display pages containing hyperlinks |
US6801949B1 (en) | 1999-04-12 | 2004-10-05 | Rainfinity, Inc. | Distributed server cluster with graphical user interface |
US6594641B1 (en) | 1999-04-16 | 2003-07-15 | Reshare Corporation | Computer facilitated product selling system |
US20020010633A1 (en) | 1999-04-19 | 2002-01-24 | Brotherston David N. | Apparatus and method for providing products and services in a transport vehicle using a network of computers |
US20020065700A1 (en) | 1999-04-19 | 2002-05-30 | G. Edward Powell | Method and system for allocating personnel and resources to efficiently complete diverse work assignments |
US6873970B2 (en) | 1999-04-27 | 2005-03-29 | Robert S. Showghi | Remote ordering system |
US6332334B1 (en) | 1999-05-10 | 2001-12-25 | Webvan Group, Inc. | Method and apparatus for handling and transporting temperature-sensitive items |
US7370005B1 (en) | 1999-05-11 | 2008-05-06 | Peter Ham | Inventory replication based upon order fulfillment rates |
US20120173449A1 (en) | 1999-05-11 | 2012-07-05 | William Henry Waddington | Method and system for order fulfillment in a distribution center |
US20110173090A1 (en) | 1999-05-11 | 2011-07-14 | Andrew Karl Miller | Load balancing technique implemented in a data network device utilizing a data cache |
US8140183B2 (en) | 1999-05-11 | 2012-03-20 | Ipventure, Inc. | Method and system for order fulfillment in a distribution center |
US20050261985A1 (en) | 1999-05-11 | 2005-11-24 | Miller Andrew K | Load balancing technique implemented in a data network device utilizing a data cache |
US20100332402A1 (en) | 1999-05-11 | 2010-12-30 | Christopher Kantarjiev | Techniques for processing customer service transactions at customer site using mobile computing device |
US20100241269A1 (en) | 1999-05-11 | 2010-09-23 | Peter Ham | Inventory replication based upon order fulfillment rates |
US7792712B2 (en) | 1999-05-11 | 2010-09-07 | Ipventure, Inc. | Techniques for processing customer service transactions at customer site using mobile computing device |
US20090222129A1 (en) | 1999-05-11 | 2009-09-03 | William Henry Waddington | Mothod and system for order fulfullment in a distribution center |
US6622127B1 (en) | 1999-05-11 | 2003-09-16 | Kaiser Foundation Hospitals | Order allocation to select from inventory locations stocking few units of inventory |
US20090150534A1 (en) | 1999-05-11 | 2009-06-11 | Andrew Karl Miller | Load balancing technique implemented in a data network device utilizing a data cache |
US7532947B2 (en) | 1999-05-11 | 2009-05-12 | William Henry Waddington | Method and system for order fulfillment in a distribution center |
US20080015959A1 (en) | 1999-05-11 | 2008-01-17 | Andre Kruglikov | Real-time display of available products over the Internet |
US7197547B1 (en) | 1999-05-11 | 2007-03-27 | Andrew Karl Miller | Load balancing technique implemented in a data network device utilizing a data cache |
US20090094085A1 (en) | 1999-05-11 | 2009-04-09 | Christopher Angel Kantarjiev | Scheduling delivery of products via the internet |
US7509407B2 (en) | 1999-05-11 | 2009-03-24 | Andrew Karl Miller | Load balancing technique implemented in a data network device utilizing a data cache |
US20070112647A1 (en) | 1999-05-11 | 2007-05-17 | Borders Louis H | Webstore supporting multiple merchants |
US8326708B2 (en) | 1999-05-11 | 2012-12-04 | Ipventure, Inc. | Techniques for processing customer service transactions at customer site using mobile computing device |
US20060085250A1 (en) | 1999-05-11 | 2006-04-20 | Christopher Kantarjiev | Techniques for processing customer service transactions at customer site using mobile computing device |
US20070162353A1 (en) | 1999-05-11 | 2007-07-12 | Borders Louis H | Online store using common carrier |
US7437305B1 (en) | 1999-05-11 | 2008-10-14 | Christopher Angel Kantarjiev | Scheduling delivery of products via the internet |
US20070174144A1 (en) | 1999-05-11 | 2007-07-26 | Borders Louis H | Online store product availability |
US20080154709A1 (en) | 1999-05-11 | 2008-06-26 | Peter Ham | Inventory replication based upon order fulfillment rates |
US7177825B1 (en) | 1999-05-11 | 2007-02-13 | Borders Louis H | Integrated system for ordering, fulfillment, and delivery of consumer products using a data network |
US7139637B1 (en) | 1999-05-11 | 2006-11-21 | William Henry Waddington | Order allocation to minimize container stops in a distribution center |
US20060142895A1 (en) | 1999-05-11 | 2006-06-29 | Waddington William H | Method and system for order fulfillment in a distribution center |
US6975937B1 (en) | 1999-05-11 | 2005-12-13 | Christopher Kantarjiev | Technique for processing customer service transactions at customer site using mobile computing device |
US6888836B1 (en) | 1999-05-26 | 2005-05-03 | Hewlett-Packard Development Company, L.P. | Method for allocating web sites on a web hosting cluster |
US20040107125A1 (en) | 1999-05-27 | 2004-06-03 | Accenture Llp | Business alliance identification in a web architecture |
US6721713B1 (en) | 1999-05-27 | 2004-04-13 | Andersen Consulting Llp | Business alliance identification in a web architecture framework |
US6957186B1 (en) | 1999-05-27 | 2005-10-18 | Accenture Llp | System method and article of manufacture for building, managing, and supporting various components of a system |
US7165041B1 (en) | 1999-05-27 | 2007-01-16 | Accenture, Llp | Web-based architecture sales tool |
US20010049619A1 (en) | 1999-06-07 | 2001-12-06 | G. Edward Powell | Method and system for allocating specific appointment time windows in a service industry |
US6539494B1 (en) | 1999-06-17 | 2003-03-25 | Art Technology Group, Inc. | Internet server session backup apparatus |
US6748418B1 (en) | 1999-06-18 | 2004-06-08 | International Business Machines Corporation | Technique for permitting collaboration between web browsers and adding content to HTTP messages bound for web browsers |
US6374300B2 (en) | 1999-07-15 | 2002-04-16 | F5 Networks, Inc. | Method and system for storing load balancing information with an HTTP cookie |
US6473802B2 (en) | 1999-07-15 | 2002-10-29 | F5 Networks, Inc. | Method and system for storing load balancing information with an HTTP cookie |
US6845503B1 (en) | 1999-08-13 | 2005-01-18 | Sun Microsystems, Inc. | System and method for enabling atomic class loading in an application server environment |
US6697849B1 (en) | 1999-08-13 | 2004-02-24 | Sun Microsystems, Inc. | System and method for caching JavaServer Pages™ responses |
US7882501B1 (en) | 1999-08-13 | 2011-02-01 | Oracle America, Inc. | System and method for enabling dynamic modifed class reloading in an application server environment |
US6859834B1 (en) | 1999-08-13 | 2005-02-22 | Sun Microsystems, Inc. | System and method for enabling application server request failover |
US6879995B1 (en) | 1999-08-13 | 2005-04-12 | Sun Microsystems, Inc. | Application server message logging |
US6779016B1 (en) | 1999-08-23 | 2004-08-17 | Terraspring, Inc. | Extensible computing system |
US6772333B1 (en) | 1999-09-01 | 2004-08-03 | Dickens Coal Llc | Atomic session-start operation combining clear-text and encrypted sessions to provide id visibility to middleware such as load-balancers |
US7181539B1 (en) | 1999-09-01 | 2007-02-20 | Microsoft Corporation | System and method for data synchronization |
US6711618B1 (en) | 1999-09-03 | 2004-03-23 | Cisco Technology, Inc. | Apparatus and method for providing server state and attribute management for voice enabled web applications |
US6567786B1 (en) | 1999-09-16 | 2003-05-20 | International Business Machines Corporation | System and method for increasing the effectiveness of customer contact strategies |
US6701367B1 (en) | 1999-09-24 | 2004-03-02 | Sun Microsystems, Inc. | Mechanism for enabling customized session managers to interact with a network server |
US20090063439A1 (en) | 1999-09-24 | 2009-03-05 | Thalveg Data Flow Llc | System and Method for Efficiently Providing a Recommendation |
US6587827B1 (en) | 1999-10-22 | 2003-07-01 | Hewlett-Packard Development Company, L.P. | Order fulfillment processing system |
US6654726B1 (en) | 1999-11-05 | 2003-11-25 | Ford Motor Company | Communication schema of online system and method of status inquiry and tracking related to orders for consumer product having specific configurations |
US7299294B1 (en) | 1999-11-10 | 2007-11-20 | Emc Corporation | Distributed traffic controller for network data |
US6598027B1 (en) | 1999-11-16 | 2003-07-22 | Xs, Inc. | Systems, methods and computer program products for conducting regulation-compliant commercial transactions of regulated goods via a computer network |
US7062556B1 (en) | 1999-11-22 | 2006-06-13 | Motorola, Inc. | Load balancing method in a communication network |
US7124101B1 (en) | 1999-11-22 | 2006-10-17 | Accenture Llp | Asset tracking in a network-based supply chain environment |
US6671818B1 (en) | 1999-11-22 | 2003-12-30 | Accenture Llp | Problem isolation through translating and filtering events into a standard object format in a network based supply chain |
US6904455B1 (en) | 1999-11-24 | 2005-06-07 | Robert C. Yen | Method and system for providing local content for use in partially satisfying internet data requests from remote servers |
US7222161B2 (en) | 1999-11-24 | 2007-05-22 | Yen Robert C | Method and system for facilitating usage of local content at client machine |
US20050027580A1 (en) | 1999-12-01 | 2005-02-03 | Richard Crici | Internet-based appointment scheduling system |
US7383233B1 (en) | 1999-12-03 | 2008-06-03 | General Electric Company | Method of designing an electronic transaction system |
US20010042021A1 (en) | 1999-12-06 | 2001-11-15 | Taiichi Matsuo | Electronic settling system and electronic settling method |
US6560717B1 (en) | 1999-12-10 | 2003-05-06 | Art Technology Group, Inc. | Method and system for load balancing and management |
US7173177B1 (en) | 1999-12-28 | 2007-02-06 | Blue Dolphin Solutions Llc | User interface for simultaneous management of owned and unowned inventory |
US6571213B1 (en) | 1999-12-30 | 2003-05-27 | Pitney Bowes Inc. | Router utility for a parcel shipping system |
US6463420B1 (en) | 1999-12-30 | 2002-10-08 | General Electric Company | Online tracking of delivery status information over a computer network |
US20010042050A1 (en) | 2000-01-05 | 2001-11-15 | Procure.Com Inc. | Secure electronic procurement system and method |
US7251612B1 (en) | 2000-01-10 | 2007-07-31 | Parker John E | Method and system for scheduling distribution routes and timeslots |
US6587866B1 (en) | 2000-01-10 | 2003-07-01 | Sun Microsystems, Inc. | Method for distributing packets to server nodes using network client affinity and packet distribution table |
US20030065565A1 (en) | 2000-01-26 | 2003-04-03 | Wagner Peter J. | Method and system for routing food orders over a computer network |
US6505171B1 (en) | 2000-02-04 | 2003-01-07 | Robert H. Cohen | System and method for handling purchasing transactions over a computer network |
US6865601B1 (en) | 2000-02-11 | 2005-03-08 | Hewlett-Packard Development Company L.P. | Method for allocating web sites on a web server cluster based on balancing memory and load requirements |
US6879965B2 (en) | 2000-03-01 | 2005-04-12 | Passgate Corporation | Method, system and computer readable medium for web site account and e-commerce management from a central location |
US6826613B1 (en) | 2000-03-15 | 2004-11-30 | 3Com Corporation | Virtually addressing storage devices through a switch |
US6601101B1 (en) | 2000-03-15 | 2003-07-29 | 3Com Corporation | Transparent access to network attached devices |
US6697964B1 (en) | 2000-03-23 | 2004-02-24 | Cisco Technology, Inc. | HTTP-based load generator for testing an application server configured for dynamically generating web pages for voice enabled web applications |
US20010047310A1 (en) | 2000-03-27 | 2001-11-29 | Russell Randall A. | School commerce system and method |
US20010037229A1 (en) | 2000-03-31 | 2001-11-01 | Simon Jacobs | Enterprise scheduling system for scheduling mobile service representatives |
US6862572B1 (en) | 2000-04-21 | 2005-03-01 | De Sylva Robert F. | System and method for facilitating interaction between businesses, delivery agents, and customers |
US6947992B1 (en) | 2000-05-01 | 2005-09-20 | International Business Machines Corporation | Maintaining HTTP session affinity in a cluster environment |
US6505093B1 (en) | 2000-05-03 | 2003-01-07 | Si Handling Systems, Inc. | Automated order filling method and system |
US6535880B1 (en) | 2000-05-09 | 2003-03-18 | Cnet Networks, Inc. | Automated on-line commerce method and apparatus utilizing a shopping server verifying product information on product selection |
US7139721B2 (en) | 2000-05-10 | 2006-11-21 | Borders Louis H | Scheduling delivery of products via the internet |
US20010047285A1 (en) | 2000-05-10 | 2001-11-29 | Webvan Group,Inc. | Scheduling delivery of products via the internet |
US6530518B1 (en) | 2000-05-19 | 2003-03-11 | General Electric Company | Method, system and storage medium for viewing product delivery information |
US20020004766A1 (en) | 2000-07-07 | 2002-01-10 | Varian Semiconductor Equipment Associates, Inc. | Methods for permitting non-buyers to order items in an electronic commerce system |
US20020007299A1 (en) | 2000-07-14 | 2002-01-17 | Florence William T. | Method and system of delivering items using overlapping delivery windows |
US20020013950A1 (en) | 2000-07-25 | 2002-01-31 | Tomsen Mai-Lan | Method and system to save context for deferred transaction via interactive television |
US6445976B1 (en) | 2000-07-27 | 2002-09-03 | Air Fayre Limited | Method for delivering products for human consumption from a manufacturing center to passenger carrying vehicles |
US7366755B1 (en) | 2000-07-28 | 2008-04-29 | International Business Machines Corporation | Method and apparatus for affinity of users to application servers |
US7043455B1 (en) | 2000-07-28 | 2006-05-09 | International Business Machines Corporation | Method and apparatus for securing session information of users in a web application server environment |
US20020049853A1 (en) | 2000-08-16 | 2002-04-25 | Tan-Na Chu | End-to-end secure file transfer method and system |
US7275042B1 (en) | 2000-09-15 | 2007-09-25 | Kelly Registration Systems, Inc. | System and method of providing agricultural pesticide information |
US6938079B1 (en) * | 2000-09-19 | 2005-08-30 | 3Com Corporation | System and method for automatically configuring a client device |
US20020038224A1 (en) | 2000-09-25 | 2002-03-28 | United Parcel Service Of America, Inc. | Systems and associated methods for notification of package delivery services |
US6990460B2 (en) | 2000-10-19 | 2006-01-24 | Peapod, Inc. | Dynamic demand management |
US20070016463A1 (en) | 2000-11-09 | 2007-01-18 | Borders Louis H | Scheduling delivery of products via the Internet |
US20070250572A1 (en) | 2000-11-10 | 2007-10-25 | Paila Narasimha R | Data transmission and rendering techniques implemented over a client-server system |
US7853870B2 (en) | 2000-11-10 | 2010-12-14 | Narasimha Rao Paila | Data transmission and rendering techniques implemented over a client-server system |
US7240283B1 (en) | 2000-11-10 | 2007-07-03 | Narasimha Rao Paila | Data transmission and rendering techniques implemented over a client-server system |
US20090164570A1 (en) | 2000-11-10 | 2009-06-25 | Narasimha Rao Paila | Data transmission and rendering techniques implemented over a client-server system |
US20110047210A1 (en) | 2000-11-10 | 2011-02-24 | Narasimha Rao Paila | Data transmission and rendering techniques implemented over a client-server system |
US7493554B2 (en) | 2000-11-10 | 2009-02-17 | Narasimha Rao Paila | Data transmission and rendering techniques implemented over a client-server system |
US20020103724A1 (en) | 2000-12-01 | 2002-08-01 | Stephen Huxter | Courier independent system and method for the delivery of goods ordered by the internet |
US6595342B1 (en) | 2000-12-07 | 2003-07-22 | Sony Corporation | Method and apparatus for a biometrically-secured self-service kiosk system for guaranteed product delivery and return |
US20020072994A1 (en) | 2000-12-08 | 2002-06-13 | Hideyuki Mori | Method and system for receiving and handling orders for commodities |
US6792459B2 (en) | 2000-12-14 | 2004-09-14 | International Business Machines Corporation | Verification of service level agreement contracts in a client server environment |
US8090626B1 (en) | 2000-12-27 | 2012-01-03 | Ipventure, Inc. | Item substitution for unavailable items relating to a customer order |
US7233914B1 (en) | 2000-12-27 | 2007-06-19 | Joyo Wijaya | Technique for implementing item substitution for unavailable items relating to a customer order |
US20120095879A1 (en) | 2000-12-27 | 2012-04-19 | Joyo Wijaya | Item Substitution for Unavailable Items Relating to a Customer Order |
US20020116279A1 (en) | 2001-02-21 | 2002-08-22 | Nobilo Nicholas Thomas | Online wine sale process |
US7308423B1 (en) | 2001-03-19 | 2007-12-11 | Franklin Goodhue Woodward | Technique for handling sales of regulated items implemented over a data network |
US7801772B2 (en) | 2001-03-19 | 2010-09-21 | Ip Venture, Inc. | Method and apparatus for facilitating online purchase of regulated products over a data network |
US8010411B2 (en) | 2001-03-19 | 2011-08-30 | Ipventure, Inc. | Restricted purchase of regulated items over a network |
US20110258074A1 (en) | 2001-03-19 | 2011-10-20 | Franklin Goodhue Woodward | Restricted purchase of regulated items over a network |
US20070136149A1 (en) | 2001-03-19 | 2007-06-14 | Woodward Franklin G | Restricted purchase of regulated items over a network |
US20070055580A1 (en) | 2001-03-19 | 2007-03-08 | Woodward Franklin G | Method and apparatus for facilitating online purchase of regulated products over a data network |
US20030045340A1 (en) | 2001-09-06 | 2003-03-06 | Interlott Technologies, Inc. | Lottery game, ticket and interactive method of play |
Non-Patent Citations (102)
Title |
---|
"Enterprise JavaBeans(TM) Programmer's Guide," Inprise Application Server(TM) Version 4.0, © 1999 Inprise Corporation, pp. 1-165. |
"Enterprise JavaBeans™ Programmer's Guide," Inprise Application Server™ Version 4.0, © 1999 Inprise Corporation, pp. 1-165. |
"Here's How Peapod Works," http://web.archive.org/web/19961113151243/www.peapod.com/work.html, 2 pages. |
"IBM Provides the Power for Enterprise e-business Solutions by Launching New Phase of Server Software," News Release, Las Vegas, Jul. 20, 1999, 2 pgs. |
"Imposing an Objective Viewpoint," Modern Purchasing, vol. 36, Iss. 3, Mar. 1994, pp. 1-4. |
"Installation and Shopping Tips for the Mac," Peapod Video, 1993, 1 page. |
"Introduction to Peapod," webpages, Peapod, http://web.archive.org/web/19961113145506/www.peapod.com/intro.html, Nov. 13, 1996, 2 pages. |
"More Information," webpages, Peapod, http://web.archive.org/web/19961113145540/www.peapod.com/more.html, Nov. 13, 1996, 2 pages. |
"New Medium, new message," The Economist, vol. 329, Iss. 7834, Oct. 23, 1993, p. S 16, pp. 1-5. |
"Numetrix Unveils xtr@; an Internet-Designed Solution for Real-Time Supply Chain Collaboration," Business/Technology Editors, Business Wire, New York: Dec. 16, 1998, pp. 1-4. |
"Online Groceries, A Quicker Shopping Cart?" E-Commerce Customers-What, Where and Why They Buy, Standard Media Inc. and Odyssey, LP, Spring 2000, 19 pages. |
"Peapod Interactive Grocery Shopping and Delivery Service Now Delivers Via the Internet", Press Release, peapod.com, Apr. 22, 1996, pp. 1-2. |
"Shopping-Virtually Hassle-Free", Computer Weekly, Apr. 10, 1997, 2 pages. |
Advisory Action for U.S. Appl. No. 09/792,400 dated Feb. 16, 2007. |
Alba et al., "Interactive home shopping: Consumer, retailer, and manufacturer incentives to participate in electronic marketeplaces", Journal of Marketing, vol. 61, No. 3, Jul. 1, 1997, 18 pgs. |
Anon, Automatic ID News, "20/20 Results Achieved with Technology Trio", Sep. 1995, p. 19. |
Anon, PC Foods, "Customer Service Agreement," printed from website: http://www.pcfoods.com, Abstract No. XP-002245026, 1999, pp. 1-2. |
Anupindi et al., "Estimation of Consumer Demand with Stock-Out Based Substitution: An Application to Vending Machine Product", Marketing Science, vol. 17, No. 4, 1998, pp. 406-423. |
Backhome Foods Review, est 1998. |
BIG-IP® Controller Administrator Guide, version 3.3, © 1997-2000 F5 Networks, Inc., pp. 1-401. |
BIG-IP® FireGuard(TM) Controller Administrator Guide, verion 3.3, © 1997-2000 F5 Networks, Inc., pp. 1-168. |
BIG-IP® FireGuard™ Controller Administrator Guide, verion 3.3, © 1997-2000 F5 Networks, Inc., pp. 1-168. |
Bloch et al., "On the Road of Electronic Commerce-a Business Value Framework, Gaining Competitive Advantage and Some Research Issues", Mar. 1996, 20 pages. |
Bluestone Software's EJB Technology, A Technical White Paper by TechMetrix Research, Philippe Mougin, © TechMetrix 2000, pp. 1-24. |
Bluestone XML-Server: First Application Server to Recognize XML(TM) As a Data Type, White Paper, © 1999 NC.Focus, pp. 1-21. |
Bluestone XML-Server: First Application Server to Recognize XML™ As a Data Type, White Paper, © 1999 NC.Focus, pp. 1-21. |
Booker, et al. "Up in the air", Computerworld, Oct. 11, 1993; 27, 41; ABI/INFORM Global, p. 54. |
Brown Janelle, "Pod People Peapod, the online grocery service, sounds great-but can it deliver?" Salon Media Group, Inc., Dec. 17, 1998, 3 pages. |
Chandler, Susan. "The grocery cart in your PC," Business Week, Iss. 3441, 1995, p. 63, 2 pages. |
Coffman, Steve. Building earth's largest library: Drive into the future. Mar. 1999. Searcher, 7,3,34(1). |
Consumer Direct HHT Training Guide, Jun. 1998. |
Consumer Direct Selling Backhome Foods Products-1999: HHT Training Guide, Mar. 29, 1999. |
Corcoran, Cathy, "The Skeptic's Guide to on-line shopping. Who has time to shop for groceries? So we gave Peapod a test run." The Patrior Ledger, Quincy, MA, Jul. 7, 1997, 4 pages. |
Descartes Licenses Energy V6 Supply Chain Suite to Major Pepsi Bottler . . . News Release, Descartes Systems Group Inc., Waterloo Ontario, Aug. 27, 1998, 2 pages. |
Deshpande, Salil. "Clustering: Transparent Replication, Load Balancing, and Failover," CustomWare, Jan. 2000, pp. 1-23. |
Dialog Search Results, re: U.S. Appl. No. 11/705,982 dated Sep. 13, 2010, pp. 1-54. |
Dilger, Karen Abramic, "Warehouse Wonders", Manufacturing Systems, vol. 15, No. 2, Feb. 1, 1997, 4 pages. |
Duck, Timothy, "IBM's WebSphere 3.0 pushes ahead," PC Week, vol. 16, No. 42, Oct. 18, 1999, 4 pgs. |
Dyson et al., "Electronic Delivery without the Internet (Digital Delivery of Newspapers)", The Seybold Report on Publishing Systems, vol. 25, No. 1, ISBN: 0736-7260, Sep. 1, 1995, 9 pages. |
Eckerson, Wayne, "Grocers put stock in EDI to streamline deliveries; New electronic data interchange systems offer a wealth of benefits for retailers and suppliers," Network World, Inc., Aug. 7, 1989, 2 pages. |
eShopper: Resources for Web Buyeing. Savetz, Kevin; Gardiner, Peace, Computer Shopper, 19, 5, 280(1), May 1999. |
Fielding et al., "Hypertext Transfer Protocol-HTTP/1.1, RFC 2616", Network Working Group, Jun. 1999, pp. 1-90. |
First Stop-Main Menu, website tour, Peapod, http://web.archive.org/web/19961113150913/www.peapod.com/tour1.html, 13 pages. |
Frequently Asked Questions, Peapod, http://web.archive.org/web/19961113150832/www.peapod.com/question.html, 2 pages. |
Fynes, Brian, et al., The Impact of Electronic Data Interchange on Competitiveness in Retail Supply Chain, IBAR vol. 14, No. 2, pp. 16-28, 1993. |
Hiroo Kawata, "Information Technology of Commercial Vehicles in the Japanese Parcel Service Business," Abstract No., XP-000560489, 1992, pp. 371-382. |
Hoffman, Thomas, "New UPS CIO eyes cyberdelivery," Computerworld, Nov. 11, 1996, 30, 46; ABI/INFORM Global, p. 4. |
Hyten, Todd, "Stop & Shop mulls online grocery store", Boston Business Journal (Boston, MA, US), Mar. 22, 1996, vol. 16, No. 6, p. 1. |
Ives, Blake et al., "The Information System as a Competitive Weapon", Communications of the ACM, vol. 27, No. 12, Dec. 1984. 9 pages. |
Jaffe, Charles A. "Gas supplier takes timing seriously if deliveries are late, the product is free," The Morning Call, Allentown, PA, Feb. 5, 1989, pp. 1-4. |
Koster, Rene de, "Routing Orderpickers in a Warehouse: A Comparison Between Optimal and Heuristic Solutions," IIE Transactions, May 1998, vol. 30, No. 5, p. 469. |
Load-Balancing Internet Servers, IBM Internation Technical Support Organization, Austin Center, Dec. 1997, © International Business Machines Corporation 1997, pp. 1-162. |
Maeglin, Kathy, "Services Take the 'Shop' Out of Shopping for Groceries", The Capital Times, Mar. 20, 1997, 2 pages. |
Mai et al., "Consumers' Perceptions of Specialty Foods and the Rural Mail Order Business", 52nd EAAE Seminar-Parma, Jun. 19-21, 1997, pp. 331-348. |
Malone et al., "Computers, Networks, and The Corporation," Center for Information Systems Research, MIT, Aug. 1991, 14 pages. |
Maloney, David, "The New Corner Drugstore", Modern Materials Handling, May 1, 2000, vol. 55, No. 5, p. 58. |
Marsh, Barbara, "Peapod's On-Line Grocery Service Checks Out Success-Customers Shop Electronic Aisles; Finicky Workers Sack the Goods", The Wall Street Journal, Jun. 30, 1994, 2 pages. |
Meeker et al., The Internet Retailing Report, U.S. Investment Research, Morgan Stanley, May 28, 1997, 241 pages. |
Menzies, David, "Checking out the aisles by computer: Cori Bonina, General Manager of Stong's market in Vancouver, has made a virtual success of a meat-and-potatoes business", National Post, Dec. 1, 1998, 2 pages. |
Norton, Tim R., "End-To-End Response-Time: Where to Measure?", Computer Measurement Group Conference Proceedings, CMG99 Session 423, Dec. 1999, pp. 1-9. |
Notice of Allowance for U.S. Appl. No. 09/792,400 dated Apr. 18, 2007. |
Notice of Allowance for U.S. Appl. No. 11/821,307 dated Oct. 31, 2008. |
Notice of Allowance for U.S. Appl. No. 12/378,643, dated Apr. 2, 2010. |
Notice of Allowance for U.S. Appl. No. 12/378,643, dated Aug. 2, 2010. |
Notice of Allowance for U.S. Appl. No. 12/378,643, dated Jul. 12, 2010. |
Office Action for U.S. Appl. No. 09/792,400 dated Aug. 25, 2004. |
Office Action for U.S. Appl. No. 09/792,400 dated Jul. 17, 2006. |
Office Action for U.S. Appl. No. 09/792,400 dated Mar. 17, 2005. |
Office Action for U.S. Appl. No. 09/792,400 dated Nov. 29, 2006. |
Office Action for U.S. Appl. No. 09/792,400 dated Sep. 22, 2005. |
Office Action for U.S. Appl. No. 11/821,307 dated Apr. 7, 2008. |
Parker, Rachel, "UPS Pioneers a cellular data network", InfoWorld, ABI/INFORM Global, Jun. 8, 1992, p. S59-S60. |
Patterson, Rebecca H., "No Lines at Britain's First On-Line Grocery Store, but You Still May Wait", The Wall Street Journal Europe, Jul. 25, 1997, 3 pages. |
Peapod, Inc., Telephone Grocery Shopping Guide, Aug. 7, 1992, 3 introductory pages and pp. 1-12. |
Pearce, Michael R. "From carts to clicks", Ivey Business Quarterly, Autumn 1998, vol. 63, No. 1, p. 69-71. |
Podmolik, Mary Ellen, "Groceries Seeing Green From Computer Shopping", Chicago Sun-Times, May 8, 1996, 1 page. |
Poirier, Charles et al., Supply Chain Optimization, Building the Strongest Total Business Network, Berrett-Koehler Publishers, San Francisco, Copyright 1996, 30 pages. |
Purpura, Linda, "Getting to House from Order Smooth Transitions from Order, To Pick, To Pack, To Delivery, are a Vital Part of a Successful Home-Shopping Program", Supermarket News, Oct. 6, 1997, 2 pages. |
QuickRef Guide, QuickRefUS, Version 4.0x, U.S. Retail, 1998, 34 pgs. |
Reynolds, Janice, "Logistics and Fulfillment for E-Business" ISBN: 1-57820074-1, 2001, 60 pages. |
Saccomano, Ann, "'Blue Laws' Still Apply," Traffic World, Logistics Section, p. 15, Aug. 23, 1999, 2 pages. |
Sekita, Takashi, "The Physical Distribution Information Network in the Home-Delivery Business," Japan Computer Quarterly, Abstract No. XP-00.431194, 1990, pp. 23-32. |
Smart Shopping for Busy People, Webpage, Peapod http://web.archive.org/web/19961113145048/www.peapod.com/ 1 page. |
Smith et al., "Management of Multi-Item Retail Inventory Systems with Demand Substitution", Operations Research, vol. 48, No. 1, Jan.-Feb. 2000, pp. 50-64. |
Towie, Henry, "On the Fast Track with Totaltracks: UPS Deploys Mobile Date Service," Abstract No. XP-000560076, Document Delivery World, vol. 9, No. 3, 1993, pp. 30-31. |
U.S. Appl. No. 09/568,571, filed May 10, 2000. |
U.S. Appl. No. 11/191,413, filed Jul. 27, 2005. |
U.S. Appl. No. 11/244,627, filed Oct. 5, 2005. |
U.S. Appl. No. 11/356,870, filed Feb. 18, 2006. |
U.S. Appl. No. 11/818,010, filed Jun. 13, 2007. |
U.S. Appl. No. 12/876,219, filed Sep. 10, 2010. |
User Manual, Peapod, Inc., Version 3.10, Aug. 7, 1992, 83 pages. |
Van Den Berg, Jeroen P., "A Literature Survey on Planning and Control of Warehousing Systems", IIE Transactions, Aug. 1999, vol. 31, No. 3, p. 751. |
VanMieghem, Jan A., "Peapod: Mass Customized Service", Kellogg School of Management, Northwestern University, Aug. 28, 2001 (Rev. Nov. 22, 2004), 13 pages. |
Vass et al., "The World Wide Web-Everything you (n)ever wanted to know about its server", IEEE, Oct./Nov. 1998, pp. 33-37. |
WebSphere Application Server 3.0, Advanced Edition, Programming Documentation, pp. 1-205. |
WebSphere Application Server 3.0, Standard Edition, Programming Documentation, pp. 1-188. |
WebSphere V3 Performance Tuning Guide, First Edition (Mar. 2000), © International Business Machines Corporation 2000, pp. 1-210. |
Wilson, Joe, "Selecting Warehouse Management Software (WMS) for Food Distribution Operations", Frozen Food Digest, Oct. 1998, vol. 14, No. 1, p. 18. |
Worth Wren Jr., Fort Worth Star-Telegram Texas, "Albertson's Expects Online Grocery Shopping to Boom", KRTBN Knight-Ridder Tribune Business News (Fort Worth Star-Telegram, Texas), Nov. 9, 1998. |
Wunnava et al., "Interactive Mulitmedia on the World Wide Web", IEEE, Aug. 1999, pp. 110-115. |
www.peapod.com, including Introduction to Peapod; How Peapod Works; Peapod: Choosing a Delivery Time; Peapod: Sending Your Order; Retrieved from Internet Archive (web.archive.org) on Jul. 23, 2006, alleged date Nov. 13, 1996, pp. 1-9. |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9342808B2 (en) | 1999-05-11 | 2016-05-17 | June Ray Limited | Load balancing technique implemented in a data network device utilizing a data cache |
US9396451B2 (en) | 1999-05-11 | 2016-07-19 | June Ray Limited | Method and system for order fulfillment in a distribution center |
US9697547B2 (en) | 1999-05-11 | 2017-07-04 | June Ray Limited | Integrated online store |
US9865010B2 (en) | 1999-05-11 | 2018-01-09 | June Ray Limited | Online store product availability |
US9413808B2 (en) | 2000-05-10 | 2016-08-09 | June Ray Limited | Data transmission and rendering techniques by a device via a network |
US10091335B2 (en) | 2000-05-10 | 2018-10-02 | June Ray Limited | Data transmission and rendering techniques by a device via a network |
US8751334B2 (en) | 2000-12-27 | 2014-06-10 | Ipventure, Inc. | Item substitution for unavailable items relating to a customer order |
US8880428B2 (en) | 2001-03-19 | 2014-11-04 | Ipventure, Inc. | Restricted purchase of regulated items over a network |
US10567975B2 (en) | 2005-10-04 | 2020-02-18 | Hoffberg Family Trust 2 | Multifactorial optimization system and method |
Also Published As
Publication number | Publication date |
---|---|
US20170006138A1 (en) | 2017-01-05 |
US7493554B2 (en) | 2009-02-17 |
US9413808B2 (en) | 2016-08-09 |
US7853870B2 (en) | 2010-12-14 |
US20090164570A1 (en) | 2009-06-25 |
US7240283B1 (en) | 2007-07-03 |
US10091335B2 (en) | 2018-10-02 |
US20140074919A1 (en) | 2014-03-13 |
US20070250572A1 (en) | 2007-10-25 |
US20110047210A1 (en) | 2011-02-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10091335B2 (en) | Data transmission and rendering techniques by a device via a network | |
US6029245A (en) | Dynamic assignment of security parameters to web pages | |
US6343323B1 (en) | Resource retrieval over a source network determined by checking a header of the requested resource for access restrictions | |
US5896502A (en) | Internet data transfer control via a client system to reduce delay | |
US6065059A (en) | Filtered utilization of internet data transfers to reduce delay and increase user control | |
US6560618B1 (en) | On-demand generation, packaging, and delivery of archive files | |
US6003094A (en) | Generic Java Gateway for connecting a client to a transaction processing system | |
US6983331B1 (en) | Selective display of content | |
US6944817B1 (en) | Method and apparatus for local generation of Web pages | |
US6366947B1 (en) | System and method for accelerating network interaction | |
US5933600A (en) | Increased control for reduced delay in internet data transfers based on limitations established in a server system | |
US6665860B1 (en) | Sever-based method and apparatus for enabling client systems on a network to present results of software execution in any of multiple selectable render modes | |
ES2252837T3 (en) | SYSTEM AND PROCEDURE TO DIRECT THE CONNECTION BETWEEN A SERVER AND A CLIENT NODE. | |
US6763382B1 (en) | Method and apparatus for demand based paging algorithm | |
WO2001077838A1 (en) | Dynamic integration of web sites | |
WO2001033390A9 (en) | Method and apparatus for populating a form with data | |
GB2379039A (en) | Transaction processing in a distributed data processing system | |
US20040199606A1 (en) | Apparatus, system and method of delivering alternate web pages based on browsers' content filter settings | |
EP0965927A2 (en) | Client intermediation of server applications | |
US20060053411A1 (en) | Systems, methods, and computer readable media for consistently rendering user interface components | |
US8874654B2 (en) | System for processing requests to portlets | |
US7640498B2 (en) | Method and system for maintaining font sizes on different platforms | |
US7272628B1 (en) | Communicating data using an HTTP client | |
US7447738B1 (en) | Component download selection mechanism for web browsers | |
WO2000043919A1 (en) | Link presentation and data transfer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: JUNE RAY LIMITED, VIRGIN ISLANDS, BRITISH Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:IPVENTURE, INC.;REEL/FRAME:034037/0672 Effective date: 20141002 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20211203 |