US20060080391A1 - Synchronization among plural browsers - Google Patents

Synchronization among plural browsers Download PDF

Info

Publication number
US20060080391A1
US20060080391A1 US11/252,250 US25225005A US2006080391A1 US 20060080391 A1 US20060080391 A1 US 20060080391A1 US 25225005 A US25225005 A US 25225005A US 2006080391 A1 US2006080391 A1 US 2006080391A1
Authority
US
United States
Prior art keywords
browser
visual
voice
state
events
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
US11/252,250
Inventor
Inderpal Mumick
Sandeep Sibal
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.)
Kirusa Inc
Original Assignee
Kirusa Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kirusa Inc filed Critical Kirusa Inc
Priority to US11/252,250 priority Critical patent/US20060080391A1/en
Publication of US20060080391A1 publication Critical patent/US20060080391A1/en
Priority to US11/973,467 priority patent/US7584249B2/en
Priority to US12/533,002 priority patent/US7886004B2/en
Priority to US13/223,553 priority patent/USRE48126E1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • 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/954Navigation, e.g. using categorised browsing
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/543Local
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/545Gui
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2216/00Indexing scheme relating to additional aspects of information retrieval not explicitly covered by G06F16/00 and subgroups
    • G06F2216/15Synchronised browsing

Definitions

  • the present invention relates generally to the field of networked computing. More particularly, the invention provides a technique for synchronizing the state of plural browsers at various levels of granularity. The technique may be used to synchronize between visual and voice browsers in wireless multi-modal applications.
  • wireless communications devices such as wireless telephones are becoming adapted for use with the Internet. It is estimated that, by the year 2003, half of all Internet traffic will come from wireless devices. Many present-day wireless telephones have at least some capability not only to capture and render audio information, but also to allow users to interact with data using a visual display and some form of data input device. Many wireless carriers are marketing access to the so-called “wireless web” as part of wireless telephone service.
  • wireless data access is clearly a boon to electronic device users, there is a notable deficiency in the current wireless data access technology: a user must generally choose to interact with the data either using the voice components of the wireless device (i.e., microphone and speaker), or using the visual components (i.e., screen and keypad), but cannot use both at the same time.
  • voice components of the wireless device i.e., microphone and speaker
  • visual components i.e., screen and keypad
  • Some aspects of communication work best with a visual interface, and others work best with a voice interface. For example, suppose that an application provides directions to a specified location—e.g., for use while driving. It is convenient to speak the name of the desired location as input to the application, but it is cumbersome to receive the directions themselves in the form of speech.
  • a visual map combined with written directions such as “turn right on Elm” is a very convenient format in which to receive the directions, but it is may be less convenient to input the desired location using a keypad or stylus than it is merely to speak the location into a microphone.
  • the ideal interface for certain applications is, in many cases, not visual or voice alone, but rather a combination of visual and voice.
  • Present wireless application often allow one or the other but not both.
  • a particular piece of content e.g., a web page
  • WML Wireless Markup Language
  • VXML Voice eXtensible Markup Language
  • a visual browser permits the user to navigate through the WML content using the screen and keypad.
  • a voice browser which is generally a software component separate from the visual browser, permits the user to navigate through the VXML content using the microphone and speaker.
  • the visual and voice browsers separate software components; they often execute on separate, and distantly located, devices.
  • a visual browser typically executes on a wireless handset (such as a wireless-web-enabled telephone).
  • the handset is generally “dumb” with respect to voice—i.e., it can capture and render audio signals, but does not have the means to browse and navigate content based on the content of the received audio, or to generate audio signals based on VXML data.
  • a voice browser typically executes on a voice server and communicates with the user through the microphone and speaker of the wireless device by transmitting and receiving digital signals to the device through an ordinary voice circuit within a wireless network.
  • the voice and visual browsers are separate, it is difficult to switch seamlessly back and forth between a visual and voice modes of interacting with wireless data, because the voice browser may be unaware of what the visual browser is doing and vice versa. That is, the voice and visual browsers are not normally “synchronized,” in the sense that neither knows the other's state with respect to the underlying content that the voice and visual browsers are manipulating. For example, suppose that a wireless handset user uses a visual browser to navigate through a series of web pages, eventually ending up at a particular URL. If the user then decides to switch to the voice interface, the voice browser does not know where the user has navigated to because it is unaware of what the visual browser has been doing.
  • the voice browser can simply re-start the user at a “home” URL, but this is inconvenient for the user because the user loses the benefit of all of the navigation that has already been performed.
  • the user may have navigated through several cards, and may have positioned the cursor at a particular field on a particular card using the visual browser, but the voice browser will be unaware of all of this activity.
  • the problem, in this example, is that the voice and visual browsers are not “synchronized.”
  • the present invention provides a technique for the synchronization of plural browsers—e.g., the synchronization of a visual browser with a voice browser.
  • a first browser generates events relating to navigational activity being performed by a user. For example, in WML where a page comprises “deck” of “cards,” an action wherein the user moves from one card to another may be an event. Similarly, where there may be plural fields within a single card, the act of moving a cursor from one field to another may be an event.
  • a representation of the events that have occurred in a navigational session are recorded and are subsequently used to set a second browser to a state equivalent to that which the second browser would be in if the user had performed, on the second browser, a navigational activity equivalent to that which the user performed on the first browser.
  • the “state” of a browser may be defined at various levels of granularity.
  • a page consists of a deck of cards.
  • there may be a plurality of fields e.g., a card that asks the user to enter his or her name and address may have two input fields, one for the user's name and one for the user's address).
  • the cursor may be at a particular position.
  • the “state” of the first browser may be defined as the currently displayed page, the currently displayed card within the page, the field to which the cursor is currently pointing, or the position of a cursor within the field.
  • synchronization may require that the two browsers are presently accepting input at the same field of the same card.
  • the present invention provides for the synchronization of two browsers at any granularity.
  • the events generated by the first browser are captured by a script engine, which executes instructions contained in a script, such as a JAVA script.
  • a script may be structured such that a given set of instructions that correspond to a particular event and are invoked by that event.
  • the script contains instructions that, upon the occurrence of a given event, make a record documenting the fact that the event occurred.
  • a function of the script is to produce a record documenting what events occurred during a navigational session on the first browser, and in what order those events occurred.
  • the record of the events is sent to a state manager, which, at the time of synchronization, forwards those events to the second browser. By stepping through the same series of events that occurred on the first browser, the second browser may be put in the same state as the first browser.
  • the first browser may be adapted to generate state information without a script.
  • a modified browser may create a record of every event that occurs directly (without using a script), or it may otherwise record information that indicates the state that it is currently in. This information may be sent to a state manager for use in synchronization the second browser with the first.
  • Two browser that interact with information in different formats or “modes” may be synchronized.
  • the first browser may be a visual browser that renders WML information
  • the second browser may be a voice browser that renders Voice eXtensible Markup Language (VXML) information.
  • VXML Voice eXtensible Markup Language
  • a visual browser that is rendering a WML page may by synchronized with a voice browser that is rendering a VXML page, even if the WML and VXML pages are not identical.
  • An equivalence relationship may be defined such that two browsers can be synchronized to equivalent states, even if complete identity of state is not possible due to the differing nature of their respective interfaces (e.g., visual vs. voice), and their different markup languages (e.g., WML vs. VXML).
  • the present invention's technique of synchronizing browsers may, for example, be deployed in an architecture that supports wireless multi-modal applications.
  • a wireless handset may have a browser that renders WML, plus “dumb” audio-rendering capability that produces audio from a digital signal but does not generate an audio signal from higher-level information.
  • the generation of audio signals may be performed by a voice browser that generates audio signals from VXML input, and which is located remotely from the handset.
  • the technique of the present invention may be used to synchronize the voice and visual browsers, such that the user can change between visual I/O and audio I/O.
  • FIG. 1 is a block diagram of an architecture having plural browsers in which aspects of the invention may be deployed;
  • FIG. 2 is a block diagram of a page whose state may be recorded in accordance with aspects of the invention
  • FIG. 3 is a block diagram of a page showing navigational events
  • FIG. 4 is a block diagram of a system that records state information according to a first exemplary embodiment of the invention
  • FIG. 5 is a block diagram of a system that uses recorded state information in accordance with aspects of the invention.
  • FIG. 6 is a block diagram of a system that records state information according to a second exemplary embodiment of the invention.
  • FIG. 7 is a flow diagram of a process of synchronizing two browsers in accordance with aspects of the invention.
  • FIG. 8 is a diagram of an exemplary device that performs plural types of input and output using plural synchronized browsers, and in which aspects of the invention may be deployed;
  • FIG. 9 is a block diagram of an exemplary system architecture in which plural synchronized browsers may be deployed.
  • Wireless devices have traditionally been able to operate in only one input/output (“I/O”) mode at a time—i.e., either in an audio mode or a visual mode.
  • I/O input/output
  • a traditional wireless telephone sends and receives audio (voice).
  • Some new wireless telephones have a small display through which the user can view the “wireless web.”
  • a user can use such a telephone only in one mode at a time, as the voice and visual features cannot generally be used in concert.
  • voice and visual I/O modes are for the content with which the user interacts to be provided in two similar forms—a visual markup language (such as Wireless Markup Language (WML)), and a voice markup language (such as Voice extensible Markup Language (VXML)).
  • WML Wireless Markup Language
  • VXML Voice extensible Markup Language
  • Supporting the concurrent use of voice and visual I/O modes in this manner generally requires that two browsers be running at the same time—one browser that generates visual images from version of the content that is in the visual markup language, and another browser that renders audio based on the version of the content that is in the voice markup language.
  • the present invention provides a technique for performing this synchronization.
  • FIG. 1 shows an exemplary architecture that employs plural browsers.
  • Content 102 is embodied as a page 104 in a visual markup language (of which WML is exemplary), and also as a page 106 in a voice markup language (of which VXML is exemplary).
  • the substance of content 102 is an inquiry for the user's name, address, and city. As shown in FIG. 1 , in a visual markup language (page 104 ), this inquiry may be embodied as a form that has blank spaces in which the user may type the requested information.
  • the same inquiry is embodied as an audio prompt that instructs the user to “enter name,” “enter address,” and “enter city.” While page 104 is not identical to page 106 , pages 104 and 106 correspond to each other in the sense that they both represent the same substantive content.
  • Page 104 is provided to computing device 108 .
  • Computing device 108 may be any type of device that is capable of performing computation. As is known in the art, such a device typically has a memory that stores data and instructions; a processor adapted to execute the instructions and manipulate the data stored in the memory; means for input (e.g., keypad, touch screen, microphone, etc.), and means for output (liquid crystal display (LCD), cathode ray tube (CRT), audio speaker, etc.).
  • a computing device may also have means for communicating with other computing devices over a network—e.g., an Ethernet port, a modem, a wireless transmitter/receiver for communicating in a wireless communications network.
  • Such a device may take the form of a personal computer (PC), laptop computer, or palm-sized computer. It will also be appreciated that many devices that are not traditionally labeled “computers” do, in fact, have computing capability. Wireless telephones, pagers, and wireless e-mail devices are examples such devices, and thus the generic term “computing device” applies to any such device, whether or not such device is traditionally described as a computer.
  • computing device 108 is a wireless handset adapted to communicate in a wireless telephone network, although such an embodiment of computing device 108 is not limiting of the invention.
  • Visual browser 110 is a software application which is stored on computing device 108 and which executes thereon.
  • Visual browser 110 is adapted to receive content in the form of a visual markup language page and to render that content on a visual display 116 associated with computing device 108 .
  • visual browser 110 may be a WML browser that renders WML content on the LCD display of a wireless telephone that is adapted to allow its user to interact with the “wireless web.”
  • Visual browser 110 may also be adapted to receive user data input from input device 120 associated with computing device 108 .
  • input device 120 may be the keypad of a wireless telephone, and the user may use the keypad to enter data in order to interact with content that is being rendered on visual display 116 by visual browser 110 . (E.g., the user may use the keypad to enter his or her name into the “name” field of page 104 .)
  • Page 106 is also provided to computing device 112 .
  • computing device 112 may be any type of computing device.
  • Voice browser 114 is a software application which is stored on computing device 108 and which executes thereon. Voice browser 114 is adapted to receive content in the form of a voice markup language page and to render that content on audio speaker 118 . Voice browser 114 may also be adapted to receive audio user input from microphone 122 or other audio input device. For example, the user may use microphone 122 to enter data into an audio “form” that is being rendered by voice browser 114 . (E.g., the user may speak his name in response to the “enter name” voice prompt that voice browser 114 renders based on voice markup language page 106 .)
  • computing device 112 may be any type of computing device, in a preferred embodiment computing device 112 is a relatively powerful server machine that renders voice markup pages for a large network. As discussed more particularly in connection with FIG. 9 below, voice browser 114 may be associated with a wireless telephone network, and may render voice markup pages on the handsets of the users of that network. Moreover, while computing device 112 is shown as being associated with microphone 122 and audio speaker 118 , the invention is not limited to the case in which voice browser 114 performs I/O on devices that are locally connected to the computing device 112 on which voice browser 114 executes.
  • voice browser 114 may process audio input that is captured using a microphone on computing device 108 (which, in a preferred embodiment, is a wireless handset), and may transmit audio signals to computing device 108 for rendering on a speaker of computing device 108 .
  • FIG. 9 discusses an embodiment in which input (and output) audio signals are captured (and rendered) on a wireless handset that is accessible to voice browser 114 via a wireless connection.
  • Visual browser 110 may be at some “state” with respect to the user's navigation through visual markup page 104 .
  • voice browser 114 may be at some “state” with respect to the user's navigation through voice markup page 106 . Since pages 104 and 106 represent the same underlying content 102 , albeit in slightly different formats (e.g., WML vs. VXML), it is possible to “synchronize” the respective states of visual browser 110 and voice browser 114 with respect to the navigation. For example, using visual browser 110 , the user may point a cursor to the “address” field of page 104 .
  • a description of the state of navigation through page 104 is that the cursor is presently pointed at the “address” field of page 104 and the browser is waiting for input in that field.
  • An equivalent state of navigation through page 106 may be voice browser 114 's rendering of an “enter address” audio prompt and waiting for audio input.
  • voice browser 114 is “synchronized” with visual browser 110 , the appropriate action for voice browser 114 may be to render the “enter address” audio prompt.
  • visual browser 110 and voice browser 114 may be synchronized by exchanging information as to their state.
  • visual browser 110 may provide state information to state manager 124 , which may store this state information in state database 126 .
  • state manager 124 may provide this state information to voice browser 114 , whereby voice browser may re-create the state of visual browser 110 . This process may also happen in the other direction. That is, while the user is navigating through content 102 using voice browser 114 , voice browser 114 may provide state information to state manager 124 for storage in state database 126 .
  • state manager 124 may provide this state information to visual browser 110 , whereby visual browser 110 may recreate the state of voice browser 114 .
  • What constitutes an “appropriate time” to transfer this state information depends on the application in which browsers are being synchronized.
  • an “appropriate time” to transfer state information may mean continuously, periodically, or every time the I/O mode in which the user is performing the navigation switches between visual and voice. The manner and format in which state information is recorded, stored, and transmitted is more particularly discussed below in connection with FIGS. 4-7 .
  • FIG. 2 shows the detail of a page 104 . While FIG. 2 shows the detail of visual markup page 104 , it will be appreciated that the structure shown in FIG. 2 and the discussion thereof applies equally to voice markup page 106 . In the case of WML and VXML, it will be observed that these markup languages have similar structures in that both are organized as pages having cards (sometimes called “dialogues”) which can be stepped through using a browser.
  • Exemplary page 104 comprises a plurality of cards 202 - 210 .
  • the relationship among cards 202 - 210 is shown by arrows.
  • card 202 displays a question to be answered by the user; the user navigates either to card 204 or card 206 , depending upon which of the answer choices he or she selects at card 202 .
  • cards 204 and 206 lead the user to different places depending upon the user's answer to a question. Navigation paths may converge; cards 204 and 206 may both lead to card 210 .
  • the state of navigation may be defined as the place at which the user is currently performing I/O, as identified from among the entire universe of content available to the user.
  • the location of this I/O may be identified at varying levels of precision, and this precision may be referred to as the “granularity” of the state.
  • the state of the user's navigation may be defined as the particular page that the user is viewing.
  • the user's state may be defined as page 104 , because the user is viewing page 104 as opposed to some other page on the wireless web.
  • the state may be defined by the particular card the user is viewing.
  • the state may be defined as card 208 of page 104 .
  • the state may be defined as the particular field of a card in which the user in entering input—e.g., the address field of card 208 , as indicated by box 212 .
  • the state may be defined as the position of the cursor in on the card, as indicated by box 214 .
  • the effect of using the various granularities is readily apparent when one envisions performing a synchronization between two browsers at the various granularities.
  • the user is using a first browser, and the user's cursor is positioned at box 214 .
  • the relevant state information is that the user is navigating somewhere in page 104 , and thus an attempt to synchronize the first browser with a second browser will result in the second browser being pointed to some arbitrary point on page 204 (e.g., at the beginning of the first card).
  • the card level of granularity it is known not only that the user is on page 104 , but also that the user is somewhere within card 208 .
  • the second browser upon synchronization, will be pointed to an arbitrary point in card 208 (e.g., the beginning of the card), but not necessarily to the place where the user's cursor was pointed in the first browser.
  • the field level of granularity it is known that the user is in the “address” field of card 208 , and thus synchronization results in the second browser being pointed to the “address” field, but not necessarily to any point within the address field.
  • the cursor level of granularity it is known that the user is not only in the “address” field but is in the middle of entering data in the field.
  • the second browser can be synchronized to a state in which a partially filled-out address is placed in the “address” field displayed on the second browser, and the cursor is in such a position that the user continue where he or she left off.
  • a particularly useful application for browser synchronization is where one browser is a visual browser and the other is a voice browser. While voice browsers do not have “cursors” per se, the notion what it means for a cursor to be located at a particular “position” in a voice dialogue can be given meaning. For example, if the user had begun to enter the address “123 Elm Street,” but has only entered as far as “123 El . . . ” in the visual browser prior to switching to voice, the voice browser could emulate the position of a cursor by prompting the user: “You have entered: 123 El. Please continue speaking from that point.”
  • FIG. 3 shows an example of how events are generated as a user navigates to, and within, page 104 .
  • the user's initial navigation to page 104 itself is an event 301 .
  • the browser by default, is pointed to the first card 202 .
  • the user engages in dialogue with card 202 it may be determined that the next card to be displayed is card 204 ; this navigation from card 202 to card 204 is an event 302 .
  • Card 204 has a yes-no question, where the user may use a control on an input device (e.g., a wheel, an arrow key, etc.) to toggle between the “yes” and “no” choices before entering a final selection of one of the choices.
  • an input device e.g., a wheel, an arrow key, etc.
  • This toggling between choices on card 204 is an event 304 .
  • the user navigates either to card 208 or card 210 depending on the choice selected. In the example of FIG. 3 , the choice results in navigation to card 210 .
  • the navigation from card 204 to card 210 is an event 306 .
  • the user may position the cursor in a field on card 210 . In this example, the user positions the cursor to the “account number” field, and this positioning of the cursor is an event 308 .
  • the events shown in FIG. 3 are merely exemplary of the types of actions that are significant in the sense that they affect the state of a browser.
  • anything that happens on the browser that affects the context in which the user's next input to the browser will be interpreted can potentially constitute an event.
  • Whether a given event is sufficiently significant to be signaled by the browser or captured by a state-capturing mechanism depends on the level of granularity with which the browser state is defined.
  • FIG. 4 a system is shown for the capture of events that occur during navigation.
  • browser 110 executes on computing device 108 .
  • browser 110 is a visual browser, although it will be understood that a visual browser is not limiting of the invention, as events may be generated and captured with any type of browser (including, for example, voice browser 114 shown in FIG. 1 ); the use of visual browser 110 in FIG. 4 is for illustrative purposes only.
  • Page 104 is loaded into a memory of computing device 108 , and browser 110 interacts with page 104 .
  • this interaction may include receiving input from a user, navigating among cards on page 104 , and rendering the various cards on an output device associated with computing device 108 .
  • events are generates on browser 110 ; examples of these events are discussed above in connection with FIG. 3 .
  • Browser 110 is adapted to signal events in such a way that specific actions can be taken in response to the occurrence of events.
  • browser 110 may be coupled to script engine 402 .
  • Script engine 402 interprets scripts written in a scripting language such as JAVA, and causes computing device 108 to perform actions based on such scripts.
  • script engine 402 is shown as being external to, and communicatively coupled with, browser 110 , it should be noted that this structure is merely exemplary; in the alternative, browser 110 may include script engine 402 .
  • An example of such a script that may be executed by script engine is event-recording script 404 .
  • Event recording script 404 contains interpretable code that is invoked upon each event generated in browser 110 , where this code performs the function of recording the generated event and memorializing the event in event record 406 .
  • one of the events generated by browser 110 may be a navigation from card 202 to card 204 (e.g., event 302 , shown in FIG. 3 ).
  • the event of navigating from one card to another may invoke a particular piece of code within event-recording script 404 that causes information to be deposited in event record 406 indicating that the user has navigated from card 202 to card 204 .
  • event-recording script 404 there may be a method in event-recording script 404 that handles any event of moving from one card to another, where that method takes, as a parameter, the identity of the destination card (i.e., the card to which the browser points after the navigation has occurred), and writes that identity into event record 406 .
  • other methods may handle events such as a change of page, cursor movement, etc., where these methods take parameters indicative of the particular event that has taken place (e.g., which page the user has navigated to, where the cursor has been positioned, etc.).
  • Event record 406 may be used to synchronize browser 114 (shown in FIG. 1 ), or some other browser, to the same state as browser 110 . It should be noted that there are various ways in which event record 406 can be used to synchronize browser 114 with browser 110 , and the invention is not limited to any such technique.
  • browser 110 may send event record 406 to browser 114 , and browser 114 may step through the recorded events.
  • event record 406 may be sent to browser 114 in a compressed form, which may then be uncompressed by browser 114 (or by some compression/decompression tool residing on the computing device 112 on which browser 114 executes).
  • event record 406 may be “collapsed” prior to sending that information to browser 114 .
  • “Collapsed,” in this context, means that events that cancel each other out (e.g., events that lead from a given card back to the same card, events that lead the cursor from a given location on a card back to the same location, etc.) may be removed, since the effect of these events is a nullity.
  • event record 406 (or some information derived therefrom) may be sent either continuously, at some pre-determined frequency, on some pre-set schedule, on demand, etc.
  • An event that results in sending event record 406 , or the derived information can be referred to generally as a “triggering event.”
  • browser 110 may send event record 406 , or the information derived therefrom, directly to browser 114
  • browser 110 sends event record 406 or the derived information to state manager 124 (shown in FIG. 1 ).
  • State manager 124 receives information indicative of the events that have occurred, and manages the sending of this information to browser 114 .
  • state manager 124 may collect state information sent by browser 110 and store this state information in data store 126 .
  • State manager 124 may send the state information along to browser 114 at an appropriate time (e.g., continuously, at some pre-determined frequency, on some pre-set schedule, on demand, or upon any other type of “triggering event”).
  • browsers 110 and 114 are visual and voice browsers, respectively, and one of the browsers synchronizes to the state of the other at the time that a user switches between voice I/O and visual I/O (i.e., a “mode change”).
  • state manager 124 sends state information to browser 114 at the time of such a mode change, and the mode change itself is the “triggering event” that causes state manager 124 to send state information to browser 114 .
  • a mode change is merely exemplary of such a triggering event, and is not limiting of the invention.
  • FIG. 4 shows browser 110 recording events so that browser 114 may be synchronized to the state of browser 110
  • browser 114 may also record events so that browser 110 can receive the data created by browser 114 , and so that browser 110 can be synchronized to the state of browser 114 .
  • browser 110 and browser 114 may communicate state information to each other through state manager 124 , and it may be possible for synchronization to occur in either direction. That is, browsers 110 and 114 may, in a preferred embodiment, be configured such that either browser can be synchronized to the state of the other browser.
  • FIG. 5 shows one example of how browser 114 can use state information to put itself in the same state as browser 110 .
  • computing device 112 (on which browser 114 executes) receives state information 502 .
  • state information 502 may be in the form of a script that is executable by script engine 504 associated with (or included within) browser 114 .
  • state information 502 may exist in any form that communicates the state of browser 110 .
  • page 106 e.g., the voice markup version of the content 102 embodied in visual markup page 104
  • browser 114 renders and interacts with page 106 .
  • Script engine 504 executes the script contained in state information 502 , thereby causing browser 114 to navigate through page 106 in the same manner that browser 110 navigated through page 104 . After this process is carried out, browser 114 points to a place in page 106 that is equivalent to that which browser 110 points on page 104 at the time the state information is recorded.
  • page 104 is a visual markup language representation of content 102
  • page 106 is a voice markup language representation of content 102
  • the visual and voice markup languages may provide similar structures (e.g., cards within a page, fields within a card, etc.) there are certain concepts that may not have exactly a one-to-one correspondence between the two markup languages.
  • the visual markup language may permit a font to be specified—a concept that may have no analogue in a voice markup language.
  • an event that changes the font in the visual language may, depending upon the implementation, have no effect on the state of the voice browser when the two browsers are synchronized.
  • a change in font could have an affect on the state, if a change in visual font is deemed equivalent to, say, a change in the pitch of the voice.
  • FIG. 6 shows a system for recording state information, which is in contrast to the script-based event-recording system of FIG. 4 .
  • computing device 108 executes modified browser 110 a instead of browser 110 .
  • Modified browser 110 a contains functionality to deposit a record 406 a of its state, and thus creates state record 406 a directly, in contrast to browser 110 which creates event record 406 using a script engine.
  • the state record 406 a created by browser 110 a may, for example, be similar to event record 406 in that browser 110 a may simply contain functionality to write a historical record of events into state record 406 a.
  • browser 110 a may be adapted to write a different type of state record 406 a (i.e., one that is not based on a historical record of events), and thus state record 406 a is not limited to a historical record of events.
  • state information is captured in the first browser.
  • this capturing may include creating a historical record of the occurrence, in the first browser, of certain pre-defined events (e.g., movement from one card to another, positioning of a cursor, etc.).
  • the recording of events may occur by using the events to invoke scriptable code, as shown in FIG. 4 .
  • the creation of state information is not limited to the use of a recording script.
  • the invention is not limited to the case in which the state information comprises a historical record of events. On the contrary, the invention encompasses any method that captures the state of the first browser.
  • a triggering event is an event that causes state information to be transmitted by the device on which the first browser executes to another device.
  • the following is a non-exhaustive list of triggering events: expiration of a timer, a demand for synchronization to take place, or a “mode change” that results in browsing being switched from the first browser to the second browser (e.g., from a visual browser to a voice browser).
  • mode change e.g., from a visual browser to a voice browser.
  • any triggering event may be detected at step 704 without departing from the spirit and scope of the invention. If it is determined at step 704 that no triggering event has occurred, then the process returns to step 702 to capture more state information.
  • the captured state information is sent from the first browser to the second browser.
  • the sending of state information from the first browser to the second browser may, optionally, include sending the state information to a state manager 124 (step 706 ), whereby state manager 124 stores the state information in data store 126 (step 708 ) for forwarding to the second browser at an appropriate time.
  • state manager 124 stores the state information in data store 126 (step 708 ) for forwarding to the second browser at an appropriate time.
  • the use of state manger 124 is not limiting of the invention, and the first browser may forward captured state information directly to the second browser.
  • the second browser receives state information that was captured by the first browser.
  • this state information may be received directly from the first browser, or, alternatively, may be received indirectly through a state manager that performs functions including the collecting of state information to be forwarded at an appropriate time.
  • step 712 it is determined whether an event occurs that triggers the second browser to synchronize its state to that of the first browser. Events that may trigger synchronization are non-exhaustively listed above in connection with step 704 . If no triggering event has occurred, the process returns to step 710 , wherein the second browser continues to receive state information captured by the first browser, and waits for a triggering event to occur. On the other hand, if a triggering event is detected at step 712 , then the second browser adjusts its state to reflect the received state information (step 714 ).
  • the state information includes a historical record of events that have occurred on the first browser, in which case the second browser may step through that same sequence of events (where the events may have, optionally, undergone a “transformation” to account for the fact that the first and second browser may be rendering the same content in slightly different formats (e.g., in different markup languages)).
  • each browser is capable of capturing state data (which is generally done when the browser is being used by a user to perform navigation), and is also capable of synchronizing to a given state based on the state data provided by the other browser.
  • FIGS. 8 and 9 there is shown an exemplary environment in which aspects of the invention may be deployed.
  • FIG. 8 shows an exemplary embodiment of computing device 108 which executes visual browser 110 .
  • Computing device 108 is, in this example, a digital wireless device that communicates with the world outside of computing device 108 using antenna 810 .
  • computing device 108 may be a wireless telephone, although it should be understood that other types of devices are within the spirit and scope of the invention.
  • Computing device 108 executes visual browser 110 .
  • a user may interact with visual browser 110 by using display 116 to see the output of visual browser 110 , and by using input devices (e.g., keypad 808 , and a touch-screen feature of display 116 ) to provided input to visual browser 110 .
  • computing device 108 includes microphone 802 and speaker 804 , which permits computing device 108 to capture and render audio.
  • computing device 108 is “dumb” with respect to audio input and output—that is, computing device 108 captures audio using microphone 802 and packages this audio in the form of digital signals to be sent through antenna 810 , but does not interpret or otherwise process the audio. Similarly, computing device 108 receives digital audio signals through antenna 810 and renders those signals speaker 804 , but does not interpret or process the audio.
  • the exemplary computing device 108 shown in FIG. 8 operates within a network architecture 900 , features of which are shown in FIG. 9 .
  • Computing device 108 connects to network 900 by using antenna 810 to send information to, and receive information from, tower 906 .
  • the information that is sent between antenna 810 and tower 906 includes data 902 and voice 904 .
  • Application server 910 runs an application 912 that is used by a user of computing device 108 .
  • application 912 may be a map application that provides driving directions to a user of computing device 108 .
  • Application server stores content to be provided (e.g., maps, directions, an interface to request maps and directions, etc.) in two forms—a visual markup language (e.g., WML) and a voice markup language (e.g., VXML).
  • WML visual markup language
  • VXML voice markup language
  • Application server may also use application 912 to generate certain content that is not permanently stored; for example, map applications typically generate directions in response to a request; in this case, map application may generate the content of the directions in both visual and voice markup languages.
  • application server 910 provides content in the form of visual markup language directly to computing device 108 . That is, when the application 912 is operating in visual mode, application server 912 provides visual markup language content to switch 908 , so that such content can be sent out to computing device 108 .
  • Computing device 108 uses visual browser 110 to interact with a user of computing device 108 on the basis of the visual markup content.
  • computing device 108 in this example, does not run a voice browser; rather, computing device 108 merely accepts audio input for voice browser 114 and renders audio output generated by voice browser 114 .
  • Voice browser 114 runs on computing device 112 which, in the example of FIG.
  • voice server 9 is a “voice server.”
  • application 912 When application 912 is operating in voice mode, application 912 sends content in the voice markup language to voice server 112 ; voice server 112 , in turn, uses voice browser 114 to render audio output and interpret audio input received from computing device 108 .
  • Voice server 112 provides audio output to switch 908 to be sent to computing device 108 , and also receives audio input from computing device 108 via switch 908 .
  • a technique in accordance with the present invention may be used to synchronize between voice and visual browser. That is, when application 912 operates in visual mode, visual browser 110 may capture state data generated while application 912 is operating in visual mode; upon a change to voice mode, the captured state data may be used to place voice browser 114 in the state that visual browser 110 was in at the time that the change occurred. Similarly, when application 912 operates in visual mode, browser 114 may capture state data generated during such use; when the mode is changed back to visual, visual browser 110 may use the state data captured by voice browser 114 in order to put itself in the same state that voice browser was in at the time that the change occurred. By using this technique, the change between visual and voice modes may appear “seamless,” notwithstanding that the voice and visual browsers are located remotely with respect to each other.

