US20090183086A1 - Componentized Remote User Interface - Google Patents

Componentized Remote User Interface Download PDF

Info

Publication number
US20090183086A1
US20090183086A1 US12/413,905 US41390509A US2009183086A1 US 20090183086 A1 US20090183086 A1 US 20090183086A1 US 41390509 A US41390509 A US 41390509A US 2009183086 A1 US2009183086 A1 US 2009183086A1
Authority
US
United States
Prior art keywords
file
user
remote device
modified
provided value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/413,905
Inventor
Sergey Solyanik
James Christopher Gray
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.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US10/185,275 external-priority patent/US6734827B2/en
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US12/413,905 priority Critical patent/US20090183086A1/en
Publication of US20090183086A1 publication Critical patent/US20090183086A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing

Definitions

  • the invention relates generally to user interfaces to remote devices. More particularly, the invention relates to componentized user interfaces to remote devices via which such devices may be remotely configured.
  • a computer may communicate with remote devices such as residential gateways, network attached storage devices, routers, print servers, media servers, etc. Such devices typically require configuration, but they typically do not have a physical interface (e.g., monitor, keyboard, mouse) to facilitate such configuration. Accordingly, such devices may be referred to as “headless” devices.
  • the computer may be communicatively coupled to the device, typically via a local-area network (LAN), so that the user is enabled to communicate with the device.
  • LAN local-area network
  • the user can typically access and modify configuration information on the remote device.
  • Such configuration information may include the name of the device or parameter information such as an Internet Protocol (IP) address associated with the device, for example.
  • IP Internet Protocol
  • configuration information is sent to the computer in the form of an HTML file.
  • a browser on the computer renders the web page from the HTML file, and thereby presents the information to the user in a desired format (e.g., layout and appearance) and in a language that the user is expected to understand (e.g., English).
  • the web page serves as a remote user interface, i.e., an interface to the remote device, via which the user may, for example, remotely change the configuration information associated with the device.
  • FIG. 1 is a block diagram of an example embodiment of a prior art system 200 for providing a remote user interface.
  • the system 200 may include one or more computers 210 , which may be desktop computers, laptop computers, etc., and one or more network devices 230 , which may be headless devices such as described above.
  • the device(s) 230 may be communicatively coupled to the computer 210 via a network 220 , which may be a LAN or a wide-area network (WAN) such as the Internet, for example.
  • the device(s) 230 may be in communication with the computer 210 through a direct connection with the computer 210 , with or without being communicatively coupled to the computer 210 via the network.
  • the computer 210 may be used to provide the user with a user interface via which, for example, the user can remotely configure the device 230 .
  • the computer 210 may include a physical user interface, such as a display and mouse or keyboard, for example, and browser software that may be executed on the computer 210 .
  • the device 230 may have stored thereon a file 232 that enables a browser to render a web page.
  • the file 232 may be in a mark-up language, such as HTML, for example.
  • the web page may, for example, enable a user of the computer 210 to access and modify configuration information on the remote device 230 .
  • the user of the computer 210 launches the browser on the computer 210 and connects, via the network 220 , to the device 230 .
  • the computer retrieves the HTML file from the device 230 and renders the web page defined by the HTML file.
  • the HTML file 232 includes one or more predefined or “hard-coded” parameter values 234 .
  • the HTML file 232 also includes HTML code, scripts, images, objects, and the like (not shown), that define the layout and appearance or “skin” 236 of the web page.
  • the HTML file 232 may include such code, scripts, images, objects, etc., explicitly, or it may include references to other files that include such code, scripts, images, objects, etc.
  • the hard-coded parameter values 234 appear within the web page in accordance with the skin 236 .
  • a first parameter 311 may be defined as having a value of “IP address: 217.160.219.11.”
  • a second parameter 312 may be defined as having a value of “subnet: 255.255.255.0.”
  • a third parameter 313 may be defined as having a value of “gateway: 217.160.219.1.”
  • a fourth parameter 314 may be defined as having a value of “name: device1.” When the web page is rendered, these values appear within the web page in accordance with the skin.
  • Such an HTML file may be generated by the device's web browser, either by running an ISAPI plug-in, CGI script, or an ASP page.
  • the code that generates such an HTML file is produced by one or more developers or programmers of the device.
  • the developers To produce the HTML file, the developers must access configuration data on the device such as, for example, values associated with certain parameters, such as an IP address, for example.
  • the developers also need to know the desired layout and appearance, or “skin,” of the web page presented to the user via a display on the remote computer.
  • the device manufacturer or distributor may want the rendered web page to have different skins under different circumstances.
  • the configuration software may be sold to different vendors, each of which may want the ability to reskin so that the software takes on the specific look and feel they want.
  • the developers need to know the geographic location of intended users so that any displays will be in a language understood by the users. For example, if the device is intended for use in a certain country, then the rendered configuration page should be in a language understood in that country. Typically, all of these factors will be accounted for in the logic or coding provided in the application or service responsible for generating the HTML file before the device is shipped to the end-user. Therefore, all of the information related to these factors typically must be known by the developers when developing the default HTML file.
  • the invention is directed to systems and methods for providing a componentized remote user interface that is particularly suitable for remote configuration of a headless device.
  • the invention provides flexibility in the development of such user interfaces, which may be rendered as web pages on computers associated with such remote devices.
  • the invention enables a developer to focus on web page skinning, for example, without requiring any knowledge by the developer of ways to retrieve parametric data associated with the device, or localization information associated with the intended user of the device. Rather, the skin developer can develop an HTML file that references certain variables and incorporates by reference certain files that associate values with the variables. Such variables may be associated with configuration and localization of the device.
  • a second developer focused on the device's parametric data but uninterested in the appearance and layout of the web page may develop one or more files that are separate from the HTML file and associated specific values with the variable parameters (e.g., a device name, an IP address, etc.).
  • a third developer focused on localization but uninterested in skinning or the specific parameter values to be associated with the device may develop one or more files that include localization information to be included in the rendered web page.
  • the web page When the web page is rendered, the values provided in the referenced files are pulled into the HTML file and substituted for the variables. In this way, the web page may be rendered with all the desired data, localization information, and skinning, without requiring all the desired data, localization information, and skinning to be hard-coded into a single HTML file.
  • a user of a computer in communication with the device may change the configuration data on the device by providing such configuration data via the web page.
  • the device When the configuration data is changed, the device will update the configuration state. This state will be used in rendering the web page the next time the user does so. Because the configuration data in the form of name/value pairs may be abstracted from the user interface, such pairs can be retrieved by an application running on a client PC, for example, and stored as a backup of the configuration state of the device.
  • FIG. 1 is a block diagram of an example embodiment of a typical prior art system for providing a remote user interface.
  • FIG. 2 is an example of an excerpt from a prior art HTML file for defining a web page.
  • FIG. 3 is a block diagram showing an example computing environment in which aspects of the invention may be implemented.
  • FIG. 4 is a block diagram of an example embodiment of a system for providing a remote user interface in accordance with the invention.
  • FIGS. 5 and 6 provide examples of modules that may be used to provide a componentized user interface in accordance with the invention.
  • FIGS. 7 and 8 are functional block diagrams of example embodiments of system according to the invention for providing componentized remote user interfaces.
  • FIG. 3 and the following discussion are intended to provide a brief general description of a suitable computing environment in which an example embodiment of the invention may be implemented. It should be understood, however, that handheld, portable, and other computing devices of all kinds are contemplated for use in connection with the present invention. While a general purpose computer is described below, this is but one example.
  • the present invention also may be operable on a thin client having network server interoperability and interaction.
  • an example embodiment of the invention may be implemented in an environment of networked hosted services in which very little or minimal client resources are implicated, e.g., a networked environment in which the client device serves merely as a browser or interface to the World Wide Web.
  • the invention can be implemented via an application programming interface (API), for use by a developer or tester, and/or included within the network browsing software which will be described in the general context of computer-executable instructions, such as program modules, being executed by one or more computers (e.g., client workstations, servers, or other devices).
  • program modules include routines, programs, objects, components, data structures and the like that perform particular tasks or implement particular abstract data types.
  • the functionality of the program modules may be combined or distributed as desired in various embodiments.
  • those skilled in the art will appreciate that the invention may be practiced with other computer system configurations.
  • PCs personal computers
  • automated teller machines server computers
  • hand-held or laptop devices multi-processor systems
  • microprocessor-based systems programmable consumer electronics
  • network PCs minicomputers
  • mainframe computers mainframe computers
  • An embodiment of the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network or other data transmission medium.
  • program modules may be located in both local and remote computer storage media including memory storage devices.
  • FIG. 3 thus illustrates an example of a suitable computing system environment 100 in which the invention may be implemented, although as made clear above, the computing system environment 100 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the invention. Neither should the computing environment 100 be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the exemplary operating environment 100 .
  • an example system for implementing the invention includes a general purpose computing device in the form of a computer 110 .
  • Components of computer 110 may include, but are not limited to, a processing unit 120 , a system memory 130 , and a system bus 121 that couples various system components including the system memory to the processing unit 120 .
  • the system bus 121 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
  • such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus (also known as Mezzanine bus).
  • ISA Industry Standard Architecture
  • MCA Micro Channel Architecture
  • EISA Enhanced ISA
  • VESA Video Electronics Standards Association
  • PCI Peripheral Component Interconnect
  • Computer 110 typically includes a variety of computer readable media.
  • Computer readable media can be any available media that can be accessed by computer 110 and includes both volatile and nonvolatile, removable and non-removable media.
  • Computer readable media may comprise computer storage media and communication media.
  • Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data.
  • Computer storage media includes, but is not limited to, random access memory (RAM), read-only memory (ROM), Electrically-Erasable Programmable Read-Only Memory (EEPROM), flash memory or other memory technology, compact disc read-only memory (CDROM), digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computer 110 .
  • Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media.
  • modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
  • wired media such as a wired network or direct-wired connection
  • wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
  • RF radio frequency
  • the system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory such as ROM 131 and RAM 132 .
  • BIOS basic input/output system
  • RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120 .
  • FIG. 3 illustrates operating system 134 , application programs 135 , other program modules 136 , and program data 137 .
  • RAM 132 may contain other data and/or program modules.
  • the computer 110 may also include other removable/non-removable, volatile/nonvolatile computer storage media.
  • FIG. 3 illustrates a hard disk drive 141 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 151 that reads from or writes to a removable, nonvolatile magnetic disk 152 , and an optical disk drive 155 that reads from or writes to a removable, nonvolatile optical disk 156 , such as a CD ROM or other optical media.
  • removable/non-removable, volatile/nonvolatile computer storage media that can be used in the example operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like.
  • the hard disk drive 141 is typically connected to the system bus 121 through a non-removable memory interface such as interface 140
  • magnetic disk drive 151 and optical disk drive 155 are typically connected to the system bus 121 by a removable memory interface, such as interface 150 .
  • hard disk drive 141 is illustrated as storing operating system 144 , application programs 145 , other program modules 146 , and program data 147 . Note that these components can either be the same as or different from operating system 134 , application programs 135 , other program modules 136 , and program data 137 . Operating system 144 , application programs 145 , other program modules 146 , and program data 147 are given different numbers here to illustrate that, at a minimum, they are different copies.
  • a user may enter commands and information into the computer 110 through input devices such as a keyboard 162 and pointing device 161 , commonly referred to as a mouse, trackball or touch pad.
  • Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • These and other input devices are often connected to the processing unit 120 a - f through a user input interface 160 that is coupled to the system bus 121 , but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB).
  • USB universal serial bus
  • a monitor 191 or other type of display device is also connected to the system bus 121 via an interface, such as a video interface 190 .
  • computers may also include other peripheral output devices such as speakers 197 and printer 196 , which may be connected through an output peripheral interface 195 .
  • the computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180 .
  • the remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110 , although only a memory storage device 181 has been illustrated in FIG. 3 .
  • the logical connections depicted in FIG. 3 include a local area network (LAN) 171 and a wide area network (WAN) 173 , but may also include other networks.
  • LAN local area network
  • WAN wide area network
  • Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • the computer 110 When used in a LAN networking environment, the computer 110 is connected to the LAN 171 through a network interface or adapter 170 .
  • the computer 110 When used in a WAN networking environment, the computer 110 typically includes a modem 172 or other means for establishing communications over the WAN 173 , such as the Internet.
  • the modem 172 which may be internal or external, may be connected to the system bus 121 via the user input interface 160 , or other appropriate mechanism.
  • program modules depicted relative to the computer 110 may be stored in the remote memory storage device.
  • FIG. 3 illustrates remote application programs 185 as residing on memory device 181 . It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • a computer 110 or other client devices can be deployed as part of a computer network.
  • the present invention pertains to any computer system having any number of memory or storage units, and any number of applications and processes occurring across any number of storage units or volumes.
  • An embodiment of the present invention may apply to an environment with server computers and client computers deployed in a network environment, having remote or local storage.
  • the present invention may also apply to a standalone computing device, having programming language functionality, interpretation and execution capabilities.
  • FIG. 4 is a block diagram of an example embodiment of a system for providing a componentized remote user interface in accordance with the invention.
  • the system 400 may include one or more computers 410 , which may be desktop computers, laptop computers, etc., and one or more remote network devices 430 .
  • the remote device(s) 430 may be communicatively coupled to the computer 410 via a network 420 , which may be a LAN or a wide-area network (WAN) such as the Internet, for example.
  • the device(s) 430 may be in communication with the computer 410 through a direct connection with the computer 410 , with or without being communicatively coupled to the computer 410 via the network.
  • the computer 410 may be used to provide the user with a user interface via which, for example, the user can remotely configure the device 430 .
  • the computer 410 may include a physical user interface, such as a display and mouse or keyboard, for example, and browser software that may be executed on the computer 410 .
  • the remote device 430 may be a headless device such as a residential gateway, network attached storage device, router, print server, media server, etc.
  • the user of the computer 410 may launch the browser on the computer 410 and connect, via the network 420 , to the remote device 430 .
  • the computer 410 may retrieve one or more HTML files, for example, from the device 430 and render a web page via which the user of the computer 410 may configure the remote device.
  • the remote device 430 may include an HTTP server 434 , which may be a software process that handles low level protocol negotiation with the browser on the computer 410 , an internet server application programming interface (“ISAPI”) 436 , which may be an interface used to program to the HTTP server, and an HTML/Javascript data store 438 , which may contain files used to generate a desired experience, such as files for localization and presentation.
  • HTTP server 434 may be a software process that handles low level protocol negotiation with the browser on the computer 410
  • ISAPI internet server application programming interface
  • HTML/Javascript data store 438 which may contain files used to generate a desired experience, such as files for localization and presentation.
  • the remote device 430 may also include one or more configuration modules 432 A-C. Examples of such configuration modules are depicted in FIGS. 5 and 6 .
  • a first such module which may be a default HTML file, may include a reference to one or more other modules.
  • An example of such a default HTML file is depicted in FIG. 5 .
  • the default HTML file may include script for including the referenced modules NETWORK and LANG.
  • the referenced modules may include one or more name/value pairs.
  • the module NETWORK may include values associated with parameters named Name, IPAddr, Subnet, and Gateway.
  • the module LANG may include values associated with parameters named Config, TextIPAddr, TextSubnet, TextGateway, and TextName.
  • the parameters could be any parameters, with any names, and that the values associated with the parameters could be any values.
  • the referenced modules e.g., NETWORK and LANG
  • the referenced modules could be generated by software running on the device when the default HTML file is requested by the browser running on the client computer.
  • the result from the instruction “document.write(“ ⁇ P>”+g_LANG_TextIPAddr+“:”+g NETWORK_IPAddr+“ ⁇ /P>”) would be “IP Address: 217.160.219.11.”
  • the result from the instruction “document.write(“ ⁇ P>”+g_LANG_TextSubnet+“:”+g NETWORK_Subnet+“ ⁇ /P>”) would be “Subnet: 255.255.255.0.”
  • the result from the instruction “document.write(“ ⁇ P>”+g_LANG_TextGateway+“:”+g_NETWORK_Gateway+“ ⁇ /P>”) would be “Gateway: 217.160.219.1.”
  • the result from the instruction “document.write(“ ⁇ P>”+g_LANG_TextName+“:”+g_NETWORK_Name+“ ⁇ /P>”) would be “Name: device1.”
  • the web page rendered from the files depicted in FIGS. 5 and 6 may be identical to the web page rendered from the file depicted in FIG. 2 .
  • the use of variable parameters and references to external files that include specific data associated with the variable parameters provides additional flexibility during development of the web page.
  • a user of the computer 410 can use such a componentized remote user interface to set or change one or more aspects of the configuration of the device 430 .
  • the user wants to change the IP address of the device (e.g., from the default value to a user-supplied value, or from a previously-supplied value to a new value)
  • the user can overwrite the IP address presented via the web page.
  • the web page also includes an “update” button that the user can select (e.g., by clicking with the mouse).
  • the configuration state of the device is modified to reflect the updated IP address.
  • a componentized user interface enables a developer writing the HTML code that defines the web page to focus only on the “skin” of the web page.
  • Specific parametric data such as IP addresses, for example, may be included as variable parameters.
  • “localization” information such as the language in which certain terms should be presented, may also be included as one or more variables. The language itself may be included as a variable parameter.
  • a skin developer may develop the HTML file irrespective of the specific parameters or localization information, a localization developer can develop the localization information independently of the skin developer, and a developer with knowledge of the specific data values may produce files to provide those values independently of the skin developer and the localization developer.
  • FIG. 7 is a functional block diagram of an example embodiment of a system for providing a componentized remote user interface in accordance with the invention.
  • the browser on the computer may request a default HTML file, which is depicted in FIG. 7 as “default.htm.” This request may be communicated to the device via a local area network, for example.
  • a control routine on the device may parse the request, and locate and load default.htm.
  • default.htm may be loaded from an insertable storage medium, such as a compact disc, for example.
  • insertable storage medium such as a compact disc, for example.
  • the use of an insertable storage medium may aide in configuration page development by allowing for dynamic swapping of pages as they are constructed.
  • a control routine on the device may parse default.htm and determine that default.htm includes an include directive that references an external module “name.”
  • the name module may render appropriate script to be incorporated into the appropriate line in default.htm.
  • the computer receives the name module at step 5 and renders the information through use of a script.
  • the script language may be “javascript” containing a variable called “name.” It should be understood, however, that any script language may be used.
  • the script language results in a display on the computer such as “Your Name is” followed by the name for the device stored in the include file “name.”
  • FIG. 8 is a functional block diagram of an example embodiment of a client-based implementation for providing a componentized remote user interface in accordance with the invention.
  • the computer requests “default.htm” from the device.
  • the device retrieves default.htm from a local store, and sends it to the computer.
  • default.htm may use Javascript variables, for example, instead of values for text strings and parameters.
  • the computer runs the Javascript on the page, which causes any included files to be requested from the device.
  • code runs on the device that retrieves configuration from the system and presents it in the form of a Javascript segment that assigns values to the variables.
  • the browser on the client substitutes variables for values and presents the page to the user.
  • a componentized remote user interface may also be used to restore a previous configuration on a remote device.
  • a user backs-up one or more files that represent a current configuration state of the device before implementing a change to the configuration. If, for any reason, the user wishes to return to the previous configuration, the user uploads the backed-up data, which is consumed by a process on the device that parses this data to restore the previous configuration. It is well-known, however, that when an aspect of a system's configuration is changed, the change may cause a “ripple effect,” wherein changes to other configuration states occur as a result of the requested configuration change. The user, however, might not know which files have been affected by the change as it propagates through the system.
  • a componentized remote user interface allows the developer of the device to create a simpler backup application that comes in two stages.
  • the user goes to the page that includes all configuration parameters (all .h files) in the system. It then records the data in the form of post commands that can be used to write configuration back to the device as if user were to press the “Update” button. This page could then be stored locally on the computer, and executed when the restore action is desired.
  • the various techniques described herein may be implemented in connection with hardware or software or, where appropriate, with a combination of both.
  • the methods and apparatus of the present invention may take the form of program code (i.e., instructions) embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other machine-readable storage medium, wherein, when the program code is loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing the invention.
  • the computing device will generally include a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and at least one output device.
  • One or more programs that may utilize the creation and/or implementation of domain-specific programming models aspects of the present invention, e.g., through the use of a data processing API or the like, are preferably implemented in a high level procedural or object oriented programming language to communicate with a computer system.
  • the program(s) can be implemented in assembly or machine language, if desired.
  • the language may be a compiled or interpreted language, and combined with hardware implementations.

