This invention relates generally to content displayed as pages on the World Wide Web, and more particularly to selecting images as part of such content.
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever. The following notice applies to the software and data as described below and in the drawings hereto: Copyright© 1999, eBay Inc., All Rights Reserved.
Images are frequently used on World Wide Web (web) pages as illustration and to make the pages more attractive. Both purposes are particularly important when the Web site displaying the pages is a business. A user is more likely to explore a web site that shows images of the items for sale. In a Web-based business, such as an auction site, in which the inventory turns over rapidly, regenerating one or more web pages to display new images is especially important. However, choosing the new images to display is currently a manual process and thus cannot be accomplished as rapidly as may be desirable. Furthermore, once the images are selected, they must be integrated with the other content on the web page. Therefore, it would be advantageous to provide for the dynamic selection of images for web pages and for the automatic integration of the selected images to permit frequent and rapid modifications of the web pages.
The above-mentioned shortcomings, disadvantages and problems are addressed by the disclosed subject matter, which will be understood by reading and studying the following specification.
In various embodiments disclosed herein, a gallery widget provides for the automatic selection and integration of images in a markup language document, such as a web page. A widget tag may be encoded on the web page that invokes the gallery widget when the page is being processed for display. The gallery widget is a utility program that selects a pre-determined number of images from a group of images and places the images on the web page. The number of images and their respective locations on the web page may be specified in the widget tag. The gallery widget can select the images from a gallery that contains all available images or from a pool of images created from the gallery using a gallery administration tool.
Because the gallery widget is automatically invoked when the page is being readied for display, there is no manual intervention required so web pages encoded with the widget tag can be regenerated as frequently as necessary to maintain current images on the pages. When it is desirable to choose certain types of images during a time period, such as for promotional purposes, the gallery administration tool allows a user to create a pool of images having common characteristics in advance.
The disclosed subject matter describes systems, methods, and computer-readable media of varying scope. In addition to the aspects and advantages of the subject matter described in this summary, further aspects and advantages of the subject matter will become apparent by reference to the drawings and by reading the detailed description that follows.
In the following detailed description of embodiments of the invention, reference is made to the accompanying drawings in which like references indicate similar elements, and in which is shown by way of illustration specific embodiments in which the invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the invention, and it is to be understood that other embodiments may be utilized and that logical, mechanical, electrical and other changes may be made without departing from the scope of the present invention. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the present invention is defined only by the appended claims.
An overview of a network-based transaction facility in which embodiments of the invention may be practiced is first described to provide a context for the invention. Next the operations and methods of the invention are described in conjunction with block diagrams and flowcharts. An exemplary computer hardware and software environment suitable for use with the invention are then described. Finally a conclusion of the detailed description is presented.
Transaction Facility
The following description of
The auction facility 10 includes one or more of a number of types of front-end servers, namely page servers 12 that deliver web pages (e.g., markup language documents), picture servers 14 that dynamically deliver images to be displayed within web pages, listing servers 16, CGI servers 18 that provide an intelligent interface to the back-end of facility 10, and search servers 20 that handle search requests to the facility 10. E-mail servers 21 provide automated e-mail communications to users of the facility 10 and other services as known in the art.
The back-end servers include a database engine server 22, a search index server 24 and a credit card database server 26, each of which maintains and facilitates access to a respective database.
The Internet-based auction facility 10 may be accessed by a client program 30, such as a browser (e.g., the Internet Explorer distributed by Microsoft Corp. of Redmond, Wash.) that executes on a client machine 32 and accesses the facility 10 via a network such as, for example, the Internet 34. Other examples of networks that a client may utilize to access the auction facility 10 include a wide area network (WAN), a local area network (LAN), a wireless network (e.g., a cellular network), or the Plain Old Telephone Service (POTS) network.
The client and server machines are described in conjunction with
Operational Overview
A system level overview of the operation of two embodiments of the invention are described by reference to
In the embodiment illustrated in
When used in conjunction with the auction facility 10 shown
<Home Page Gallery, categoryID=M, numitems=N, picwidth=X,
picheight=Y, picspace=Z, numrows=R, numcols=C>,
the text “Home Page Gallery” identifies which gallery widget should be invoked when the home page is compiled, M identifies a particular category of images to be displayed on the home page, N specifies the number of images, and the combination of X, Y, Z, R and C defines the coordinates on the home page for the image locations.
In an alternate embodiment illustrated in
When used in conjunction with the auction facility 10 of
The system level overview of the operation of an embodiment of the invention has been described in this section of the detailed description. A gallery widget has been described that automatically selects and places images on a web page when a widget tag encoded on the web page invokes the widget. The gallery widget can select the images from a Gallery data structure containing all available images or from one or more gallery image pool data structures created by a gallery administration tool using pre-determined filtering criteria. While the invention is not limited to any particular widget tag, for sake of clarity a specific tag format has been described. It will be appreciated that the description of the invention in terms of a web page encompasses all documents written in any markup language.
In the previous section, a system level overview of the operations of embodiments of the invention was described. In this section, the particular methods of the invention are described in terms of computer software with reference to a series of flowcharts. The methods to be performed by a computer constitute computer programs made up of computer-executable instructions. Describing the methods by reference to a flowchart enables one skilled in the art to develop such programs including such instructions to carry out the methods on suitably configured computers (the processor of the computer executing the instructions from computer-readable media) If written in a programming language conforming to a recognized standard, such instructions can be executed on a variety of hardware platforms and for interface to a variety of operating systems. In addition, the present invention is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of the invention as described herein. Furthermore, it is common in the art to speak of software, in one form or another (e.g., program, procedure, process, application, module, logic . . . ), as taking an action or causing a result. Such expressions are merely a shorthand way of saying that execution of the software by a computer causes the processor of the computer to perform an action or a produce a result.
Referring first to
In an alternate embodiment also illustrated in
Turning now to
If the user wishes to add an image record to the pool, he/she inputs filtering criteria (block 411), which is used to retrieve a matching record from the Gallery (block 413). The appropriate information from the Gallery record is used to create a corresponding record in the image pool (block 421). As many additional matching records can be added by user as desired (block 423) or new filtering criteria can be input (block 425).
The blocks in phantom in
When the user wants to delete individual images from the pool, an identifier for the image record (e.g. the identifier for the item represented by the image) is obtained from the user (block 427). The corresponding image is then deleted from the pool (block 429). If there are more images to delete (block 431), the user is given the opportunity to input another image record identifier.
The pool may need to be purged of images periodically, such as when the items represented by the images are not longer available on the web site. The user inputs purging criteria (block 405) and administration tool method 400 identifies and deletes the matching records (block 407).
One of skill in the art will immediately appreciate that while the administration tool has been described as an interactive program, the method 400 is equally applicable to being executed as a batch program driven by a set of parameters previously input by a user.
The particular methods performed by computer implementing an embodiment of the gallery widget and gallery administration tool have been described. The method performed for the gallery widget has been shown by reference to flowcharts in
Operating Environment
The following description of
The disk drive unit 516 represents non-volatile storage such as a magnetic hard disk, an optical disk, or another form of storage for large amounts of data, and includes a machine-readable medium 524 on which is stored a set of instructions (i.e., software) 526 embodying any one, or all, of the methodologies described above. The software 526 is also shown to reside, completely or at least partially, within the main memory 504 and/or within the processor 502 such as when it is written, often by a direct memory access process, into the main memory 504 during execution of the software by the processor 502. One of skill in the art will immediately recognize that the term “machine-readable medium” includes any type of storage device capable of storing or encoding a sequence of instructions for execution by the processor 502 that causes the machine to perform any one of the methodologies of the present invention. The term “machine-readable medium” (or “computer-readable”) shall accordingly be taken to include, but not be limited to, solid-state memories, optical and magnetic disks, and carrier wave signals that encode data signals such as when the software 526 is transmitted or received via the network interface device 522 from/to external systems.
It will be appreciated that the modem or network interface device 522 can be considered to be part of the computer system 500. This interface device 522 can be an analog modem, ISDN modem, cable modem, token ring interface, satellite transmission interface (e.g. “Direct PC”), or other interfaces for coupling a computer system to other computer systems. The computer system 500 and the external systems can be connected in a local area network (LAN) configuration or in a wide-area network WAN configuration (generically represented as network 523). The LAN and WAN can be either public or private networks. One of the most widely used public WANs is the Internet. The term “Internet” as used herein refers to a network of networks which uses certain protocols, such as the TCP/IP protocol, and possibly other protocols such as the hypertext transfer protocol (HTTP) for hypertext markup language (HTML) documents that make up the World Wide Web. The physical connections of the Internet and the protocols and communication procedures of the Internet are well known to those of skill in the art.
It will be appreciated that the computer system 500 is one example of many possible computer systems which have different architectures. For example, personal computers based on an Intel microprocessor often have multiple buses, one of which can be considered to be a peripheral bus. Network computers are another type of computer system that can be used with the present invention. Network computers do not usually include a hard disk or other mass storage, and the executable programs are loaded from a network connection into the memory 504 for execution by the processor 502. A Web TV system, which is known in the art, is also considered to be a computer system according to the present invention, but it may lack some of the features shown in
It will also be appreciated that the computer system 500 is controlled by operating system software which includes a file management system, such as a disk operating system, which is part of the operating system software. One example of an operating system software with its associated file management system software is the operating system known as Windows '95® from Microsoft Corporation of Redmond, Wash., and its associated file management system. The file management system is typically stored in the non-volatile storage 516 and causes the processor 502 to execute the various acts required by the operating system to input and output data and to store data in memory, including storing files on the non-volatile storage 516.
A gallery widget that provides for the automatic selection and integration of images on markup language documents, such as web pages, has been described. In one aspect, the gallery widget selects the images from a gallery containing all the available images. In another aspect, a supporting gallery administration tool creates a pool of images from those in the gallery and the gallery widget selects the images for the web pages from the pool. Although specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that any arrangement which is calculated to achieve the same purpose may be substituted for the specific embodiments shown. This application is intended to cover any adaptations or variations of the present invention.
For example, one of skill in the art will immediately recognize that the invention is not limited to use with an auction web site as described herein, but is suitable for use on with any web-based business that requires a frequent rotation of images on its web site pages. Furthermore, although the invention has been described in conjunction with its use on the World Wide Web, it will be appreciated that the invention is equally applicable in any environment in which images are presented to a user in documents written in a markup language, and that the terminology used in this application is meant to include all environments that incorporate a markup language. Therefore, it is manifestly intended that this invention be limited only by the following claims and equivalents thereof.
This application is a continuation application of U.S. application Ser. No. 13/717,394, filed on Dec. 17, 2012, entitled “Automated Selection of Images for Web Pages,” now issued as U.S. Pat. No. 9,116,868, which is a continuation application of U.S. application Ser. No. 12/620,450, filed on Nov. 17, 2009, entitled “Dynamic Selection of Images for Web Pages,” now issued as U.S. Pat. No. 8,335,983, which is a divisional application of U.S. application Ser. No. 09/589,585, filed on Jun. 7, 2000, entitled “Dynamic Selection of Images for Web Pages,” now issued as U.S. Pat. No. 7,673,229, all of which applications are incorporated herein by reference in their entireties.
Number | Name | Date | Kind |
---|---|---|---|
3573747 | Adams et al. | Apr 1971 | A |
3581072 | Nymeyer | May 1971 | A |
3751152 | Rinehart | Aug 1973 | A |
4412287 | Braddock, III | Oct 1983 | A |
4674044 | Kalmus et al. | Jun 1987 | A |
4677552 | Sibley, Jr. | Jun 1987 | A |
4789928 | Fujisaki | Dec 1988 | A |
4799156 | Shavit et al. | Jan 1989 | A |
4823265 | Nelson | Apr 1989 | A |
4864516 | Gaither et al. | Sep 1989 | A |
4903201 | Wagner | Feb 1990 | A |
5063507 | Lindsey et al. | Nov 1991 | A |
5077665 | Silverman et al. | Dec 1991 | A |
5101353 | Lupien et al. | Mar 1992 | A |
5136501 | Silverman et al. | Aug 1992 | A |
5168446 | Wiseman | Dec 1992 | A |
5205200 | Wright | Apr 1993 | A |
5243515 | Lee | Sep 1993 | A |
5258908 | Hartheimer et al. | Nov 1993 | A |
5280422 | Moe et al. | Jan 1994 | A |
5297031 | Gutterman et al. | Mar 1994 | A |
5297032 | Trojan et al. | Mar 1994 | A |
5305200 | Hartheimer et al. | Apr 1994 | A |
5325297 | Bird et al. | Jun 1994 | A |
5329589 | Fraser et al. | Jul 1994 | A |
5375055 | Togher et al. | Dec 1994 | A |
5394324 | Clearwater | Feb 1995 | A |
5426281 | Abecassis | Jun 1995 | A |
5485510 | Colbert | Jan 1996 | A |
5553145 | Micali | Sep 1996 | A |
5557728 | Garrett et al. | Sep 1996 | A |
5596994 | Bro | Jan 1997 | A |
5598557 | Doner et al. | Jan 1997 | A |
5640569 | Miller et al. | Jun 1997 | A |
5657389 | Houvener | Aug 1997 | A |
5664111 | Nahan et al. | Sep 1997 | A |
5664115 | Fraser | Sep 1997 | A |
5689652 | Lupien et al. | Nov 1997 | A |
5694546 | Reisman | Dec 1997 | A |
5706457 | Dwyer et al. | Jan 1998 | A |
5710889 | Clark et al. | Jan 1998 | A |
5715314 | Payne et al. | Feb 1998 | A |
5715402 | Popolo | Feb 1998 | A |
5715453 | Stewart | Feb 1998 | A |
5717989 | Tozzoli et al. | Feb 1998 | A |
5722418 | Bro | Mar 1998 | A |
5727165 | Ordish et al. | Mar 1998 | A |
5737599 | Rowe et al. | Apr 1998 | A |
5745681 | Levine et al. | Apr 1998 | A |
5760917 | Sheridan | Jun 1998 | A |
5761655 | Hoffman | Jun 1998 | A |
5771291 | Newton et al. | Jun 1998 | A |
5771380 | Tanaka et al. | Jun 1998 | A |
5778367 | Wesinger, Jr. et al. | Jul 1998 | A |
5790790 | Smith et al. | Aug 1998 | A |
5794210 | Goldhaber et al. | Aug 1998 | A |
5794216 | Brown | Aug 1998 | A |
5794219 | Brown | Aug 1998 | A |
5796395 | de Hond | Aug 1998 | A |
5799284 | Bourquin | Aug 1998 | A |
5799285 | Klingman | Aug 1998 | A |
5803500 | Mossberg | Sep 1998 | A |
5818914 | Fujisaki | Oct 1998 | A |
5826244 | Huberman | Oct 1998 | A |
5835712 | DuFresne | Nov 1998 | A |
5835896 | Fisher et al. | Nov 1998 | A |
5845265 | Woolston | Dec 1998 | A |
5845266 | Lupien et al. | Dec 1998 | A |
5850442 | Muftic | Dec 1998 | A |
5872848 | Romney et al. | Feb 1999 | A |
5873069 | Reuhl et al. | Feb 1999 | A |
5884056 | Steele | Mar 1999 | A |
5890138 | Godin et al. | Mar 1999 | A |
5905973 | Yonezawa et al. | May 1999 | A |
5905974 | Fraser et al. | May 1999 | A |
5905975 | Ausubel | May 1999 | A |
5915038 | Abdel-Mottaleb et al. | Jun 1999 | A |
5918236 | Wical | Jun 1999 | A |
5920685 | Romano et al. | Jul 1999 | A |
5922074 | Richard et al. | Jul 1999 | A |
5924072 | Havens | Jul 1999 | A |
5926794 | Fethe | Jul 1999 | A |
5948061 | Merriman et al. | Sep 1999 | A |
5956709 | Xue et al. | Sep 1999 | A |
5974412 | Hazlehurst et al. | Oct 1999 | A |
5986662 | Argiro et al. | Nov 1999 | A |
5991739 | Cupps et al. | Nov 1999 | A |
6029141 | Bezos et al. | Feb 2000 | A |
6035288 | Solomon | Mar 2000 | A |
6035402 | Vaeth et al. | Mar 2000 | A |
6044363 | Mori et al. | Mar 2000 | A |
6045447 | Yoshizawa et al. | Apr 2000 | A |
6047264 | Fisher et al. | Apr 2000 | A |
6055518 | Franklin et al. | Apr 2000 | A |
6058379 | Odom et al. | May 2000 | A |
6058399 | Morag | May 2000 | A |
6058417 | Hess et al. | May 2000 | A |
6058428 | Wang et al. | May 2000 | A |
6061448 | Smith et al. | May 2000 | A |
6065041 | Lum et al. | May 2000 | A |
6070125 | Murphy et al. | May 2000 | A |
6073117 | Oyanagi et al. | Jun 2000 | A |
6085176 | Woolston | Jul 2000 | A |
6085229 | Newman et al. | Jul 2000 | A |
6104815 | Alcorn et al. | Aug 2000 | A |
6119135 | Helfman | Sep 2000 | A |
6119137 | Smith et al. | Sep 2000 | A |
6128649 | Smith et al. | Oct 2000 | A |
6154755 | Dellert et al. | Nov 2000 | A |
6167382 | Sparks et al. | Dec 2000 | A |
6178408 | Copple et al. | Jan 2001 | B1 |
6182050 | Ballard | Jan 2001 | B1 |
6185558 | Bowman et al. | Feb 2001 | B1 |
6192407 | Smith et al. | Feb 2001 | B1 |
6195107 | Iverson | Feb 2001 | B1 |
6202051 | Woolston | Mar 2001 | B1 |
6237010 | Hui et al. | May 2001 | B1 |
6243691 | Fisher et al. | Jun 2001 | B1 |
6252612 | Jeddeloh | Jun 2001 | B1 |
6269238 | Iggulden | Jul 2001 | B1 |
6272472 | Danneels et al. | Aug 2001 | B1 |
6275829 | Angiulo et al. | Aug 2001 | B1 |
6317722 | Jacobi et al. | Nov 2001 | B1 |
6356283 | Guedalia | Mar 2002 | B1 |
6366899 | Kernz | Apr 2002 | B1 |
6415320 | Hess et al. | Jul 2002 | B1 |
6484149 | Jammes et al. | Nov 2002 | B1 |
6504571 | Narayanaswami et al. | Jan 2003 | B1 |
6507841 | Riverieulx de Varax | Jan 2003 | B2 |
6510462 | Blumenau | Jan 2003 | B2 |
6591248 | Nakamura et al. | Jul 2003 | B1 |
6654725 | Langheinrich et al. | Nov 2003 | B1 |
6693652 | Barrus et al. | Feb 2004 | B1 |
6704797 | Fields et al. | Mar 2004 | B1 |
6732161 | Hess et al. | May 2004 | B1 |
6785671 | Bailey et al. | Aug 2004 | B1 |
6850899 | Chow et al. | Feb 2005 | B1 |
6925444 | McCollom et al. | Aug 2005 | B1 |
7007076 | Hess et al. | Feb 2006 | B1 |
7162446 | Handler | Jan 2007 | B1 |
7188137 | Inoue et al. | Mar 2007 | B2 |
7197475 | Lorenzen et al. | Mar 2007 | B1 |
7216092 | Weber et al. | May 2007 | B1 |
7418483 | Hess et al. | Aug 2008 | B2 |
7499979 | Hess et al. | Mar 2009 | B2 |
7512548 | Bezos et al. | Mar 2009 | B1 |
7673229 | Pearson et al. | Mar 2010 | B1 |
7827075 | Hess et al. | Nov 2010 | B2 |
7912925 | Hess et al. | Mar 2011 | B2 |
8255478 | Hess et al. | Aug 2012 | B2 |
8335983 | Pearson et al. | Dec 2012 | B2 |
9116868 | Pearson et al. | Aug 2015 | B2 |
20010014184 | Bubie et al. | Aug 2001 | A1 |
20020054049 | Toyoda et al. | May 2002 | A1 |
20030208560 | Inoue et al. | Nov 2003 | A1 |
20060101131 | Hess et al. | May 2006 | A1 |
20060206795 | Hess et al. | Sep 2006 | A1 |
20090113347 | Hess et al. | Apr 2009 | A1 |
20090192919 | Hess et al. | Jul 2009 | A1 |
20100070841 | Pearson et al. | Mar 2010 | A1 |
20110229050 | Hess et al. | Sep 2011 | A1 |
20130111314 | Pearson et al. | May 2013 | A1 |
Number | Date | Country |
---|---|---|
2253543 | Mar 1997 | CA |
2180995 | Jan 1998 | CA |
1131724 | Sep 2001 | EP |
2658635 | Aug 1991 | FR |
08335265 | Dec 1996 | JP |
10232658 | Sep 1998 | JP |
11114218 | Apr 1999 | JP |
2001239018 | Sep 2001 | JP |
4936628 | May 2012 | JP |
9300266 | Sep 1994 | NL |
WO-9215174 | Sep 1992 | WO |
WO-9422108 | Sep 1994 | WO |
WO-9517711 | Jun 1995 | WO |
WO-9522800 | Aug 1995 | WO |
WO-9634356 | Oct 1996 | WO |
WO-9737315 | Oct 1997 | WO |
WO-9746957 | Dec 1997 | WO |
WO-9835468 | Aug 1998 | WO |
WO-9918510 | Aug 1999 | WO |
WO-9953422 | Oct 1999 | WO |
WO-9959283 | Nov 1999 | WO |
WO-9963461 | Dec 1999 | WO |
WO-0025218 | May 2000 | WO |
WO-0025223 | May 2000 | WO |
WO-0032088 | Nov 2000 | WO |
WO-0078557 | Dec 2000 | WO |
WO-0141013 | Jun 2001 | WO |
WO-0182107 | Nov 2001 | WO |
WO-0195297 | Dec 2001 | WO |
Entry |
---|
“AOL Picture Tutorial”, [Online]. Retrieved from the Internet: <URL: http://web.archive.org/web/19990222102953/www.twaze.com/aolpix>, (Archived Feb. 22, 1999), 19 pgs. |
“U.S. Appl. No. 09/177,726, Non Final Office Action mailed Feb. 7, 2000”, 4 pgs. |
“U.S. Appl. No. 09/177,726, Non Final Office Action mailed Feb. 9, 2000”, 2 pgs. |
“U.S. Appl. No. 09/177,726, Non Final Office Action mailed Jul. 21, 1999”, 6 pgs. |
“U.S. Appl. No. 09/177,726, Notice of Allowance mailed Feb. 9, 2000”, 3 pgs. |
“U.S. Appl. No. 09/177,726, Notice of Allowance mailed Aug. 16, 1999”, 2 pgs. |
“U.S. Appl. No. 09/177,726, Response filed Aug. 31, 1899 to Non Final Office Action mailed Jul. 21, 1999”, 3 pgs. |
“U.S. Appl. No. 09/177,726, Response to 312 Amendment mailed Feb. 7, 2000”, 4 pgs. |
“U.S. Appl. No. 09/436,566, Final Office Action mailed Mar. 18, 2003”, 6 pgs. |
“U.S. Appl. No. 09/436,566, Non Final Office Action mailed Oct. 8, 2002”, 8 pgs. |
“U.S. Appl. No. 09/436,566, Notice of Allowance mailed Nov. 18, 2003”, 8 pgs. |
“U.S. Appl. No. 09/436,566, Preliminary Amendment filed Mar. 31, 2000”, 13 pgs. |
“U.S. Appl. No. 09/436,566, Response filed Feb. 10, 2003 to Non Final Office Action mailed Oct. 8, 2002”, 14 pgs. |
“U.S. Appl. No. 09/436,566, Response filed Mar. 18, 2003 to Final Office Action mailed Mar. 18, 2003”, 5 pgs. |
“U.S. Appl. No. 09/436,566, Supplemental Preliminary Amendment filed Mar. 8, 2002”, 17 pgs. |
“U.S. Appl. No. 09/542,464, Non Final Office Action mailed Jan. 23, 2001”, 4 pgs. |
“U.S. Appl. No. 09/542,464, Notice of Allowance mailed Apr. 6, 2001”, 3 pgs. |
“U.S. Appl. No. 09/542,464, Notice of Allowance mailed Nov. 5, 2001”, 3 pgs. |
“U.S. Appl. No. 09/542,464, Preliminary Amendment filed Apr. 4, 2000”, 6 pgs. |
“U.S. Appl. No. 09/542,464, Preliminary Amendment filed Oct. 23, 1998”, 6 pgs. |
“U.S. Appl. No. 09/589,585, Advisory Action mailed Mar. 26, 2009”, 3 pgs. |
“U.S. Appl. No. 09/589,585, Advisory Action mailed Apr. 4, 2007”, 5 pgs. |
“U.S. Appl. No. 09/589,585, Amended Appeal Brief filed Oct. 5, 2007”, 28 pgs. |
“U.S. Appl. No. 09/589,585, Appeal Brief filed May 22, 2007”, 25 pgs. |
“U.S. Appl. No. 09/589,585, Appeal Brief filed Jul. 6, 2009”, 26 pgs. |
“U.S. Appl. No. 09/589,585, Examiner Interview Summary mailed Apr. 1, 2008”, 2 pgs. |
“U.S. Appl. No. 09/589,585, Final Office Action mailed Jan. 6, 2009”, 16 pgs. |
“U.S. Appl. No. 09/589,585, Final Office Action mailed Nov. 16, 2006”, 18 pgs. |
“U.S. Appl. No. 09/589,585, Non-Final Office Action mailed Jan. 11, 2008”, 16 pgs. |
“U.S. Appl. No. 09/589,585, Non-Final Office Action mailed Jan. 12, 2005”, 10 pgs. |
“U.S. Appl. No. 09/589,585, Non-Final Office Action mailed Mar. 26, 2004”, 9 pgs. |
“U.S. Appl. No. 09/589,585, Non-Final Office Action mailed May 18, 2006”, 16 pgs. |
“U.S. Appl. No. 09/589,585, Non-Final Office Action mailed Aug. 23, 2005”, 10 pgs. |
“U.S. Appl. No. 09/589,585, Notice of Allowance mailed Oct. 13, 2009”, 12 pgs. |
“U.S. Appl. No. 09/589,585, Response filed Feb. 23, 2006 to Non-Final Office Action mailed Aug. 23, 2005”, 13 pgs. |
“U.S. Appl. No. 09/589,585, Response filed Mar. 6, 2009 to Final Office Action mailed Jan. 6, 2009”, 11 pgs. |
“U.S. Appl. No. 09/589,585, Response filed Mar. 7, 2007 to Final Office Action mailed Nov. 16, 2006”, 13 pgs. |
“U.S. Appl. No. 09/589,585, Response filed Apr. 11, 2008 to Non-Final Office Action mailed Jan. 11, 2008”, 8 pgs. |
“U.S. Appl. No. 09/589,585, Response filed Jun. 13, 2005 to Non-Final Office Action mailed Jan. 12, 2005”, 17 pgs. |
“U.S. Appl. No. 09/589,585, Response filed Jul. 16, 2004 to Non-Final Office Action mailed Mar. 26, 2004”, 9 pgs. |
“U.S. Appl. No. 09/589,585, Response filed Aug. 10, 2006 to Non-Final Office Action mailed May 18, 2006”, 6 pgs. |
“U.S. Appl. No. 09/589,585, Response filed Dec. 23, 2003 to Restriction Requirement mailed Nov. 25, 2003”, 7 pgs. |
“U.S. Appl. No. 09/589,585, Restriction Requirement mailed Nov. 25, 2003”, 5 pgs. |
“U.S. Appl. No. 09/589,585, Supplemental Notice of Allowability mailed Nov. 20, 2009”, 11 pgs. |
“U.S. Appl. No. 09/777,306, Advisory Action mailed Aug. 23, 2004”, 3 pgs. |
“U.S. Appl. No. 09/777,306, Final Office Action mailed Jun. 4, 2004”, 9 pgs. |
“U.S. Appl. No. 09/777,306, Non Final Office Action mailed Jan. 14, 2004”, 8 pgs. |
“U.S. Appl. No. 09/777,306, Non Final Office Action mailed Oct. 21, 2004”, 6 pgs. |
“U.S. Appl. No. 09/777,306, Notice of Allowance mailed Jun. 1, 2005”, 4 pgs. |
“U.S. Appl. No. 09/777,306, Notice of Allowance mailed Sep. 9, 2005”, 4 pgs. |
“U.S. Appl. No. 09/777,306, Preliminary Amendment filed Feb. 5, 2001”, 8 pgs. |
“U.S. Appl. No. 09/777,306, Preliminary Amendment filed Sep. 24, 2004”, 15 pgs. |
“U.S. Appl. No. 09/777,306, Preliminary Amendment filed Dec. 4, 2001”, 14 pgs. |
“U.S. Appl. No. 09/777,306, Response filed Feb. 22, 2005 to Non Final Office Action mailed Oct. 21, 2004”, 7 pgs. |
“U.S. Appl. No. 09/777,306, Response filed Apr. 13, 2004 to Non Final Office Action mailed Jan. 14, 2004”, 15 pgs. |
“U.S. Appl. No. 09/777,306, Response filed Jul. 30, 2004 to Non-Final Office Action mailed Jun. 4, 2004”, 14 pgs. |
“U.S. Appl. No. 09/777,306, Second Supplemental Preliminary Amendment filed Jan. 4, 2002”, 16 pgs. |
“U.S. Appl. No. 09/777,306, Second Supplemental Preliminary Amendment filed Jan. 4, 2002”, 15 pgs. |
“U.S. Appl. No. 09/777,306, Supplemental Preliminary Amendment filed Dec. 4, 2001”, 15 pgs. |
“U.S. Appl. No. 09/777,306, Third Preliminary Amendment filed Mar. 11, 2002”, 17 pgs. |
“U.S. Appl. No. 09/777,306, Third Preliminary Amendment filed Mar. 11, 2002”, 16 pgs. |
“U.S. Appl. No. 11/312,876, Final Office Action mailed Aug. 22, 2008”, 6 pgs. |
“U.S. Appl. No. 11/312,876, Final Office Action mailed Oct. 9, 2007”, 5 pgs. |
“U.S. Appl. No. 11/312,876, Non Final Office Action mailed Apr. 9, 2007”, 5 pgs. |
“U.S. Appl. No. 11/312,876, Non-Final Office Action mailed Apr. 28, 2008”, 5 pgs. |
“U.S. Appl. No. 11/312,876, Notice of Allowance mailed Oct. 24, 2008”, 8 pgs. |
“U.S. Appl. No. 11/312,876, Preliminary Amendment filed Dec. 20, 2005”, 7 pgs. |
“U.S. Appl. No. 11/312,876, Response filed Mar. 10, 2008 to Final Office Action mailed Oct. 9, 2007”, 9 pgs. |
“U.S. Appl. No. 11/312,876, Response filed Jun. 9, 2008 to Non-Final Office Action mailed Apr. 28, 2008”, 11 pgs. |
“U.S. Appl. No. 11/312,876, Response filed Aug. 9, 2007 to Non Final Office Action mailed Apr. 9, 2007”, 10 pgs. |
“U.S. Appl. No. 11/312,876, Response filed Oct. 7, 2008 to Final Office Action mailed Aug. 22, 2008”, 7 pgs. |
“U.S. Appl. No. 11/421,114, Final Office Action mailed Aug. 30, 2007”, 6 pgs. |
“U.S. Appl. No. 11/421,114, Non Final Office Action mailed Apr. 18, 2007”, 7 pgs. |
“U.S. Appl. No. 11/421,114, Non-Final Office Action mailed Dec. 20, 2007”, 7 pgs. |
“U.S. Appl. No. 11/421,114, Notice of Allowance mailed Apr. 23, 2008”, 6 pgs. |
“U.S. Appl. No. 11/421,114, Response filed Mar. 10, 2008 to Non-Final Office Action mailed Dec. 20, 2007”, 15 pgs. |
“U.S. Appl. No. 11/421,114, Response filed Jul. 16, 2007 to Non Final Office Action mailed Apr. 18, 2007”, 21 pgs. |
“U.S. Appl. No. 11/421,114, Response filed Oct. 31, 2007 to Final Office Action mailed Aug. 30, 2007”, 20 pgs. |
“U.S. Appl. No. 12/347,929, Non-Final Office Action mailed Sep. 20, 2010”, 5 pgs. |
“U.S. Appl. No. 12/347,929, Notice of Allowance mailed Nov. 10, 2010”, 5 pgs. |
“U.S. Appl. No. 12/347,929, Response filed Oct. 22, 2010 Non Final Office Action mailed Sep. 20, 2010”, 9 pgs. |
“U.S. Appl. No. 12/416,076, Examiner Interview Summary mailed Jun. 25, 2010”, 3 pgs. |
“U.S. Appl. No. 12/416,076, Non-Final Office Action mailed May 12, 2010”, 11 pgs. |
“U.S. Appl. No. 12/416,076, Notice of Allowance mailed Jul. 7, 2010”, 7 pgs. |
“U.S. Appl. No. 12/416,076, Response filed Jun. 22, 2010 to Non Final Office Action mailed May 12, 2010”, 11 pgs. |
“U.S. Appl. No. 12/620,450, Non Final Office Action mailed Feb. 21, 2012”, 15 pgs. |
“U.S. Appl. No. 12/620,450, Notice of Allowance mailed Aug. 15, 2012”, 15 pgs. |
“U.S. Appl. No. 12/620,450, Response filed May 14, 2012 to Non Final Office Action mailed Feb. 21, 2012”, 14 pgs. |
“U.S. Appl. No. 12/620,450, Response filed Jul. 19, 2012 to Restriction Requirement mailed Jul. 17, 2012”, 8 pgs. |
“U.S. Appl. No. 12/620,450, Restriction Requirement mailed Jul. 17, 2012”, 6 pgs. |
“U.S. Appl. No. 13/053,453, Non-Final Office Action Mailed Mar. 1, 2012”, 5 pgs. |
“U.S. Appl. No. 13/053,453, Notice of Allowance mailed Apr. 27, 2012”, 5 pgs. |
“U.S. Appl. No. 13/053,453, Preliminary Amendment filed Apr. 11, 2011”, 17 pgs. |
“U.S. Appl. No. 13/053,453, Response filed Apr. 18, 2012 to Non Final Office Action mailed Mar. 1, 2012”, 9 pgs. |
“U.S. Appl. No. 13/053,453, Response filed Dec. 19, 2011 to Restriction Requirement mailed Oct. 27, 2011”, 8 pgs. |
“U.S. Appl. No. 13/053,453, Restriction Requirement mailed Oct. 27, 2011”, 4 pgs. |
“U.S. Appl. No. 13/717,394, Final Office Action mailed Feb. 27, 2015”, 9 pgs. |
“U.S. Appl. No. 13/717,394, Non Final Office Action mailed Oct. 23, 201”, 17 pgs. |
“U.S. Appl. No. 13/717,394, Notice of Allowance mailed May 11, 2015”, 8 pgs. |
“U.S. Appl. No. 13/717,394, Response filed Jan. 23, 2015 to Non Final Office Action mailed Oct. 23, 2014”, 19 pgs. |
“U.S. Appl. No. 13/717,394, Response filed Apr. 27, 2015 to Final Office Action mailed Feb. 27, 2015”, 9 pgs. |
“Auction Universe Website”, [Online]. Retrieved from the Internet: <URL: http://www.auctionuniverse.com>, (Oct. 23, 1998), 6 pgs. |
“AuctionWatch.com”, [Online]. Retrieved from the Internet: <URL: http://www.auction.com>, (Jan. 15, 2001), 17 pgs. |
“Auctiva Showcase”, [Online]. Retrieved from the Internet: <URL: http://www.auctiva.com>, (Jan. 15, 2001), 43 pgs. |
“Australian Application Serial No. 2001275270, First Examiner's Report mailed Oct. 21, 2005”, 3 pgs. |
“Australian Application Serial. No. 2001275270, Response filed Apr. 20, 2007 to Office Action mailed Nov. 21, 2006”, 15 pgs. |
“Australian Application Serial No. 2001275270, Response filed Jul. 5, 2007 to Office Action mailed May 11, 2007”, 4 pgs. |
“Australian Application Serial No. 2001275270, Response filed Nov. 2, 2006 to Office Action mailed Oct. 21, 2005”, 24 pgs. |
“Australian Application Serial No. 2001275270, Second Examiner's Report mailed Nov. 21, 2006”, 2 pgs. |
“Australian Application Serial No. 2001275270, Third Examiner's Report mailed May 11, 2007”, 2 pgs. |
“Australian Application Serial No. 2004214578, Examiner's First Report mailed Mar. 7, 2007”, 4 pgs. |
“Australian Application Serial No. 2004214578, Response filed Jul. 12, 2007”, 12 pgs. |
“Australian Application Serial No. 2004214578, Response filed Aug. 1, 2007 ”, 27 pgs. |
“Australian Application Serial No. 2007234637, First Examiner Report mailed Mar. 13, 2009”, 5 pgs. |
“Australian Application Serial No. 2007234637, Response filed Aug. 4, 2009 to Examiner's Report mailed May 26, 2009”, 15 pgs. |
“Canadian Application Serial No. 2,347,812, Office Action mailed Jan. 9, 2008”, 5 pgs. |
“Creating an Executable Image using Program “Build Job””, [Online]. Retrieved from the Internet: <URL: http://www-cdf.fnal.gov/offline/a—c/cdf384/node7.html>, (Accessed Aug. 18, 2007), 1 pg. |
“Development of Application is Directed to Web”, ASCII NT vol. 1, No. 11., ASCII Network Technology, Japan, (Nov. 1998), 228-231 pgs. |
“Disc Image—Wikpedia definition”, [Online]. Retrieved from the Internet: <URL: http://en.wikipedia.org/wiki/Disk—image>, (Accessed Aug. 18, 2007), 8 pgs. |
“European Application Serial No. RS 102472, European Search Report mailed Apr. 9, 1999”, (Apr. 9, 1999), 4 pages. |
“European Application Serial No. 01941962.1, Appeal Decision mailed Mar. 11, 2015”, 16 pgs. |
“European Application Serial No. 01941962.1, EPO Written Decision to Refuse mailed Mar. 11, 2010”, 17 pgs. |
“European Application Serial No. 01941962.1, Office Action mailed Jul. 17, 2008”, 8 pgs. |
“European Application Serial No. 01941962.1, Oral Proceedings mailed Feb. 25, 2015”, 3 pgs. |
“European Application Serial No. 01941962.1, Response filed Nov. 27, 2008 to Office Action mailed Jul. 17, 2008”, 3 pgs. |
“European Application Serial No. 01941962.1, Response filed: Jul. 30, 2010”, 34 pgs. |
“European Application Serial No. 01941962.1, Summons to Attend Oral Proceedings mailed Nov. 6, 2014”, 8 pgs. |
“European Application Serial No. 01941962.1, Supplementary Search Report mailed Mar. 9, 2007”, 8 pgs. |
“European Application Serial No. 1941962, Extended European Search Report mailed Aug. 9, 2006”, 5 pgs. |
“European Application Serial No. 1941962.1, European Search Report mailed Aug. 24, 2006”, 6 pgs. |
“Frontier Scripting: What's Here?”, [Online]. Retrieved from the Internet: <URL: http://www.spinwardstars.com/frontier/>, (Archived Aug. 31, 2000), 2 pgs. |
“International Application Serial No. 01/12398, International Search Report mailed Aug. 27, 2001”, 1 pg. |
“International Application Serial No. PCT/US/00/17136, International Search Report mailed Aug. 27, 2001”, 2 pgs. |
“International Application Serial No. PCT/US01/18225, International Preliminary Examination Report mailed Nov. 18, 2000”, 5 pgs. |
“International Application Serial No. PCT/US01/18225, International Search Report mailed Sep. 5, 2001”, 1 pg. |
“International Application Serial No. PCT/US99/18510, International Search Report mailed Oct. 29, 1999”, 4 pgs. |
“International Application Serial No. PCT/US99/18510, International Search Report mailed Oct. 29, 1999”, 1 pg. |
“Japanese Application Serial No. 02-502756, Final Office Action mailed Jun. 10, 2010”, with English translation of claims, 5 pgs. |
“Japanese Application Serial No. 2002-502756, Amendment filed Dec. 7, 2007”, 9 pgs. |
“Japanese Application Serial No. 2002-502756, Final Office Action mailed Aug. 4, 2011”, 16 pgs. |
“Japanese Application Serial No. 2002-502756, Office Action mailed Mar. 10, 2011”, with English translation of claims, 18 pgs. |
“Japanese Application Serial No. 2002-502756, Office Action Response Oct. 10, 2010”, 13 pgs. |
“Japanese Application Serial No. 2002-502756, Response filed Jul. 11, 2011 to Office Action mailed Mar. 23, 2011”, 13 pgs. |
“Japanese Application Serial No. 2002-502756, Response filed Dec. 5, 2011 to Final Office Action mailed Aug. 4, 2011”, 28 pgs. |
“Javascript Handout 2”, Hypermedia Production, (Fall 1998), 3 pgs. |
“Korean Application Serial No. 2002-7016733, Final Office Action mailed Nov. 28, 2007”, 4 pgs. |
“Korean Application Serial No. 2002-7016733, Grounds for Rejection mailed Apr. 18, 2007”, 7 pgs. |
“Korean Application Serial No. 2002-7016733, Response filed Jan. 28, 2008 to Final Office Action mailed Nov. 28, 2007”, 22 pgs. |
“Korean Application Serial No. 2002-7016733, Response filed Jul. 18, 2007 to Office Action mailed Apr. 18, 2007”, 30 pgs. |
“Korean Application Serial No. 2002-7016733, Trial Decision mailed May 13, 2008”, 16 pgs. |
“Netgrocer Website”, [Online]. Retrieved from the Internet: <URL: http://www.netgrocer.com>, (Oct. 23, 1998), 3 pgs. |
“Onsale Auction Website”, [Online]. Retrieved from the Internet: <URL: http://www.onsale.com>, (Oct. 23, 1998), 3 pgs. |
“Onsale Joins Fray as Online Shopping Picks Up Speed: Internet Booms”, Computer Reseller News, CMP Publications, Inc., USA, (Jun. 5, 1995), 1 pg. |
“Onsale: Onsale Brings Thrill of Auctions and Bargain Hunting Online; Unique Internet retail service debuts with week-long charity auction for the Computer Museum in Boston”, Business Wire, Dialog Web. 0489267 BW0022, (May 24, 1995), 3 pgs. |
“Posting images on Auction Web”, [Online]. Retrieved from the Internet: <URL: http://web.archive.org/web/19980503163306/pongo.com/tutorials/aweb-images/>, (Archived May 3, 1998), 2 Pages. |
“System Image—Wikpedia definition”, [Online]. Retrieved from the Internet: <URL: http://en.wikipedia.org/wiki/System—image>, (Downloaded Aug. 18, 2007), 2 pgs. |
“Welcome to ONSALE Online Auction Supersite”, [Online]. Retrieved from the Internet: <URL: http://web.archive.org/web/19980212000633/http://www.onsale.com/>, (Feb. 12, 1998). |
“Whatever your treasure online picture sell it better”, PixHost.com © 1998 WebForSuccess, [Online]. Retrieved from the Internet: <URL: http://web.archive.org/web/19981202192135/http:www.pixhost.com/>, (Archived May 8, 1999), 17 Pages. |
“Yahoo Auctions Website”, [Online]. Retrieved from the Internet: <URL: http://auctions.yahoo.com>, (Oct. 23, 1998), 5 pgs. |
Baumann, G. W, “Personal Optimized Decision/Transaction Program”, IBM Technical Disclosure Bulletin, (Jan. 1995), 83-84. |
Business Wire, “Mediappraise Receives National Award for Web-based Technology That Enables Companies to Solve Thorny HR Problem”, Business Wire, (Dec. 14, 1998), 1-2. |
Clemons, E., “Evaluating the prospects for alternative electronic securities”, Proceedings of ICIS 91: 12th International Conference on Information Systems, (Dec. 16-18, 1991), 53-63. |
Gimenez-Funes, E., et al., “Designing Bidding Strategies for Trading Agents in Electronic Auctions”, Artificial Intelligence Research Institute, IIIA, (Jul. 1998), 136-143. |
Graham, Ian, “The Emergence of Linked Fish Markets in Europe”, Electronic Markets. vol. 8, No. 2, (1998), 29-32. |
Hauser, R., “Anonymous Delivery of Goods in Electronic Commerce”, IBM Technical Disclosure Bulletin, 39(3), (Mar. 1996), 363-366. |
Hess, C. M, et al., “Computerized Loan Organization System: An Industry Case Study of the Electronic Markets Hypothesis”, MIS Quarterly, vol. 18(3), (Sep. 1994), 251-275. |
Hirokazu, T., “Creation of Dynamic Homepage Using Java Applet-Let's Use Electric Bulletin Board!!”, Let's Create an attractive Home page vol. 3, Japan, (Published before Jun, 10, 2010), 145-152 pgs. |
Hong, Zhou, “Multilingual information retrieval system”, Proc. SPIE, vol. 2916, Multimedia Storage and Archiving Systems, C.-C. J. Kuo; Ed., (Nov. 1996), 33-44. |
Kernz, James J., “Apparatus and Method for Certified Coin Image Compilation”, Application U.S. Appl. No. 60/076,380, filed Feb. 26, 1998, 18 pgs. |
Klein, Stefan, “Introduction to Electronic Auctions”, EM—Electronic Auctions. EM—Electronic Markets, vol. 7, No. 4, (Dec. 1997), 3-6. |
Lee, H. G, “Electronic brokerage and electronic auction: the impact of IT on market structures”, Proceedings of the Twenty-Ninth Hawaii International Conference on System Sciences, vol. 4, (1996), 397-406. |
Lee, Ho Geun, “AUCNET: Electronic Intermediary for Used-Car Transactions”, Focus Theme, Electronic Markets, vol. 7, No. 4, (1997), 24-28. |
Liepins, P. J, “A browser based image bank, useful tool or expensive toy?”, Med Inform, 23(3), (Jul.-Sep. 1998), 199-206. |
Maller, J., “Random Images with Javascript”, Javascript Image Replacement (online), http://www.joemaller.com/business/webtcools/javascript/random—image.html, (May 1, 1997), 14. |
Malone, T., et al., “Electronic Markets and Electronic Hierarchies”, Communications of the ACM, vol. 30, No. 6, (Jun. 1987), 484-497. |
Manabu, Nagai, “Challenger, Rakuten Market, “easy EC” from fifty thousand Yen par a month, one hundred stores are stood side by side”, Nikkei Multimedia, Nikkei BP, No. 32, (Feb. 15, 1998), 78-83 pgs. |
Mardesich, Jodi, “Site Offers Clearance for End-of-Life Products—Onsale Takes Auction Gavel Electronic”, Computer Reseller News, (Jul. 8, 1996), 2 pps. |
Massimb, Marcel, “Electronic Trading, Market Structure and Liquidity”, Financial Analysts Journal, 50(1), (Jan./Feb. 1994), 39-50. |
Meade, J., “Visual 360: A Performance Appraisal System That's ‘Fun’”, HR Magazine, Society for Human Resource Management., (Jul. 1999), 3 pgs. |
Mohan, Rakesh, “Text-based search of TV news stories”, SPIE, vol. 2916, Multimedia Storage and Archiving Systems, C.-C. J. Kuo; Ed., (Nov. 1996), 2-13. |
Neo, B. S, “The implementation of an electronic market for pig trading in Singapore”, Journal of Strategic Information Systems; vol. 1(5), (Dec. 1992), 278-288. |
Padmanabhan, V. N, et al., “Using Predictive Prefetching to improved world wide web latency”, ACM SIGCOMM Computer Communication Review, 26(3), (1996), 22-36. |
Post, D. L, et al., “Application of auctions as a pricing mechanism for the interchange of electric power”, IEEE Transactions on Power Systems, 10(3), (Aug. 1995), 1580-1584. |
Preist, Chris, et al., “Adaptive Agents in a Persistent Shout Double Auction”, International Conference on Information and Computation Economies, Proceedings of the first international conference on Information and computation economies, (1998), 11-18. |
Reck, M., “Formally Specifying an Automated Trade Execution System”, The Journal of Systems and Software, 1993, Elsevier Science Publishing, USA, (1993), 245-252. |
Reck, Martin, “Trading-Process Characteristics of Electronic Auctions”, Focus Theme, vol. 7, No. 4, (1997), 17-23. |
Resnick, Paul, “Reputation systems”, Communications of the ACM, 43(12), (Dec. 2000), 45-48. |
Reynolds, S., “htmlGallery Suite”, Frontier Scripting (online), [Online]. Retrieved from the Internet: <URL: http://www.spinwardstars.com/frontier/f4/gallery.html>, (Feb. 16, 1999), 1-7. |
Reynolds, S., “htmlImage Suite (F4)”, Frontier Scripting (Online), [Online]. Retrieved from the Internet: <URL: http://www.spinwardstars.com/frontier/f4/htmlimage.html>, (May 23, 1999), 1-23. |
Reynolds, S., “Randomizer Suite: About Randomizer”, Frontier Scripting (Online), [Online]. Retrieved from the Internet: <URL: http://www.spinwardstars/frontier/suiters/randonizer.html>, (Aug. 3, 1999), 1-5. |
Rockoff, T. E, et al., “Design of an Internet-based system for remote Dutch auctions”, Internet Research: Electronic Networking Applications and Policy, vol. 5(4), (Jan. 1, 1995), 10-16. |
Schmid, B. F, “The Development of Electronic Commerce”, EM—Electronic Markets, No. 9-10, (Oct. 1993), 2 pgs. |
Siegmann, Ken, “Nowhere to go but up”, PC Week; vol. 12(42), Ziff-Davis Publishing Company, (Oct. 23, 1995), 1-3. |
Tatabe, T., et al., “The open image database GIRLS aiming at mediating Multimedia data on the internet”, Report of Information Processing Society of Japan, 96(62), (Jun. 11, 1966), 37-42. |
Tjostheim, Ingvar, et al., “A case study of an on-line auction for the World Wide Web”, Norwegian Computing Center (NR), [Online]. Retrieved from the Internet: <URL: http://www.nr.no/˜ingvar/enter98.html>, (Accessed Feb. 21, 2005), 1-10. |
Turban, Efraim, “Auctions and Bidding on the Internet: An Assessment”, Focus Theme, EM—Electronic Markets, vol. 7, No. 4, (1997), 7-11. |
Van Heck, E., et al., “Experiences with Electronic Auctions in the Dutch Flower Industry”, Focus Theme, Erasmus University, The Netherlands, (1996), 6 pgs. |
Warbelow, A, et al., “Aucnet: TV Auction Network System”, Harvard Business School Case/Study, HBVR#9-190-001, USA, (Jul. 1989), 1-16. |
Zwass, V., “Electronic Commerce: Structures and Issues”, International Journal of Electronic Commerce, Fall 1996, vol. 1, No. 1, (Fall 1996), 3-23. |
Number | Date | Country | |
---|---|---|---|
20150363506 A1 | Dec 2015 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09589585 | Jun 2000 | US |
Child | 12620450 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 13717394 | Dec 2012 | US |
Child | 14834152 | US | |
Parent | 12620450 | Nov 2009 | US |
Child | 13717394 | US |