Abstract

A technique for synchronizing a visual browser and a voice browser. A visual browser is used to navigate through visual content, such as WML pages. During the navigation, the visual browser creates a historical record of events that have occurred during the navigation. The voice browser uses this historical record to navigate the content in the same manner as occurred on the visual browser, thereby synchronizing to a state equivalent to that of the visual browser. The creation of the historical record may be performed by using a script to trap events, where the script contains code that records the trapped events. The synchronization technique may be used with a multi-modal application that permits the mode of input/output (I/O) to be changed between visual and voice browsers. When the mode is changed from visual to voice, the record of events captured by the visual browser is provided to the voice browser, thereby allowing the I/O mode to change seamlessly from visual to voice. Likewise, the voice browser captures events which may be provided to the visual browser when the I/O mode is changed from voice to visual.

Description

    CROSS-REFERENCE TO RELATED CASES
  • This application is a division of U.S. patent application Ser. No. 10/187,486, entitled “Synchronization Among Plural Browsers,” filed on Jul. 1, 2002, which claims the benefit of U.S. Provisional Application Ser. No. 60/304,499, entitled “Synchronization Among Plural Browsers,” filed on Jul. 11, 2001.
  • FIELD OF THE INVENTION
  • The present invention relates generally to the field of networked computing. More particularly, the invention provides a technique for synchronizing the state of plural browsers at various levels of granularity. The technique may be used to synchronize between visual and voice browsers in wireless multi-modal applications.
  • BACKGROUND OF THE INVENTION
  • Increasingly, wireless communications devices such as wireless telephones are becoming adapted for use with the Internet. It is estimated that, by the year 2003, half of all Internet traffic will come from wireless devices. Many present-day wireless telephones have at least some capability not only to capture and render audio information, but also to allow users to interact with data using a visual display and some form of data input device. Many wireless carriers are marketing access to the so-called “wireless web” as part of wireless telephone service.
  • While wireless data access is clearly a boon to electronic device users, there is a notable deficiency in the current wireless data access technology: a user must generally choose to interact with the data either using the voice components of the wireless device (i.e., microphone and speaker), or using the visual components (i.e., screen and keypad), but cannot use both at the same time. Some aspects of communication work best with a visual interface, and others work best with a voice interface. For example, suppose that an application provides directions to a specified location—e.g., for use while driving. It is convenient to speak the name of the desired location as input to the application, but it is cumbersome to receive the directions themselves in the form of speech. A visual map combined with written directions such as “turn right on Elm” is a very convenient format in which to receive the directions, but it is may be less convenient to input the desired location using a keypad or stylus than it is merely to speak the location into a microphone. Thus, the ideal interface for certain applications is, in many cases, not visual or voice alone, but rather a combination of visual and voice. Present wireless application often allow one or the other but not both.
  • One problem that impedes the integrated and combined use of voice and visual interfaces to data is that each mode of communication generally requires its own browser. Typically, a particular piece of content (e.g., a web page) may be represented in both a visual markup language (such as Wireless Markup Language or “WML”), and in a voice markup language (such as Voice eXtensible Markup Language or “VXML”). A visual browser permits the user to navigate through the WML content using the screen and keypad. Similarly, a voice browser, which is generally a software component separate from the visual browser, permits the user to navigate through the VXML content using the microphone and speaker. Not only are the visual and voice browsers separate software components; they often execute on separate, and distantly located, devices. A visual browser typically executes on a wireless handset (such as a wireless-web-enabled telephone). However, the handset is generally “dumb” with respect to voice—i.e., it can capture and render audio signals, but does not have the means to browse and navigate content based on the content of the received audio, or to generate audio signals based on VXML data. Thus, a voice browser typically executes on a voice server and communicates with the user through the microphone and speaker of the wireless device by transmitting and receiving digital signals to the device through an ordinary voice circuit within a wireless network.
  • Because the voice and visual browsers are separate, it is difficult to switch seamlessly back and forth between a visual and voice modes of interacting with wireless data, because the voice browser may be unaware of what the visual browser is doing and vice versa. That is, the voice and visual browsers are not normally “synchronized,” in the sense that neither knows the other's state with respect to the underlying content that the voice and visual browsers are manipulating. For example, suppose that a wireless handset user uses a visual browser to navigate through a series of web pages, eventually ending up at a particular URL. If the user then decides to switch to the voice interface, the voice browser does not know where the user has navigated to because it is unaware of what the visual browser has been doing. Upon switching to a voice interface, the voice browser can simply re-start the user at a “home” URL, but this is inconvenient for the user because the user loses the benefit of all of the navigation that has already been performed. Similarly, within the page located at a particular URL, the user may have navigated through several cards, and may have positioned the cursor at a particular field on a particular card using the visual browser, but the voice browser will be unaware of all of this activity. The problem, in this example, is that the voice and visual browsers are not “synchronized.”
  • In view of the foregoing, there is a need for a browser synchronization technique that overcomes the drawbacks of the prior art.
  • SUMMARY OF THE INVENTION
  • The present invention provides a technique for the synchronization of plural browsers—e.g., the synchronization of a visual browser with a voice browser. In accordance with the invention, a first browser generates events relating to navigational activity being performed by a user. For example, in WML where a page comprises “deck” of “cards,” an action wherein the user moves from one card to another may be an event. Similarly, where there may be plural fields within a single card, the act of moving a cursor from one field to another may be an event. A representation of the events that have occurred in a navigational session are recorded and are subsequently used to set a second browser to a state equivalent to that which the second browser would be in if the user had performed, on the second browser, a navigational activity equivalent to that which the user performed on the first browser.
  • The “state” of a browser may be defined at various levels of granularity. For example, in WML, a page consists of a deck of cards. Within a card, there may be a plurality of fields (e.g., a card that asks the user to enter his or her name and address may have two input fields, one for the user's name and one for the user's address). Within a given field, the cursor may be at a particular position. Thus, depending on the precision with which synchronization between the first and second browsers is desired, the “state” of the first browser may be defined as the currently displayed page, the currently displayed card within the page, the field to which the cursor is currently pointing, or the position of a cursor within the field. How much precision is required depends on context in which synchronization is required. In one application, it may be sufficient to say that two browsers are in the same “state” so long as they are on the same page—even if the first and second browsers are displaying different cards from that page. In another context, synchronization may require that the two browsers are presently accepting input at the same field of the same card. The present invention provides for the synchronization of two browsers at any granularity.
  • In one embodiment of the invention, the events generated by the first browser are captured by a script engine, which executes instructions contained in a script, such as a JAVA script. A script may be structured such that a given set of instructions that correspond to a particular event and are invoked by that event. In accordance with an aspect of the invention, the script contains instructions that, upon the occurrence of a given event, make a record documenting the fact that the event occurred. Thus, a function of the script is to produce a record documenting what events occurred during a navigational session on the first browser, and in what order those events occurred. The record of the events is sent to a state manager, which, at the time of synchronization, forwards those events to the second browser. By stepping through the same series of events that occurred on the first browser, the second browser may be put in the same state as the first browser.
  • In another embodiment of the invention, the first browser may be adapted to generate state information without a script. For example, a modified browser may create a record of every event that occurs directly (without using a script), or it may otherwise record information that indicates the state that it is currently in. This information may be sent to a state manager for use in synchronization the second browser with the first.
  • Two browser that interact with information in different formats or “modes” may be synchronized. For example, the first browser may be a visual browser that renders WML information, while the second browser may be a voice browser that renders Voice eXtensible Markup Language (VXML) information. A visual browser that is rendering a WML page may by synchronized with a voice browser that is rendering a VXML page, even if the WML and VXML pages are not identical. An equivalence relationship may be defined such that two browsers can be synchronized to equivalent states, even if complete identity of state is not possible due to the differing nature of their respective interfaces (e.g., visual vs. voice), and their different markup languages (e.g., WML vs. VXML).
  • The present invention's technique of synchronizing browsers may, for example, be deployed in an architecture that supports wireless multi-modal applications. For example, a wireless handset may have a browser that renders WML, plus “dumb” audio-rendering capability that produces audio from a digital signal but does not generate an audio signal from higher-level information. The generation of audio signals may be performed by a voice browser that generates audio signals from VXML input, and which is located remotely from the handset. The technique of the present invention may be used to synchronize the voice and visual browsers, such that the user can change between visual I/O and audio I/O.
  • Other features of the invention are described below.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The foregoing summary, as well as the following detailed description of preferred embodiments, is better understood when read in conjunction with the appended drawings. For the purpose of illustrating the invention, there is shown in the drawings exemplary constructions of the invention; however, the invention is not limited to the specific methods and instrumentalities disclosed. In the drawings:
  • FIG. 1 is a block diagram of an architecture having plural browsers in which aspects of the invention may be deployed;
  • FIG. 2 is a block diagram of a page whose state may be recorded in accordance with aspects of the invention;
  • FIG. 3 is a block diagram of a page showing navigational events;
  • FIG. 4 is a block diagram of a system that records state information according to a first exemplary embodiment of the invention;
  • FIG. 5 is a block diagram of a system that uses recorded state information in accordance with aspects of the invention;
  • FIG. 6 is a block diagram of a system that records state information according to a second exemplary embodiment of the invention;
  • FIG. 7 is a flow diagram of a process of synchronizing two browsers in accordance with aspects of the invention;
  • FIG. 8 is a diagram of an exemplary device that performs plural types of input and output using plural synchronized browsers, and in which aspects of the invention may be deployed; and
  • FIG. 9 is a block diagram of an exemplary system architecture in which plural synchronized browsers may be deployed.
  • DETAILED DESCRIPTION OF THE INVENTION
  • Overview
  • Wireless devices have traditionally been able to operate in only one input/output (“I/O”) mode at a time—i.e., either in an audio mode or a visual mode. For example, a traditional wireless telephone sends and receives audio (voice). Some new wireless telephones have a small display through which the user can view the “wireless web.” However, a user can use such a telephone only in one mode at a time, as the voice and visual features cannot generally be used in concert.
  • One way to support the use of voice and visual I/O modes in concert is for the content with which the user interacts to be provided in two similar forms—a visual markup language (such as Wireless Markup Language (WML)), and a voice markup language (such as Voice extensible Markup Language (VXML)). Supporting the concurrent use of voice and visual I/O modes in this manner generally requires that two browsers be running at the same time—one browser that generates visual images from version of the content that is in the visual markup language, and another browser that renders audio based on the version of the content that is in the voice markup language. In order to support relatively seamless switching between visual and voice I/O modes, it may be necessary to synchronize the visual and voice browsers so that both browsers are at the same navigational point, regardless of which browser the user has been using to interact with the content. The present invention provides a technique for performing this synchronization.
  • Exemplary Architecture for Browser Synchronization
  • FIG. 1 shows an exemplary architecture that employs plural browsers. Content 102 is embodied as a page 104 in a visual markup language (of which WML is exemplary), and also as a page 106 in a voice markup language (of which VXML is exemplary). The substance of content 102 is an inquiry for the user's name, address, and city. As shown in FIG. 1, in a visual markup language (page 104), this inquiry may be embodied as a form that has blank spaces in which the user may type the requested information. Similarly, in a voice markup language, the same inquiry is embodied as an audio prompt that instructs the user to “enter name,” “enter address,” and “enter city.” While page 104 is not identical to page 106, pages 104 and 106 correspond to each other in the sense that they both represent the same substantive content.
  • Page 104 is provided to computing device 108. Computing device 108 may be any type of device that is capable of performing computation. As is known in the art, such a device typically has a memory that stores data and instructions; a processor adapted to execute the instructions and manipulate the data stored in the memory; means for input (e.g., keypad, touch screen, microphone, etc.), and means for output (liquid crystal display (LCD), cathode ray tube (CRT), audio speaker, etc.). A computing device may also have means for communicating with other computing devices over a network—e.g., an Ethernet port, a modem, a wireless transmitter/receiver for communicating in a wireless communications network. Such a device may take the form of a personal computer (PC), laptop computer, or palm-sized computer. It will also be appreciated that many devices that are not traditionally labeled “computers” do, in fact, have computing capability. Wireless telephones, pagers, and wireless e-mail devices are examples such devices, and thus the generic term “computing device” applies to any such device, whether or not such device is traditionally described as a computer. In a preferred embodiment of the invention, computing device 108 is a wireless handset adapted to communicate in a wireless telephone network, although such an embodiment of computing device 108 is not limiting of the invention.
  • Visual browser 110 is a software application which is stored on computing device 108 and which executes thereon. Visual browser 110 is adapted to receive content in the form of a visual markup language page and to render that content on a visual display 116 associated with computing device 108. As one example, visual browser 110 may be a WML browser that renders WML content on the LCD display of a wireless telephone that is adapted to allow its user to interact with the “wireless web.” Visual browser 110 may also be adapted to receive user data input from input device 120 associated with computing device 108. For example, input device 120 may be the keypad of a wireless telephone, and the user may use the keypad to enter data in order to interact with content that is being rendered on visual display 116 by visual browser 110. (E.g., the user may use the keypad to enter his or her name into the “name” field of page 104.)
  • Page 106 is also provided to computing device 112. Like computing device 108, computing device 112 may be any type of computing device. Voice browser 114 is a software application which is stored on computing device 108 and which executes thereon. Voice browser 114 is adapted to receive content in the form of a voice markup language page and to render that content on audio speaker 118. Voice browser 114 may also be adapted to receive audio user input from microphone 122 or other audio input device. For example, the user may use microphone 122 to enter data into an audio “form” that is being rendered by voice browser 114. (E.g., the user may speak his name in response to the “enter name” voice prompt that voice browser 114 renders based on voice markup language page 106.)
  • While computing device 112 may be any type of computing device, in a preferred embodiment computing device 112 is a relatively powerful server machine that renders voice markup pages for a large network. As discussed more particularly in connection with FIG. 9 below, voice browser 114 may be associated with a wireless telephone network, and may render voice markup pages on the handsets of the users of that network. Moreover, while computing device 112 is shown as being associated with microphone 122 and audio speaker 118, the invention is not limited to the case in which voice browser 114 performs I/O on devices that are locally connected to the computing device 112 on which voice browser 114 executes. On the contrary, voice browser 114 may process audio input that is captured using a microphone on computing device 108 (which, in a preferred embodiment, is a wireless handset), and may transmit audio signals to computing device 108 for rendering on a speaker of computing device 108. FIG. 9 discusses an embodiment in which input (and output) audio signals are captured (and rendered) on a wireless handset that is accessible to voice browser 114 via a wireless connection.
  • Visual browser 110 may be at some “state” with respect to the user's navigation through visual markup page 104. Likewise, voice browser 114 may be at some “state” with respect to the user's navigation through voice markup page 106. Since pages 104 and 106 represent the same underlying content 102, albeit in slightly different formats (e.g., WML vs. VXML), it is possible to “synchronize” the respective states of visual browser 110 and voice browser 114 with respect to the navigation. For example, using visual browser 110, the user may point a cursor to the “address” field of page 104. Thus, a description of the state of navigation through page 104 is that the cursor is presently pointed at the “address” field of page 104 and the browser is waiting for input in that field. An equivalent state of navigation through page 106 may be voice browser 114's rendering of an “enter address” audio prompt and waiting for audio input. Thus, in this example, if voice browser 114 is “synchronized” with visual browser 110, the appropriate action for voice browser 114 may be to render the “enter address” audio prompt.
  • In accordance with the present invention, visual browser 110 and voice browser 114 may be synchronized by exchanging information as to their state. When the user is navigating through content 102 using visual browser 110, visual browser 110 may provide state information to state manager 124, which may store this state information in state database 126. At an appropriate time, state manager 124 may provide this state information to voice browser 114, whereby voice browser may re-create the state of visual browser 110. This process may also happen in the other direction. That is, while the user is navigating through content 102 using voice browser 114, voice browser 114 may provide state information to state manager 124 for storage in state database 126. At an appropriate time, state manager 124 may provide this state information to visual browser 110, whereby visual browser 110 may recreate the state of voice browser 114. What constitutes an “appropriate time” to transfer this state information depends on the application in which browsers are being synchronized. For example, an “appropriate time” to transfer state information may mean continuously, periodically, or every time the I/O mode in which the user is performing the navigation switches between visual and voice. The manner and format in which state information is recorded, stored, and transmitted is more particularly discussed below in connection with FIGS. 4-7.
  • FIG. 2 shows the detail of a page 104. While FIG. 2 shows the detail of visual markup page 104, it will be appreciated that the structure shown in FIG. 2 and the discussion thereof applies equally to voice markup page 106. In the case of WML and VXML, it will be observed that these markup languages have similar structures in that both are organized as pages having cards (sometimes called “dialogues”) which can be stepped through using a browser.
  • Exemplary page 104 comprises a plurality of cards 202-210. The relationship among cards 202-210 is shown by arrows. For example, card 202 displays a question to be answered by the user; the user navigates either to card 204 or card 206, depending upon which of the answer choices he or she selects at card 202. Similarly, cards 204 and 206 lead the user to different places depending upon the user's answer to a question. Navigation paths may converge; cards 204 and 206 may both lead to card 210.
  • The state of navigation may be defined as the place at which the user is currently performing I/O, as identified from among the entire universe of content available to the user. The location of this I/O may be identified at varying levels of precision, and this precision may be referred to as the “granularity” of the state. For example, at the coarse end of the granularity scale, the state of the user's navigation may be defined as the particular page that the user is viewing. Thus, in the example of FIG. 2, the user's state may be defined as page 104, because the user is viewing page 104 as opposed to some other page on the wireless web.
  • As an example of a slightly finer granularity, the state may be defined by the particular card the user is viewing. For example, the state may be defined as card 208 of page 104. At an even finer granularity, the state may be defined as the particular field of a card in which the user in entering input—e.g., the address field of card 208, as indicated by box 212. At an even finer granularity, the state may be defined as the position of the cursor in on the card, as indicated by box 214.
  • The effect of using the various granularities is readily apparent when one envisions performing a synchronization between two browsers at the various granularities. Suppose the user is using a first browser, and the user's cursor is positioned at box 214. At the page level of granularity, the relevant state information is that the user is navigating somewhere in page 104, and thus an attempt to synchronize the first browser with a second browser will result in the second browser being pointed to some arbitrary point on page 204 (e.g., at the beginning of the first card). At the card level of granularity, it is known not only that the user is on page 104, but also that the user is somewhere within card 208. Thus, upon synchronization, the second browser will be pointed to an arbitrary point in card 208 (e.g., the beginning of the card), but not necessarily to the place where the user's cursor was pointed in the first browser. At the field level of granularity, it is known that the user is in the “address” field of card 208, and thus synchronization results in the second browser being pointed to the “address” field, but not necessarily to any point within the address field. At the cursor level of granularity, however, it is known that the user is not only in the “address” field but is in the middle of entering data in the field. Thus, the second browser can be synchronized to a state in which a partially filled-out address is placed in the “address” field displayed on the second browser, and the cursor is in such a position that the user continue where he or she left off.
  • As noted above, a particularly useful application for browser synchronization is where one browser is a visual browser and the other is a voice browser. While voice browsers do not have “cursors” per se, the notion what it means for a cursor to be located at a particular “position” in a voice dialogue can be given meaning. For example, if the user had begun to enter the address “123 Elm Street,” but has only entered as far as “123 El . . . ” in the visual browser prior to switching to voice, the voice browser could emulate the position of a cursor by prompting the user: “You have entered: 123 El. Please continue speaking from that point.”
  • Events
  • FIG. 3 shows an example of how events are generated as a user navigates to, and within, page 104. In the example of FIG. 3, the user's initial navigation to page 104 itself is an event 301. When the user enters the page, the browser, by default, is pointed to the first card 202. When the user engages in dialogue with card 202, it may be determined that the next card to be displayed is card 204; this navigation from card 202 to card 204 is an event 302. Card 204 has a yes-no question, where the user may use a control on an input device (e.g., a wheel, an arrow key, etc.) to toggle between the “yes” and “no” choices before entering a final selection of one of the choices. This toggling between choices on card 204 is an event 304. Once the user selects the “yes” or “no” choice, the user navigates either to card 208 or card 210 depending on the choice selected. In the example of FIG. 3, the choice results in navigation to card 210. The navigation from card 204 to card 210 is an event 306. Once the browser is pointed to card 210, the user may position the cursor in a field on card 210. In this example, the user positions the cursor to the “account number” field, and this positioning of the cursor is an event 308. It will be appreciated the events shown in FIG. 3 are merely exemplary of the types of actions that are significant in the sense that they affect the state of a browser. In greater generality, anything that happens on the browser that affects the context in which the user's next input to the browser will be interpreted (e.g., movement from page-to-page, movement from card-to-card, movement within a card, a change of font, etc.) can potentially constitute an event. Whether a given event is sufficiently significant to be signaled by the browser or captured by a state-capturing mechanism depends on the level of granularity with which the browser state is defined.
  • State Capturing and State Synchronization
  • Turning to FIG. 4, a system is shown for the capture of events that occur during navigation. In the example of FIG. 4, browser 110 executes on computing device 108. As shown in FIG. 1 and discussed above, browser 110 is a visual browser, although it will be understood that a visual browser is not limiting of the invention, as events may be generated and captured with any type of browser (including, for example, voice browser 114 shown in FIG. 1); the use of visual browser 110 in FIG. 4 is for illustrative purposes only. Page 104 is loaded into a memory of computing device 108, and browser 110 interacts with page 104. As discussed above, this interaction may include receiving input from a user, navigating among cards on page 104, and rendering the various cards on an output device associated with computing device 108. As this interaction occurs, events are generates on browser 110; examples of these events are discussed above in connection with FIG. 3.
  • Browser 110 is adapted to signal events in such a way that specific actions can be taken in response to the occurrence of events. As one example, browser 110 may be coupled to script engine 402. Script engine 402 interprets scripts written in a scripting language such as JAVA, and causes computing device 108 to perform actions based on such scripts. (While script engine 402 is shown as being external to, and communicatively coupled with, browser 110, it should be noted that this structure is merely exemplary; in the alternative, browser 110 may include script engine 402.) An example of such a script that may be executed by script engine is event-recording script 404. Event recording script 404 contains interpretable code that is invoked upon each event generated in browser 110, where this code performs the function of recording the generated event and memorializing the event in event record 406. For example, one of the events generated by browser 110 may be a navigation from card 202 to card 204 (e.g., event 302, shown in FIG. 3). Thus, the event of navigating from one card to another may invoke a particular piece of code within event-recording script 404 that causes information to be deposited in event record 406 indicating that the user has navigated from card 202 to card 204. The invention is not limited by any particular implementation of event-recording script 404, but, as one example, there may be a method in event-recording script 404 that handles any event of moving from one card to another, where that method takes, as a parameter, the identity of the destination card (i.e., the card to which the browser points after the navigation has occurred), and writes that identity into event record 406. In this example, other methods may handle events such as a change of page, cursor movement, etc., where these methods take parameters indicative of the particular event that has taken place (e.g., which page the user has navigated to, where the cursor has been positioned, etc.).
  • Event record 406 may be used to synchronize browser 114 (shown in FIG. 1), or some other browser, to the same state as browser 110. It should be noted that there are various ways in which event record 406 can be used to synchronize browser 114 with browser 110, and the invention is not limited to any such technique. In one example, browser 110 may send event record 406 to browser 114, and browser 114 may step through the recorded events. As another example, rather than sending browser 114 an exact copy of event record 406, event record 406 may be sent to browser 114 in a compressed form, which may then be uncompressed by browser 114 (or by some compression/decompression tool residing on the computing device 112 on which browser 114 executes). Alternatively, the information in event record 406 may be “collapsed” prior to sending that information to browser 114. “Collapsed,” in this context, means that events that cancel each other out (e.g., events that lead from a given card back to the same card, events that lead the cursor from a given location on a card back to the same location, etc.) may be removed, since the effect of these events is a nullity. Moreover, event record 406 (or some information derived therefrom) may be sent either continuously, at some pre-determined frequency, on some pre-set schedule, on demand, etc. An event that results in sending event record 406, or the derived information, can be referred to generally as a “triggering event.”
  • Moreover, although browser 110 may send event record 406, or the information derived therefrom, directly to browser 114, in an alternative embodiment browser 110 sends event record 406 or the derived information to state manager 124 (shown in FIG. 1). State manager 124 receives information indicative of the events that have occurred, and manages the sending of this information to browser 114. For example, state manager 124 may collect state information sent by browser 110 and store this state information in data store 126. State manager 124 may send the state information along to browser 114 at an appropriate time (e.g., continuously, at some pre-determined frequency, on some pre-set schedule, on demand, or upon any other type of “triggering event”). In a preferred embodiment of the invention, browsers 110 and 114 are visual and voice browsers, respectively, and one of the browsers synchronizes to the state of the other at the time that a user switches between voice I/O and visual I/O (i.e., a “mode change”). In such an example, state manager 124 sends state information to browser 114 at the time of such a mode change, and the mode change itself is the “triggering event” that causes state manager 124 to send state information to browser 114. However, it should be understood that a mode change is merely exemplary of such a triggering event, and is not limiting of the invention.
  • Moreover, it should be understood that, while FIG. 4 shows browser 110 recording events so that browser 114 may be synchronized to the state of browser 110, it may be the case that two browsers are configured to synchronize mutually. That is, browser 114 may also record events so that browser 110 can receive the data created by browser 114, and so that browser 110 can be synchronized to the state of browser 114. In one embodiment, browser 110 and browser 114 may communicate state information to each other through state manager 124, and it may be possible for synchronization to occur in either direction. That is, browsers 110 and 114 may, in a preferred embodiment, be configured such that either browser can be synchronized to the state of the other browser.
  • FIG. 5 shows one example of how browser 114 can use state information to put itself in the same state as browser 110. In the example of FIG. 5, computing device 112 (on which browser 114 executes) receives state information 502. For example, state information 502 may be in the form of a script that is executable by script engine 504 associated with (or included within) browser 114. Alternatively, state information 502 may exist in any form that communicates the state of browser 110. In the example of FIG. 5, page 106 (e.g., the voice markup version of the content 102 embodied in visual markup page 104) is loaded onto computing device 112, and browser 114 renders and interacts with page 106. Script engine 504 executes the script contained in state information 502, thereby causing browser 114 to navigate through page 106 in the same manner that browser 110 navigated through page 104. After this process is carried out, browser 114 points to a place in page 106 that is equivalent to that which browser 110 points on page 104 at the time the state information is recorded.
  • It should be noted that, while pages 104 and 106 represent the same content 102, their representations of that content is not necessarily identical. Returning briefly to FIG. 1, it will be recalled that, in the example of FIG. 1, page 104 is a visual markup language representation of content 102, and page 106 is a voice markup language representation of content 102. While the visual and voice markup languages may provide similar structures (e.g., cards within a page, fields within a card, etc.) there are certain concepts that may not have exactly a one-to-one correspondence between the two markup languages. For example, the visual markup language may permit a font to be specified—a concept that may have no analogue in a voice markup language. Thus, an event that changes the font in the visual language may, depending upon the implementation, have no effect on the state of the voice browser when the two browsers are synchronized. (On the other hand, a change in font could have an affect on the state, if a change in visual font is deemed equivalent to, say, a change in the pitch of the voice. Whether an event on one browser has an equivalent event on another browser—and what events are deemed equivalent—is a design decision to be made by the designer and/or implementor of a synchronization mechanism in accordance with the invention.)
  • FIG. 6 shows a system for recording state information, which is in contrast to the script-based event-recording system of FIG. 4. In FIG. 6, computing device 108 executes modified browser 110 a instead of browser 110. Modified browser 110 a contains functionality to deposit a record 406 a of its state, and thus creates state record 406 a directly, in contrast to browser 110 which creates event record 406 using a script engine. The state record 406 a created by browser 110 a may, for example, be similar to event record 406 in that browser 110 a may simply contain functionality to write a historical record of events into state record 406 a. Alternatively, browser 110 a may be adapted to write a different type of state record 406 a (i.e., one that is not based on a historical record of events), and thus state record 406 a is not limited to a historical record of events.
  • A process of recording state information, and of using the recorded information to synchronize a second browser to the state of a first browser, is shown in FIG. 7. At step 702, state information is captured in the first browser. As one example, this capturing may include creating a historical record of the occurrence, in the first browser, of certain pre-defined events (e.g., movement from one card to another, positioning of a cursor, etc.). Moreover, as noted above, the recording of events may occur by using the events to invoke scriptable code, as shown in FIG. 4. However, it should be noted that the creation of state information is not limited to the use of a recording script. Moreover, the invention is not limited to the case in which the state information comprises a historical record of events. On the contrary, the invention encompasses any method that captures the state of the first browser.
  • At step 704, it is determined whether a triggering event has occurred. The “triggering event” detected at step 704 is an event that causes state information to be transmitted by the device on which the first browser executes to another device. The following is a non-exhaustive list of triggering events: expiration of a timer, a demand for synchronization to take place, or a “mode change” that results in browsing being switched from the first browser to the second browser (e.g., from a visual browser to a voice browser). However, it should be understood that the foregoing list is non-exhaustive, and that any triggering event may be detected at step 704 without departing from the spirit and scope of the invention. If it is determined at step 704 that no triggering event has occurred, then the process returns to step 702 to capture more state information.
  • If it is determined at step 704 that a triggering event has occurred, then the captured state information is sent from the first browser to the second browser. The sending of state information from the first browser to the second browser may, optionally, include sending the state information to a state manager 124 (step 706), whereby state manager 124 stores the state information in data store 126 (step 708) for forwarding to the second browser at an appropriate time. However, the use of state manger 124 is not limiting of the invention, and the first browser may forward captured state information directly to the second browser.
  • At step 710, the second browser receives state information that was captured by the first browser. As noted above, this state information may be received directly from the first browser, or, alternatively, may be received indirectly through a state manager that performs functions including the collecting of state information to be forwarded at an appropriate time.
  • At step 712, it is determined whether an event occurs that triggers the second browser to synchronize its state to that of the first browser. Events that may trigger synchronization are non-exhaustively listed above in connection with step 704. If no triggering event has occurred, the process returns to step 710, wherein the second browser continues to receive state information captured by the first browser, and waits for a triggering event to occur. On the other hand, if a triggering event is detected at step 712, then the second browser adjusts its state to reflect the received state information (step 714). As discussed above, one way that this state adjustment can take place is if the state information includes a historical record of events that have occurred on the first browser, in which case the second browser may step through that same sequence of events (where the events may have, optionally, undergone a “transformation” to account for the fact that the first and second browser may be rendering the same content in slightly different formats (e.g., in different markup languages)).
  • Following the adjustment of the second browser to reflect the state of the first, the two browsers continue with the process of capturing state data, and each browser's adjusting its state to reflect the state data captured by the other. It should be noted that this process of capturing and adjusting is a mutual process that proceeds in both directions. That is, each browser is capable of capturing state data (which is generally done when the browser is being used by a user to perform navigation), and is also capable of synchronizing to a given state based on the state data provided by the other browser. Thus, while FIG. 7 contains references to a “first” browser that captures state information, and a “second” browser that adjusts to the state captured by the first browser, it will be understood that the process of capturing and adjusting is bi-directional, and thus the first and second browsers' roles can be reversed.
  • Exemplary Environment for Synchronization of Visual and Voice Browsers
  • With reference to FIGS. 8 and 9, there is shown an exemplary environment in which aspects of the invention may be deployed.
  • FIG. 8 shows an exemplary embodiment of computing device 108 which executes visual browser 110. Computing device 108 is, in this example, a digital wireless device that communicates with the world outside of computing device 108 using antenna 810. As one example, computing device 108 may be a wireless telephone, although it should be understood that other types of devices are within the spirit and scope of the invention. Computing device 108 executes visual browser 110. A user may interact with visual browser 110 by using display 116 to see the output of visual browser 110, and by using input devices (e.g., keypad 808, and a touch-screen feature of display 116) to provided input to visual browser 110. Preferably, computing device 108 includes microphone 802 and speaker 804, which permits computing device 108 to capture and render audio. In one example, computing device 108 is “dumb” with respect to audio input and output—that is, computing device 108 captures audio using microphone 802 and packages this audio in the form of digital signals to be sent through antenna 810, but does not interpret or otherwise process the audio. Similarly, computing device 108 receives digital audio signals through antenna 810 and renders those signals speaker 804, but does not interpret or process the audio.
  • The exemplary computing device 108 shown in FIG. 8 operates within a network architecture 900, features of which are shown in FIG. 9. Computing device 108 connects to network 900 by using antenna 810 to send information to, and receive information from, tower 906. The information that is sent between antenna 810 and tower 906 includes data 902 and voice 904. Application server 910 runs an application 912 that is used by a user of computing device 108. For example, application 912 may be a map application that provides driving directions to a user of computing device 108. Application server stores content to be provided (e.g., maps, directions, an interface to request maps and directions, etc.) in two forms—a visual markup language (e.g., WML) and a voice markup language (e.g., VXML). (Application server may also use application 912 to generate certain content that is not permanently stored; for example, map applications typically generate directions in response to a request; in this case, map application may generate the content of the directions in both visual and voice markup languages.)
  • Because visual browser 110 executes on computing device 108, application server 910 provides content in the form of visual markup language directly to computing device 108. That is, when the application 912 is operating in visual mode, application server 912 provides visual markup language content to switch 908, so that such content can be sent out to computing device 108. Computing device 108 then uses visual browser 110 to interact with a user of computing device 108 on the basis of the visual markup content. However, computing device 108, in this example, does not run a voice browser; rather, computing device 108 merely accepts audio input for voice browser 114 and renders audio output generated by voice browser 114. Voice browser 114 runs on computing device 112 which, in the example of FIG. 9, is a “voice server.” When application 912 is operating in voice mode, application 912 sends content in the voice markup language to voice server 112; voice server 112, in turn, uses voice browser 114 to render audio output and interpret audio input received from computing device 108. Voice server 112 provides audio output to switch 908 to be sent to computing device 108, and also receives audio input from computing device 108 via switch 908.
  • Because visual browser 110 and voice browser 114 are located separately from each other in the example of FIG. 9, a technique in accordance with the present invention may be used to synchronize between voice and visual browser. That is, when application 912 operates in visual mode, visual browser 110 may capture state data generated while application 912 is operating in visual mode; upon a change to voice mode, the captured state data may be used to place voice browser 114 in the state that visual browser 110 was in at the time that the change occurred. Similarly, when application 912 operates in visual mode, browser 114 may capture state data generated during such use; when the mode is changed back to visual, visual browser 110 may use the state data captured by voice browser 114 in order to put itself in the same state that voice browser was in at the time that the change occurred. By using this technique, the change between visual and voice modes may appear “seamless,” notwithstanding that the voice and visual browsers are located remotely with respect to each other.
  • It is noted that the foregoing examples have been provided merely for the purpose of explanation and are in no way to be construed as limiting of the present invention. While the invention has been described with reference to various embodiments, it is understood that the words which have been used herein are words of description and illustration, rather than words of limitations. Further, although the invention has been described herein with reference to particular means, materials and embodiments, the invention is not intended to be limited to the particulars disclosed herein; rather, the invention extends to all functionally equivalent structures, methods and uses, such as are within the scope of the appended claims. Those skilled in the art, having the benefit of the teachings of this specification, may effect numerous modifications thereto and changes may be made without departing from the scope and spirit of the invention in its aspects.