Abstract

Systems and methods for providing a componentized remote user interface are disclosed. Such user interfaces are particularly suitable for use in remote configuration of a device, such as a headless device, that is in network communication with a computer. The user interface may be a web page rendered from an HTML file that defines the web page and a separate file that includes script for associating a value with a variable parameter. The HTML file may include a reference to the variable parameter and incorporate the other file therein by reference. When the web page is rendered, the device parses the HTML file to identify the file incorporated therein by reference and substitutes the parameter value provided in the file for the variable included in the HTML file. Thus, the rendered web page may include the actual value of the parameter, and the HTML file need not have the actual value hard-coded therein.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application is a divisional of U.S. patent application Ser. No. 10/185,278, filed Jun. 28, 2002, the subject matter of which is incorporated herein by reference in its entirety for all purposes.
  • FIELD OF THE INVENTION
  • The invention relates generally to user interfaces to remote devices. More particularly, the invention relates to componentized user interfaces to remote devices via which such devices may be remotely configured.
  • BACKGROUND OF THE INVENTION
  • A computer may communicate with remote devices such as residential gateways, network attached storage devices, routers, print servers, media servers, etc. Such devices typically require configuration, but they typically do not have a physical interface (e.g., monitor, keyboard, mouse) to facilitate such configuration. Accordingly, such devices may be referred to as “headless” devices. To configure such a headless device, the computer may be communicatively coupled to the device, typically via a local-area network (LAN), so that the user is enabled to communicate with the device. Thus, from a user interface presented at the computer, the user can typically access and modify configuration information on the remote device. Such configuration information may include the name of the device or parameter information such as an Internet Protocol (IP) address associated with the device, for example.
  • Typically, configuration information is sent to the computer in the form of an HTML file. A browser on the computer renders the web page from the HTML file, and thereby presents the information to the user in a desired format (e.g., layout and appearance) and in a language that the user is expected to understand (e.g., English). The web page serves as a remote user interface, i.e., an interface to the remote device, via which the user may, for example, remotely change the configuration information associated with the device.
  • FIG. 1 is a block diagram of an example embodiment of a prior art system 200 for providing a remote user interface. The system 200 may include one or more computers 210, which may be desktop computers, laptop computers, etc., and one or more network devices 230, which may be headless devices such as described above.
  • The device(s) 230 may be communicatively coupled to the computer 210 via a network 220, which may be a LAN or a wide-area network (WAN) such as the Internet, for example. The device(s) 230 may be in communication with the computer 210 through a direct connection with the computer 210, with or without being communicatively coupled to the computer 210 via the network.
  • The computer 210 may be used to provide the user with a user interface via which, for example, the user can remotely configure the device 230. The computer 210 may include a physical user interface, such as a display and mouse or keyboard, for example, and browser software that may be executed on the computer 210.
  • The device 230 may have stored thereon a file 232 that enables a browser to render a web page. The file 232 may be in a mark-up language, such as HTML, for example. The web page may, for example, enable a user of the computer 210 to access and modify configuration information on the remote device 230. To configure the device 230, the user of the computer 210 launches the browser on the computer 210 and connects, via the network 220, to the device 230. The computer retrieves the HTML file from the device 230 and renders the web page defined by the HTML file.
  • The HTML file 232 includes one or more predefined or “hard-coded” parameter values 234. The HTML file 232 also includes HTML code, scripts, images, objects, and the like (not shown), that define the layout and appearance or “skin” 236 of the web page. The HTML file 232 may include such code, scripts, images, objects, etc., explicitly, or it may include references to other files that include such code, scripts, images, objects, etc. When the web page is rendered, the hard-coded parameter values 234 appear within the web page in accordance with the skin 236.
  • An example of such an HTML file 310 is depicted in FIG. 2. As shown, a first parameter 311 may be defined as having a value of “IP address: 217.160.219.11.” Similarly, a second parameter 312 may be defined as having a value of “subnet: 255.255.255.0.” A third parameter 313 may be defined as having a value of “gateway: 217.160.219.1.” A fourth parameter 314 may be defined as having a value of “name: device1.” When the web page is rendered, these values appear within the web page in accordance with the skin.
  • Such an HTML file may be generated by the device's web browser, either by running an ISAPI plug-in, CGI script, or an ASP page. Usually, the code that generates such an HTML file is produced by one or more developers or programmers of the device. To produce the HTML file, the developers must access configuration data on the device such as, for example, values associated with certain parameters, such as an IP address, for example.
  • The developers also need to know the desired layout and appearance, or “skin,” of the web page presented to the user via a display on the remote computer. In some instances, the device manufacturer or distributor may want the rendered web page to have different skins under different circumstances. Further, the configuration software may be sold to different vendors, each of which may want the ability to reskin so that the software takes on the specific look and feel they want.
  • Additionally, the developers need to know the geographic location of intended users so that any displays will be in a language understood by the users. For example, if the device is intended for use in a certain country, then the rendered configuration page should be in a language understood in that country. Typically, all of these factors will be accounted for in the logic or coding provided in the application or service responsible for generating the HTML file before the device is shipped to the end-user. Therefore, all of the information related to these factors typically must be known by the developers when developing the default HTML file.
  • None of the developers, however, may have all of the information because, for example, there may be one developer involved with developing the skin for the configuration page and a separate developer involved with the parameter data for the device itself. There may be a third developer involved in localizing the web page. It would be desirable, therefore, if methodologies were available to provide remote user interfaces without the need for hard-coding parameter values.
  • SUMMARY OF THE INVENTION
  • The invention is directed to systems and methods for providing a componentized remote user interface that is particularly suitable for remote configuration of a headless device. The invention provides flexibility in the development of such user interfaces, which may be rendered as web pages on computers associated with such remote devices. The invention enables a developer to focus on web page skinning, for example, without requiring any knowledge by the developer of ways to retrieve parametric data associated with the device, or localization information associated with the intended user of the device. Rather, the skin developer can develop an HTML file that references certain variables and incorporates by reference certain files that associate values with the variables. Such variables may be associated with configuration and localization of the device.
  • A second developer focused on the device's parametric data but uninterested in the appearance and layout of the web page may develop one or more files that are separate from the HTML file and associated specific values with the variable parameters (e.g., a device name, an IP address, etc.). A third developer focused on localization but uninterested in skinning or the specific parameter values to be associated with the device may develop one or more files that include localization information to be included in the rendered web page.
  • When the web page is rendered, the values provided in the referenced files are pulled into the HTML file and substituted for the variables. In this way, the web page may be rendered with all the desired data, localization information, and skinning, without requiring all the desired data, localization information, and skinning to be hard-coded into a single HTML file.
  • A user of a computer in communication with the device may change the configuration data on the device by providing such configuration data via the web page. When the configuration data is changed, the device will update the configuration state. This state will be used in rendering the web page the next time the user does so. Because the configuration data in the form of name/value pairs may be abstracted from the user interface, such pairs can be retrieved by an application running on a client PC, for example, and stored as a backup of the configuration state of the device.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The foregoing summary, as well as the following detailed description of illustrative embodiments, is better understood when read in conjunction with the appended drawings. For the purpose of illustrating the invention, there are shown in the drawings example embodiments of the invention. It should be understood, however, that the invention is not limited to the specific embodiments disclosed.
  • FIG. 1 is a block diagram of an example embodiment of a typical prior art system for providing a remote user interface.
  • FIG. 2 is an example of an excerpt from a prior art HTML file for defining a web page.
  • FIG. 3 is a block diagram showing an example computing environment in which aspects of the invention may be implemented.
  • FIG. 4 is a block diagram of an example embodiment of a system for providing a remote user interface in accordance with the invention.
  • FIGS. 5 and 6 provide examples of modules that may be used to provide a componentized user interface in accordance with the invention.
  • FIGS. 7 and 8 are functional block diagrams of example embodiments of system according to the invention for providing componentized remote user interfaces.
  • DETAILED DESCRIPTION OF ILLUSTRATIVE EMBODIMENTS Example Computing Environment
  • FIG. 3 and the following discussion are intended to provide a brief general description of a suitable computing environment in which an example embodiment of the invention may be implemented. It should be understood, however, that handheld, portable, and other computing devices of all kinds are contemplated for use in connection with the present invention. While a general purpose computer is described below, this is but one example. The present invention also may be operable on a thin client having network server interoperability and interaction. Thus, an example embodiment of the invention may be implemented in an environment of networked hosted services in which very little or minimal client resources are implicated, e.g., a networked environment in which the client device serves merely as a browser or interface to the World Wide Web.
  • Although not required, the invention can be implemented via an application programming interface (API), for use by a developer or tester, and/or included within the network browsing software which will be described in the general context of computer-executable instructions, such as program modules, being executed by one or more computers (e.g., client workstations, servers, or other devices). Generally, program modules include routines, programs, objects, components, data structures and the like that perform particular tasks or implement particular abstract data types. Typically, the functionality of the program modules may be combined or distributed as desired in various embodiments. Moreover, those skilled in the art will appreciate that the invention may be practiced with other computer system configurations. Other well known computing systems, environments, and/or configurations that may be suitable for use with the invention include, but are not limited to, personal computers (PCs), automated teller machines, server computers, hand-held or laptop devices, multi-processor systems, microprocessor-based systems, programmable consumer electronics, network PCs, minicomputers, mainframe computers, and the like. An embodiment of the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network or other data transmission medium. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
  • FIG. 3 thus illustrates an example of a suitable computing system environment 100 in which the invention may be implemented, although as made clear above, the computing system environment 100 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the invention. Neither should the computing environment 100 be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the exemplary operating environment 100.
  • With reference to FIG. 3, an example system for implementing the invention includes a general purpose computing device in the form of a computer 110. Components of computer 110 may include, but are not limited to, a processing unit 120, a system memory 130, and a system bus 121 that couples various system components including the system memory to the processing unit 120. The system bus 121 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus (also known as Mezzanine bus).
  • Computer 110 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed by computer 110 and includes both volatile and nonvolatile, removable and non-removable media. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media. Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, random access memory (RAM), read-only memory (ROM), Electrically-Erasable Programmable Read-Only Memory (EEPROM), flash memory or other memory technology, compact disc read-only memory (CDROM), digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computer 110. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
  • The system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory such as ROM 131 and RAM 132. A basic input/output system 133 (BIOS), containing the basic routines that help to transfer information between elements within computer 110, such as during start-up, is typically stored in ROM 131. RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120. By way of example, and not limitation, FIG. 3 illustrates operating system 134, application programs 135, other program modules 136, and program data 137. RAM 132 may contain other data and/or program modules.
  • The computer 110 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only, FIG. 3 illustrates a hard disk drive 141 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 151 that reads from or writes to a removable, nonvolatile magnetic disk 152, and an optical disk drive 155 that reads from or writes to a removable, nonvolatile optical disk 156, such as a CD ROM or other optical media. Other removable/non-removable, volatile/nonvolatile computer storage media that can be used in the example operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like. The hard disk drive 141 is typically connected to the system bus 121 through a non-removable memory interface such as interface 140, and magnetic disk drive 151 and optical disk drive 155 are typically connected to the system bus 121 by a removable memory interface, such as interface 150.
  • The drives and their associated computer storage media discussed above and illustrated in FIG. 3 provide storage of computer readable instructions, data structures, program modules and other data for the computer 110. In FIG. 3, for example, hard disk drive 141 is illustrated as storing operating system 144, application programs 145, other program modules 146, and program data 147. Note that these components can either be the same as or different from operating system 134, application programs 135, other program modules 136, and program data 137. Operating system 144, application programs 145, other program modules 146, and program data 147 are given different numbers here to illustrate that, at a minimum, they are different copies. A user may enter commands and information into the computer 110 through input devices such as a keyboard 162 and pointing device 161, commonly referred to as a mouse, trackball or touch pad. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 120 a-f through a user input interface 160 that is coupled to the system bus 121, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB).
  • A monitor 191 or other type of display device is also connected to the system bus 121 via an interface, such as a video interface 190. In addition to monitor 191, computers may also include other peripheral output devices such as speakers 197 and printer 196, which may be connected through an output peripheral interface 195.
  • The computer 110 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180. The remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 110, although only a memory storage device 181 has been illustrated in FIG. 3. The logical connections depicted in FIG. 3 include a local area network (LAN) 171 and a wide area network (WAN) 173, but may also include other networks. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • When used in a LAN networking environment, the computer 110 is connected to the LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, the computer 110 typically includes a modem 172 or other means for establishing communications over the WAN 173, such as the Internet. The modem 172, which may be internal or external, may be connected to the system bus 121 via the user input interface 160, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 110, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation, FIG. 3 illustrates remote application programs 185 as residing on memory device 181. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • One of ordinary skill in the art can appreciate that a computer 110 or other client devices can be deployed as part of a computer network. In this regard, the present invention pertains to any computer system having any number of memory or storage units, and any number of applications and processes occurring across any number of storage units or volumes. An embodiment of the present invention may apply to an environment with server computers and client computers deployed in a network environment, having remote or local storage. The present invention may also apply to a standalone computing device, having programming language functionality, interpretation and execution capabilities.
  • Componentized Remote User Interface
  • FIG. 4 is a block diagram of an example embodiment of a system for providing a componentized remote user interface in accordance with the invention. The system 400 may include one or more computers 410, which may be desktop computers, laptop computers, etc., and one or more remote network devices 430.
  • The remote device(s) 430 may be communicatively coupled to the computer 410 via a network 420, which may be a LAN or a wide-area network (WAN) such as the Internet, for example. The device(s) 430 may be in communication with the computer 410 through a direct connection with the computer 410, with or without being communicatively coupled to the computer 410 via the network.
  • The computer 410 may be used to provide the user with a user interface via which, for example, the user can remotely configure the device 430. The computer 410 may include a physical user interface, such as a display and mouse or keyboard, for example, and browser software that may be executed on the computer 410.
  • The remote device 430 may be a headless device such as a residential gateway, network attached storage device, router, print server, media server, etc. To configure the remote device 430, the user of the computer 410 may launch the browser on the computer 410 and connect, via the network 420, to the remote device 430. The computer 410 may retrieve one or more HTML files, for example, from the device 430 and render a web page via which the user of the computer 410 may configure the remote device.
  • The remote device 430 may include an HTTP server 434, which may be a software process that handles low level protocol negotiation with the browser on the computer 410, an internet server application programming interface (“ISAPI”) 436, which may be an interface used to program to the HTTP server, and an HTML/Javascript data store 438, which may contain files used to generate a desired experience, such as files for localization and presentation.
  • The remote device 430 may also include one or more configuration modules 432A-C. Examples of such configuration modules are depicted in FIGS. 5 and 6. A first such module, which may be a default HTML file, may include a reference to one or more other modules. An example of such a default HTML file is depicted in FIG. 5. As shown, the default HTML file may include script for including the referenced modules NETWORK and LANG.
  • As shown in FIG. 6, the referenced modules may include one or more name/value pairs. For example, the module NETWORK may include values associated with parameters named Name, IPAddr, Subnet, and Gateway. Similarly, the module LANG may include values associated with parameters named Config, TextIPAddr, TextSubnet, TextGateway, and TextName. It should be understood that, in general, the parameters could be any parameters, with any names, and that the values associated with the parameters could be any values. It should also be understood that the referenced modules (e.g., NETWORK and LANG) need not exist on the remote device. The referenced modules could be generated by software running on the device when the default HTML file is requested by the browser running on the client computer.
  • When the web page is rendered on the client computer, the result from the instruction “document.write(g_LANG_Config+“<BR>”)” would be “Configuration Page.” By altering the text in LANG module, the text “Configuration Page” could appear in any desired language. Similarly, the result from the instruction “document.write(“<P>”+g_LANG_TextIPAddr+“:”+g NETWORK_IPAddr+“</P>”) would be “IP Address: 217.160.219.11.” The result from the instruction “document.write(“<P>”+g_LANG_TextSubnet+“:”+g NETWORK_Subnet+“</P>”) would be “Subnet: 255.255.255.0.” The result from the instruction “document.write(“<P>”+g_LANG_TextGateway+“:”+g_NETWORK_Gateway+“</P>”) would be “Gateway: 217.160.219.1.” The result from the instruction “document.write(“<P>”+g_LANG_TextName+“:”+g_NETWORK_Name+“</P>”) would be “Name: device1.” By changing the values in the referenced modules, the appearance of the web page may be changed as desired.
  • Thus, the web page rendered from the files depicted in FIGS. 5 and 6 may be identical to the web page rendered from the file depicted in FIG. 2. The use of variable parameters and references to external files that include specific data associated with the variable parameters, however, provides additional flexibility during development of the web page.
  • A user of the computer 410 can use such a componentized remote user interface to set or change one or more aspects of the configuration of the device 430. For example, if the user wants to change the IP address of the device (e.g., from the default value to a user-supplied value, or from a previously-supplied value to a new value), then the user can overwrite the IP address presented via the web page. Preferably, the web page also includes an “update” button that the user can select (e.g., by clicking with the mouse). Upon selection of the update button, the configuration state of the device is modified to reflect the updated IP address.
  • It should be understood from the foregoing description that a componentized user interface enables a developer writing the HTML code that defines the web page to focus only on the “skin” of the web page. Specific parametric data, such as IP addresses, for example, may be included as variable parameters. Similarly, “localization” information, such as the language in which certain terms should be presented, may also be included as one or more variables. The language itself may be included as a variable parameter. Thus, a skin developer may develop the HTML file irrespective of the specific parameters or localization information, a localization developer can develop the localization information independently of the skin developer, and a developer with knowledge of the specific data values may produce files to provide those values independently of the skin developer and the localization developer.
  • FIG. 7 is a functional block diagram of an example embodiment of a system for providing a componentized remote user interface in accordance with the invention. At step 1, the browser on the computer may request a default HTML file, which is depicted in FIG. 7 as “default.htm.” This request may be communicated to the device via a local area network, for example.
  • At step 2, a control routine on the device may parse the request, and locate and load default.htm. Alternatively, default.htm may be loaded from an insertable storage medium, such as a compact disc, for example. The use of an insertable storage medium may aide in configuration page development by allowing for dynamic swapping of pages as they are constructed.
  • At step 3, a control routine on the device may parse default.htm and determine that default.htm includes an include directive that references an external module “name.” At step 4, the name module may render appropriate script to be incorporated into the appropriate line in default.htm. The computer receives the name module at step 5 and renders the information through use of a script.
  • As in the example shown in FIG. 7, the script language may be “javascript” containing a variable called “name.” It should be understood, however, that any script language may be used. The script language results in a display on the computer such as “Your Name is” followed by the name for the device stored in the include file “name.”
  • Because simple script is returned from the name module, no server-side rendering or ordering of the configuration page is performed or necessary. This may allow for quicker development as compilation and linking may not be required steps.
  • FIG. 8 is a functional block diagram of an example embodiment of a client-based implementation for providing a componentized remote user interface in accordance with the invention. At step 11, the computer requests “default.htm” from the device. At step 12, the device retrieves default.htm from a local store, and sends it to the computer. As described above in connection with FIG. 5, default.htm may use Javascript variables, for example, instead of values for text strings and parameters. At step 13, the computer runs the Javascript on the page, which causes any included files to be requested from the device. At step 14, for each request for an include file, code runs on the device that retrieves configuration from the system and presents it in the form of a Javascript segment that assigns values to the variables. At step 15, the browser on the client substitutes variables for values and presents the page to the user.
  • A componentized remote user interface according to the invention may also be used to restore a previous configuration on a remote device. Typically, a user backs-up one or more files that represent a current configuration state of the device before implementing a change to the configuration. If, for any reason, the user wishes to return to the previous configuration, the user uploads the backed-up data, which is consumed by a process on the device that parses this data to restore the previous configuration. It is well-known, however, that when an aspect of a system's configuration is changed, the change may cause a “ripple effect,” wherein changes to other configuration states occur as a result of the requested configuration change. The user, however, might not know which files have been affected by the change as it propagates through the system.
  • Rather than trying to back up all files connected with the configuration change, a componentized remote user interface according to the invention allows the developer of the device to create a simpler backup application that comes in two stages. First, to backup data, the user goes to the page that includes all configuration parameters (all .h files) in the system. It then records the data in the form of post commands that can be used to write configuration back to the device as if user were to press the “Update” button. This page could then be stored locally on the computer, and executed when the restore action is desired.
  • The various techniques described herein may be implemented in connection with hardware or software or, where appropriate, with a combination of both. Thus, the methods and apparatus of the present invention, or certain aspects or portions thereof, may take the form of program code (i.e., instructions) embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other machine-readable storage medium, wherein, when the program code is loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing the invention. In the case of program code execution on programmable computers, the computing device will generally include a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and at least one output device. One or more programs that may utilize the creation and/or implementation of domain-specific programming models aspects of the present invention, e.g., through the use of a data processing API or the like, are preferably implemented in a high level procedural or object oriented programming language to communicate with a computer system. However, the program(s) can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language, and combined with hardware implementations.
  • Though the present invention has been described in connection with the preferred embodiments of the various figures, it is to be understood that other embodiments may be used or modifications and additions may be made to the described embodiments for performing the same function of the present invention without deviating therefrom. In no way is the present invention limited to the examples provided herein. Therefore, the present invention should not be limited to any single embodiment, but rather should be construed in breadth and scope in accordance with the appended claims.

