US20020054061A1 - System tour generator - Google Patents

System tour generator Download PDF

Info

Publication number
US20020054061A1
US20020054061A1 US09/201,330 US20133098A US2002054061A1 US 20020054061 A1 US20020054061 A1 US 20020054061A1 US 20133098 A US20133098 A US 20133098A US 2002054061 A1 US2002054061 A1 US 2002054061A1
Authority
US
United States
Prior art keywords
feature
entry
presentation
tour
installation portion
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US09/201,330
Other versions
US6377253B1 (en
Inventor
Robert R. Hoffman
Robert A. Williams
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Round Rock Research LLC
Mei California Inc
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US09/201,330 priority Critical patent/US6377253B1/en
Assigned to MICRON ELECTRONICS, INC. reassignment MICRON ELECTRONICS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HOFFMAN, ROBERT R., JR., WILLIAMS, ROBERT A.
Assigned to MEI CALIFORNIA, INC. reassignment MEI CALIFORNIA, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICRON ELECTRONICS, INC.
Assigned to MICRON TECHNOLOGY, INC. reassignment MICRON TECHNOLOGY, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MEI CALIFORNIA, INC.
Application granted granted Critical
Publication of US6377253B1 publication Critical patent/US6377253B1/en
Publication of US20020054061A1 publication Critical patent/US20020054061A1/en
Assigned to ROUND ROCK RESEARCH, LLC reassignment ROUND ROCK RESEARCH, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICRON TECHNOLOGY, INC.
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/453Help systems

Definitions

  • the invention relates generally to human-computer interfaces, and more particularly to a self-generating on-line computer based help and tutorial system.
  • the invention provides a method to generate a web-based presentation.
  • the method includes obtaining an entry from a feature table (the entry having an identification portion and an installation portion), and generating at least part of the presentation based on the installation portion if the entry corresponds to a loaded feature.
  • the method may also provide for generating part of the presentation based on one or more entries that are not associated with operational features of a computer system. In some instances, the method may be automatically executed.
  • FIG. 1 shows an illustrative main page created by a System Tour Generator (STG) in accordance with one embodiment of the invention.
  • STG System Tour Generator
  • FIG. 2 shows a method to create a system tour in accordance with one embodiment of the invention.
  • FIG. 3 shows a feature table entry in accordance with one embodiment of the invention.
  • FIG. 4 shows a computer system in accordance with one embodiment of the invention.
  • a System Tour Generator may create and display a web-based presentation or system tour for a new user in accordance with FIG. 1.
  • the system tour may include a document (a main page 100 ) containing text 102 , graphics 104 , and hypertext links (hereinafter links) to sub-tours (that is, information about one or more of the features available to the user on their particular system such as a system setup management sub-tour link 106 and a telephony feature sub-tour link 108 ).
  • links may to sales and technical contact information 110 may also be provided.
  • a STG may create and display a web-based presentation of more advanced information. For example, sub-tours dealing with advanced attributes and technical data may be provided.
  • Sub-tours may be created for each feature of the computer system.
  • a feature may be any device, software or combination thereof which adds value to a computer system, the use of which may be enhanced by providing instructions to the end user.
  • Illustrative features include telephony (e.g., a modem with telephone, messaging and speaker phone capability), a magnetic tape backup subsystem, digital video disk (DVD) and removable mass storage device capabilities.
  • Each sub-tour may contain information specific to the associated feature such as getting started instructions, set-up tips and tricks, frequently asked questions (FAQs), links to manufacturer web sites and links to third party sites providing support (e.g., third party technical support, discussion groups relating to the feature and sites providing products and services associated with the feature).
  • FAQs frequently asked questions
  • an STG may obtain the first entry of a feature table (block 202 ).
  • the feature table provides the STG application with the logic needed to create a main page.
  • each feature table entry 300 may include an identification field 302 , a detection field 304 and an installation field 306 .
  • Identification field 302 may identify the entry as a feature entry or a header entry.
  • Feature entries are associated with features (e.g., telephony) and may be used by the STG to create sub-tours (see discussion below).
  • Header entries may be used by the STG to place information on the system tour's main page without regard to an associated feature. Header type information may include manufacturer identification (e.g., a graphical link to the manufacturer's main and/or technical assist web site) and advertisements.
  • Detection field 304 informs the STG how to determine if the identified feature has been installed.
  • Header entries may have a null detection field.
  • many features may be associated with one or more registry keys (in a windows based operating system), one or more application programs or one or more dynamic link libraries (DLLS)—detection field 304 may identify one or more of these entities.
  • Installation field 306 indicates how the STG is to place the (header or feature/sub-tour) information on the system tour's main page.
  • installation field 306 may include hypertext markup language (HTML) instructions that are inserted into the system tour's main page document.
  • installation field 306 may indicate a file that is to be inserted into the system tour's main page document.
  • installation field 306 may include a script program that the STG executes (or has executed by another program) to include the relevant information in the system tour's main page.
  • the feature table does not have to have a detection field. Instead, the STG could take a default action wherein the it looks for windows registry entries associated with the feature indicated in the identification field.
  • the entry's installation field may be used to update the system tour's main page (block 206 ) and processing continues at block 214 .
  • the entry's detection field is used to determine if the feature has been installed (block 208 ). If the feature has been installed (the ‘yes’ prong of diamond 210 ), the entry's installation field is used to update the system tour's main page to reflect the feature's sub-tour (block 212 ).
  • the STG determines if all entries in the feature table have been processed. If all feature table entries have been processed (the ‘yes’ prong of diamond 214 ), the resulting system tour is displayed (block 216 ), and STG processing terminates (block 218 ). If all feature table entries have not been processed (the ‘no’ prong of diamond 214 ), processing continues with the next feature table entry (block 202 ).
  • a feature table entry may be processed (block 212 ) by inserting on the system tour's main page textual and graphical information relating to the feature.
  • links to collateral information stored either on a storage unit coupled to the computer system (e.g., a magnetic or optical CD ROM disk) or at a distant site (e.g., a manufacturer's web site) may be inserted into the system tour's main page.
  • links may be textual or graphical in nature and may invoke presentation of additional information—text, and/or graphs, and/or audio and/or video in nature.
  • processing a feature entry may result in a link (e.g., a replica of the feature's graphical trademark) to the feature's manufacturer being placed on the main page.
  • a link e.g., a replica of the feature's graphical trademark
  • Introductory information of the type discussed above may be provided may also be provided on the main page.
  • the feature table and all related sub-tour data is stored in a specified location on a computer system's long-term storage unit.
  • the STG may create a system tour directory and place the main page (and associated files such as graphics and audio files) in the system tour directory.
  • the STG may delete the original feature table and all sub-tour modules associated with features not installed. In this manner, the user has access to the system tour whenever she/he wants, but the memory associated with non-installed features has been reclaimed for use.
  • system tour may be generated the first time the end user (e.g., purchaser) powers-up their computer system.
  • this feature may be provided by associating the window's registry key “RunOnce” to the STG.
  • system tour may be generated on user command.
  • Computer system 400 includes processor 402 coupled to primary bus 404 through bridge circuit 406 .
  • Processor 402 may be a general purpose processor such as a microprocessor, or a special purpose processor such as a digital signal processor or microcontroller.
  • Bridge circuit 406 typically provides an interface to system random access memory (RAM) 408 .
  • RAM system random access memory
  • STG program 410 may reside in RAM 408 .
  • STG 410 typically creates the system tour's main page 412 in RAM 408 .
  • Bridge circuit 414 may couple primary bus 404 to secondary bus 416 , while also providing interfaces to integrated device electronics (IDE) devices such as storage device 418 .
  • IDE integrated device electronics
  • a copy of STG program 420 , feature table 422 , and tour data 424 (e.g., information associated with feature table entries) may be loaded on storage device 418 .
  • processor 402 may copy STG program 420 into RAM 408 to create STG execution copy 410 .
  • Illustrative storage devices e.g., 418
  • Secondary bus 416 may also couple input-output (I/O) circuit 426 , keyboard controller (KYBD) 428 , and system read only memory (ROM) 430 may also be coupled to system 400 .
  • I/O input-output
  • KYBD keyboard controller
  • ROM system read only memory
  • Input-output circuit 426 may provide an interface for parallel 432 and serial 434 ports, floppy disks 436 , and infrared devices 438 .
  • Another benefit to the presentation of information as described above, is that it may provide a new user with all the information, including links to additional support centers, in a easy to understand and use manner.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A technique to generate a web-based presentation is described that includes obtaining an entry from a feature table (the entry having an identification portion and an installation portion), and generating at least part of the presentation based on the installation portion if the entry corresponds to a loaded feature. At least a part of the presentation may also be generated based on entries not associated with operational features of a computer system. The method may be automatically executed on initial system power-up, or on user command.

Description

    BACKGROUND
  • The invention relates generally to human-computer interfaces, and more particularly to a self-generating on-line computer based help and tutorial system. [0001]
  • It is becoming common for purchasers (consumer and industrial) of computer systems to custom order their machine directly from the manufacturer (e.g., an original equipment manufacturer, OEM). In addition to specifying the central processing unit, amount of system random access memory, and one or more types of long-term storage (e.g., magnetic and optical disk units), purchasers may also request their system come configured to provide certain features. Illustrative features include telephony, a backup subsystem, and digital video disk capability. [0002]
  • Systems are typically shipped to the purchaser with the requested features associated software preloaded and ready to run. To assist the user, many software applications provide on-line help systems and user manuals. While on-line help systems and manuals may assist users in determining how to use a specific application or feature, they are often underused because they are perceived as difficult to understand, especially to new users. In addition, on-line help systems and manuals do not provide the user with an overall introduction to their computer system, taking instead on a feature-by-feature approach. [0003]
  • Failure to provide users with an overall or system's level introduction may lead to misuse, nonuse, calls to a vendor's technical support department, or feelings of dissatisfaction of the very features the user requested. This may be a particularly important issue for users of a new computer system. Thus, there is a continuing and significant need to provide users with an automated and easy to use system's level introduction to their new computer system. [0004]
  • SUMMARY
  • In one embodiment the invention provides a method to generate a web-based presentation. The method includes obtaining an entry from a feature table (the entry having an identification portion and an installation portion), and generating at least part of the presentation based on the installation portion if the entry corresponds to a loaded feature. The method may also provide for generating part of the presentation based on one or more entries that are not associated with operational features of a computer system. In some instances, the method may be automatically executed.[0005]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 shows an illustrative main page created by a System Tour Generator (STG) in accordance with one embodiment of the invention. [0006]
  • FIG. 2 shows a method to create a system tour in accordance with one embodiment of the invention. [0007]
  • FIG. 3 shows a feature table entry in accordance with one embodiment of the invention. [0008]
  • FIG. 4 shows a computer system in accordance with one embodiment of the invention.[0009]
  • DETAILED DESCRIPTION
  • Techniques (including methods and devices) to provide automated and easy to use tutorial and on-line help information to computer system users are described. The following embodiments of this inventive concept are illustrative only and are not to be considered limiting in any respect. [0010]
  • The growing popularity of web-based presentations (presentations that utilize hypertext links and/or the internet), and the ability to automatically and dynamically incorporate hypertext links in a web-browser or browser-like environment, makes it possible to provide tutorial and on-line help information in a manner that may be more readily understood, useful, interesting, and beneficial to a user than prior techniques. [0011]
  • In accordance with one embodiment of the invention, a System Tour Generator (STG) may create and display a web-based presentation or system tour for a new user in accordance with FIG. 1. The system tour may include a document (a main page [0012] 100) containing text 102, graphics 104, and hypertext links (hereinafter links) to sub-tours (that is, information about one or more of the features available to the user on their particular system such as a system setup management sub-tour link 106 and a telephony feature sub-tour link 108). One or more links may to sales and technical contact information 110 may also be provided. In another embodiment of the invention, a STG may create and display a web-based presentation of more advanced information. For example, sub-tours dealing with advanced attributes and technical data may be provided.
  • Sub-tours may be created for each feature of the computer system. In general, a feature may be any device, software or combination thereof which adds value to a computer system, the use of which may be enhanced by providing instructions to the end user. Illustrative features include telephony (e.g., a modem with telephone, messaging and speaker phone capability), a magnetic tape backup subsystem, digital video disk (DVD) and removable mass storage device capabilities. Each sub-tour may contain information specific to the associated feature such as getting started instructions, set-up tips and tricks, frequently asked questions (FAQs), links to manufacturer web sites and links to third party sites providing support (e.g., third party technical support, discussion groups relating to the feature and sites providing products and services associated with the feature). [0013]
  • Referring to FIG. 2, a method in accordance with one embodiment of the invention to create a system tour is shown. On system power-up (block [0014] 200) an STG may obtain the first entry of a feature table (block 202). In one embodiment, the feature table provides the STG application with the logic needed to create a main page.
  • Referring now to FIG. 3, each [0015] feature table entry 300 may include an identification field 302, a detection field 304 and an installation field 306. Identification field 302 may identify the entry as a feature entry or a header entry. Feature entries are associated with features (e.g., telephony) and may be used by the STG to create sub-tours (see discussion below). Header entries may be used by the STG to place information on the system tour's main page without regard to an associated feature. Header type information may include manufacturer identification (e.g., a graphical link to the manufacturer's main and/or technical assist web site) and advertisements. Detection field 304 informs the STG how to determine if the identified feature has been installed. (Header entries may have a null detection field.) For example, many features may be associated with one or more registry keys (in a windows based operating system), one or more application programs or one or more dynamic link libraries (DLLS)—detection field 304 may identify one or more of these entities. Installation field 306 indicates how the STG is to place the (header or feature/sub-tour) information on the system tour's main page. For example, installation field 306 may include hypertext markup language (HTML) instructions that are inserted into the system tour's main page document. In another embodiment, installation field 306 may indicate a file that is to be inserted into the system tour's main page document. In yet another embodiment, installation field 306 may include a script program that the STG executes (or has executed by another program) to include the relevant information in the system tour's main page. In another embodiment, the feature table does not have to have a detection field. Instead, the STG could take a default action wherein the it looks for windows registry entries associated with the feature indicated in the identification field.
  • Returning again to FIG. 2, if the entry is a header type entry (the ‘yes’ prong of diamond [0016] 204), the entry's installation field may be used to update the system tour's main page (block 206) and processing continues at block 214. If the entry is a feature type entry (the ‘no’ prong of diamond 204), the entry's detection field is used to determine if the feature has been installed (block 208). If the feature has been installed (the ‘yes’ prong of diamond 210), the entry's installation field is used to update the system tour's main page to reflect the feature's sub-tour (block 212). Following block 212, or in the event the feature associated with the current entry is not installed (the ‘no’ prong of diamond 210), the STG determines if all entries in the feature table have been processed. If all feature table entries have been processed (the ‘yes’ prong of diamond 214), the resulting system tour is displayed (block 216), and STG processing terminates (block 218). If all feature table entries have not been processed (the ‘no’ prong of diamond 214), processing continues with the next feature table entry (block 202).
  • In one embodiment, a feature table entry may be processed (block [0017] 212) by inserting on the system tour's main page textual and graphical information relating to the feature. In addition, links to collateral information stored either on a storage unit coupled to the computer system (e.g., a magnetic or optical CD ROM disk) or at a distant site (e.g., a manufacturer's web site) may be inserted into the system tour's main page. In general, links may be textual or graphical in nature and may invoke presentation of additional information—text, and/or graphs, and/or audio and/or video in nature. For example, processing a feature entry (in accordance with the entry's installation field) may result in a link (e.g., a replica of the feature's graphical trademark) to the feature's manufacturer being placed on the main page. Introductory information of the type discussed above may be provided may also be provided on the main page.
  • In another embodiment, the feature table and all related sub-tour data is stored in a specified location on a computer system's long-term storage unit. During execution, the STG may create a system tour directory and place the main page (and associated files such as graphics and audio files) in the system tour directory. Following creation of the system tour's main page, the STG may delete the original feature table and all sub-tour modules associated with features not installed. In this manner, the user has access to the system tour whenever she/he wants, but the memory associated with non-installed features has been reclaimed for use. [0018]
  • In one embodiment the system tour may be generated the first time the end user (e.g., purchaser) powers-up their computer system. In a windows environment, this feature may be provided by associating the window's registry key “RunOnce” to the STG. In another embodiment, the system tour may be generated on user command. [0019]
  • Referring to FIG. 4, a [0020] computer system 400 for providing system tour capability in accordance with one embodiment of the invention is shown. Computer system 400 includes processor 402 coupled to primary bus 404 through bridge circuit 406. Processor 402 may be a general purpose processor such as a microprocessor, or a special purpose processor such as a digital signal processor or microcontroller. Bridge circuit 406 typically provides an interface to system random access memory (RAM) 408. During execution, a copy of STG program 410 may reside in RAM 408. In addition, STG 410 typically creates the system tour's main page 412 in RAM 408.
  • [0021] Bridge circuit 414 may couple primary bus 404 to secondary bus 416, while also providing interfaces to integrated device electronics (IDE) devices such as storage device 418. At system assembly time, a copy of STG program 420, feature table 422, and tour data 424 (e.g., information associated with feature table entries) may be loaded on storage device 418. During STG execution, processor 402 may copy STG program 420 into RAM 408 to create STG execution copy 410. Illustrative storage devices (e.g., 418) include long-term storage devices such as magnetic hard disks (fixed, floppy, and removable), magnetic tape, optical disk units, and all forms of electronic non-volatile memory (e.g., programmable read only memories).
  • [0022] Secondary bus 416 may also couple input-output (I/O) circuit 426, keyboard controller (KYBD) 428, and system read only memory (ROM) 430 may also be coupled to system 400. Input-output circuit 426 may provide an interface for parallel 432 and serial 434 ports, floppy disks 436, and infrared devices 438.
  • One benefit to providing a user with system information in a web-based environment as described above, is that a manufacturer may gradually develop a series of sub-tour modules. As each sub-tour is created (either by the system manufacturer or the feature manufacturer), an entry for that sub-tour may be placed in the feature table. Because only those entries associated with features actually installed are processed by the STG (see [0023] block 212 of FIG. 2), the same feature table may be stored on a large number of computer system storage devices during the manufacturing process. Another benefit to the presentation of information as described above, is that it may provide a new user with all the information, including links to additional support centers, in a easy to understand and use manner.
  • While the invention has been disclosed with respect to a limited number of embodiments, numerous modifications and variations will be appreciated by those skilled in the art. It is intended, therefore, that the following claims cover all such modifications and variations that may fall within the true sprit and scope of the invention. [0024]

Claims (12)

What is claimed is:
1. A method to generate a presentation, comprising:
obtaining an entry from a feature table, the entry having an identification portion and an installation portion; and
generating a part of the presentation based on the installation portion if the entry corresponds to a loaded feature.
2. The method of claim 1, further comprising generating a second part of the presentation based on the installation portion if the identification portion indicates the entry does not correspond to a feature.
3. The method of claim 1, further comprising displaying the presentation.
4. The method of claim 1, wherein the act of obtaining comprises retrieving the entry from a long-term storage device.
5. The method of claim 4, further comprising deleting the feature table from the long-term storage device after the act of generating.
6. The method of claim 1, wherein the act of generating comprises performing acts indicated by the installation portion.
7. The method of claim 6, wherein the acts indicated by the installation portion comprise using hypertext markup language instructions.
8. The method of claim 6, wherein the acts indicated by the installation portion comprise incorporating a file into the presentation.
9. The method of claim 1, wherein the entry corresponds to a loaded feature if the feature identified by the identification portion has a registry key.
10. The method of claim 1, wherein the entry further comprises a detection portion, the detection portion indicating how to determine if the entry corresponds to a feature or a non-feature.
11. The method of claim 1, wherein the method is performed the first time an end user powers on a computer system.
12. The method of claim 1, wherein the method is performed automatically on computer system power on.
US09/201,330 1998-11-30 1998-11-30 System tour generator Expired - Lifetime US6377253B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/201,330 US6377253B1 (en) 1998-11-30 1998-11-30 System tour generator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/201,330 US6377253B1 (en) 1998-11-30 1998-11-30 System tour generator

Publications (2)

Publication Number Publication Date
US6377253B1 US6377253B1 (en) 2002-04-23
US20020054061A1 true US20020054061A1 (en) 2002-05-09

Family

ID=22745407

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/201,330 Expired - Lifetime US6377253B1 (en) 1998-11-30 1998-11-30 System tour generator

Country Status (1)

Country Link
US (1) US6377253B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120166946A1 (en) * 2010-12-22 2012-06-28 Jens Bombolowsky Dynamic handling of instructional feedback elements based on usage statistics
US11157093B1 (en) * 2020-12-28 2021-10-26 Sunrex Technology Corp. Computer mouse with vibration function

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4696003A (en) 1986-03-10 1987-09-22 International Business Machines Corporation System for testing interactive software
US5291585A (en) * 1991-07-29 1994-03-01 Dell Usa, L.P. Computer system having system feature extension software containing a self-describing feature table for accessing I/O devices according to machine-independent format
EP0592079A2 (en) * 1992-09-20 1994-04-13 Sun Microsystems, Inc. Automated software installation and operating environment configuration on a computer system
US5668992A (en) * 1994-08-01 1997-09-16 International Business Machines Corporation Self-configuring computer system
US5799268A (en) 1994-09-28 1998-08-25 Apple Computer, Inc. Method for extracting knowledge from online documentation and creating a glossary, index, help database or the like
JP3488525B2 (en) 1994-12-13 2004-01-19 富士通株式会社 Help screen display method and help screen display device
US5742829A (en) * 1995-03-10 1998-04-21 Microsoft Corporation Automatic software installation on heterogeneous networked client computer systems
US5708825A (en) * 1995-05-26 1998-01-13 Iconovex Corporation Automatic summary page creation and hyperlink generation
US6058167A (en) 1996-10-17 2000-05-02 Siemens Information And Communication Networks, Inc. Apparatus and method to provide a functional and more user-friendly interface for downloaded ISDN telephony features
US5982445A (en) 1996-10-21 1999-11-09 General Instrument Corporation Hypertext markup language protocol for television display and control
US6038545A (en) * 1997-03-17 2000-03-14 Frankel & Company Systems, methods and computer program products for generating digital multimedia store displays and menu boards
US5963743A (en) * 1997-08-29 1999-10-05 Dell Usa, L.P. Database for facilitating software installation and testing for a build-to-order computer system
US5974454A (en) * 1997-11-14 1999-10-26 Microsoft Corporation Method and system for installing and updating program module components

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120166946A1 (en) * 2010-12-22 2012-06-28 Jens Bombolowsky Dynamic handling of instructional feedback elements based on usage statistics
US11157093B1 (en) * 2020-12-28 2021-10-26 Sunrex Technology Corp. Computer mouse with vibration function

Also Published As

Publication number Publication date
US6377253B1 (en) 2002-04-23

Similar Documents

Publication Publication Date Title
KR100290198B1 (en) A system for communicating between a client and transient server programs
US9715395B2 (en) Dynamic help user interface control with secured customization
US7234107B1 (en) System for customizing web page
US6102965A (en) System and method for providing client/server access to graphical programs
US5920696A (en) Dynamic windowing system in a transaction base network for a client to request transactions of transient programs at a server
EP1066560B1 (en) User interface implementation in a television-based hyperlink browsing system
US6802055B2 (en) Capturing graphics primitives associated with any display object rendered to a graphical user interface
US20070220429A1 (en) Layered customization of a help user interface
US20050060719A1 (en) Capturing and processing user events on a computer system for recording and playback
US6782529B2 (en) Method, apparatus and computer program product for editing in a translation verification test procedure
US20100115348A1 (en) Alternate procedures assisting computer users in solving problems related to error and informational messages
MXPA04008851A (en) Programming interface for a computer platform.
JP2002207697A (en) System and method for dynamically displaying html form element
US7305629B2 (en) Consolidation of computer documentation
CA2346156A1 (en) Method and system for website overview
US20040216056A1 (en) System and method for supporting scrolling of contents in a display
TW200925972A (en) Modifying hover help for a user interface
US9471332B2 (en) Selecting graphical component types at runtime
US6317877B1 (en) System tour generator
US20030144997A1 (en) Patent marking system
US6377253B1 (en) System tour generator
US7287036B2 (en) Method and apparatus for automatically searching hypertext structure
CN113591000A (en) Browser engine switching method, device and equipment
JP3097033B2 (en) Method for obtaining usage data of application on information processing apparatus, information processing apparatus and recording medium
JPH11338686A (en) Program development support device, its method and medium for recording program development support program

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICRON ELECTRONICS, INC., IDAHO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HOFFMAN, ROBERT R., JR.;WILLIAMS, ROBERT A.;REEL/FRAME:009836/0854

Effective date: 19990208

AS Assignment

Owner name: MEI CALIFORNIA, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICRON ELECTRONICS, INC.;REEL/FRAME:011658/0956

Effective date: 20010322

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: MICRON TECHNOLOGY, INC., IDAHO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MEI CALIFORNIA, INC.;REEL/FRAME:012391/0370

Effective date: 20010322

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: ROUND ROCK RESEARCH, LLC,NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICRON TECHNOLOGY, INC.;REEL/FRAME:023786/0416

Effective date: 20091223

Owner name: ROUND ROCK RESEARCH, LLC, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICRON TECHNOLOGY, INC.;REEL/FRAME:023786/0416

Effective date: 20091223

FPAY Fee payment

Year of fee payment: 12