Claims (3)

1. A device for engaging in wireless communications comprising:
a processor;
a memory;
a visual display;
a data input;
an antenna which transmits information over a wireless network and which receives information from said wireless network;
a microphone which captures audio to be sent over said wireless network using said antenna;
a speaker which renders audio received from said wireless network using said antenna;
a browsing module storable in said memory and executable on said processor which enables interaction with a content page using said visual display and said data input, and which stores state information that indicates a state of interaction with said content page and which causes said information to be transmitted over said wireless network.
2. The device of claim 1, wherein said browsing module facilitates navigation of said content page by a user of the device, and wherein said state information comprises a historical record of events occurring during said navigation.
3. The device of claim 2, wherein said browsing module signals occurrence of said events, and wherein the device further comprises:
a script engine; and
a script interpretable by said scripting language, said script comprising a plurality of sets of instructions interpretable by said script engine, each of said sets of instructions being adapted to create a record of a particular one of said events, said script engine being adapted to invoke a particular one of said sets of instructions according to which of said events is signaled by said browsing module.
US11/252,250 2001-07-11 2005-10-17 Synchronization among plural browsers Abandoned US20060080391A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US11/252,250 US20060080391A1 (en) 2001-07-11 2005-10-17 Synchronization among plural browsers
US11/973,467 US7584249B2 (en) 2001-07-11 2007-10-09 Synchronization among plural browsers using a state manager
US12/533,002 US7886004B2 (en) 2001-07-11 2009-07-31 Exchange of events based synchronization of browsers
US13/223,553 USRE48126E1 (en) 2001-07-11 2011-09-01 Synchronization among plural browsers using a state manager

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US30449901P 2001-07-11 2001-07-11
US10/187,486 US6983307B2 (en) 2001-07-11 2002-07-01 Synchronization among plural browsers
US11/252,250 US20060080391A1 (en) 2001-07-11 2005-10-17 Synchronization among plural browsers

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/187,486 Division US6983307B2 (en) 2001-07-11 2002-07-01 Synchronization among plural browsers

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/973,467 Division US7584249B2 (en) 2001-07-11 2007-10-09 Synchronization among plural browsers using a state manager