Claims (20)

1. A system for providing a componentized remote user interface, the system comprising:
a remote device having stored thereon:
a first file comprising a value associated with a variable parameter, the variable parameter associated with updating a configuration state of the remote device; and
a second file comprising a reference to the variable parameter and incorporating the first file therein by reference, the second file associated with rendering the user interface on the host computer; and
a host computer configured to be coupled to the remote device via a network, the host computer comprising:
a communications component configured to:
retrieve from the remote device, via the network, the first file and the second file; and
transmit, via the network, a user-provided value associated with reconfiguring the configuration state of the remote device, the reconfiguring comprising:
modifying the first file by associating the user-provided value with the variable parameter;
storing the modified first file on the remote device;
retrieving the user-provided value from within the modified first file; and
utilizing the retrieved user-provided value to establish an updated configuration state of the remote device; and
a display configured to render the user interface in accordance with information extracted from the second file.
2. The system of claim 1, wherein the reconfiguring comprises storing the modified first file on the host computer.
3. The system of claim 2, wherein the reconfiguring further comprises:
modifying the modified first file by associating a second user-provided value with the variable parameter;
storing the twice-modified first file on the host computer;
retrieving the second user-provided value from within the twice-modified first file; and
employing the retrieved second user-provided value to establish an updated configuration state of the remote device.
4. The system of claim 3, wherein the communications component is further configured to retrieve, via the network, the modified first file from the remote device, and the reconfiguring further comprises:
retrieving the user-provided value from within the modified first file;
modifying the twice-modified first file by re-associating the user-provided value with the variable parameter;
storing the thrice-modified first file on the host computer;
retrieving the user-provided value from within the thrice-modified first file; and
employing the retrieved user-provided value to establish an updated configuration state of the remote device.
5. The system of claim 1, wherein the host computer further comprises a browser.
6. The system of claim 5, wherein the second file enables the browser to render a web page on the display.
7. The system of claim 1, wherein the second file includes HTML code associated with the layout of a web page.
8. The system of claim 1, wherein the second file incorporates the first file by reference via an include directive.
9. The system of claim 1, wherein the remote device further comprises control routines for parsing the second file to identify and load the first file.
10. The system of claim 1, wherein the first file further comprises script adapted to be rendered to include in the second file the value associated with the variable parameter.
11. A system for providing a componentized remote user interface, the system comprising a remote device configured to be coupled to a host computer via a network, the remote device comprising:
a memory, the memory having stored thereon:
a first file comprising a value associated with a variable parameter, the variable parameter associated with updating a configuration state of the remote device; and
a second file comprising a reference to the variable parameter and incorporating the first file therein by reference, the second file associated with rendering the user interface on the host computer; and
a communications component operatively coupled to the remote device and configured to receive configuration signals representative of signals from the host computer via the network, wherein the configuration state of the remote device is reconfigurable via the configuration signals, reconfiguration of the configuration state of the remote device comprising:
modifying the first file by associating a user-provided value with the variable parameter;
storing the modified first file in the memory;
retrieving the user-provided value from within the modified first file; and
utilizing the retrieved user-provided value to establish an updated configuration state of the remote device.
12. The system of claim 11, wherein the remote device further comprises control routines for parsing the second file to identify and load the first file.
13. The system of claim 11, wherein the first file further comprises script adapted to be rendered to include in the second file the value associated with the variable parameter.
14. A system for providing a componentized remote user interface, the system comprising a host computer configured to be coupled to a remote device via a network, the host computer comprising:
a communications component configured to:
retrieve, via the network, a first file comprising a value associated with a variable parameter, the variable parameter associated with updating a configuration state of the remote device;
retrieve, via the network, a second file comprising a reference to the variable parameter and incorporating the first file therein by reference, the second file associated with rendering the user interface;
transmit, via the network, a signal indicative of a user-provided value associated with reconfiguring the configuration state of the remote device, reconfiguration of the configuration state of the remote device comprising:
modifying the first file by associating the user-provided value with the variable parameter;
storing the modified first file in the memory;
retrieving the user-provided value from within the modified first file; and
utilizing the retrieved user-provided value to establish an updated configuration state of the remote device; and
a display configured to render the user interface.
15. The system of claim 14, wherein the reconfiguring comprises storing the modified first file on the host computer.
16. The system of claim 15, wherein the reconfiguring further comprises:
modifying the modified first file by associating a second user-provided value with the variable parameter;
storing the twice-modified first file on the host computer;
retrieving the second user-provided value from within the twice-modified first file; and
employing the retrieved second user-provided value to establish an updated configuration state of the remote device.
17. The system of claim 16, wherein the communications component is further configured to retrieve, via the network, the modified first file from the remote device, and the reconfiguring further comprises:
retrieving the user-provided value from within the modified first file;
modifying the twice-modified first file by re-associating the user-provided value with the variable parameter;
storing the thrice-modified first file on the host computer;
retrieving the user-provided value from within the thrice-modified first file; and
employing the retrieved user-provided value to establish an updated configuration state of the remote device.
18. The system of claim 14, wherein the host computer further comprises a browser.
19. The system of claim 18, wherein the user interface is rendered by the browser, via the display, in accordance with information extracted from the second file.
20. The system of claim 19, wherein the user interface is rendered as a web page.
US12/413,905 2002-06-27 2009-03-30 Componentized Remote User Interface Abandoned US20090183086A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/413,905 US20090183086A1 (en) 2002-06-27 2009-03-30 Componentized Remote User Interface

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US10/185,275 US6734827B2 (en) 2002-06-27 2002-06-27 High efficiency printed circuit LPDA
US11/002,173 US7533099B2 (en) 2004-12-02 2004-12-02 Componentized remote user interface
US12/413,905 US20090183086A1 (en) 2002-06-27 2009-03-30 Componentized Remote User Interface

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/002,173 Division US7533099B2 (en) 2002-06-27 2004-12-02 Componentized remote user interface

