The present invention relates, in general, to software application functionality, and, more specifically, to managing the history of user interactions with a software application.
The growth of the Internet has spawned a variety of industries and applications. Browser technology, the computer applications used to navigate the Internet and the World Wide Web (WWW), have become a nearly universal computer application paradigm. The ease with which users are able to navigate between various Web pages resulted in a new generation of browser-centric users. Web pages are typically formatted in hypertext markup language (HTML). HTML is a format-descriptive meta language that describes the visual formatting and layout of the Internet documents. These documents are generally delivered to users over the Internet using hypertext transfer protocol (HTTP). HTTP is an address-oriented transport protocol that utilizes uniform resource locators (URLs) to identify the locations of specific Web pages. Web browsers use these URLs to navigate between the various HTML pages that a user desires to see.
In comparison, most general computer applications, whether on the desktop or Web-based, utilize a direct and application-specific interface with the user. Therefore, users interact with various general computer applications using navigation means that are generally different from their browser experience. With the increased popularity and usability of browsers, however, many software manufacturers have modified various user interface (UI) elements of general applications to mimic the ease and familiarity of the browser experience.
One shortcoming to general computer applications that has generally escaped a browser-like UI feature is the “Back” button. Browser users are familiar with the standard browser navigation tools, such as Back, Forward, Home, Favorites, and the like. Without these tools, it is likely that users would not have as good an experience in navigating the Web as they currently enjoy. The WWW is typically well-suited to such navigation tools because of the address-oriented nature of the URL-based transport protocol, HTTP. As a user “surfs” or hypertext jumps from one page to the next, a history of the user's interactions is easily recorded and managed. The URL of each page may simply be stored in some kind of storage register or memory location. As the user desires to return to a particular Web page, he or she may either sequentially click the Back button, until the desired page is reached, or, if the user goes past the desired page, he or she may click the Forward button to return through the address list. In some browser embodiments, the user may be shown several historical URLs, or the Web page title associated with that URL, at once, allowing for random navigation by directly selecting the particular address the user desires to jump to. Similarly, if a user desires to save a particular Web page address for future direct reference, the URL for that page may be stored in a Favorites list.
In contrast, general computer applications do not typically operate on an address-based mechanism within the operation of the application itself. General computer applications usually execute sequential code or bytecode compiled from a declarative computer language, such as MACROMEDIA, INC.'s ACTIONSCRIPT™, and SUN MICROSYSTEM INC.,'s JAVASCRIPT™, that does not have a universally-specific indicator of a particular view, page, or process step in the application. Therefore, the application generally has no way for recording a particular user interaction to which the user can then return simply by clicking a Back button.
For example, MICROSOFT CORPORATION'S OUTLOOK™ email program allows interaction with email, whether incoming, outgoing, saved, sorted, and the like. While any one particular box, such as the inbox, may have a Back and Forward button to traverse the various emails in that box, those navigational tools typically work within the context of that box. Moreover, those interface elements usually work in the context of location. Therefore, if a user begins looking at the first email, then selects to view the tenth email, using the back button would only get the user to the ninth email, even though the user had yet to actually view the ninth email. Similarly, if a user views emails that have been sorted in a specific folder and then moves to view emails in the inbox, pressing the back button will not return the user to viewing the email in the specific folder.
Wizards are computer applications that are developed to step a user through a particular process. The Wizard, somewhat like a browser, displays a view screen to a user for providing some information or to request a particular action. Once the action is taken, it moves to the next view screen in the Wizard sequence. Wizards will typically have a Back button, but this Back button works only in a sequential method. Therefore, in view screen five, if the user selects the Back button, the user is “backed up” to view screen four. These navigation features in a Wizard do not necessarily operate on the basis of the user's interaction history, but merely operate on the sequence of the Wizard itself. A user desiring to go completely back to the beginning of the Wizard would need to repeatedly select the Back button in order to get there. Moreover, if, during operation of the Wizard, the user accessed another application running on the user's computer, the Wizard Back button would not take the user back to this separate application.
Another example of an attempt by computer software manufacturers to implement Browser-like navigation are large form-type applications. One example of a form-type application would be INTUIT CORPORATION's TURBOTAX™. The function of the TURBOTAX™ software is to step a user through a series of fill-in form pages in order to complete various federal income tax return forms. Recent versions of TURBOTAX™ have included not only a Wizard-like Back button, which works sequentially, but also a hypertext-coded outline of the various major steps allowing the user to hypertext jump to any portion of the fill-in form process. Again, while this navigation allows the user to jump to various places in the application, it is implemented purely through mapping of the application. The various user interactions with TURBOTAX™ are not recorded for purposes of navigation. Therefore, if a user selected to return to the deductions section, he or she would be taken to the first page of the deductions section regardless of whether or not the user had even been to that page before. While this navigation feature allows the user more flexibility in navigating the application, there is still no way to directly track the user's interactions.
Recently, computer applications have been made available to users to access over the Internet. These Web-based or on-line applications are generally accessed by the user through the container of the Web browser. The Web browser displays an HTML page, however, the HTML page contains a player or other type of application container that runs the visual representation of the Web-based application to the user. In these types of applications, if the user were operating the Web-based application, the browser Back button would not necessarily take the user back to the preceding step of the application, but may, in fact, take the user back to the Web page that preceded the user's activation of the Web-based application. Thus, the Back button would exit the user from the application altogether.
In order to compensate for this problem with on-line applications, techniques have been developed to communicate with the browser that the user is interacting with an on-line application that is being displayed within the browser. Such features are typically implemented using a hidden Web page, referred to as an invisible frame or i-frame. When a user calls an on-line application, an HTML shell is loaded with the container on which the on-line application will be displayed. One example of such a container may be MACROMEDIA INC.'s MACROMEDIA FLASH™ PLAYER. Along with the MACROMEDIA FLASH™ PLAYER will be the i-frame. An i-frame is a browser element which is a floating frame, sub-navigational element within the browser window. Navigation that occurs within the i-frame is remembered in the browser's history mechanism. Therefore, when a user selects Back or Forward, the history information from the i-frame is used.
In the example of a MACROMEDIA FLASH™ PLAYER container, the i-frame will also includes a Small Web Format (SWF) file. SWF files are the native file format in MACROMEDIA FLASH™. The SWF file within the I-frame will be used to communicate with the main SWF file running in the MACROMEDIA FLASH™ PLAYER container. In these applications, the developer has generated state book marks which mark places in the application for use with a navigational feature. For example, a developer may place code in the application that state A is an entry screen, while state B is a processing screen, and state C is a confirmation screen. When the application is running and a user moves from the entry screen to the processing screen, the i-frame notes the change from state A to state B in a URL having query information concerning the actual state of the application. The browser history feature remembers the new URL of the processing screen, which is state B for the application. If the user were to select the Back button on the browser, the browser pulls the previous URL from its history, passes it to the i-frame, which, in turn, uses the query information from the previous URL to communicate to the main SWF file running on the MACROMEDIA FLASH™ PLAYER container and reload state A to the main SWF file. Therefore, the user is taken back to state A or the entry screen of the on-line application. While this method allows for history navigation within an on-line application, the application developers hard codes each state identifier into the application, adding a substantial amount of work and expense to the development of the application.
Representative embodiments of the present invention are related to a system and method for managing user interaction with computer applications. Computer applications typically comprise a number of objects that operate or are displayed within the application. Computer applications that are configured according to the teachings of the present invention include objects that may have at least two computer methods: a save state method and a load state method. To interact with these objects, a history manager is also used that includes, at least, a method for saving the application state. In calling this save application state method from the history manager, the history manager calls the save state method for each of the objects in the application. The collection of each of the objects' saved states is then stored, associated with the particular user interaction that caused each of the states. If a user desires to go back to one of the previous points in the application, he or she may select the particular application state that is stored associated with that particular user interaction or application state.
In response to this Back feature being selected, the history manager calls the load state method for each of the objects, which then reload the state that was originally stored for that particular application state or that particular user interaction. By causing each object to restore the specific state, the application returns to the exact state for that particular user interaction. Maintaining a list of the state objects, state objects are each of the objects' states saved for a particular user interaction, the user may select to go back to previous interactions and then go forward to current interactions. With the ability to save these state objects, a user may also more permanently save an interaction state in a favorites-like data structure.
The foregoing has outlined rather broadly the features and technical advantages of the present invention in order that the detailed description of the invention that follows may be better understood. Additional features and advantages of the invention will be described hereinafter which form the subject of the claims of the invention. It should be appreciated that the conception and specific embodiment disclosed may be readily utilized as a basis for modifying or designing other structures for carrying out the same purposes of the present invention. It should also be realized that such equivalent constructions do not depart from the invention as set forth in the appended claims. The novel features which are believed to be characteristic of the invention, both as to its organization and method of operation, together with further objects and advantages will be better understood from the following description when considered in connection with the accompanying figures. It is to be expressly understood, however, that each of the figures is provided for the purpose of illustration and description only and is not intended as a definition of the limits of the present invention.
For a more complete understanding of the present invention, reference is now made to the following descriptions taken in conjunction with the accompanying drawing, in which:
In the example described in
In the embodiment of the present invention depicted in
When the user interacts with the application, history manager 40 calls save state objects method 401, which, in turn, calls save state method 402 of object-141. History manager 40 will then cycle through object list 409 calling the save state method for each of the other objects that have registered with history manager 40. In response to save state method 402, object-141 stores its current state in object registry 42 associated with the user's current interaction as a state object, such as state objects 406-408.
As the user continues to interact with the application, state objects continue to be saved in object registry 42. If the user desires to return to any one of those previous interactions, he or she may invoke the history management feature, which presents all of the state objects in object registry 42 for random selection by the user. When the user selects anyone of these state objects, such as state object 407, object-141 calls load state method 403 to retrieve and load into its “current” state, the state that had been saved and associated with the user interaction associated with state object 407. When re-loading the previous “current” state, object depth 405 is used to determine which state objects to restore first. State objects are restored in hierarchical order starting with the outer most object or a parent relationship and ending with the inner most object level or the child or sibling relationship. Upon the loading of the previous state, the application again displays to the user the exact state that the application was in when the user interacted with the application at the user-selected previous point. The user may then randomly return to any of the subsequent states in the same manner, by selecting state object 408, for example.
It should be noted that the specifics described with respect to
It should further be noted that in additional or alternative embodiments to the present invention, certain objects may be designated in various development environments as objects that use history management by default. Such objects may be navigational elements such as a tab navigator or an accordion navigator. An example of such a development environment in which selected objects are registered with the history manager by default is MACROMEDIA, INC.'s FLEX™. FLEX™ is a development environment utilizing server-side code that assists in developing rich Internet applications. The FLEX™ server delivers a standards-based, declarative programming methodology and workflow along with runtime services for developing and deploying the presentation tier of rich client applications. FLEX™ utilizes MACROMEDIA FLASH™ as a container for delivering rich media applications to a client.
When the user selects button 508 in application 500, the state of button 508 is changed, along with possible changes in other objects of application. For purposes of the example illustrated in
If the user subsequently desires to return to the interaction described above, for example by selecting a “Back” 52 or “Forward” 53 button, the application states are loaded in a top-down sequence from the highest level to the lowest. For example, the application view page for application 50 is loaded. Next, the state of tab 501 was a “viewable” state. Therefore, the visible page is displayed corresponding to tab 501. Tabs 502 and 503 were each in a “hidden” state, for which the hidden view is displayed corresponding to tabs 502 and 503. Proceeding down the hierarchical levels, tab 504 was in a “viewable” state, such that its visible page is displayed. Tabs 505 and 506 were “hidden,” such that their states are reloaded in the “hidden” states. Finally, buttons 507 - 509 are each rendered onto the visible page of tab 504. Button 508 had been selected by the user. Therefore, its state was restored in the “selection” state.
As the user interacts with Web application 60, a state object is created using each of the present states of the objects within Web application 60. A single state object is created for each user interaction and stored in state object memory 608. The functions of Web application 60 operate to convert the single state object into a properly formatted query information string, which is then used to compiled state object URL 607. I-frame 604 communicates state object URL 607 to the browser, which stores it in browser history memory 610.
If the user desires to return to one of his or her previous interactions, he or she selects the specific URL from the browser's history feature. In response to this selection, the appropriate state object URL is retrieved from browser history memory 610, such as state object URL 607. State object URL 607 is communicated to i-frame 604, in which the state information contained within the query information string of state object URL 607 is used by SWF 609 to load the previous state into Web application 60. The display of Web application 60 is, thus, restored to the desired interaction that the user selected.
Although the present invention and its advantages have been described in detail, it should be understood that various changes, substitutions and alterations can be made herein without departing from the invention as defined by the appended claims. Moreover, the scope of the present application is not intended to be limited to the particular embodiments of the process, machine, manufacture, composition of matter, means, methods and steps described in the specification. As one will readily appreciate from the disclosure, processes, machines, manufacture, compositions of matter, means, methods, or steps, presently existing or later to be developed that perform substantially the same function or achieve substantially the same result as the corresponding embodiments described herein may be utilized. Accordingly, the appended claims are intended to include within their scope such processes, machines, manufacture, compositions of matter, means, methods, or steps.
This application is a continuation of U.S. patent application Ser. No. 10/794,173 by Glen Warren Ruehle, filed Mar. 5, 2004, which application is incorporated by reference herein in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
5157763 | Peters et al. | Oct 1992 | A |
5301268 | Takeda | Apr 1994 | A |
5555416 | Owens et al. | Sep 1996 | A |
5606674 | Root | Feb 1997 | A |
5625809 | Dysart et al. | Apr 1997 | A |
5694563 | Belfiore et al. | Dec 1997 | A |
5781192 | Kodimer | Jul 1998 | A |
5784058 | LaStrange et al. | Jul 1998 | A |
5801693 | Bailey | Sep 1998 | A |
5835777 | Staelin | Nov 1998 | A |
5886699 | Belfiore et al. | Mar 1999 | A |
5924099 | Guzak et al. | Jul 1999 | A |
5961601 | Iyengar | Oct 1999 | A |
5999740 | Rowley | Dec 1999 | A |
6009274 | Fletcher et al. | Dec 1999 | A |
6028965 | Normile | Feb 2000 | A |
6061058 | Owens et al. | May 2000 | A |
6067582 | Smith et al. | May 2000 | A |
6105066 | Hayes, Jr. | Aug 2000 | A |
6125388 | Reisman | Sep 2000 | A |
6170019 | Dresel et al. | Jan 2001 | B1 |
6182092 | Francis et al. | Jan 2001 | B1 |
6216152 | Wong et al. | Apr 2001 | B1 |
6272493 | Pasquali | Aug 2001 | B1 |
6314565 | Kenner et al. | Nov 2001 | B1 |
6321209 | Pasquali | Nov 2001 | B1 |
6378128 | Edelstein et al. | Apr 2002 | B1 |
6418555 | Mohammed | Jul 2002 | B2 |
6434563 | Pasquali et al. | Aug 2002 | B1 |
6527812 | Bradstreet | Mar 2003 | B1 |
6532472 | Arrouye et al. | Mar 2003 | B1 |
6535882 | Pasquali | Mar 2003 | B2 |
6557054 | Reisman | Apr 2003 | B2 |
6606744 | Mikurak | Aug 2003 | B1 |
6636856 | Pasquali | Oct 2003 | B2 |
6654765 | Wong et al. | Nov 2003 | B2 |
6658419 | Pasquali | Dec 2003 | B2 |
6687745 | Franco et al. | Feb 2004 | B1 |
6757365 | Bogard | Jun 2004 | B1 |
6785885 | Norris et al. | Aug 2004 | B2 |
6799301 | Francis et al. | Sep 2004 | B1 |
6803929 | Hinegardner et al. | Oct 2004 | B2 |
6839714 | Wheeler et al. | Jan 2005 | B2 |
6904569 | Anderson | Jun 2005 | B1 |
6944821 | Bates et al. | Sep 2005 | B1 |
6961907 | Bailey | Nov 2005 | B1 |
7080139 | Briggs et al. | Jul 2006 | B1 |
7085817 | Tock et al. | Aug 2006 | B1 |
7089563 | Nagel et al. | Aug 2006 | B2 |
7120914 | Manthos et al. | Oct 2006 | B1 |
7127405 | Frank et al. | Oct 2006 | B1 |
7143392 | Li et al. | Nov 2006 | B2 |
7263545 | Digate et al. | Aug 2007 | B2 |
7287097 | Friend et al. | Oct 2007 | B1 |
7293242 | Cossey et al. | Nov 2007 | B2 |
7296244 | Martinez et al. | Nov 2007 | B2 |
7299259 | Petrovykh | Nov 2007 | B2 |
7305453 | Awamoto et al. | Dec 2007 | B2 |
7310781 | Chen et al. | Dec 2007 | B2 |
7337210 | Barsness | Feb 2008 | B2 |
7370278 | Malik et al. | May 2008 | B2 |
7383308 | Groves et al. | Jun 2008 | B1 |
7383356 | Gargi | Jun 2008 | B2 |
7386841 | Huang et al. | Jun 2008 | B2 |
7395500 | Whittle et al. | Jul 2008 | B2 |
7434048 | Shapiro et al. | Oct 2008 | B1 |
7451218 | Malik et al. | Nov 2008 | B2 |
7478336 | Chen et al. | Jan 2009 | B2 |
7536672 | Ruehle | May 2009 | B1 |
20010034244 | Calder et al. | Oct 2001 | A1 |
20020049633 | Pasquali | Apr 2002 | A1 |
20020055975 | Petrovykh | May 2002 | A1 |
20020069264 | Pasquali | Jun 2002 | A1 |
20020080179 | Okabe et al. | Jun 2002 | A1 |
20020103902 | Nagel et al. | Aug 2002 | A1 |
20020143861 | Greene et al. | Oct 2002 | A1 |
20030050932 | Pace et al. | Mar 2003 | A1 |
20030208491 | Pasquali | Nov 2003 | A1 |
20040093563 | Pasquali | May 2004 | A1 |
20040111478 | Gross et al. | Jun 2004 | A1 |
20040117443 | Barsness | Jun 2004 | A1 |
20040143633 | McCarty | Jul 2004 | A1 |
20040162881 | Digate et al. | Aug 2004 | A1 |
20040205134 | Digate et al. | Oct 2004 | A1 |
20050021652 | McCormack | Jan 2005 | A1 |
20050049960 | Yeager | Mar 2005 | A1 |
20050055679 | Francis et al. | Mar 2005 | A1 |
20050071809 | Pulley | Mar 2005 | A1 |
20050080867 | Malik et al. | Apr 2005 | A1 |
20050086640 | Kolehmainen et al. | Apr 2005 | A1 |
20050097061 | Shapiro et al. | May 2005 | A1 |
20050097473 | Malik et al. | May 2005 | A1 |
20050172241 | Daniels et al. | Aug 2005 | A1 |
20050198581 | Soderberg et al. | Sep 2005 | A1 |
20050203892 | Wesley et al. | Sep 2005 | A1 |
20050210401 | Ketola et al. | Sep 2005 | A1 |
20050257128 | Pasquali et al. | Nov 2005 | A1 |
20050262521 | Kesavarapu | Nov 2005 | A1 |
20060025091 | Buford | Feb 2006 | A1 |
20060085796 | Hoerle et al. | Apr 2006 | A1 |
20060095524 | Kay et al. | May 2006 | A1 |
20060271526 | Charnock et al. | Nov 2006 | A1 |
Number | Date | Country |
---|---|---|
WO 200043913 | Jul 2000 | WO |
WO 200049545 | Aug 2000 | WO |
WO 2008154426 | Dec 2008 | WO |
WO 2008154428 | Dec 2008 | WO |
Number | Date | Country | |
---|---|---|---|
20090228805 A1 | Sep 2009 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10794173 | Mar 2004 | US |
Child | 12467546 | US |