Publications (1)

Publication Number Publication Date
US20060080391A1 true US20060080391A1 (en) 2006-04-13

Family

ID=26883075

Family Applications (5)

Application Number Title Priority Date Filing Date
US10/187,486 Active 2024-04-20 US6983307B2 (en) 2001-07-11 2002-07-01 Synchronization among plural browsers
US11/252,250 Abandoned US20060080391A1 (en) 2001-07-11 2005-10-17 Synchronization among plural browsers
US11/973,467 Ceased US7584249B2 (en) 2001-07-11 2007-10-09 Synchronization among plural browsers using a state manager
US12/533,002 Expired - Fee Related US7886004B2 (en) 2001-07-11 2009-07-31 Exchange of events based synchronization of browsers
US13/223,553 Expired - Lifetime USRE48126E1 (en) 2001-07-11 2011-09-01 Synchronization among plural browsers using a state manager

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/187,486 Active 2024-04-20 US6983307B2 (en) 2001-07-11 2002-07-01 Synchronization among plural browsers

Family Applications After (3)

Application Number Title Priority Date Filing Date
US11/973,467 Ceased US7584249B2 (en) 2001-07-11 2007-10-09 Synchronization among plural browsers using a state manager
US12/533,002 Expired - Fee Related US7886004B2 (en) 2001-07-11 2009-07-31 Exchange of events based synchronization of browsers
US13/223,553 Expired - Lifetime USRE48126E1 (en) 2001-07-11 2011-09-01 Synchronization among plural browsers using a state manager