Publications (1)

Publication Number Publication Date
US20090183086A1 true US20090183086A1 (en) 2009-07-16

Family

ID=36575613

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/002,173 Expired - Fee Related US7533099B2 (en) 2002-06-27 2004-12-02 Componentized remote user interface
US12/413,905 Abandoned US20090183086A1 (en) 2002-06-27 2009-03-30 Componentized Remote User Interface

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/002,173 Expired - Fee Related US7533099B2 (en) 2002-06-27 2004-12-02 Componentized remote user interface

Country Status (1)

Country Link
US (2) US7533099B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8068441B1 (en) * 2003-06-05 2011-11-29 Mcafee, Inc. Automated discovery of access points in wireless computer networks
US20160381149A1 (en) * 2015-06-26 2016-12-29 Western Digital Technologies, Inc. Automatic discovery and onboarding of electronic devices

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070115928A1 (en) * 2005-11-08 2007-05-24 Benco David S Network support for enhanced VoIP caller ID
US8185826B2 (en) * 2006-11-30 2012-05-22 Microsoft Corporation Rendering document views with supplemental information content
US8150947B2 (en) * 2007-02-05 2012-04-03 Microsoft Corporation Techniques for performing operating system installation on a headless device
US20090254867A1 (en) * 2008-04-03 2009-10-08 Microsoft Corporation Zoom for annotatable margins
US20090307618A1 (en) * 2008-06-05 2009-12-10 Microsoft Corporation Annotate at multiple levels
US9298334B1 (en) 2011-02-18 2016-03-29 Marvell International Ltd. Method and apparatus for providing a user interface having a guided task flow among a plurality of devices
SE536726C2 (en) * 2012-02-03 2014-06-24 Innometrics Ab A method of tracking a user's interaction with a web page