Country Status (4)

Country Link
US (5) US6983307B2 (en)
EP (2) EP1417556A4 (en)
AU (1) AU2002354608A1 (en)
WO (1) WO2003007107A2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050066037A1 (en) * 2002-04-10 2005-03-24 Yu Song Browser session mobility system for multi-platform applications
US20060117107A1 (en) * 2001-07-12 2006-06-01 Yahoo! Inc. Method and system for enabling a script on a first computer to exchange data with a script on a second computer over a network
US7149776B1 (en) * 2001-08-31 2006-12-12 Oracle International Corp. System and method for real-time co-browsing
US20090171669A1 (en) * 2007-12-31 2009-07-02 Motorola, Inc. Methods and Apparatus for Implementing Distributed Multi-Modal Applications

Families Citing this family (126)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SG107092A1 (en) * 2000-06-28 2004-11-29 Ibm Method and apparatus for coupling a visual browser to a voice browser
US7080315B1 (en) * 2000-06-28 2006-07-18 International Business Machines Corporation Method and apparatus for coupling a visual browser to a voice browser
US6983307B2 (en) 2001-07-11 2006-01-03 Kirusa, Inc. Synchronization among plural browsers
US8238881B2 (en) 2001-08-07 2012-08-07 Waloomba Tech Ltd., L.L.C. System and method for providing multi-modal bookmarks
KR100472202B1 (en) * 2001-12-05 2005-03-08 한국전자통신연구원 Web collaborative browsing system and method with using IRC protocol
US20060168095A1 (en) * 2002-01-22 2006-07-27 Dipanshu Sharma Multi-modal information delivery system
US7203907B2 (en) * 2002-02-07 2007-04-10 Sap Aktiengesellschaft Multi-modal synchronization
GB0204768D0 (en) * 2002-02-28 2002-04-17 Mitel Knowledge Corp Bimodal feature access for web applications
US8213917B2 (en) 2006-05-05 2012-07-03 Waloomba Tech Ltd., L.L.C. Reusable multimodal application
US20030202504A1 (en) * 2002-04-30 2003-10-30 Avaya Technology Corp. Method of implementing a VXML application into an IP device and an IP device having VXML capability
US7398209B2 (en) * 2002-06-03 2008-07-08 Voicebox Technologies, Inc. Systems and methods for responding to natural language speech utterance
US7693720B2 (en) 2002-07-15 2010-04-06 Voicebox Technologies, Inc. Mobile systems and methods for responding to natural language speech utterance
CN100477627C (en) * 2002-11-13 2009-04-08 英特尔公司 Multi-modal web interaction through wireless network
JP4462901B2 (en) * 2003-11-11 2010-05-12 富士通株式会社 Modal synchronization control method and multimodal interface system
US7356472B2 (en) * 2003-12-11 2008-04-08 International Business Machines Corporation Enabling speech within a multimodal program using markup
US7660400B2 (en) * 2003-12-19 2010-02-09 At&T Intellectual Property Ii, L.P. Method and apparatus for automatically building conversational systems
US7409690B2 (en) * 2003-12-19 2008-08-05 International Business Machines Corporation Application module for managing interactions of distributed modality components
US8214745B2 (en) * 2004-01-05 2012-07-03 International Business Machines Corporation Methods, systems and computer program products for assisted browser navigation
US7647227B1 (en) * 2004-04-06 2010-01-12 Tuvox, Inc. Machine assisted speech generation for a conversational voice response system
US7308083B2 (en) * 2004-06-30 2007-12-11 Glenayre Electronics, Inc. Message durability and retrieval in a geographically distributed voice messaging system
US7551727B2 (en) * 2004-10-20 2009-06-23 Microsoft Corporation Unified messaging architecture
US7912186B2 (en) * 2004-10-20 2011-03-22 Microsoft Corporation Selectable state machine user interface system
US7920681B2 (en) * 2004-11-05 2011-04-05 International Business Machines Corporation System, apparatus, and methods for creating alternate-mode applications
US9083798B2 (en) * 2004-12-22 2015-07-14 Nuance Communications, Inc. Enabling voice selection of user preferences
US7505569B2 (en) * 2005-03-18 2009-03-17 International Business Machines Corporation Diagnosing voice application issues of an operational environment
US20060235694A1 (en) * 2005-04-14 2006-10-19 International Business Machines Corporation Integrating conversational speech into Web browsers
JP4705406B2 (en) 2005-05-13 2011-06-22 富士通株式会社 Multimodal control device and multimodal control method
US7813485B2 (en) * 2005-05-26 2010-10-12 International Business Machines Corporation System and method for seamlessly integrating an interactive visual menu with an voice menu provided in an interactive voice response system
US20060287858A1 (en) * 2005-06-16 2006-12-21 Cross Charles W Jr Modifying a grammar of a hierarchical multimodal menu with keywords sold to customers
US8090584B2 (en) 2005-06-16 2012-01-03 Nuance Communications, Inc. Modifying a grammar of a hierarchical multimodal menu in dependence upon speech command frequency
US20060287865A1 (en) * 2005-06-16 2006-12-21 Cross Charles W Jr Establishing a multimodal application voice
US7917365B2 (en) * 2005-06-16 2011-03-29 Nuance Communications, Inc. Synchronizing visual and speech events in a multimodal application
US7640160B2 (en) 2005-08-05 2009-12-29 Voicebox Technologies, Inc. Systems and methods for responding to natural language speech utterance
US7620549B2 (en) * 2005-08-10 2009-11-17 Voicebox Technologies, Inc. System and method of supporting adaptive misrecognition in conversational speech
US7949529B2 (en) * 2005-08-29 2011-05-24 Voicebox Technologies, Inc. Mobile systems and methods of supporting natural language human-machine interactions
WO2007027989A2 (en) 2005-08-31 2007-03-08 Voicebox Technologies, Inc. Dynamic speech sharpening
US8073700B2 (en) 2005-09-12 2011-12-06 Nuance Communications, Inc. Retrieval and presentation of network service results for mobile device using a multimodal browser
US7487453B2 (en) * 2006-03-24 2009-02-03 Sap Ag Multi-modal content presentation
US9208785B2 (en) * 2006-05-10 2015-12-08 Nuance Communications, Inc. Synchronizing distributed speech recognition
US7848314B2 (en) * 2006-05-10 2010-12-07 Nuance Communications, Inc. VOIP barge-in support for half-duplex DSR client on a full-duplex network
US20070274297A1 (en) * 2006-05-10 2007-11-29 Cross Charles W Jr Streaming audio from a full-duplex network through a half-duplex device
US7676371B2 (en) * 2006-06-13 2010-03-09 Nuance Communications, Inc. Oral modification of an ASR lexicon of an ASR engine
US8332218B2 (en) 2006-06-13 2012-12-11 Nuance Communications, Inc. Context-based grammars for automated speech recognition
US8374874B2 (en) 2006-09-11 2013-02-12 Nuance Communications, Inc. Establishing a multimodal personality for a multimodal application in dependence upon attributes of user interaction
US8145493B2 (en) 2006-09-11 2012-03-27 Nuance Communications, Inc. Establishing a preferred mode of interaction between a user and a multimodal application
US7957976B2 (en) * 2006-09-12 2011-06-07 Nuance Communications, Inc. Establishing a multimodal advertising personality for a sponsor of a multimodal application
US8086463B2 (en) 2006-09-12 2011-12-27 Nuance Communications, Inc. Dynamically generating a vocal help prompt in a multimodal application
US8073697B2 (en) * 2006-09-12 2011-12-06 International Business Machines Corporation Establishing a multimodal personality for a multimodal application
US8112550B2 (en) * 2006-09-19 2012-02-07 Tacoda Llc System and method for preserving consumer choice
US8073681B2 (en) 2006-10-16 2011-12-06 Voicebox Technologies, Inc. System and method for a cooperative conversational voice user interface
US7827033B2 (en) 2006-12-06 2010-11-02 Nuance Communications, Inc. Enabling grammars in web page frames
US7818176B2 (en) * 2007-02-06 2010-10-19 Voicebox Technologies, Inc. System and method for selecting and presenting advertisements based on natural language processing of voice-based input
US8069047B2 (en) * 2007-02-12 2011-11-29 Nuance Communications, Inc. Dynamically defining a VoiceXML grammar in an X+V page of a multimodal application
US8150698B2 (en) * 2007-02-26 2012-04-03 Nuance Communications, Inc. Invoking tapered prompts in a multimodal application
US7801728B2 (en) 2007-02-26 2010-09-21 Nuance Communications, Inc. Document session replay for multimodal applications
US7809575B2 (en) * 2007-02-27 2010-10-05 Nuance Communications, Inc. Enabling global grammars for a particular multimodal application
US9208783B2 (en) * 2007-02-27 2015-12-08 Nuance Communications, Inc. Altering behavior of a multimodal application based on location
US7840409B2 (en) * 2007-02-27 2010-11-23 Nuance Communications, Inc. Ordering recognition results produced by an automatic speech recognition engine for a multimodal application
US8713542B2 (en) * 2007-02-27 2014-04-29 Nuance Communications, Inc. Pausing a VoiceXML dialog of a multimodal application
US20080208589A1 (en) * 2007-02-27 2008-08-28 Cross Charles W Presenting Supplemental Content For Digital Media Using A Multimodal Application
US20080208586A1 (en) * 2007-02-27 2008-08-28 Soonthorn Ativanichayaphong Enabling Natural Language Understanding In An X+V Page Of A Multimodal Application
US7822608B2 (en) * 2007-02-27 2010-10-26 Nuance Communications, Inc. Disambiguating a speech recognition grammar in a multimodal application
US8938392B2 (en) * 2007-02-27 2015-01-20 Nuance Communications, Inc. Configuring a speech engine for a multimodal application based on location
US8843376B2 (en) * 2007-03-13 2014-09-23 Nuance Communications, Inc. Speech-enabled web content searching using a multimodal browser
US7945851B2 (en) * 2007-03-14 2011-05-17 Nuance Communications, Inc. Enabling dynamic voiceXML in an X+V page of a multimodal application
US8515757B2 (en) 2007-03-20 2013-08-20 Nuance Communications, Inc. Indexing digitized speech with words represented in the digitized speech
US8670987B2 (en) * 2007-03-20 2014-03-11 Nuance Communications, Inc. Automatic speech recognition with dynamic grammar rules
US20080235029A1 (en) * 2007-03-23 2008-09-25 Cross Charles W Speech-Enabled Predictive Text Selection For A Multimodal Application
US8909532B2 (en) * 2007-03-23 2014-12-09 Nuance Communications, Inc. Supporting multi-lingual user interaction with a multimodal application
US8788620B2 (en) * 2007-04-04 2014-07-22 International Business Machines Corporation Web service support for a multimodal client processing a multimodal application
US8862475B2 (en) * 2007-04-12 2014-10-14 Nuance Communications, Inc. Speech-enabled content navigation and control of a distributed multimodal browser
US8725513B2 (en) * 2007-04-12 2014-05-13 Nuance Communications, Inc. Providing expressive user interaction with a multimodal application
US9065911B2 (en) * 2007-09-28 2015-06-23 Nuance Communications, Inc. System, method and architecture for control and multi-modal synchronization of speech browsers
US8140335B2 (en) 2007-12-11 2012-03-20 Voicebox Technologies, Inc. System and method for providing a natural language voice user interface in an integrated voice navigation services environment
US8121837B2 (en) * 2008-04-24 2012-02-21 Nuance Communications, Inc. Adjusting a speech engine for a mobile computing device based on background noise
US8229081B2 (en) * 2008-04-24 2012-07-24 International Business Machines Corporation Dynamically publishing directory information for a plurality of interactive voice response systems
US8082148B2 (en) 2008-04-24 2011-12-20 Nuance Communications, Inc. Testing a grammar used in speech recognition for reliability in a plurality of operating environments having different background noise
US9349367B2 (en) * 2008-04-24 2016-05-24 Nuance Communications, Inc. Records disambiguation in a multimodal application operating on a multimodal device
US8214242B2 (en) * 2008-04-24 2012-07-03 International Business Machines Corporation Signaling correspondence between a meeting agenda and a meeting discussion
US8307300B1 (en) * 2008-05-13 2012-11-06 Google Inc. Content resizing and caching in multi-process browser architecture
US9305548B2 (en) 2008-05-27 2016-04-05 Voicebox Technologies Corporation System and method for an integrated, multi-modal, multi-device natural language voice services environment
US8589161B2 (en) * 2008-05-27 2013-11-19 Voicebox Technologies, Inc. System and method for an integrated, multi-modal, multi-device natural language voice services environment
US8326637B2 (en) 2009-02-20 2012-12-04 Voicebox Technologies, Inc. System and method for processing multi-modal device interactions in a natural language voice services environment
US8380513B2 (en) * 2009-05-19 2013-02-19 International Business Machines Corporation Improving speech capabilities of a multimodal application
US8290780B2 (en) 2009-06-24 2012-10-16 International Business Machines Corporation Dynamically extending the speech prompts of a multimodal application
US8510117B2 (en) * 2009-07-09 2013-08-13 Nuance Communications, Inc. Speech enabled media sharing in a multimodal application
US8416714B2 (en) * 2009-08-05 2013-04-09 International Business Machines Corporation Multimodal teleconferencing
US9502025B2 (en) 2009-11-10 2016-11-22 Voicebox Technologies Corporation System and method for providing a natural language content dedication service
US9171541B2 (en) 2009-11-10 2015-10-27 Voicebox Technologies Corporation System and method for hybrid processing in a natural language voice services environment
US8548135B1 (en) 2010-02-03 2013-10-01 Tal Lavian Systems and methods for visual presentation and selection of IVR menu
US8537989B1 (en) 2010-02-03 2013-09-17 Tal Lavian Device and method for providing enhanced telephony
US8903073B2 (en) 2011-07-20 2014-12-02 Zvi Or-Bach Systems and methods for visual presentation and selection of IVR menu
US8406388B2 (en) 2011-07-18 2013-03-26 Zvi Or-Bach Systems and methods for visual presentation and selection of IVR menu
US8879698B1 (en) 2010-02-03 2014-11-04 Tal Lavian Device and method for providing enhanced telephony
US8572303B2 (en) 2010-02-03 2013-10-29 Tal Lavian Portable universal communication device
US8681951B1 (en) 2010-02-03 2014-03-25 Tal Lavian Systems and methods for visual presentation and selection of IVR menu
US8548131B1 (en) 2010-02-03 2013-10-01 Tal Lavian Systems and methods for communicating with an interactive voice response system
US8625756B1 (en) 2010-02-03 2014-01-07 Tal Lavian Systems and methods for visual presentation and selection of IVR menu
US8594280B1 (en) 2010-02-03 2013-11-26 Zvi Or-Bach Systems and methods for visual presentation and selection of IVR menu
US8687777B1 (en) 2010-02-03 2014-04-01 Tal Lavian Systems and methods for visual presentation and selection of IVR menu
US9001819B1 (en) 2010-02-18 2015-04-07 Zvi Or-Bach Systems and methods for visual presentation and selection of IVR menu
US8553859B1 (en) 2010-02-03 2013-10-08 Tal Lavian Device and method for providing enhanced telephony
US9363375B1 (en) 2010-10-12 2016-06-07 Egain Communications Interaction using content
US20120185543A1 (en) * 2011-01-18 2012-07-19 Samsung Electronics Co., Ltd. Apparatus and method for sharing information on a webpage
US9263045B2 (en) * 2011-05-17 2016-02-16 Microsoft Technology Licensing, Llc Multi-mode text input
US8868684B2 (en) * 2011-06-17 2014-10-21 At&T Intellectual Property I, L.P. Telepresence simulation with multiple interconnected devices
US9135914B1 (en) * 2011-09-30 2015-09-15 Google Inc. Layered mobile application user interfaces
US8843820B1 (en) * 2012-02-29 2014-09-23 Google Inc. Content script blacklisting for use with browser extensions
US8731148B1 (en) 2012-03-02 2014-05-20 Tal Lavian Systems and methods for visual presentation and selection of IVR menu
US8867708B1 (en) 2012-03-02 2014-10-21 Tal Lavian Systems and methods for visual presentation and selection of IVR menu
US10474728B2 (en) * 2012-03-21 2019-11-12 Oath Inc. Seamless browsing between devices
WO2014005640A1 (en) * 2012-07-05 2014-01-09 Nec Europe Ltd. Method and system for disallowing conflicting web application events
US9323730B2 (en) * 2012-09-05 2016-04-26 Hbr Labs Llc Platform and method for real-time synchronized co-browsing of web pages
US9626703B2 (en) 2014-09-16 2017-04-18 Voicebox Technologies Corporation Voice commerce
US9898459B2 (en) 2014-09-16 2018-02-20 Voicebox Technologies Corporation Integration of domain information into state transitions of a finite state transducer for natural language processing
EP3207467A4 (en) 2014-10-15 2018-05-23 VoiceBox Technologies Corporation System and method for providing follow-up responses to prior natural language inputs of a user
US10431214B2 (en) 2014-11-26 2019-10-01 Voicebox Technologies Corporation System and method of determining a domain and/or an action related to a natural language input
US10614799B2 (en) 2014-11-26 2020-04-07 Voicebox Technologies Corporation System and method of providing intent predictions for an utterance prior to a system detection of an end of the utterance
US9904450B2 (en) * 2014-12-19 2018-02-27 At&T Intellectual Property I, L.P. System and method for creating and sharing plans through multimodal dialog
US10402038B2 (en) 2015-01-08 2019-09-03 Hand Held Products, Inc. Stack handling using multiple primary user interfaces
US11081087B2 (en) * 2015-01-08 2021-08-03 Hand Held Products, Inc. Multiple primary user interfaces
US10061565B2 (en) 2015-01-08 2018-08-28 Hand Held Products, Inc. Application development using mutliple primary user interfaces
US10262660B2 (en) 2015-01-08 2019-04-16 Hand Held Products, Inc. Voice mode asset retrieval
US10331784B2 (en) 2016-07-29 2019-06-25 Voicebox Technologies Corporation System and method of disambiguating natural language processing requests
US10795701B2 (en) * 2018-11-20 2020-10-06 Express Scripts Strategic Development, Inc. System and method for guiding a user to a goal in a user interface
US11134149B1 (en) * 2020-06-15 2021-09-28 Verizon Patent And Licensing Inc. Systems and methods for providing multi-modal interaction via user equipment

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5809415A (en) * 1995-12-11 1998-09-15 Unwired Planet, Inc. Method and architecture for an interactive two-way data communication network
US5944791A (en) * 1996-10-04 1999-08-31 Contigo Software Llc Collaborative web browser
US6018710A (en) * 1996-12-13 2000-01-25 Siemens Corporate Research, Inc. Web-based interactive radio environment: WIRE
US6101510A (en) * 1997-01-29 2000-08-08 Microsoft Corporation Web browser control for incorporating web browser functionality into application programs
US6125376A (en) * 1997-04-10 2000-09-26 At&T Corp Method and apparatus for voice interaction over a network using parameterized interaction definitions
US6195357B1 (en) * 1996-09-24 2001-02-27 Intervoice Limited Partnership Interactive information transaction processing system with universal telephony gateway capabilities
US6349132B1 (en) * 1999-12-16 2002-02-19 Talk2 Technology, Inc. Voice interface for electronic documents
US6418199B1 (en) * 1997-12-05 2002-07-09 Jeffrey Perrone Voice control of a server
US6430599B1 (en) * 1999-06-15 2002-08-06 Sun Microsystems, Inc. Just-in-time services for small footprint devices
US6494762B1 (en) * 2000-03-31 2002-12-17 Matsushita Electrical Industrial Co., Ltd. Portable electronic subscription device and service
US6594348B1 (en) * 1999-02-24 2003-07-15 Pipebeach Ab Voice browser and a method at a voice browser
US6601170B1 (en) * 1999-12-30 2003-07-29 Clyde Riley Wallace, Jr. Secure internet user state creation method and system with user supplied key and seeding
US6604075B1 (en) * 1999-05-20 2003-08-05 Lucent Technologies Inc. Web-based voice dialog interface
US6606611B1 (en) * 1999-02-27 2003-08-12 Emdadur Khan System and method for audio-only internet browsing using a standard telephone
US6609005B1 (en) * 2000-03-28 2003-08-19 Leap Wireless International, Inc. System and method for displaying the location of a wireless communications device wiring a universal resource locator
US6738803B1 (en) * 1999-09-03 2004-05-18 Cisco Technology, Inc. Proxy browser providing voice enabled web application audio control for telephony devices
US6807254B1 (en) * 1998-11-06 2004-10-19 Nms Communications Method and system for interactive messaging
US6820116B1 (en) * 2001-12-21 2004-11-16 Nokia Corporation Mobile browsing booster system
US6865608B2 (en) * 2000-03-31 2005-03-08 Neomedia Technologies, Inc. Method and system for simplified access to internet content on a wireless device
US6983273B2 (en) * 2002-06-27 2006-01-03 International Business Machines Corporation Iconic representation of linked site characteristics

Family Cites Families (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5133011A (en) * 1990-12-26 1992-07-21 International Business Machines Corporation Method and apparatus for linear vocal control of cursor position
US6968375B1 (en) * 1997-03-28 2005-11-22 Health Hero Network, Inc. Networked system for interactive communication and remote monitoring of individuals
US5835077A (en) * 1995-01-13 1998-11-10 Remec, Inc., Computer control device
GB2317070A (en) * 1996-09-07 1998-03-11 Ibm Voice processing/internet system
US6816880B1 (en) * 1997-03-26 2004-11-09 Concerto Software, Inc. Browser user inter face for client workstation
US5954798A (en) * 1997-10-06 1999-09-21 Ncr Corporation Mechanism for dependably managing web synchronization and tracking operations among multiple browsers
US6418471B1 (en) * 1997-10-06 2002-07-09 Ncr Corporation Method for recording and reproducing the browsing activities of an individual web browser
US6151622A (en) * 1998-02-02 2000-11-21 International Business Machines Corp. Method and system for portably enabling view synchronization over the world-wide web using frame hierarchies
US6859451B1 (en) 1998-04-21 2005-02-22 Nortel Networks Limited Server for handling multimodal information
US6453342B1 (en) * 1998-12-03 2002-09-17 International Business Machines Corporation Method and apparatus for selective caching and cleaning of history pages for web browsers
US6922733B1 (en) * 1999-06-30 2005-07-26 International Business Machines Corporation Method for coordinating visual and speech web browsers
US6976077B1 (en) * 1999-07-06 2005-12-13 Microsoft Corporation Automatic and transparent synchronization of server-side state information with a client application
US8448059B1 (en) * 1999-09-03 2013-05-21 Cisco Technology, Inc. Apparatus and method for providing browser audio control for voice enabled web applications
US6404884B1 (en) * 1999-10-08 2002-06-11 Grape Technology Group, Inc. Personalized assistance system and method
US7685252B1 (en) * 1999-10-12 2010-03-23 International Business Machines Corporation Methods and systems for multi-modal browsing and implementation of a conversational markup language
JP2001264667A (en) * 2000-03-15 2001-09-26 Sony Corp Optical scanning device
US6976094B1 (en) * 2000-05-09 2005-12-13 Nortel Networks Limited Automated web browser synchronization by using session initiation protocol during a real-time session
US7080315B1 (en) * 2000-06-28 2006-07-18 International Business Machines Corporation Method and apparatus for coupling a visual browser to a voice browser
AU2001283579A1 (en) * 2000-08-21 2002-03-04 Yahoo, Inc. Method and system of interpreting and presenting web content using a voice browser
US7065568B2 (en) * 2000-11-30 2006-06-20 Microsoft Corporation System and method for managing states and user context over stateless protocols
US6999607B2 (en) * 2001-02-20 2006-02-14 Cytokinetics, Inc. Method and apparatus for automated cellular bioinformatics
US7225225B2 (en) * 2001-03-30 2007-05-29 Sharp Laboratories Of America, Inc. Selective synchronization of web browsers
US6983307B2 (en) 2001-07-11 2006-01-03 Kirusa, Inc. Synchronization among plural browsers
AU2003225577A1 (en) * 2002-02-18 2003-09-09 Kirusa, Inc. A technique for synchronizing visual and voice browsers to enable multi-modal browsing
US6807529B2 (en) * 2002-02-27 2004-10-19 Motorola, Inc. System and method for concurrent multimodal communication

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5809415A (en) * 1995-12-11 1998-09-15 Unwired Planet, Inc. Method and architecture for an interactive two-way data communication network
US6195357B1 (en) * 1996-09-24 2001-02-27 Intervoice Limited Partnership Interactive information transaction processing system with universal telephony gateway capabilities
US5944791A (en) * 1996-10-04 1999-08-31 Contigo Software Llc Collaborative web browser
US6018710A (en) * 1996-12-13 2000-01-25 Siemens Corporate Research, Inc. Web-based interactive radio environment: WIRE
US6101510A (en) * 1997-01-29 2000-08-08 Microsoft Corporation Web browser control for incorporating web browser functionality into application programs
US6125376A (en) * 1997-04-10 2000-09-26 At&T Corp Method and apparatus for voice interaction over a network using parameterized interaction definitions
US6418199B1 (en) * 1997-12-05 2002-07-09 Jeffrey Perrone Voice control of a server
US6807254B1 (en) * 1998-11-06 2004-10-19 Nms Communications Method and system for interactive messaging
US6594348B1 (en) * 1999-02-24 2003-07-15 Pipebeach Ab Voice browser and a method at a voice browser
US6606611B1 (en) * 1999-02-27 2003-08-12 Emdadur Khan System and method for audio-only internet browsing using a standard telephone
US6604075B1 (en) * 1999-05-20 2003-08-05 Lucent Technologies Inc. Web-based voice dialog interface
US6430599B1 (en) * 1999-06-15 2002-08-06 Sun Microsystems, Inc. Just-in-time services for small footprint devices
US6738803B1 (en) * 1999-09-03 2004-05-18 Cisco Technology, Inc. Proxy browser providing voice enabled web application audio control for telephony devices
US6349132B1 (en) * 1999-12-16 2002-02-19 Talk2 Technology, Inc. Voice interface for electronic documents
US6601170B1 (en) * 1999-12-30 2003-07-29 Clyde Riley Wallace, Jr. Secure internet user state creation method and system with user supplied key and seeding
US6609005B1 (en) * 2000-03-28 2003-08-19 Leap Wireless International, Inc. System and method for displaying the location of a wireless communications device wiring a universal resource locator
US6494762B1 (en) * 2000-03-31 2002-12-17 Matsushita Electrical Industrial Co., Ltd. Portable electronic subscription device and service
US6865608B2 (en) * 2000-03-31 2005-03-08 Neomedia Technologies, Inc. Method and system for simplified access to internet content on a wireless device
US6820116B1 (en) * 2001-12-21 2004-11-16 Nokia Corporation Mobile browsing booster system
US6983273B2 (en) * 2002-06-27 2006-01-03 International Business Machines Corporation Iconic representation of linked site characteristics

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060117107A1 (en) * 2001-07-12 2006-06-01 Yahoo! Inc. Method and system for enabling a script on a first computer to exchange data with a script on a second computer over a network
US7650378B2 (en) * 2001-07-12 2010-01-19 Yahoo! Inc. Method and system for enabling a script on a first computer to exchange data with a script on a second computer over a network
US7149776B1 (en) * 2001-08-31 2006-12-12 Oracle International Corp. System and method for real-time co-browsing
US20050066037A1 (en) * 2002-04-10 2005-03-24 Yu Song Browser session mobility system for multi-platform applications
US20090171669A1 (en) * 2007-12-31 2009-07-02 Motorola, Inc. Methods and Apparatus for Implementing Distributed Multi-Modal Applications
WO2009088718A3 (en) * 2007-12-31 2009-09-11 Motorola, Inc. Methods and apparatus for implementing distributed multi-modal applications
US8386260B2 (en) 2007-12-31 2013-02-26 Motorola Mobility Llc Methods and apparatus for implementing distributed multi-modal applications
CN103198830A (en) * 2007-12-31 2013-07-10 摩托罗拉移动公司 Methods and apparatus for implementing distributed multi-modal applications

Also Published As

Publication number Publication date
US7886004B2 (en) 2011-02-08
US7584249B2 (en) 2009-09-01
US20090287849A1 (en) 2009-11-19
US6983307B2 (en) 2006-01-03
US20030046346A1 (en) 2003-03-06
USRE48126E1 (en) 2020-07-28
EP2280357A1 (en) 2011-02-02
AU2002354608A1 (en) 2003-01-29
EP1417556A2 (en) 2004-05-12
WO2003007107A3 (en) 2003-03-27
US20080098130A1 (en) 2008-04-24
WO2003007107A2 (en) 2003-01-23
EP1417556A4 (en) 2005-07-27

Similar Documents

Publication Publication Date Title
US7584249B2 (en) Synchronization among plural browsers using a state manager
US8566103B2 (en) Multi-modal web interaction over wireless network
KR101109293B1 (en) Sequential multimodal input
US8310445B2 (en) Remote-control system, remote-control apparatus, apparatus to be controlled, remote-control method, computer program, and storage medium
KR100353585B1 (en) Method for generating display control information and computer
CN102750067B (en) Large screen interaction method based on handheld device
JP2007011531A (en) Interface control program, interface control method, interface control device and plug-in program
JP4316295B2 (en) Thin client system, thin client terminal, relay device, server device, and thin client terminal screen display method
CN102193732A (en) Efficient navigation of and interaction with a remoted desktop that is larger than the local screen
KR100708265B1 (en) Information equipment remote operation system, and information equipment
US8140999B2 (en) Display process device and display process method
US20090287769A1 (en) Server unit, client unit, server-based computing system, server control method, client control method, and recording medium
JP4302057B2 (en) Seamless ubiquitous system, recording medium, and computer processing continuation method
JP4815501B2 (en) Terminal device and program
US20030206205A1 (en) Using a simple input device to browse through content on a graphical display
US20030158898A1 (en) Information processing apparatus, its control method, and program
KR101229495B1 (en) Apparatus and method for generating tab index of web page
JP2009003296A (en) Client device, server-based computing system, and program
KR20020003109A (en) System and method for offerring menu sub-windows at a mobile contents
JP4672717B2 (en) Information processing apparatus and screen display method
JP2006053893A (en) Data processing system, data processing method, processing device, terminal unit, portable terminal unit, and program
JP4774018B2 (en) Server, terminal, program and method
JP3728251B2 (en) Information processing apparatus, control method therefor, and program
JP2002366476A (en) Display method matched with device in distributed processing system, distributed processing system and storage medium
JP2013030097A (en) Information processing system and client device

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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