Citations (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5734831A (en) * 1996-04-26 1998-03-31 Sun Microsystems, Inc. System for configuring and remotely administering a unix computer over a network
US5838907A (en) * 1996-02-20 1998-11-17 Compaq Computer Corporation Configuration manager for network devices and an associated method for providing configuration information thereto
US6138150A (en) * 1997-09-03 2000-10-24 International Business Machines Corporation Method for remotely controlling computer resources via the internet with a web browser
US20010044809A1 (en) * 2000-03-29 2001-11-22 Parasnis Shashank Mohan Process of localizing objects in markup language documents
US20020161867A1 (en) * 2001-04-25 2002-10-31 Cochran Charles W. System and method for remote discovery and configuration of a network device
US20030101255A1 (en) * 2001-09-20 2003-05-29 I-Logix Inc. Computerized system and method for web enabling and/or web management of embedded applications
US6615088B1 (en) * 1999-06-09 2003-09-02 Amx Corporation System and method of device interface configuration for a control system
US20040056894A1 (en) * 2002-09-19 2004-03-25 Igor Zaika System and method for describing and instantiating extensible user interfaces
US6732165B1 (en) * 2000-08-31 2004-05-04 International Business Machines Corporation Simultaneous network configuration of multiple headless machines
US6760755B1 (en) * 2000-09-22 2004-07-06 Ge Medical Systems Global Technology Company, Llc Imaging system with user-selectable prestored files for configuring communication with remote devices
US20040172263A1 (en) * 2001-04-05 2004-09-02 Andres Prieto-Moreno Torres Autonomous sytem for remote management of devices subject to pay-per-use services
US20040205564A1 (en) * 2002-01-04 2004-10-14 Brayton Robert S. Method to serve real-time data in embedded web server
US20050125488A1 (en) * 2003-12-04 2005-06-09 Kulkarni Harish S. Scalable display
US6947979B1 (en) * 2000-08-16 2005-09-20 Entrust, Inc. Controlling use of a network resource
US6964014B1 (en) * 2001-02-15 2005-11-08 Networks Associates Technology, Inc. Method and system for localizing Web pages
US6970920B2 (en) * 2001-04-11 2005-11-29 International Business Machines Corporation Methods, systems and computer program products for communicating with unconfigured network devices on remote networks
US6978301B2 (en) * 2000-12-06 2005-12-20 Intelliden System and method for configuring a network device
US20050289178A1 (en) * 2004-06-29 2005-12-29 Angus Ian G Combining data and presentation from multiple sources into a single web page
US20060117132A1 (en) * 2004-11-30 2006-06-01 Microsoft Corporation Self-configuration and automatic disk balancing of network attached storage devices
US20060212547A1 (en) * 2002-11-13 2006-09-21 Johan Deleu Router or bridge device comprising an installation application
US20060230344A1 (en) * 2005-04-07 2006-10-12 Microsoft Corporation Browser sensitive web content delivery
US7251778B1 (en) * 1997-04-24 2007-07-31 Microsoft Corporation Method and system for dynamically adapting the layout of a document to an output device
US7349916B2 (en) * 2001-07-17 2008-03-25 International Business Machines Corporation Information organization using markup languages
US7607085B1 (en) * 1999-05-11 2009-10-20 Microsoft Corporation Client side localizations on the world wide web
US7792930B1 (en) * 2004-11-10 2010-09-07 Juniper Networks, Inc. Network device configuration using separate logic and version-based configuration files

Patent Citations (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5838907A (en) * 1996-02-20 1998-11-17 Compaq Computer Corporation Configuration manager for network devices and an associated method for providing configuration information thereto
US5734831A (en) * 1996-04-26 1998-03-31 Sun Microsystems, Inc. System for configuring and remotely administering a unix computer over a network
US7251778B1 (en) * 1997-04-24 2007-07-31 Microsoft Corporation Method and system for dynamically adapting the layout of a document to an output device
US6138150A (en) * 1997-09-03 2000-10-24 International Business Machines Corporation Method for remotely controlling computer resources via the internet with a web browser
US7607085B1 (en) * 1999-05-11 2009-10-20 Microsoft Corporation Client side localizations on the world wide web
US6615088B1 (en) * 1999-06-09 2003-09-02 Amx Corporation System and method of device interface configuration for a control system
US20010044809A1 (en) * 2000-03-29 2001-11-22 Parasnis Shashank Mohan Process of localizing objects in markup language documents
US6947979B1 (en) * 2000-08-16 2005-09-20 Entrust, Inc. Controlling use of a network resource
US6732165B1 (en) * 2000-08-31 2004-05-04 International Business Machines Corporation Simultaneous network configuration of multiple headless machines
US6760755B1 (en) * 2000-09-22 2004-07-06 Ge Medical Systems Global Technology Company, Llc Imaging system with user-selectable prestored files for configuring communication with remote devices
US6978301B2 (en) * 2000-12-06 2005-12-20 Intelliden System and method for configuring a network device
US6964014B1 (en) * 2001-02-15 2005-11-08 Networks Associates Technology, Inc. Method and system for localizing Web pages
US20040172263A1 (en) * 2001-04-05 2004-09-02 Andres Prieto-Moreno Torres Autonomous sytem for remote management of devices subject to pay-per-use services
US6970920B2 (en) * 2001-04-11 2005-11-29 International Business Machines Corporation Methods, systems and computer program products for communicating with unconfigured network devices on remote networks
US20020161867A1 (en) * 2001-04-25 2002-10-31 Cochran Charles W. System and method for remote discovery and configuration of a network device
US7240106B2 (en) * 2001-04-25 2007-07-03 Hewlett-Packard Development Company, L.P. System and method for remote discovery and configuration of a network device
US7349916B2 (en) * 2001-07-17 2008-03-25 International Business Machines Corporation Information organization using markup languages
US20030101255A1 (en) * 2001-09-20 2003-05-29 I-Logix Inc. Computerized system and method for web enabling and/or web management of embedded applications
US7275096B2 (en) * 2001-09-20 2007-09-25 Telelogic North America Inc. Computerized system and method for web enabling and/or web management of embedded applications
US20040205564A1 (en) * 2002-01-04 2004-10-14 Brayton Robert S. Method to serve real-time data in embedded web server
US20040056894A1 (en) * 2002-09-19 2004-03-25 Igor Zaika System and method for describing and instantiating extensible user interfaces
US20060212547A1 (en) * 2002-11-13 2006-09-21 Johan Deleu Router or bridge device comprising an installation application
US20050125488A1 (en) * 2003-12-04 2005-06-09 Kulkarni Harish S. Scalable display
US20050289178A1 (en) * 2004-06-29 2005-12-29 Angus Ian G Combining data and presentation from multiple sources into a single web page
US7792930B1 (en) * 2004-11-10 2010-09-07 Juniper Networks, Inc. Network device configuration using separate logic and version-based configuration files
US20060117132A1 (en) * 2004-11-30 2006-06-01 Microsoft Corporation Self-configuration and automatic disk balancing of network attached storage devices
US20060230344A1 (en) * 2005-04-07 2006-10-12 Microsoft Corporation Browser sensitive web content delivery

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8068441B1 (en) * 2003-06-05 2011-11-29 Mcafee, Inc. Automated discovery of access points in wireless computer networks
US8310955B1 (en) 2003-06-05 2012-11-13 Mcafee, Inc. Automated discovery of access points in wireless computer networks
US20160381149A1 (en) * 2015-06-26 2016-12-29 Western Digital Technologies, Inc. Automatic discovery and onboarding of electronic devices
US10567518B2 (en) * 2015-06-26 2020-02-18 Western Digital Technologies, Inc. Automatic discovery and onboarding of electronic devices

Also Published As

Publication number Publication date
US20060123015A1 (en) 2006-06-08
US7533099B2 (en) 2009-05-12

Similar Documents

Publication Publication Date Title
US20090183086A1 (en) Componentized Remote User Interface
US10110663B2 (en) Method and system for publishing virtual applications to a web server
JP5058966B2 (en) Resource authoring that incorporates ontology
US7725560B2 (en) Web service-enabled portlet wizard
US7321917B2 (en) Customizing a client application using an options page stored on a server computer
US9332063B2 (en) Versatile application configuration for deployable computing environments
TWI415003B (en) System and software platform for processing data
KR100290198B1 (en) A system for communicating between a client and transient server programs
US7103627B2 (en) Web-based system and method
JP5044652B2 (en) Tool bar service providing method and apparatus
US7493332B2 (en) Storing locally a file received from a remote location
US20040148569A1 (en) Command-line interface system and method for java message service mark-up language
US20040010598A1 (en) Portal setup wizard
US7246224B2 (en) System and method to enable platform personality migration
JPH1124980A (en) Device and method for managing medium accessing plural medium types
US8037484B2 (en) Building compound extensible AJAX applications
JP2010537325A (en) Interactive user interface definition
CN113661694A (en) Web page replication
KR101552914B1 (en) Web server application framework web application processing method using the framework and computer readable medium processing the method
US7584245B2 (en) Web service generation
JP2003248635A (en) Database accessing method and system in management information base of network management protocol
US20040025143A1 (en) Script evaluator
Cisco Cisco IP Manager 2.0(40) Release Notes
US20080161949A1 (en) Templates and Style Sheets for Audio Broadcasts
TW200834482A (en) A quick reference card and on-line help for a computing system

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034766/0001

Effective date: 20141014