US20030196166A1 - Methods and apparatuses for display and traversing of links in page character array - Google Patents

Methods and apparatuses for display and traversing of links in page character array Download PDF

Info

Publication number
US20030196166A1
US20030196166A1 US10/443,683 US44368303A US2003196166A1 US 20030196166 A1 US20030196166 A1 US 20030196166A1 US 44368303 A US44368303 A US 44368303A US 2003196166 A1 US2003196166 A1 US 2003196166A1
Authority
US
United States
Prior art keywords
link
links
characters
laying out
link group
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
US10/443,683
Inventor
Paul Mercer
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.)
Pixo Inc
Original Assignee
Pixo 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 Pixo Inc filed Critical Pixo Inc
Priority to US10/443,683 priority Critical patent/US20030196166A1/en
Publication of US20030196166A1 publication Critical patent/US20030196166A1/en
Priority to US11/735,293 priority patent/US8527861B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0489Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using dedicated keyboard keys or combinations thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • G06F3/0238Programmable keyboards
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones

Definitions

  • the present invention pertains to the field of browsers for displaying page character arrays, such as HTML web pages, which have link characters representing links to other page character arrays.
  • page character arrays such as HTML web pages
  • link characters representing links to other page character arrays.
  • small display devices such as cellular telephones.
  • handheld devices have relatively small displays for providing information to users.
  • handheld devices are designed to be mobile, light weight, and small, which necessitates a relatively small display.
  • a cellular telephone is an example of a handheld device having a small display.
  • the cellular telephone's small display provides only enough space for a few lines of text which may include a name and a telephone number. Large amounts of text are not easily provided on a small display.
  • users of handheld devices may require more information than can be easily provided on a small display.
  • a typical user may want to have information that requires extensive text such as weather forecasts, driving directions, or stock updates. This type of information generally requires numerous lines of text that may not fit on a small display.
  • a user may desire to access an internet page having a variety of fonts identifying links or other usable information. Large amounts of information may be obtained from remote locations, such as servers on the internet, which are accessible by a handheld device, but the amount of information provided to a user is limited by the small display of the handheld device.
  • page character arrays containing, for example, HTML (Hyper Text Markup Language) code or another descriptor language's code, such as HDML, WML, SGML, or XML. Any device, such as a browser, attempting to display web pages must be able to interpret the codes in the page character arrays that describe the web pages.
  • a link character is a type of character in page character array describing a web page that represents a pointer to another web page specified by another page character array.
  • web pages include “link bars” which are a series of several links placed adjacently or in close proximity to one another.
  • the links in the link bars are sometimes separated by vertical bars, placed on separate lines, or include blank spaces between them.
  • all the links can not fit on a single line due to the limited width of the display. This results in a confusing and visually displeasing result on the small screen device.
  • Conventional browsers display link characters in page character arrays as blue underlined text. Groups of links are conventionally constructed of links characters separated by separator bars and/or blank spaces. Conventional browsers make no attempt to optimize the display of groups of links based upon the display size or hardware configuration of the machine running the browser. Conventional browsers make no attempt to provide a mechanism, other than cursor pointing and clicking, by which the user can select a link.
  • An object of the present invention is to optimize the display of groups of links for small screen displays. Another object of the present invention is to provide an efficient link selection mechanism for machines which do not have cursor pointing and clicking capabilities.
  • a method for processing a page character array finds links and creates link groups containing adjacent link characters. Adjacency of link characters is preferably defined as characters which are separated by any combination of no characters, blank space characters, line feed characters, or separator characters, such as vertical or horizontal separator bars or other separator characters. By filtering out line feeds, links which would conventionally be display as vertical link lists are detected and grouped as a link groups for optimized display according to the present invention.
  • link groups have been defined, the method lays out each link group for display in an optimized form.
  • links are displayed as buttons.
  • An optimized form of display according to the present invention includes centering all the buttons in a vertical list.
  • Another optimized form of display according to the present invention includes laying out the link group as a rectangular matrix of buttons.
  • each of the links in a link group are logically mapped to a distinct user input. For example, if a link group consists of nine links, then each of the links is mapped to one of the nine keys 1 through 9. If the link group is currently being displayed, then by pressing any of the keys 1 through 9, the machine traverses the corresponding link. As another example, in a machine with a microphone, each of the links is mapped to a specific voice command. This voice command mapping is alternatively coupled with the keystroke mapping. Thus, the user either presses the 3 key or says the word “three” to instruct the machine to traverse the third link in a link group.
  • the logical mapping of links to a distinct user input provides a mechanism for selecting the link which was not specified by the page character array, but rather which is intelligently instantiated according to the present invention.
  • the logical mapping aspect and optimized display aspect of the present invention are optionally combined for certain types of hardware.
  • the links are laid out on the display screen in a three by three rectangular matrix such that the upper left link corresponds to the key 1 and the lower right link corresponds to the key 9.
  • the links are displayed near the keys, or in horizontal and/or vertical alignment with the keys, so that the key to which a link is mapped is apparent from its position on the display screen.
  • the name of key or command to which a link is mapped is displayed within or beside the button containing the name of the link; thus, additional information not specified in the page character array is interjected into the display according to the present invention to facilitate link selection.
  • FIG. 1A illustrates a cellular telephone having software according to an embodiment of the present invention.
  • FIG. 1B illustrates a block diagram of a device according to an embodiment of the present invention.
  • FIG. 2 illustrates a software and hardware block layer diagram according to an embodiment of the present invention.
  • FIG. 3 illustrates a page character array used as input to the methods according to the present invention.
  • FIG. 4 illustrates a conventional browser's display screen appearance after displaying the page character array shown in FIG. 3.
  • FIG. 5 illustrates a method of processing a page character array according to the present invention.
  • FIG. 6 illustrates a display screen appearance after displaying the page character array shown in FIG. 3 using a method according to the present invention shown in FIGS. 5 and 13.
  • FIG. 7 illustrates an input device to link correspondence table generated by a method according to the present invention shown in FIGS. 5 and 15 for the page character array shown in FIG. 3 and the display screen appearance shown in FIG. 6.
  • FIG. 8 illustrates a method of implementing the step shown in FIG. 5 of finding links and creating link groups according to the present invention.
  • FIG. 9 illustrates a continuation of the page character array shown in FIG. 3 used as input to the methods according to the present invention.
  • FIG. 10A illustrates a link group extracted from the page character array shown in FIG. 3 by a method according to the present invention shown in FIG. 8.
  • FIG. 10B illustrates another link group extracted from the page character array shown in FIGS. 3 and 9 by a method according to the present invention shown in FIG. 8.
  • FIG. 11 illustrates an intermediate page character array generated from the page character array shown in FIGS. 3 and 9 by a method according to the present invention shown in FIG. 8.
  • FIG. 12 illustrates a conventional browser's display screen appearance after displaying the page character array shown in FIG. 9.
  • FIG. 13 illustrates a method of implementing the step shown in FIG. 5 of laying out link groups for a display screen in an optimized form according to the present invention.
  • FIG. 14 illustrates a display screen appearance after displaying the page character array shown in FIG. 9 using a method according to the present invention shown in FIGS. 5 and 13.
  • FIG. 15 illustrates a method of implementing the step shown in FIG. 5 of logically mapping link groups to the distinct user input according to the present invention.
  • FIG. 16 illustrates a display screen appearance in relation to input device keys after displaying the page character array shown in FIG. 3 using a method according to the present invention shown in FIGS. 5 and 13.
  • FIG. 17 illustrates an input device to link correspondence table generated by a method according to the present invention shown in FIGS. 5 and 15 for the page character array shown in FIG. 3 and the display screen appearance shown in FIG. 16.
  • FIG. 18 illustrates a display screen appearance after displaying the page character array shown in FIG. 3 using a method according to the present invention shown in FIGS. 5 and 15.
  • FIG. 1A illustrates a device having a small display according to an embodiment of the present invention.
  • the device may be a handheld device.
  • FIG. 1A illustrates a cellular telephone 1 having a small display 15 .
  • Cellular telephone 1 also includes input device 16 and, in particular, a numeric keypad.
  • Display 15 provides a window 2 having text 3 according to an embodiment of the present invention.
  • An expanded view of window 2 and text 3 is illustrated in FIG. 3 and described below.
  • Cellular telephone 1 has wireless access to the world-wide-web (“www”) or internet 18 and/or may optionally be connected to other data networks such as the Wireless Access Protocol (“WAP”).
  • www world-wide-web
  • WAP Wireless Access Protocol
  • embodiments of the present invention may include pagers, palm top computers, personal digital assistants (“PDA”), digital video device (“DVD”) players, digital cameras, printers, or an equivalent thereof.
  • PDA personal digital assistants
  • DVD digital video device
  • an embodiment of the present invention may include any information appliance.
  • An information appliance is any mobile device that is designed to provide users with access to information stored on the device, or to information stored elsewhere when connected to data resources via a wired or wireless connection.
  • cellular telephone 1 supports wireless protocol communications, including the Global System for Mobile communications (“GSM”), Time Division Multiple Access (“TDMA”), Personal Digital Cellular (“PDC”), Code Division Multiple Access (“CDMA”), W-CDMA, or CDMA-2000.
  • GSM Global System for Mobile communications
  • TDMA Time Division Multiple Access
  • PDC Personal Digital Cellular
  • CDMA Code Division Multiple Access
  • W-CDMA Wideband Code Division Multiple Access
  • CDMA-2000 Code Division Multiple Access
  • FIG. 1B illustrates a hardware/software block diagram according to an embodiment of the present invention.
  • a device 17 according to an embodiment of the present invention includes an electronics bus 14 for electrically coupling various device components. Ellipses are shown to identify other software and hardware components that may be present in an embodiment of the present invention.
  • device 17 may be a cellular telephone which has communication software and wireless communication hardware.
  • Processor 10 is coupled to bus 14 .
  • processor 10 may be an embedded microprocessor such as a Sharp® Microelectronics ARM7 processor, a low power 32 bit reduced instruction set computer (“RISC”) processor.
  • processor 10 may be a Motorola® 68K Dragonball microprocessor.
  • processor 10 may be a Power PC, MIPS, or X86 processor.
  • Memory 11 is also coupled to bus 14 and stores link group software 12 according to an embodiment of the present invention.
  • link group software 12 may be stored on persistent storage device such as a magnetic hard disk, a floppy magnetic disk, CD-ROM or other write data storage technology, singly or in combination.
  • Memory 11 can include read-only-memory (“ROM”), ready-access-memory (“RAM”), virtual memory or other memory technology, singly or in combination.
  • ROM read-only-memory
  • RAM ready-access-memory
  • memory 11 is an approximately 50K ROM.
  • Speaker/microphone 17 is also coupled to bus 14 and is used as an audio input/output device in an embodiment of the present invention.
  • Input device 16 is coupled to bus 14 .
  • input device 16 may be a numeric keypad or a touch sensitive screen.
  • Small display 15 is also coupled to bus 14 .
  • small display 15 may be a bit map display having a pixel size of 80 ⁇ 60. In alternate embodiments, the small display 15 may have a pixel size up to and including 128 ⁇ 64, 160 ⁇ 240, or 320 ⁇ 240.
  • FIG. 2 illustrates a software and hardware block layer diagram 30 according to an embodiment of the present invention.
  • System software 32 and system hardware 31 are used in connection with application program interface 33 to support a graphical user interface 34 according to an embodiment of the present invention.
  • System software 32 may include a real time operating system software for controlling internal operation of device 17 .
  • System software 32 may also include a web browser for accessing internet 18 over a wired or wireless connection.
  • graphical user interface 34 is used to provide information and/or text to display 15 on cellular telephone 1 illustrated in FIG. 1A.
  • Link group software 12 is used in connection with graphical user interface software 34 to provide link group information to a small display 15 .
  • link group software 12 is able to map a hypertext markup language (“HTML”) page from internet 18 to small display 15 by using link group software 12 which is described below.
  • HTML hypertext markup language
  • FIG. 3 illustrates a page character array 300 used as input to the method according to the present invention.
  • the characters 301 through 309 are link characters representing links to page character arrays named A through I, respectively.
  • Characters 310 through 316 represent vertical splitter bars.
  • Characters 317 through 321 represent line feed characters, which are logically equivalent to carriage return characters.
  • Characters 322 through 331 represent text characters.
  • Character 332 represents a blank space.
  • character refers to a token of the document encoding standard, for example ASCII, UNICODE, HTML, and XML.
  • a “character” is any string or code that has some defined significance.
  • a link character represents an actionable token, such as retrieving another page character array, or executing an arbitrary computer function such as playing a sound, or initiating a computer transaction.
  • a blank space or line feed character refers to any token which creates white space or a sequence of codes that result in blank space.
  • FIG. 4 illustrates a conventional browser's display screen appearance after displaying the page character array 300 shown in FIG. 3.
  • a conventional browser displays links A through I as blue underlined text 401 through 409 which correspond to link characters 301 through 309 , respectively, shown in FIG. 3.
  • Vertical splitter bars 410 through 416 illustrated in FIG. 4 are displayed by a conventional browser as a result of interpretation of vertical splitter characters 310 through 316 shown in FIG. 3.
  • the links F, G, H, and I appear on a lower line than the links A, B, C, D, and E because line feed character 317 advances the display to the subsequent line.
  • Blank space 417 illustrated in FIG. 4 is a result of the conventional browser's interpretation of line feed characters 318 and 319 .
  • the text 418 illustrated in FIG. 4 is a result of the conventional browser's interpretation of text characters 322 through 332 .
  • Blank space 419 is a result of the conventional browser's interpretation of line feed characters 320 and 321 shown in FIG. 3.
  • the page character array 300 contains no explicit specification that links A through I are related to each other or are to be displayed in any particular specialized manner because they are related links.
  • FIG. 5 illustrates a method 500 of processing a page character array according to the present invention.
  • the method starts with step 501 .
  • the method finds links and creates link groups (or in otherwords hyperlink groupings). As will be discussed later, link groups consist of adjacent link characters within the page character array.
  • the method lays out the link groups created in step 502 for display in an optimized form.
  • link groups created in step 502 are logically mapped to a distinct user input, such as the touching of a specific key, or the receipt of a specific voice command.
  • the method 500 is finished at step 505 . It is to be noted that steps 503 and 504 are alternatively optional according to the present invention.
  • step 504 either an optimized display can be generated according to the present invention in step 503 or a logical mapping of the link groups to a distinct user input can be performed by step 504 .
  • step 503 or step 504 is omitted according to the present invention. In the preferred embodiment, however, both steps 503 and 504 are performed according to the present invention.
  • FIG. 6 illustrates a display screen appearance 600 after displaying the page character array shown in FIG. 3 using a method according to the present invention shown in FIGS. 5 and 13. Buttons 601 through 609 are a result of the interpretation of link characters 301 through 309 by the method according to the present invention.
  • the display screen appearance 600 illustrated in FIG. 6 represents one possible optimized screen display corresponding to a nine link group detected in step 502 and displayed in step 503 as the display screen appearance 600 .
  • There are many other possible screen layouts which may be created in alternative to display screen appearance 600 as will be described below, according to the present invention.
  • FIG. 7 illustrates an input device to link correspondence table 700 generated by a method according to the present invention shown in FIGS. 5 and 15 for the page character array 300 shown in FIG. 3 and the display screen appearance 600 shown in FIG. 6.
  • step 504 logically maps each of the keys 1 through 9 to a corresponding one of the links A through I, as illustrated in Table 700 .
  • the link corresponding to the key pressed will be traversed by the method according to the present invention.
  • FIG. 8 illustrate a method of implementing the step shown in FIG. 5 of finding links and creating link groups according to the present invention.
  • the method 502 illustrated in FIG. 8 is an exploded view of the method step 502 shown in FIG. 5 and represents the presently preferred embodiment for executing the step 502 shown in FIG. 5.
  • the method starts at step 801 and at step 802 the page character array is accessed. The next character is retrieved from the page character array at step 803 . Test 804 determines if the character retrieved in step 803 is a link.
  • Test 804 detects all such link characters. If the character retrieved in step 803 is a link, then the method 502 opens a new empty link group at step 805 . At step 806 , the character previously determined by step 804 to be a link is added to the new link group created in step 805 . The next character in the page character array is then retrieved at step 807 . Test 808 determines if the character retrieved by step 807 is a link. If the character is a link then the method reverts to step 806 and that link is added to the current link group which was previously created in step 805 .
  • step 807 determines if the character is a blank space or line feed character. If the character retrieved in step 807 is a blank space or line feed, then the method 502 essentially filters it out of the page character array by advancing back to step 807 to retrieve the next subsequent character. If the character is not a blank space or line feed, then step 810 determines if the character is a link separator character.
  • Link separator characters are alternatively any one of vertical splitter characters, horizontal splitter characters, or other arbitrary characters, such as a plus or minus sign, which are used to separate link characters.
  • step 810 If the character is determined to be a link separator by step 810 , it is also essentially filtered out by the method 502 because the method then reverts back to step 807 to retrieve the next subsequent character. However, if the character is not a link separator, then the link group opened in step 805 is closed at step 811 . The method then reverts to step 803 to retrieve the next character in the page character array. If at any point steps 803 or 807 do not detect any more characters in the page character array, then the method is done at step 812 as the page character array has been fully parsed.
  • FIG. 9 illustrates a continuation of the page character array 300 shown in FIG. 3 used as input to the methods according to the present invention.
  • Characters 901 through 904 represent links
  • characters 905 through 908 represent blank spaces
  • character 909 represents a line feed or carriage return.
  • FIG. 10A illustrates a link group extracted from the page character array 300 shown in FIG. 3 by a method 502 according to the present invention shown in FIG. 8. Specifically, all of the link characters 301 through 309 illustrated in FIG. 3 have been grouped into a first link group 1000 containing only the characters representing the links. The vertical splitter characters 310 through 316 as well as the line feed character 317 shown in FIG. 3 have been filtered out by the method 502 .
  • FIG. 10B illustrates another link group 1050 extracted from the page character array 900 shown in FIGS. 3 and 9 by a method 502 according to the present invention shown in FIG. 8. Specifically, link characters 901 through 904 have been grouped into a second link group 1050 by the method 502 . Blank space characters 905 - 908 have been filtered out, along with line feed character 909 .
  • FIG. 11 illustrates an intermediate page character array 1100 generated from the page character array shown in FIGS. 3 and 9 by a method 502 according to the present invention and shown in FIG. 8. Specifically, the method 502 has detected the first link group 1000 and second link group 1050 and replaced them with characters 1101 and 1102 representing pointers to the link groups 1000 and 1050 , respectively. The remaining characters and the intermediate page character array 1100 represent characters from the page character array 300 which were not grouped into a link group.
  • FIG. 12 illustrates a conventional browser's display screen appearance 1200 after displaying the page character array 900 shown in FIG. 9.
  • Link characters 901 through 904 are interpreted by a conventional browser and displayed as blue underlined text 1201 through 1204 , respectively.
  • Blank space characters 905 and 906 are interpreted by a conventional browser and create the space 1205 illustrated in FIG. 12.
  • blank space characters 907 and 908 correspond to space 1206 illustrated in FIG. 12.
  • Line feed character 909 is interpreted by a conventional browser to place the subsequent characters on a lower line, which creates the two-line appearance 1200 illustrated in FIG. 12.
  • FIG. 13 illustrates a method of implementing the step 503 shown in FIG. 5 of laying out link groups for a display screen in an optimized form according to the present invention.
  • the method starts at 1301 .
  • link characters are laid out as buttons, such as illustrated in FIG. 6.
  • a button is preferably enclosed by a circular or oval shaped boundary.
  • the method 503 lays out the buttons in predetermined screen locations based upon the hardware upon which the method is executing.
  • the method is completed at step 1304 .
  • FIG. 13 illustrates the method of implementing step 503 shown in FIG. 5, and is therefore an exploded view of the steps required to implement step 503 shown in FIG. 5.
  • FIG. 14 illustrates a display screen appearance 1400 after displaying the page character array 900 shown in FIG. 9 using a method 502 according to the present invention shown in FIGS. 5 and 13.
  • buttons 1401 through 1402 correspond to characters 901 through 904 shown in FIG. 9.
  • buttons 1400 through 1404 are horizontally centered in a vertical list. This horizontal centering represents an embodiment of an optimized form of display of a link group according to the present invention.
  • FIG. 15 illustrates a method 504 of implementing the step shown in FIG. 5 of logically mapping link groups to distinct user input according to the present invention.
  • the method starts at step 1501 .
  • Test 1502 determines if a link group is currently in the display screen. If the link group is not currently in the display screen, then the method ends at step 1505 . In otherwords, no action is taken by step 504 in the event that a link group is not currently being displayed in the display screen.
  • Step 1303 illustrated in FIG. 13 lays out the buttons in a predetermined screen location based upon a hardware in a logical frame buffer. Only a portion of the logical frame buffer is actually displayed at any given time.
  • step 1503 creates a correspondence between the links and the displayed link group and key strokes or voice commands. This is illustrated, for example, by the Table 700 shown in FIG. 7.
  • step 1504 the machine interprets key strokes or voice commands as a command to traverse the corresponding link. If a link group is not currently in the display screen, then key strokes or voice commands are not interpreted as link invocations.
  • FIG. 16 illustrates a display screen appearance 1600 in relation to input device keys 1601 through 1605 after displaying the page character array 300 shown in FIG. 3 using a method 500 according to the present invention shown in FIGS. 5 and 13.
  • the links A through F shown in FIG. 16 are selected by the user by pressing one of the L or R keys 1601 or 1602 and one of the T, M, or B keys 1603 through 1605 .
  • link A is traversed by pressing the L key 1601 and the T key 1603 .
  • the F link is traversed by pressing the R key 1602 and the B key 1605 .
  • FIG. 16 illustrates a display screen appearance 1600 in relation to input device keys 1601 through 1605 after displaying the page character array 300 shown in FIG. 3 using a method 500 according to the present invention shown in FIGS. 5 and 13.
  • the links A through F shown in FIG. 16 are selected by the user by pressing one of the L or R keys 1601 or 1602 and one of the T, M, or B keys 1603 through 1605 .
  • links are laid out in optimized form by step 503 so as to be vertically and horizontally aligned with the input keys to which they are logically mapped by step 504 .
  • Another example of the combination of steps 503 and 504 is found in FIG. 6, where links A through I are laid out so as to physically correspond to numbers 1 through 9 on a standard telephonic keypad.
  • FIG. 17 illustrates an input device to link correspondence table 1700 generated by a method 504 according to the present invention shown in FIGS. 5 and 15 for the page character array 300 shown in FIG. 3 and the display screen appearance shown in FIG. 16. Specifically, each of the links is mapped to a unique combination of the keys 1601 through 1605 .
  • FIG. 18 illustrates a display screen appearance 1800 after displaying the page character array 300 shown in FIG. 3 using a method according to the present invention shown in FIGS. 5 and 15.
  • the keys to which links A, B, and C are logically mapped by step 504 are actually displayed along side the link names.
  • the present invention optionally displays in step 503 an indication of the physical key to which the link is mapped in step 504 .
  • link C is selected by pressing the 3 key as shown in the screen display appearance 1800 .
  • the indication of the corresponding mapped keystroke is laid out as a small captioned box next to or above the layout of the link (not unlike a footnote) to indicate the mapping relationship.
  • the method 504 preferably maintains the mapping of keys 4 , 5 , and 6 to links D, E, and F, and therefore links A, B, and C are still selectable by the user by depressing the appropriate keys even though they are no longer visible on the display screen.

Abstract

A method for processing a page character array finds links and creates link groups containing adjacent link characters. Adjacency of link characters is preferably defined as characters which are separated by any combination of no characters, blank space characters, line feed characters, or separator characters, such as vertical or horizontal separator bars or other separator characters. Once link groups have been defined, the method lays out each link group for display in an optimized form. Links are displayed as buttons. An optimized form of display includes centering all the buttons in a vertical list. Another optimized form of display includes laying out the link group as a rectangular matrix of buttons. According to another aspect, each of the links in a link group are logically mapped to a distinct user input, such as a key or voice command. The logical mapping aspect and optimized display aspect are optionally combined for certain types of hardware. For example, if keys are physically adjacent to any part of the display, the links are displayed near the keys, or in horizontal and/or vertical alignment with the keys, so that the key to which a link is mapped is apparent from its position on the display screen. As another example, the name of key or command to which a link is mapped is displayed within or beside the button containing the name of the link.

Description

  • This application is a continuation of application Ser. No. 09/374,223, filed Aug. 13, 1999, now abandoned. [0001]
  • CROSS REFERENCE TO RELATED PATENT
  • The following U.S. Patent is assigned to the assignee of the present application, and its disclosure is incorporated herein by reference: [0002]
  • U.S. Pat. No. 6,547,830, issued Apr. 15, 2003, by Paul Mercer and entitled, “METHOD AND ARTICLE OF MANUFACTURE FOR MAXIMIZING THE AMOUNT OF TEXT DISPLAYED.”[0003]
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0004]
  • The present invention pertains to the field of browsers for displaying page character arrays, such as HTML web pages, which have link characters representing links to other page character arrays. Specifically, the present invention pertains to the field of small display devices, such as cellular telephones. [0005]
  • 2. Discussion of the Related Art [0006]
  • Many devices, such as handheld devices, have relatively small displays for providing information to users. Typically, handheld devices are designed to be mobile, light weight, and small, which necessitates a relatively small display. A cellular telephone is an example of a handheld device having a small display. The cellular telephone's small display provides only enough space for a few lines of text which may include a name and a telephone number. Large amounts of text are not easily provided on a small display. [0007]
  • Moreover, users of handheld devices may require more information than can be easily provided on a small display. A typical user may want to have information that requires extensive text such as weather forecasts, driving directions, or stock updates. This type of information generally requires numerous lines of text that may not fit on a small display. For example, a user may desire to access an internet page having a variety of fonts identifying links or other usable information. Large amounts of information may be obtained from remote locations, such as servers on the internet, which are accessible by a handheld device, but the amount of information provided to a user is limited by the small display of the handheld device. [0008]
  • The content of internet web pages are specified by page character arrays containing, for example, HTML (Hyper Text Markup Language) code or another descriptor language's code, such as HDML, WML, SGML, or XML. Any device, such as a browser, attempting to display web pages must be able to interpret the codes in the page character arrays that describe the web pages. A link character is a type of character in page character array describing a web page that represents a pointer to another web page specified by another page character array. [0009]
  • Conventional browsers display link characters in page character arrays as blue underlined text. Groups of links are conventionally constructed of link characters separated by separator bars and/or blank spaces. Conventional browsers make no attempt to optimize the display of groups of links based upon the display size or hardware configuration of the machine running the browser. In other words, aside from underlining the links and coloring them blue, a conventional browser makes no other decisions about how to display a link. Links may be interspersed with text, graphics, and other links; the placement of the link on the display depends upon the surrounding context. [0010]
  • Frequently, web pages include “link bars” which are a series of several links placed adjacently or in close proximity to one another. The links in the link bars are sometimes separated by vertical bars, placed on separate lines, or include blank spaces between them. Conventionally, there is no explicit indication in the page character array that a series of links are associated to one another. As a consequence of this fact, a series of links may be intended to fit on a single line by the author of the web page. However, when the page is accessed by a small screen device, all the links can not fit on a single line due to the limited width of the display. This results in a confusing and visually displeasing result on the small screen device. [0011]
  • Furthermore, conventional browsers make no attempt to provide a mechanism, other than cursor pointing and clicking, by which the user can select a link in a web page so that another web page can be retrieved. Small screen devices, such as cellular phones, typically do not have mouses or cursor pointing and clicking capability. [0012]
  • As is apparent from the above discussion, a need exists for an acceptable and visually pleasing way to display of groups of links for small screen displays. A need also exists for the provision of a link selection mechanism for machines which do not have cursor pointing and clicking capabilities. [0013]
  • SUMMARY OF THE INVENTION
  • Conventional browsers display link characters in page character arrays as blue underlined text. Groups of links are conventionally constructed of links characters separated by separator bars and/or blank spaces. Conventional browsers make no attempt to optimize the display of groups of links based upon the display size or hardware configuration of the machine running the browser. Conventional browsers make no attempt to provide a mechanism, other than cursor pointing and clicking, by which the user can select a link. An object of the present invention is to optimize the display of groups of links for small screen displays. Another object of the present invention is to provide an efficient link selection mechanism for machines which do not have cursor pointing and clicking capabilities. [0014]
  • According to an aspect of the present invention, a method for processing a page character array finds links and creates link groups containing adjacent link characters. Adjacency of link characters is preferably defined as characters which are separated by any combination of no characters, blank space characters, line feed characters, or separator characters, such as vertical or horizontal separator bars or other separator characters. By filtering out line feeds, links which would conventionally be display as vertical link lists are detected and grouped as a link groups for optimized display according to the present invention. [0015]
  • Once link groups have been defined, the method lays out each link group for display in an optimized form. In the preferred embodiment of the present invention, links are displayed as buttons. An optimized form of display according to the present invention includes centering all the buttons in a vertical list. Another optimized form of display according to the present invention includes laying out the link group as a rectangular matrix of buttons. [0016]
  • According to another aspect of the present invention, each of the links in a link group are logically mapped to a distinct user input. For example, if a link group consists of nine links, then each of the links is mapped to one of the nine [0017] keys 1 through 9. If the link group is currently being displayed, then by pressing any of the keys 1 through 9, the machine traverses the corresponding link. As another example, in a machine with a microphone, each of the links is mapped to a specific voice command. This voice command mapping is alternatively coupled with the keystroke mapping. Thus, the user either presses the 3 key or says the word “three” to instruct the machine to traverse the third link in a link group. The logical mapping of links to a distinct user input provides a mechanism for selecting the link which was not specified by the page character array, but rather which is intelligently instantiated according to the present invention.
  • The logical mapping aspect and optimized display aspect of the present invention are optionally combined for certain types of hardware. For example, in a cellular [0018] telephone having keys 1 through 9 physically configured in a standard three by three telephone keypad matrix, the links are laid out on the display screen in a three by three rectangular matrix such that the upper left link corresponds to the key 1 and the lower right link corresponds to the key 9. As another example, if keys are physically adjacent to any part of the display, the links are displayed near the keys, or in horizontal and/or vertical alignment with the keys, so that the key to which a link is mapped is apparent from its position on the display screen. As yet another example, the name of key or command to which a link is mapped is displayed within or beside the button containing the name of the link; thus, additional information not specified in the page character array is interjected into the display according to the present invention to facilitate link selection.
  • These and other features, aspects, and advantages of the present invention are fully described in the Detailed Description of the Invention, which discusses the Figures in narrative form.[0019]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1A illustrates a cellular telephone having software according to an embodiment of the present invention. [0020]
  • FIG. 1B illustrates a block diagram of a device according to an embodiment of the present invention. [0021]
  • FIG. 2 illustrates a software and hardware block layer diagram according to an embodiment of the present invention. [0022]
  • FIG. 3 illustrates a page character array used as input to the methods according to the present invention. [0023]
  • FIG. 4 illustrates a conventional browser's display screen appearance after displaying the page character array shown in FIG. 3. [0024]
  • FIG. 5 illustrates a method of processing a page character array according to the present invention. [0025]
  • FIG. 6 illustrates a display screen appearance after displaying the page character array shown in FIG. 3 using a method according to the present invention shown in FIGS. 5 and 13. [0026]
  • FIG. 7 illustrates an input device to link correspondence table generated by a method according to the present invention shown in FIGS. 5 and 15 for the page character array shown in FIG. 3 and the display screen appearance shown in FIG. 6. [0027]
  • FIG. 8 illustrates a method of implementing the step shown in FIG. 5 of finding links and creating link groups according to the present invention. [0028]
  • FIG. 9 illustrates a continuation of the page character array shown in FIG. 3 used as input to the methods according to the present invention. [0029]
  • FIG. 10A illustrates a link group extracted from the page character array shown in FIG. 3 by a method according to the present invention shown in FIG. 8. [0030]
  • FIG. 10B illustrates another link group extracted from the page character array shown in FIGS. 3 and 9 by a method according to the present invention shown in FIG. 8. [0031]
  • FIG. 11 illustrates an intermediate page character array generated from the page character array shown in FIGS. 3 and 9 by a method according to the present invention shown in FIG. 8. [0032]
  • FIG. 12 illustrates a conventional browser's display screen appearance after displaying the page character array shown in FIG. 9. [0033]
  • FIG. 13 illustrates a method of implementing the step shown in FIG. 5 of laying out link groups for a display screen in an optimized form according to the present invention. [0034]
  • FIG. 14 illustrates a display screen appearance after displaying the page character array shown in FIG. 9 using a method according to the present invention shown in FIGS. 5 and 13. [0035]
  • FIG. 15 illustrates a method of implementing the step shown in FIG. 5 of logically mapping link groups to the distinct user input according to the present invention. [0036]
  • FIG. 16 illustrates a display screen appearance in relation to input device keys after displaying the page character array shown in FIG. 3 using a method according to the present invention shown in FIGS. 5 and 13. [0037]
  • FIG. 17 illustrates an input device to link correspondence table generated by a method according to the present invention shown in FIGS. 5 and 15 for the page character array shown in FIG. 3 and the display screen appearance shown in FIG. 16. [0038]
  • FIG. 18 illustrates a display screen appearance after displaying the page character array shown in FIG. 3 using a method according to the present invention shown in FIGS. 5 and 15.[0039]
  • The Figures are more fully described in narrative form in the Detailed Description of the Invention. In the Figures, like method steps are labeled with like reference numerals. [0040]
  • DETAILED DESCRIPTION OF THE INVENTION
  • FIG. 1A illustrates a device having a small display according to an embodiment of the present invention. In an embodiment, the device may be a handheld device. In particular, FIG. 1A illustrates a [0041] cellular telephone 1 having a small display 15. Cellular telephone 1 also includes input device 16 and, in particular, a numeric keypad. Display 15 provides a window 2 having text 3 according to an embodiment of the present invention. An expanded view of window 2 and text 3 is illustrated in FIG. 3 and described below. Cellular telephone 1 has wireless access to the world-wide-web (“www”) or internet 18 and/or may optionally be connected to other data networks such as the Wireless Access Protocol (“WAP”).
  • While a cellular telephone embodiment of the present invention is illustrated in FIG. 1A, one of ordinary skill in the art would appreciate that many other embodiments of the present invention falls within the scope of the appended claims. For example, embodiments of the present invention may include pagers, palm top computers, personal digital assistants (“PDA”), digital video device (“DVD”) players, digital cameras, printers, or an equivalent thereof. Generally, an embodiment of the present invention may include any information appliance. An information appliance is any mobile device that is designed to provide users with access to information stored on the device, or to information stored elsewhere when connected to data resources via a wired or wireless connection. [0042]
  • According to embodiments of the present invention, [0043] cellular telephone 1, supports wireless protocol communications, including the Global System for Mobile communications (“GSM”), Time Division Multiple Access (“TDMA”), Personal Digital Cellular (“PDC”), Code Division Multiple Access (“CDMA”), W-CDMA, or CDMA-2000.
  • FIG. 1B illustrates a hardware/software block diagram according to an embodiment of the present invention. A [0044] device 17 according to an embodiment of the present invention includes an electronics bus 14 for electrically coupling various device components. Ellipses are shown to identify other software and hardware components that may be present in an embodiment of the present invention. For example, device 17 may be a cellular telephone which has communication software and wireless communication hardware.
  • [0045] Processor 10 is coupled to bus 14. In an embodiment, processor 10 may be an embedded microprocessor such as a Sharp® Microelectronics ARM7 processor, a low power 32 bit reduced instruction set computer (“RISC”) processor. In another embodiment, processor 10 may be a Motorola® 68K Dragonball microprocessor. In alternate embodiments, processor 10 may be a Power PC, MIPS, or X86 processor.
  • [0046] Memory 11 is also coupled to bus 14 and stores link group software 12 according to an embodiment of the present invention. In an alternate embodiment, link group software 12 may be stored on persistent storage device such as a magnetic hard disk, a floppy magnetic disk, CD-ROM or other write data storage technology, singly or in combination. Memory 11 can include read-only-memory (“ROM”), ready-access-memory (“RAM”), virtual memory or other memory technology, singly or in combination. In an embodiment, memory 11 is an approximately 50K ROM.
  • Speaker/[0047] microphone 17 is also coupled to bus 14 and is used as an audio input/output device in an embodiment of the present invention. Input device 16 is coupled to bus 14. In an embodiment, input device 16 may be a numeric keypad or a touch sensitive screen. Small display 15 is also coupled to bus 14. In an embodiment, small display 15 may be a bit map display having a pixel size of 80×60. In alternate embodiments, the small display 15 may have a pixel size up to and including 128×64, 160×240, or 320×240.
  • FIG. 2 illustrates a software and hardware block layer diagram [0048] 30 according to an embodiment of the present invention. System software 32 and system hardware 31 are used in connection with application program interface 33 to support a graphical user interface 34 according to an embodiment of the present invention.
  • [0049] System software 32 may include a real time operating system software for controlling internal operation of device 17. System software 32 may also include a web browser for accessing internet 18 over a wired or wireless connection.
  • In an embodiment, [0050] graphical user interface 34 is used to provide information and/or text to display 15 on cellular telephone 1 illustrated in FIG. 1A. Link group software 12 is used in connection with graphical user interface software 34 to provide link group information to a small display 15. In an embodiment, link group software 12 is able to map a hypertext markup language (“HTML”) page from internet 18 to small display 15 by using link group software 12 which is described below.
  • FIG. 3 illustrates a [0051] page character array 300 used as input to the method according to the present invention. The characters 301 through 309 are link characters representing links to page character arrays named A through I, respectively. Characters 310 through 316 represent vertical splitter bars. Characters 317 through 321 represent line feed characters, which are logically equivalent to carriage return characters. Characters 322 through 331 represent text characters. Character 332 represents a blank space.
  • For the purposes of explanation of the present invention, the term “character” refers to a token of the document encoding standard, for example ASCII, UNICODE, HTML, and XML. In otherwords, a “character” is any string or code that has some defined significance. A link character represents an actionable token, such as retrieving another page character array, or executing an arbitrary computer function such as playing a sound, or initiating a computer transaction. A blank space or line feed character refers to any token which creates white space or a sequence of codes that result in blank space. [0052]
  • FIG. 4 illustrates a conventional browser's display screen appearance after displaying the [0053] page character array 300 shown in FIG. 3. Specifically, a conventional browser displays links A through I as blue underlined text 401 through 409 which correspond to link characters 301 through 309, respectively, shown in FIG. 3. Vertical splitter bars 410 through 416 illustrated in FIG. 4 are displayed by a conventional browser as a result of interpretation of vertical splitter characters 310 through 316 shown in FIG. 3. The links F, G, H, and I, appear on a lower line than the links A, B, C, D, and E because line feed character 317 advances the display to the subsequent line. Blank space 417 illustrated in FIG. 4 is a result of the conventional browser's interpretation of line feed characters 318 and 319. The text 418 illustrated in FIG. 4 is a result of the conventional browser's interpretation of text characters 322 through 332. Blank space 419 is a result of the conventional browser's interpretation of line feed characters 320 and 321 shown in FIG. 3. As is clearly illustrated by FIG. 3, the page character array 300 contains no explicit specification that links A through I are related to each other or are to be displayed in any particular specialized manner because they are related links.
  • FIG. 5 illustrates a [0054] method 500 of processing a page character array according to the present invention. The method starts with step 501. At step 502, the method finds links and creates link groups (or in otherwords hyperlink groupings). As will be discussed later, link groups consist of adjacent link characters within the page character array. At step 503, the method lays out the link groups created in step 502 for display in an optimized form. At step 504, link groups created in step 502 are logically mapped to a distinct user input, such as the touching of a specific key, or the receipt of a specific voice command. The method 500 is finished at step 505. It is to be noted that steps 503 and 504 are alternatively optional according to the present invention. In other words, after the link groups are created in step 502, either an optimized display can be generated according to the present invention in step 503 or a logical mapping of the link groups to a distinct user input can be performed by step 504. Thus, in alternative embodiments, either step 503 or step 504 is omitted according to the present invention. In the preferred embodiment, however, both steps 503 and 504 are performed according to the present invention.
  • FIG. 6 illustrates a [0055] display screen appearance 600 after displaying the page character array shown in FIG. 3 using a method according to the present invention shown in FIGS. 5 and 13. Buttons 601 through 609 are a result of the interpretation of link characters 301 through 309 by the method according to the present invention. The display screen appearance 600 illustrated in FIG. 6 represents one possible optimized screen display corresponding to a nine link group detected in step 502 and displayed in step 503 as the display screen appearance 600. There are many other possible screen layouts which may be created in alternative to display screen appearance 600, as will be described below, according to the present invention.
  • FIG. 7 illustrates an input device to link correspondence table [0056] 700 generated by a method according to the present invention shown in FIGS. 5 and 15 for the page character array 300 shown in FIG. 3 and the display screen appearance 600 shown in FIG. 6. As will be described below, step 504 logically maps each of the keys 1 through 9 to a corresponding one of the links A through I, as illustrated in Table 700. Thus, when the user strikes one of the keys 1 through 9 while the link group containing links A through I is in the display screen, the link corresponding to the key pressed will be traversed by the method according to the present invention.
  • FIG. 8 illustrate a method of implementing the step shown in FIG. 5 of finding links and creating link groups according to the present invention. Thus, the [0057] method 502 illustrated in FIG. 8 is an exploded view of the method step 502 shown in FIG. 5 and represents the presently preferred embodiment for executing the step 502 shown in FIG. 5. However, it is to be understood that various additions and modifications to the method 502 shown in FIG. 8 can be alternatively implemented without departing from the spirit and scope of the present invention. The method starts at step 801 and at step 802 the page character array is accessed. The next character is retrieved from the page character array at step 803. Test 804 determines if the character retrieved in step 803 is a link. In several page character array description languages, such as HTML, there are several alternative characters which represent links. Test 804 detects all such link characters. If the character retrieved in step 803 is a link, then the method 502 opens a new empty link group at step 805. At step 806, the character previously determined by step 804 to be a link is added to the new link group created in step 805. The next character in the page character array is then retrieved at step 807. Test 808 determines if the character retrieved by step 807 is a link. If the character is a link then the method reverts to step 806 and that link is added to the current link group which was previously created in step 805. If the character retrieved in step 807 is not a link, then test 809 determines if the character is a blank space or line feed character. If the character retrieved in step 807 is a blank space or line feed, then the method 502 essentially filters it out of the page character array by advancing back to step 807 to retrieve the next subsequent character. If the character is not a blank space or line feed, then step 810 determines if the character is a link separator character. Link separator characters are alternatively any one of vertical splitter characters, horizontal splitter characters, or other arbitrary characters, such as a plus or minus sign, which are used to separate link characters. If the character is determined to be a link separator by step 810, it is also essentially filtered out by the method 502 because the method then reverts back to step 807 to retrieve the next subsequent character. However, if the character is not a link separator, then the link group opened in step 805 is closed at step 811. The method then reverts to step 803 to retrieve the next character in the page character array. If at any point steps 803 or 807 do not detect any more characters in the page character array, then the method is done at step 812 as the page character array has been fully parsed.
  • FIG. 9 illustrates a continuation of the [0058] page character array 300 shown in FIG. 3 used as input to the methods according to the present invention. Characters 901 through 904 represent links, characters 905 through 908 represent blank spaces, and character 909 represents a line feed or carriage return.
  • FIG. 10A illustrates a link group extracted from the [0059] page character array 300 shown in FIG. 3 by a method 502 according to the present invention shown in FIG. 8. Specifically, all of the link characters 301 through 309 illustrated in FIG. 3 have been grouped into a first link group 1000 containing only the characters representing the links. The vertical splitter characters 310 through 316 as well as the line feed character 317 shown in FIG. 3 have been filtered out by the method 502.
  • FIG. 10B illustrates another [0060] link group 1050 extracted from the page character array 900 shown in FIGS. 3 and 9 by a method 502 according to the present invention shown in FIG. 8. Specifically, link characters 901 through 904 have been grouped into a second link group 1050 by the method 502. Blank space characters 905-908 have been filtered out, along with line feed character 909.
  • FIG. 11 illustrates an intermediate [0061] page character array 1100 generated from the page character array shown in FIGS. 3 and 9 by a method 502 according to the present invention and shown in FIG. 8. Specifically, the method 502 has detected the first link group 1000 and second link group 1050 and replaced them with characters 1101 and 1102 representing pointers to the link groups 1000 and 1050, respectively. The remaining characters and the intermediate page character array 1100 represent characters from the page character array 300 which were not grouped into a link group.
  • FIG. 12 illustrates a conventional browser's [0062] display screen appearance 1200 after displaying the page character array 900 shown in FIG. 9. Link characters 901 through 904 are interpreted by a conventional browser and displayed as blue underlined text 1201 through 1204, respectively. Blank space characters 905 and 906 are interpreted by a conventional browser and create the space 1205 illustrated in FIG. 12. Similarly, blank space characters 907 and 908 correspond to space 1206 illustrated in FIG. 12. Line feed character 909 is interpreted by a conventional browser to place the subsequent characters on a lower line, which creates the two-line appearance 1200 illustrated in FIG. 12.
  • FIG. 13 illustrates a method of implementing the [0063] step 503 shown in FIG. 5 of laying out link groups for a display screen in an optimized form according to the present invention. The method starts at 1301. At step 1302, link characters are laid out as buttons, such as illustrated in FIG. 6. A button is preferably enclosed by a circular or oval shaped boundary. At step 1303, the method 503 lays out the buttons in predetermined screen locations based upon the hardware upon which the method is executing. The method is completed at step 1304. Thus, FIG. 13 illustrates the method of implementing step 503 shown in FIG. 5, and is therefore an exploded view of the steps required to implement step 503 shown in FIG. 5.
  • FIG. 14 illustrates a [0064] display screen appearance 1400 after displaying the page character array 900 shown in FIG. 9 using a method 502 according to the present invention shown in FIGS. 5 and 13. In the screen display appearance 1400, buttons 1401 through 1402 correspond to characters 901 through 904 shown in FIG. 9. In the display screen appearance 1400, buttons 1400 through 1404 are horizontally centered in a vertical list. This horizontal centering represents an embodiment of an optimized form of display of a link group according to the present invention.
  • FIG. 15 illustrates a [0065] method 504 of implementing the step shown in FIG. 5 of logically mapping link groups to distinct user input according to the present invention. The method starts at step 1501. Test 1502 determines if a link group is currently in the display screen. If the link group is not currently in the display screen, then the method ends at step 1505. In otherwords, no action is taken by step 504 in the event that a link group is not currently being displayed in the display screen. Step 1303 illustrated in FIG. 13 lays out the buttons in a predetermined screen location based upon a hardware in a logical frame buffer. Only a portion of the logical frame buffer is actually displayed at any given time. If the link group is in the portion of the screen layout which is in the display screen, then step 1503 creates a correspondence between the links and the displayed link group and key strokes or voice commands. This is illustrated, for example, by the Table 700 shown in FIG. 7. At step 1504, the machine interprets key strokes or voice commands as a command to traverse the corresponding link. If a link group is not currently in the display screen, then key strokes or voice commands are not interpreted as link invocations.
  • FIG. 16 illustrates a [0066] display screen appearance 1600 in relation to input device keys 1601 through 1605 after displaying the page character array 300 shown in FIG. 3 using a method 500 according to the present invention shown in FIGS. 5 and 13. The links A through F shown in FIG. 16 are selected by the user by pressing one of the L or R keys 1601 or 1602 and one of the T, M, or B keys 1603 through 1605. For example, link A is traversed by pressing the L key 1601 and the T key 1603. The F link is traversed by pressing the R key 1602 and the B key 1605. In the example shown in FIG. 16, links are laid out in optimized form by step 503 so as to be vertically and horizontally aligned with the input keys to which they are logically mapped by step 504. Another example of the combination of steps 503 and 504 is found in FIG. 6, where links A through I are laid out so as to physically correspond to numbers 1 through 9 on a standard telephonic keypad.
  • FIG. 17 illustrates an input device to link correspondence table [0067] 1700 generated by a method 504 according to the present invention shown in FIGS. 5 and 15 for the page character array 300 shown in FIG. 3 and the display screen appearance shown in FIG. 16. Specifically, each of the links is mapped to a unique combination of the keys 1601 through 1605.
  • FIG. 18 illustrates a [0068] display screen appearance 1800 after displaying the page character array 300 shown in FIG. 3 using a method according to the present invention shown in FIGS. 5 and 15. In FIG. 18, the keys to which links A, B, and C are logically mapped by step 504 are actually displayed along side the link names. In this respect, the present invention optionally displays in step 503 an indication of the physical key to which the link is mapped in step 504. Thus, link C is selected by pressing the 3 key as shown in the screen display appearance 1800. Alternatively to the above-described laying out of the indication of the corresponding mapped keystroke along with each link name for each link in the link group illustrated in FIG. 18, the indication of the corresponding mapped keystroke is laid out as a small captioned box next to or above the layout of the link (not unlike a footnote) to indicate the mapping relationship.
  • As shown in FIG. 16 and [0069] 18, only a portion of the entire first link group is displayed on the display screen. Specifically, in FIG. 16, links G, H, and I could not fit on the display screen 1600, and in FIG. 18, links D through I could not fit on the display screen 1800. As the user scrolls down so that the remaining links become visible and the first few links in the link group are not visible, the method 504 optionally creates a different mapping of the input keys to the links in the link group, or optionally maintains the same correspondence between input keys and links. In the example shown in FIG. 16, it is anticipated that as links G, H, and I become visible, the mapping of the T, M, and B keys 1603 through 1605 is altered so that horizontal alignment is maintained. If the user scrolls down so that links G and H are visible but links A and B are not visible, then links A and B are no longer selectable by the user. However, in the example shown in FIG. 18, as the user scrolls down such that links D, E, and F are visible instead of links A, B, and C, then the method 504 according to the present invention preferably maintains the mapping of keys 4, 5, and 6 to links D, E, and F, and therefore links A, B, and C are still selectable by the user by depressing the appropriate keys even though they are no longer visible on the display screen.
  • The foregoing description of the preferred embodiments of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Obviously, many modifications and variations will be apparent to practitioners skilled in the art. The embodiments were chosen and described in order to best explain the principles of the invention and its practical applications, thereby enabling others skilled in the art to understand the invention for various embodiments and with the various modifications as are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the following claims and their equivalents. [0070]

Claims (42)

What is claimed is:
1. A method of displaying a page character array, the method comprising the steps of:
finding links within the page character array; and
creating one or more link groups each having a plurality of links.
2. A method as in claim 1, further comprising the step of:
laying out each link group for display in an optimized form.
3. A method as in claim 1, further comprising the step of:
logically mapping each of the links in a link group to a distinct user input.
4. A method as in claim 1, further comprising the steps of:
laying out each link group for display in an optimized form; and
logically mapping each of the links in a link group to a distinct user input.
5. A method as in claim 1, wherein the creating step comprises the steps of:
assigning links in a first plurality of adjacent link characters to a first link group.
6. A method as in claim 5, further comprising the step of:
assigning links in a second plurality of adjacent link characters to a second link group.
7. A method as in claim 5, wherein adjacent link characters comprise link characters separated in the page character array by any combination of: no other characters, blank space characters, line feed characters, and link separator characters.
8. A method as in claim 2, wherein the laying out step comprises the step of:
laying out links in predetermined screen locations based upon hardware.
9. A method as in claim 2, wherein the laying out step comprises the step of:
laying out links as buttons.
10. A method as in claim 2, wherein the laying out step comprises the step of:
centering links in a vertical lists.
11. A method as in claim 2, wherein the laying out step comprises the step of:
laying out links in a rectangular matrix.
12. A method as in claim 3, wherein the logically mapping step comprises the step of:
creating a correspondence between links in the link group and keystrokes or voice commands.
13. A method as in claim 4,
wherein the logically mapping step comprises the step of creating a correspondence between links in the link group and keystrokes or voice commands; and
wherein the laying out step comprises the step of laying out an indication of a corresponding mapped keystroke along with each link name for each link in the link group.,
14. A method as in claim 12, further comprising the step of:
if the link group is currently displayed on the display screen, interpreting a keystroke or a voice command as a command to traverse a corresponding link.
15. A device readable storage medium, comprising:
device readable program code embodied on said device readable storage medium, said device readable program code for programming a device to perform a method of displaying a page character array, the method comprising the steps of:
finding links within the page character array; and
creating one or more link groups each having a plurality of links.
16. A device readable storage medium as in claim 15, the method further comprising the step of:
laying out each link group for display in an optimized form.
17. A device readable storage medium as in claim 15, the method further comprising the step of:
logically mapping each of the links in a link group to a distinct user input.
18. A device readable storage medium as in claim 15, the method further comprising the steps of:
laying out each link group for display in an optimized form; and
logically mapping each of the links in a link group to a distinct user input.
19. A device readable storage medium as in claim 15, wherein the creating step comprises the steps of:
assigning links in a first plurality of adjacent link characters to a first link group.
20. A device readable storage medium as in claim 19, the method further comprising the step of:
assigning links in a second plurality of adjacent link characters to a second link group.
21. A device readable storage medium as in claim 19, wherein adjacent link characters comprise link characters separated in the page character array by any combination of: no other characters, blank space characters, line feed characters, and link separator characters.
22. A device readable storage medium as in claim 16, wherein the laying out step comprises the step of:
laying out links in predetermined screen locations based upon hardware.
23. A device readable storage medium as in claim 16, wherein the laying out step comprises the step of:
laying out links as buttons.
24. A device readable storage medium as in claim 16, wherein the laying out step comprises the step of:
centering links in a vertical lists.
25. A device readable storage medium as in claim 16, wherein the laying out step comprises the step of:
laying out links in a rectangular matrix.
26. A device readable storage medium as in claim 17, wherein the logically mapping step comprises the step of:
creating a correspondence between links in the link group and keystrokes or voice commands.
27. A device readable storage medium as in claim 18,
wherein the logically mapping step comprises the step of creating a correspondence between links in the link group and keystrokes or voice commands; and
wherein the laying out step comprises the step of laying out an indication of a corresponding mapped keystroke along with each link name for each link in the link group.
28. A device readable storage medium as in claim 26, the method further comprising the step of:
if the link group is currently displayed on the display screen, interpreting a keystroke or a voice command as a command to traverse a corresponding link.
29. A device, comprising:
a processor; and
a processor readable storage medium having processor readable program code embodied on said processor readable storage medium, said processor readable program code for programming a device to perform a method of displaying a page character array, the method comprising the steps of:
finding links within the page character array; and
creating one or more link groups each having a plurality of links.
30. A device as in claim 29, the method further comprising the step of:
laying out each link group for display in an optimized form.
31. A device as in claim 29, the method further comprising the step of:
logically mapping each of the links in a link group to a distinct user input.
32. A device as in claim 29, the method further comprising the steps of:
laying out each link group for display in an optimized form; and
logically mapping each of the links in a link group to a distinct user input.
33. A device as in claim 29, wherein the creating step comprises the steps of:
assigning links in a first plurality of adjacent link characters to a first link group.
34. A device as in claim 33, the method further comprising the step of:
assigning links in a second plurality of adjacent link characters to a second link group.
35. A device as in claim 33, wherein adjacent link characters comprise link characters separated in the page character array by any combination of: no other characters, blank space characters, line feed characters, and link separator characters.
36. A device as in claim 30, wherein the laying out step comprises the step of:
laying out links in predetermined screen locations based upon hardware.
37. A device as in claim 30, wherein the laying out step comprises the step of:
laying out links as buttons.
38. A device as in claim 30, wherein the laying out step comprises the step of:
centering links in a vertical lists.
39. A device as in claim 30, wherein the laying out step comprises the step of:
laying out links in a rectangular matrix.
40. A device as in claim 31, wherein the logically mapping step comprises the step of:
creating a correspondence between links in the link group and keystrokes or voice commands.
41. A device as in claim 32,
wherein the logically mapping step comprises the step of creating a correspondence between links in the link group and keystrokes or voice commands; and
wherein the laying out step comprises the step of laying out an indication of a corresponding mapped keystroke along with each link name for each link in the link group.
42. A device as in claim 40, further comprising the step of:
if the link group is currently displayed on the display screen, interpreting a keystroke or a voice command as a command to traverse a corresponding link.
US10/443,683 1999-08-13 2003-05-22 Methods and apparatuses for display and traversing of links in page character array Abandoned US20030196166A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US10/443,683 US20030196166A1 (en) 1999-08-13 2003-05-22 Methods and apparatuses for display and traversing of links in page character array
US11/735,293 US8527861B2 (en) 1999-08-13 2007-04-13 Methods and apparatuses for display and traversing of links in page character array

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US37422399A 1999-08-13 1999-08-13
US10/443,683 US20030196166A1 (en) 1999-08-13 2003-05-22 Methods and apparatuses for display and traversing of links in page character array

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
US37422399A Continuation 1999-08-13 1999-08-13
US09734223 Continuation 1999-08-13

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/735,293 Continuation US8527861B2 (en) 1999-08-13 2007-04-13 Methods and apparatuses for display and traversing of links in page character array

Publications (1)

Publication Number Publication Date
US20030196166A1 true US20030196166A1 (en) 2003-10-16

Family

ID=23475859

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/443,683 Abandoned US20030196166A1 (en) 1999-08-13 2003-05-22 Methods and apparatuses for display and traversing of links in page character array
US11/735,293 Expired - Fee Related US8527861B2 (en) 1999-08-13 2007-04-13 Methods and apparatuses for display and traversing of links in page character array

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/735,293 Expired - Fee Related US8527861B2 (en) 1999-08-13 2007-04-13 Methods and apparatuses for display and traversing of links in page character array

Country Status (3)

Country Link
US (2) US20030196166A1 (en)
AU (1) AU6630800A (en)
WO (1) WO2001013255A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050096019A1 (en) * 1999-11-02 2005-05-05 Awele Ndili System for converting wireless communications for a mobile device
US20050130642A1 (en) * 2003-12-16 2005-06-16 Scott Sherryl Lee L. Expedited communication graphical user interface system and method

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2898237B1 (en) * 2006-03-03 2008-09-19 Jean Loup Claude Gillot HAND-MACHINE INTERFACE FOR MOBILE TERMINALS
US9634855B2 (en) 2010-05-13 2017-04-25 Alexander Poltorak Electronic personal interactive device that determines topics of interest using a conversational agent
US9400850B2 (en) * 2011-05-31 2016-07-26 Verizon Patent And Licensing Inc. Systems and methods for providing a tailored user interface associated with a web page
WO2013134941A1 (en) * 2012-03-15 2013-09-19 Google Inc. Assigning keyboard shortcut keys to web page resource locators
US11176221B2 (en) * 2018-09-24 2021-11-16 Netcentric Technologies Inc. Generating high volume accessible documents

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5848410A (en) * 1997-10-08 1998-12-08 Hewlett Packard Company System and method for selective and continuous index generation
US5877757A (en) * 1997-05-23 1999-03-02 International Business Machines Corporation Method and system for providing user help information in network applications
US5905498A (en) * 1996-12-24 1999-05-18 Correlate Technologies Ltd System and method for managing semantic network display
US5915001A (en) * 1996-11-14 1999-06-22 Vois Corporation System and method for providing and using universally accessible voice and speech data files
US5937163A (en) * 1996-03-26 1999-08-10 Industrial Technology Research Institute Method and system at a host node for hierarchically organizing the links visited by a world wide web browser executing at the host node
US5963208A (en) * 1995-03-09 1999-10-05 Michael A. Dolan Integrated network access user interface for navigating with a hierarchical graph
US5963964A (en) * 1996-04-05 1999-10-05 Sun Microsystems, Inc. Method, apparatus and program product for updating visual bookmarks
US6029135A (en) * 1994-11-14 2000-02-22 Siemens Aktiengesellschaft Hypertext navigation system controlled by spoken words
US6138158A (en) * 1998-04-30 2000-10-24 Phone.Com, Inc. Method and system for pushing and pulling data using wideband and narrowband transport systems
US6212564B1 (en) * 1998-07-01 2001-04-03 International Business Machines Corporation Distributed application launcher for optimizing desktops based on client characteristics information
US6226655B1 (en) * 1996-10-08 2001-05-01 Netjumper, Inc. Method and apparatus for retrieving data from a network using linked location identifiers
US6405238B1 (en) * 1998-07-31 2002-06-11 Hewlett-Packard Co. Quick navigation upon demand to main areas of web site
US6417873B1 (en) * 1998-12-11 2002-07-09 International Business Machines Corporation Systems, methods and computer program products for identifying computer file characteristics that can hinder display via hand-held computing devices
US6772394B1 (en) * 1996-09-25 2004-08-03 Access Co., Ltd. Internet television device capable of selecting hot spots by the use operation buttons

Family Cites Families (245)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4974191A (en) 1987-07-31 1990-11-27 Syntellect Software Inc. Adaptive natural language computer interface system
US5282265A (en) 1988-10-04 1994-01-25 Canon Kabushiki Kaisha Knowledge information processing system
SE466029B (en) 1989-03-06 1991-12-02 Ibm Svenska Ab DEVICE AND PROCEDURE FOR ANALYSIS OF NATURAL LANGUAGES IN A COMPUTER-BASED INFORMATION PROCESSING SYSTEM
US5128672A (en) 1990-10-30 1992-07-07 Apple Computer, Inc. Dynamic predictive keyboard
US5303406A (en) 1991-04-29 1994-04-12 Motorola, Inc. Noise squelch circuit with adaptive noise shaping
US5903454A (en) 1991-12-23 1999-05-11 Hoffberg; Linda Irene Human-factored interface corporating adaptive pattern recognition based controller apparatus
US6081750A (en) 1991-12-23 2000-06-27 Hoffberg; Steven Mark Ergonomic man-machine interface incorporating adaptive pattern recognition based control system
US5434777A (en) 1992-05-27 1995-07-18 Apple Computer, Inc. Method and apparatus for processing natural language
CA2091658A1 (en) 1993-03-15 1994-09-16 Matthew Lennig Method and apparatus for automation of directory assistance using speech recognition
JPH0869470A (en) 1994-06-21 1996-03-12 Canon Inc Natural language processing device and method
US5682539A (en) 1994-09-29 1997-10-28 Conrad; Donovan Anticipated meaning natural language interface
US5577241A (en) 1994-12-07 1996-11-19 Excite, Inc. Information retrieval system and method with implementation extensible query architecture
US5748974A (en) 1994-12-13 1998-05-05 International Business Machines Corporation Multimodal natural language interface for cross-application tasks
US5794050A (en) 1995-01-04 1998-08-11 Intelligent Text Processing, Inc. Natural language understanding system
US5829003A (en) * 1995-05-23 1998-10-27 Casio Computer Co., Ltd. Record processing apparatus, method and computer readable storage having attribute information representing a hierarchical connection for display of data
JP3284832B2 (en) 1995-06-22 2002-05-20 セイコーエプソン株式会社 Speech recognition dialogue processing method and speech recognition dialogue device
US5987404A (en) 1996-01-29 1999-11-16 International Business Machines Corporation Statistical natural language understanding using hidden clumpings
US5826261A (en) 1996-05-10 1998-10-20 Spencer; Graham System and method for querying multiple, distributed databases by selective sharing of local relative significance information for terms related to the query
US5727950A (en) 1996-05-22 1998-03-17 Netsage Corporation Agent based instruction system and method
US5966533A (en) 1996-06-11 1999-10-12 Excite, Inc. Method and system for dynamically synthesizing a computer program by differentially resolving atoms based on user context data
US5915249A (en) 1996-06-14 1999-06-22 Excite, Inc. System and method for accelerated query evaluation of very large full-text databases
US6952799B2 (en) * 1996-06-17 2005-10-04 British Telecommunications User interface for network browser including pre-processor for links embedded in hypermedia documents
CA2257314C (en) * 1996-06-17 2002-04-30 British Telecommunications Public Limited Company Network based access system
US6181935B1 (en) 1996-09-27 2001-01-30 Software.Com, Inc. Mobility extended telephone application programming interface and method of use
US5836771A (en) 1996-12-02 1998-11-17 Ho; Chi Fai Learning method and system based on questioning
US6665639B2 (en) 1996-12-06 2003-12-16 Sensory, Inc. Speech recognition in consumer electronic products
US5895466A (en) 1997-08-19 1999-04-20 At&T Corp Automated natural language understanding customer service system
US6404876B1 (en) 1997-09-25 2002-06-11 Gte Intelligent Network Services Incorporated System and method for voice activated dialing and routing under open access network control
DE69712485T2 (en) 1997-10-23 2002-12-12 Sony Int Europe Gmbh Voice interface for a home network
US6233559B1 (en) 1998-04-01 2001-05-15 Motorola, Inc. Speech control of multiple applications using applets
US6088731A (en) 1998-04-24 2000-07-11 Associative Computing, Inc. Intelligent assistant for use with a local computer and with the internet
US6144938A (en) 1998-05-01 2000-11-07 Sun Microsystems, Inc. Voice user interface with personality
US20070094222A1 (en) 1998-05-28 2007-04-26 Lawrence Au Method and system for using voice input for performing network functions
US7711672B2 (en) 1998-05-28 2010-05-04 Lawrence Au Semantic network methods to disambiguate natural language meaning
US6300947B1 (en) * 1998-07-06 2001-10-09 International Business Machines Corporation Display screen and window size related web page adaptation system
US6144958A (en) 1998-07-15 2000-11-07 Amazon.Com, Inc. System and method for correcting spelling errors in search queries
US6434524B1 (en) 1998-09-09 2002-08-13 One Voice Technologies, Inc. Object interactive user interface using speech recognition and natural language processing
US6499013B1 (en) 1998-09-09 2002-12-24 One Voice Technologies, Inc. Interactive user interface using speech recognition and natural language processing
DE29825146U1 (en) 1998-09-11 2005-08-18 Püllen, Rainer Audio on demand system
US6792082B1 (en) 1998-09-11 2004-09-14 Comverse Ltd. Voice mail system with personal assistant provisioning
US6317831B1 (en) 1998-09-21 2001-11-13 Openwave Systems Inc. Method and apparatus for establishing a secure connection over a one-way data path
US7137126B1 (en) 1998-10-02 2006-11-14 International Business Machines Corporation Conversational computing via conversational virtual machine
GB9821969D0 (en) 1998-10-08 1998-12-02 Canon Kk Apparatus and method for processing natural language
US6928614B1 (en) 1998-10-13 2005-08-09 Visteon Global Technologies, Inc. Mobile office with speech recognition
US6453292B2 (en) 1998-10-28 2002-09-17 International Business Machines Corporation Command boundary identifier for conversational natural language
US6321092B1 (en) 1998-11-03 2001-11-20 Signal Soft Corporation Multiple input data management for wireless location-based applications
US6446076B1 (en) 1998-11-12 2002-09-03 Accenture Llp. Voice interactive web-based agent system responsive to a user location for prioritizing and formatting information
US6246981B1 (en) 1998-11-25 2001-06-12 International Business Machines Corporation Natural language task-oriented dialog manager and method
US7881936B2 (en) 1998-12-04 2011-02-01 Tegic Communications, Inc. Multimodal disambiguation of speech recognition
US6742021B1 (en) 1999-01-05 2004-05-25 Sri International, Inc. Navigating network-based electronic information using spoken input with multimodal error feedback
US6851115B1 (en) 1999-01-05 2005-02-01 Sri International Software-based architecture for communication and cooperation among distributed electronic agents
US7036128B1 (en) 1999-01-05 2006-04-25 Sri International Offices Using a community of distributed electronic agents to support a highly mobile, ambient computing environment
US6523061B1 (en) 1999-01-05 2003-02-18 Sri International, Inc. System, method, and article of manufacture for agent-based navigation in a speech-based data navigation system
US6513063B1 (en) 1999-01-05 2003-01-28 Sri International Accessing network-based electronic information through scripted online interfaces using spoken input
US6757718B1 (en) 1999-01-05 2004-06-29 Sri International Mobile navigation of network-based electronic information using spoken input
US6928404B1 (en) 1999-03-17 2005-08-09 International Business Machines Corporation System and methods for acoustic and language modeling for automatic speech recognition with large vocabularies
US6647260B2 (en) 1999-04-09 2003-11-11 Openwave Systems Inc. Method and system facilitating web based provisioning of two-way mobile communications devices
US6598039B1 (en) 1999-06-08 2003-07-22 Albert-Inc. S.A. Natural language interface for searching database
US6421672B1 (en) 1999-07-27 2002-07-16 Verizon Services Corp. Apparatus for and method of disambiguation of directory listing searches utilizing multiple selectable secondary search keys
US6601026B2 (en) 1999-09-17 2003-07-29 Discern Communications, Inc. Information retrieval by natural language querying
US7020685B1 (en) 1999-10-08 2006-03-28 Openwave Systems Inc. Method and apparatus for providing internet content to SMS-based wireless devices
AU8030300A (en) 1999-10-19 2001-04-30 Sony Electronics Inc. Natural language interface control system
US6807574B1 (en) 1999-10-22 2004-10-19 Tellme Networks, Inc. Method and apparatus for content personalization over a telephone interface
JP2001125896A (en) 1999-10-26 2001-05-11 Victor Co Of Japan Ltd Natural language interactive system
US7310600B1 (en) 1999-10-28 2007-12-18 Canon Kabushiki Kaisha Language recognition using a similarity measure
US7392185B2 (en) 1999-11-12 2008-06-24 Phoenix Solutions, Inc. Speech based learning/training system using semantic decoding
US7050977B1 (en) 1999-11-12 2006-05-23 Phoenix Solutions, Inc. Speech-enabled server for internet website and method
US6665640B1 (en) 1999-11-12 2003-12-16 Phoenix Solutions, Inc. Interactive speech based learning/training system formulating search queries based on natural language parsing of recognized user queries
US6615172B1 (en) 1999-11-12 2003-09-02 Phoenix Solutions, Inc. Intelligent query engine for processing voice based queries
US6633846B1 (en) 1999-11-12 2003-10-14 Phoenix Solutions, Inc. Distributed realtime speech recognition system
US9076448B2 (en) 1999-11-12 2015-07-07 Nuance Communications, Inc. Distributed real time speech recognition system
US7725307B2 (en) 1999-11-12 2010-05-25 Phoenix Solutions, Inc. Query engine for processing voice based queries including semantic decoding
US6532446B1 (en) 1999-11-24 2003-03-11 Openwave Systems Inc. Server based speech recognition user interface for wireless devices
US6526395B1 (en) 1999-12-31 2003-02-25 Intel Corporation Application of personality models and interaction with synthetic characters in a computing system
US6895558B1 (en) 2000-02-11 2005-05-17 Microsoft Corporation Multi-access mode electronic personal assistant
US6895380B2 (en) 2000-03-02 2005-05-17 Electro Standards Laboratories Voice actuation with contextual learning for intelligent machine control
US6466654B1 (en) 2000-03-06 2002-10-15 Avaya Technology Corp. Personal virtual assistant with semantic tagging
EP1275042A2 (en) 2000-03-06 2003-01-15 Kanisa Inc. A system and method for providing an intelligent multi-step dialog with a user
US6757362B1 (en) 2000-03-06 2004-06-29 Avaya Technology Corp. Personal virtual assistant
GB2366009B (en) 2000-03-22 2004-07-21 Canon Kk Natural language machine interface
US7177798B2 (en) 2000-04-07 2007-02-13 Rensselaer Polytechnic Institute Natural language interface using constrained intermediate dictionary of results
US6810379B1 (en) 2000-04-24 2004-10-26 Sensory, Inc. Client/server architecture for text-to-speech synthesis
US6691111B2 (en) 2000-06-30 2004-02-10 Research In Motion Limited System and method for implementing a natural language user interface
JP3949356B2 (en) 2000-07-12 2007-07-25 三菱電機株式会社 Spoken dialogue system
US7139709B2 (en) 2000-07-20 2006-11-21 Microsoft Corporation Middleware layer between speech related applications and engines
JP2002041276A (en) 2000-07-24 2002-02-08 Sony Corp Interactive operation-supporting system, interactive operation-supporting method and recording medium
US20060143007A1 (en) 2000-07-24 2006-06-29 Koh V E User interaction with voice information services
US7092928B1 (en) 2000-07-31 2006-08-15 Quantum Leap Research, Inc. Intelligent portal engine
US6778951B1 (en) 2000-08-09 2004-08-17 Concerto Software, Inc. Information retrieval method with natural language interface
AU2001295080A1 (en) 2000-09-29 2002-04-08 Professorq, Inc. Natural-language voice-activated personal assistant
US6832194B1 (en) 2000-10-26 2004-12-14 Sensory, Incorporated Audio recognition peripheral system
US7027974B1 (en) 2000-10-27 2006-04-11 Science Applications International Corporation Ontology-based parser for natural language processing
US7257537B2 (en) 2001-01-12 2007-08-14 International Business Machines Corporation Method and apparatus for performing dialog management in a computer conversational interface
US6964023B2 (en) 2001-02-05 2005-11-08 International Business Machines Corporation System and method for multi-modal focus detection, referential ambiguity resolution and mood classification using multi-modal input
US7290039B1 (en) 2001-02-27 2007-10-30 Microsoft Corporation Intent based processing
US7216073B2 (en) 2001-03-13 2007-05-08 Intelligate, Ltd. Dynamic natural language understanding
US6996531B2 (en) 2001-03-30 2006-02-07 Comverse Ltd. Automated database assistance using a telephone for a speech based or text based multimedia communication mode
US7085722B2 (en) 2001-05-14 2006-08-01 Sony Computer Entertainment America Inc. System and method for menu-driven voice control of characters in a game environment
US20020194003A1 (en) 2001-06-05 2002-12-19 Mozer Todd F. Client-server security system and method
US7139722B2 (en) 2001-06-27 2006-11-21 Bellsouth Intellectual Property Corporation Location and time sensitive wireless calendaring
US6604059B2 (en) 2001-07-10 2003-08-05 Koninklijke Philips Electronics N.V. Predictive calendar
US7987151B2 (en) 2001-08-10 2011-07-26 General Dynamics Advanced Info Systems, Inc. Apparatus and method for problem solving using intelligent agents
US6813491B1 (en) 2001-08-31 2004-11-02 Openwave Systems Inc. Method and apparatus for adapting settings of wireless communication devices in accordance with user proximity
US7403938B2 (en) 2001-09-24 2008-07-22 Iac Search & Media, Inc. Natural language query processing
US6985865B1 (en) 2001-09-26 2006-01-10 Sprint Spectrum L.P. Method and system for enhanced response to voice commands in a voice command platform
US6650735B2 (en) 2001-09-27 2003-11-18 Microsoft Corporation Integrated voice access to a variety of personal information services
US7324947B2 (en) 2001-10-03 2008-01-29 Promptu Systems Corporation Global speech user interface
US7167832B2 (en) 2001-10-15 2007-01-23 At&T Corp. Method for dialog management
TW541517B (en) 2001-12-25 2003-07-11 Univ Nat Cheng Kung Speech recognition system
US7197460B1 (en) 2002-04-23 2007-03-27 At&T Corp. System for handling frequently asked questions in a natural language dialog service
US7546382B2 (en) 2002-05-28 2009-06-09 International Business Machines Corporation Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms
US7398209B2 (en) 2002-06-03 2008-07-08 Voicebox Technologies, Inc. Systems and methods for responding to natural language speech utterance
US7299033B2 (en) 2002-06-28 2007-11-20 Openwave Systems Inc. Domain-based management of distribution of digital content from multiple suppliers to multiple wireless services subscribers
US7233790B2 (en) 2002-06-28 2007-06-19 Openwave Systems, Inc. Device capability based discovery, packaging and provisioning of content for wireless mobile devices
US7693720B2 (en) 2002-07-15 2010-04-06 Voicebox Technologies, Inc. Mobile systems and methods for responding to natural language speech utterance
US7467087B1 (en) 2002-10-10 2008-12-16 Gillick Laurence S Training and using pronunciation guessers in speech recognition
AU2003293071A1 (en) 2002-11-22 2004-06-18 Roy Rosser Autonomous response engine
US7684985B2 (en) 2002-12-10 2010-03-23 Richard Dominach Techniques for disambiguating speech input using multimodal interfaces
US7386449B2 (en) 2002-12-11 2008-06-10 Voice Enabling Systems Technology Inc. Knowledge-based flexible natural speech dialogue system
US7956766B2 (en) 2003-01-06 2011-06-07 Panasonic Corporation Apparatus operating system
US7529671B2 (en) 2003-03-04 2009-05-05 Microsoft Corporation Block synchronous decoding
US6980949B2 (en) 2003-03-14 2005-12-27 Sonum Technologies, Inc. Natural language processor
US7496498B2 (en) 2003-03-24 2009-02-24 Microsoft Corporation Front-end architecture for a multi-lingual text-to-speech system
US7200559B2 (en) 2003-05-29 2007-04-03 Microsoft Corporation Semantic object synchronous understanding implemented with speech application language tags
US7720683B1 (en) 2003-06-13 2010-05-18 Sensory, Inc. Method and apparatus of specifying and performing speech recognition operations
US7475010B2 (en) 2003-09-03 2009-01-06 Lingospot, Inc. Adaptive and scalable method for resolving natural language ambiguities
US7418392B1 (en) 2003-09-25 2008-08-26 Sensory, Inc. System and method for controlling the operation of a device by voice commands
DE602004016681D1 (en) 2003-12-05 2008-10-30 Kenwood Corp AUDIO DEVICE CONTROL DEVICE, AUDIO DEVICE CONTROL METHOD AND PROGRAM
WO2005059895A1 (en) 2003-12-16 2005-06-30 Loquendo S.P.A. Text-to-speech method and system, computer program product therefor
DE602004017955D1 (en) 2004-01-29 2009-01-08 Daimler Ag Method and system for voice dialogue interface
US7693715B2 (en) 2004-03-10 2010-04-06 Microsoft Corporation Generating large units of graphonemes with mutual information criterion for letter to sound conversion
US7409337B1 (en) 2004-03-30 2008-08-05 Microsoft Corporation Natural language processing interface
US7496512B2 (en) 2004-04-13 2009-02-24 Microsoft Corporation Refining of segmental boundaries in speech waveforms using contextual-dependent models
US8095364B2 (en) 2004-06-02 2012-01-10 Tegic Communications, Inc. Multimodal disambiguation of speech recognition
US7720674B2 (en) 2004-06-29 2010-05-18 Sap Ag Systems and methods for processing natural language queries
TWI252049B (en) 2004-07-23 2006-03-21 Inventec Corp Sound control system and method
US7725318B2 (en) 2004-07-30 2010-05-25 Nice Systems Inc. System and method for improving the accuracy of audio searching
US7716056B2 (en) 2004-09-27 2010-05-11 Robert Bosch Corporation Method and system for interactive conversational dialogue for cognitively overloaded device users
US8107401B2 (en) 2004-09-30 2012-01-31 Avaya Inc. Method and apparatus for providing a virtual assistant to a communication participant
US7702500B2 (en) 2004-11-24 2010-04-20 Blaedow Karen R Method and apparatus for determining the meaning of natural language
US7376645B2 (en) 2004-11-29 2008-05-20 The Intellection Group, Inc. Multimodal natural language query system and architecture for processing voice and proximity-based queries
US8214214B2 (en) 2004-12-03 2012-07-03 Phoenix Solutions, Inc. Emotion detection device and method for use in distributed systems
US20060122834A1 (en) 2004-12-03 2006-06-08 Bennett Ian M Emotion detection device & method for use in distributed systems
US7636657B2 (en) 2004-12-09 2009-12-22 Microsoft Corporation Method and apparatus for automatic grammar generation from data entries
US7873654B2 (en) 2005-01-24 2011-01-18 The Intellection Group, Inc. Multimodal natural language query system for processing and analyzing voice and proximity-based queries
US7508373B2 (en) 2005-01-28 2009-03-24 Microsoft Corporation Form factor and input method for language input
GB0502259D0 (en) 2005-02-03 2005-03-09 British Telecomm Document searching tool and method
US7676026B1 (en) 2005-03-08 2010-03-09 Baxtech Asia Pte Ltd Desktop telephony system
US7925525B2 (en) 2005-03-25 2011-04-12 Microsoft Corporation Smart reminders
WO2006129967A1 (en) 2005-05-30 2006-12-07 Daumsoft, Inc. Conversation system and method using conversational agent
US8041570B2 (en) 2005-05-31 2011-10-18 Robert Bosch Corporation Dialogue management using scripts
US8024195B2 (en) 2005-06-27 2011-09-20 Sensory, Inc. Systems and methods of performing speech recognition using historical information
US7826945B2 (en) 2005-07-01 2010-11-02 You Zhang Automobile speech-recognition interface
US7640160B2 (en) 2005-08-05 2009-12-29 Voicebox Technologies, Inc. Systems and methods for responding to natural language speech utterance
US20070073726A1 (en) 2005-08-05 2007-03-29 Klein Eric N Jr System and method for queuing purchase transactions
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
US7634409B2 (en) 2005-08-31 2009-12-15 Voicebox Technologies, Inc. Dynamic speech sharpening
US8265939B2 (en) 2005-08-31 2012-09-11 Nuance Communications, Inc. Hierarchical methods and apparatus for extracting user intent from spoken utterances
US8677377B2 (en) 2005-09-08 2014-03-18 Apple Inc. Method and apparatus for building an intelligent automated assistant
US7930168B2 (en) 2005-10-04 2011-04-19 Robert Bosch Gmbh Natural language processing of disfluent sentences
US8620667B2 (en) 2005-10-17 2013-12-31 Microsoft Corporation Flexible speech-activated command and control
US7707032B2 (en) 2005-10-20 2010-04-27 National Cheng Kung University Method and system for matching speech data
US20070185926A1 (en) 2005-11-28 2007-08-09 Anand Prahlad Systems and methods for classifying and transferring information in a storage network
KR100810500B1 (en) 2005-12-08 2008-03-07 한국전자통신연구원 Method for enhancing usability in a spoken dialog system
DE102005061365A1 (en) 2005-12-21 2007-06-28 Siemens Ag Background applications e.g. home banking system, controlling method for use over e.g. user interface, involves associating transactions and transaction parameters over universal dialog specification, and universally operating applications
US7599918B2 (en) 2005-12-29 2009-10-06 Microsoft Corporation Dynamic search with implicit user intention mining
US20070174188A1 (en) 2006-01-25 2007-07-26 Fish Robert D Electronic marketplace that facilitates transactions between consolidated buyers and/or sellers
IL174107A0 (en) 2006-02-01 2006-08-01 Grois Dan Method and system for advertising by means of a search engine over a data network
KR100764174B1 (en) 2006-03-03 2007-10-08 삼성전자주식회사 Apparatus for providing voice dialogue service and method for operating the apparatus
US7752152B2 (en) 2006-03-17 2010-07-06 Microsoft Corporation Using predictive user models for language modeling on a personal device with user behavior models based on statistical modeling
JP4734155B2 (en) 2006-03-24 2011-07-27 株式会社東芝 Speech recognition apparatus, speech recognition method, and speech recognition program
US7707027B2 (en) 2006-04-13 2010-04-27 Nuance Communications, Inc. Identification and rejection of meaningless input during natural language classification
US8423347B2 (en) 2006-06-06 2013-04-16 Microsoft Corporation Natural language personal information management
US7523108B2 (en) 2006-06-07 2009-04-21 Platformation, Inc. Methods and apparatus for searching with awareness of geography and languages
US20100257160A1 (en) 2006-06-07 2010-10-07 Yu Cao Methods & apparatus for searching with awareness of different types of information
US7483894B2 (en) 2006-06-07 2009-01-27 Platformation Technologies, Inc Methods and apparatus for entity search
KR100776800B1 (en) 2006-06-16 2007-11-19 한국전자통신연구원 Method and system (apparatus) for user specific service using intelligent gadget
US7548895B2 (en) 2006-06-30 2009-06-16 Microsoft Corporation Communication-prompted user assistance
US9318108B2 (en) 2010-01-18 2016-04-19 Apple Inc. Intelligent automated assistant
US8073681B2 (en) 2006-10-16 2011-12-06 Voicebox Technologies, Inc. System and method for a cooperative conversational voice user interface
US20080129520A1 (en) 2006-12-01 2008-06-05 Apple Computer, Inc. Electronic device with enhanced audio feedback
KR100883657B1 (en) 2007-01-26 2009-02-18 삼성전자주식회사 Method and apparatus for searching a music using speech recognition
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
US7822608B2 (en) 2007-02-27 2010-10-26 Nuance Communications, Inc. Disambiguating a speech recognition grammar in a multimodal application
US7801729B2 (en) 2007-03-13 2010-09-21 Sensory, Inc. Using multiple attributes to create a voice search playlist
US8219406B2 (en) 2007-03-15 2012-07-10 Microsoft Corporation Speech-centric multimodal user interface design in mobile technology
US7809610B2 (en) 2007-04-09 2010-10-05 Platformation, Inc. Methods and apparatus for freshness and completeness of information
US7983915B2 (en) 2007-04-30 2011-07-19 Sonic Foundry, Inc. Audio content search engine
US8055708B2 (en) 2007-06-01 2011-11-08 Microsoft Corporation Multimedia spaces
US8204238B2 (en) 2007-06-08 2012-06-19 Sensory, Inc Systems and methods of sonic communication
US8190627B2 (en) 2007-06-28 2012-05-29 Microsoft Corporation Machine assisted query formulation
US8019606B2 (en) 2007-06-29 2011-09-13 Microsoft Corporation Identification and selection of a software application via speech
JP2009036999A (en) 2007-08-01 2009-02-19 Infocom Corp Interactive method using computer, interactive system, computer program and computer-readable storage medium
US8190359B2 (en) 2007-08-31 2012-05-29 Proxpro, Inc. Situation-aware personal information management for a mobile device
US20090058823A1 (en) 2007-09-04 2009-03-05 Apple Inc. Virtual Keyboards in Multi-Language Environment
KR100920267B1 (en) 2007-09-17 2009-10-05 한국전자통신연구원 System for voice communication analysis and method thereof
US8706476B2 (en) 2007-09-18 2014-04-22 Ariadne Genomics, Inc. Natural language processing method by analyzing primitive sentences, logical clauses, clause types and verbal blocks
US8165886B1 (en) 2007-10-04 2012-04-24 Great Northern Research LLC Speech interface system and method for control and interaction with applications on a computing system
US8036901B2 (en) 2007-10-05 2011-10-11 Sensory, Incorporated Systems and methods of performing speech recognition using sensory inputs of human position
US20090112677A1 (en) 2007-10-24 2009-04-30 Rhett Randolph L Method for automatically developing suggested optimal work schedules from unsorted group and individual task lists
US7840447B2 (en) 2007-10-30 2010-11-23 Leonard Kleinrock Pricing and auctioning of bundled items among multiple sellers and buyers
US7983997B2 (en) 2007-11-02 2011-07-19 Florida Institute For Human And Machine Cognition, Inc. Interactive complex task teaching system that allows for natural language input, recognizes a user's intent, and automatically performs tasks in document object model (DOM) nodes
US8112280B2 (en) 2007-11-19 2012-02-07 Sensory, Inc. Systems and methods of performing speech recognition with barge-in for use in a bluetooth system
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
US10002189B2 (en) 2007-12-20 2018-06-19 Apple Inc. Method and apparatus for searching using an active ontology
US8219407B1 (en) 2007-12-27 2012-07-10 Great Northern Research, LLC Method for processing the output of a speech recognizer
US8099289B2 (en) 2008-02-13 2012-01-17 Sensory, Inc. Voice interface and search for electronic devices including bluetooth headsets and remote systems
US8285344B2 (en) 2008-05-21 2012-10-09 DP Technlogies, Inc. Method and apparatus for adjusting audio for a user 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
US8423288B2 (en) 2009-11-30 2013-04-16 Apple Inc. Dynamic alerts for calendar events
US8166019B1 (en) 2008-07-21 2012-04-24 Sprint Communications Company L.P. Providing suggested actions in response to textual communications
US9200913B2 (en) 2008-10-07 2015-12-01 Telecommunication Systems, Inc. User interface for predictive traffic
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
JP5911796B2 (en) 2009-04-30 2016-04-27 サムスン エレクトロニクス カンパニー リミテッド User intention inference apparatus and method using multimodal information
KR101581883B1 (en) 2009-04-30 2016-01-11 삼성전자주식회사 Appratus for detecting voice using motion information and method thereof
US10540976B2 (en) 2009-06-05 2020-01-21 Apple Inc. Contextual voice commands
KR101562792B1 (en) 2009-06-10 2015-10-23 삼성전자주식회사 Apparatus and method for providing goal predictive interface
US8527278B2 (en) 2009-06-29 2013-09-03 Abraham Ben David Intelligent home automation
US8321527B2 (en) 2009-09-10 2012-11-27 Tribal Brands System and method for tracking user location and associated activity and responsively providing mobile device updates
KR20110036385A (en) 2009-10-01 2011-04-07 삼성전자주식회사 Apparatus for analyzing intention of user and method thereof
US9197736B2 (en) 2009-12-31 2015-11-24 Digimarc Corporation Intuitive computing methods and systems
US20110099507A1 (en) 2009-10-28 2011-04-28 Google Inc. Displaying a collection of interactive elements that trigger actions directed to an item
US9171541B2 (en) 2009-11-10 2015-10-27 Voicebox Technologies Corporation System and method for hybrid processing in a natural language voice services environment
WO2011059997A1 (en) 2009-11-10 2011-05-19 Voicebox Technologies, Inc. System and method for providing a natural language content dedication service
US8712759B2 (en) 2009-11-13 2014-04-29 Clausal Computing Oy Specializing disambiguation of a natural language expression
KR101960835B1 (en) 2009-11-24 2019-03-21 삼성전자주식회사 Schedule Management System Using Interactive Robot and Method Thereof
US8396888B2 (en) 2009-12-04 2013-03-12 Google Inc. Location-based searching using a search area that corresponds to a geographical location of a computing device
KR101622111B1 (en) 2009-12-11 2016-05-18 삼성전자 주식회사 Dialog system and conversational method thereof
US8494852B2 (en) 2010-01-05 2013-07-23 Google Inc. Word-level correction of speech input
US8334842B2 (en) 2010-01-15 2012-12-18 Microsoft Corporation Recognizing user intent in motion capture system
US8626511B2 (en) 2010-01-22 2014-01-07 Google Inc. Multi-dimensional disambiguation of voice commands
US20110218855A1 (en) 2010-03-03 2011-09-08 Platformation, Inc. Offering Promotions Based on Query Analysis
US8265928B2 (en) 2010-04-14 2012-09-11 Google Inc. Geotagged environmental audio for enhanced speech recognition accuracy
US20110279368A1 (en) 2010-05-12 2011-11-17 Microsoft Corporation Inferring user intent to engage a motion capture system
US8694313B2 (en) 2010-05-19 2014-04-08 Google Inc. Disambiguation of contact information using historical data
US8522283B2 (en) 2010-05-20 2013-08-27 Google Inc. Television remote control data transfer
US8468012B2 (en) 2010-05-26 2013-06-18 Google Inc. Acoustic model adaptation using geographic information
US20110306426A1 (en) 2010-06-10 2011-12-15 Microsoft Corporation Activity Participation Based On User Intent
US8234111B2 (en) 2010-06-14 2012-07-31 Google Inc. Speech and noise models for speech recognition
US8411874B2 (en) 2010-06-30 2013-04-02 Google Inc. Removing noise from audio
US8775156B2 (en) 2010-08-05 2014-07-08 Google Inc. Translating languages in response to device motion
US8473289B2 (en) 2010-08-06 2013-06-25 Google Inc. Disambiguating input based on context
US8359020B2 (en) 2010-08-06 2013-01-22 Google Inc. Automatically monitoring for voice input based on context
JP2014520297A (en) 2011-04-25 2014-08-21 ベベオ,インク. System and method for advanced personal timetable assistant

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6029135A (en) * 1994-11-14 2000-02-22 Siemens Aktiengesellschaft Hypertext navigation system controlled by spoken words
US5963208A (en) * 1995-03-09 1999-10-05 Michael A. Dolan Integrated network access user interface for navigating with a hierarchical graph
US5937163A (en) * 1996-03-26 1999-08-10 Industrial Technology Research Institute Method and system at a host node for hierarchically organizing the links visited by a world wide web browser executing at the host node
US5963964A (en) * 1996-04-05 1999-10-05 Sun Microsystems, Inc. Method, apparatus and program product for updating visual bookmarks
US6772394B1 (en) * 1996-09-25 2004-08-03 Access Co., Ltd. Internet television device capable of selecting hot spots by the use operation buttons
US6226655B1 (en) * 1996-10-08 2001-05-01 Netjumper, Inc. Method and apparatus for retrieving data from a network using linked location identifiers
US5915001A (en) * 1996-11-14 1999-06-22 Vois Corporation System and method for providing and using universally accessible voice and speech data files
US6400806B1 (en) * 1996-11-14 2002-06-04 Vois Corporation System and method for providing and using universally accessible voice and speech data files
US5905498A (en) * 1996-12-24 1999-05-18 Correlate Technologies Ltd System and method for managing semantic network display
US5877757A (en) * 1997-05-23 1999-03-02 International Business Machines Corporation Method and system for providing user help information in network applications
US5848410A (en) * 1997-10-08 1998-12-08 Hewlett Packard Company System and method for selective and continuous index generation
US6138158A (en) * 1998-04-30 2000-10-24 Phone.Com, Inc. Method and system for pushing and pulling data using wideband and narrowband transport systems
US6212564B1 (en) * 1998-07-01 2001-04-03 International Business Machines Corporation Distributed application launcher for optimizing desktops based on client characteristics information
US6405238B1 (en) * 1998-07-31 2002-06-11 Hewlett-Packard Co. Quick navigation upon demand to main areas of web site
US6417873B1 (en) * 1998-12-11 2002-07-09 International Business Machines Corporation Systems, methods and computer program products for identifying computer file characteristics that can hinder display via hand-held computing devices

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050096019A1 (en) * 1999-11-02 2005-05-05 Awele Ndili System for converting wireless communications for a mobile device
US20050130642A1 (en) * 2003-12-16 2005-06-16 Scott Sherryl Lee L. Expedited communication graphical user interface system and method
WO2005060219A1 (en) * 2003-12-16 2005-06-30 Research In Motion Limited Expedited communication graphical user interface system and method
US7103388B2 (en) 2003-12-16 2006-09-05 Research In Motion Limited Expedited communication graphical user interface system and method
US20060258393A1 (en) * 2003-12-16 2006-11-16 Research In Motion Limited Expedited communication graphical user interface system and method
US7447520B2 (en) * 2003-12-16 2008-11-04 Research In Motion Limited Expedited communication graphical user interface system and method
US20090042599A1 (en) * 2003-12-16 2009-02-12 Research In Motion Limited Expedited communication graphical user interface system and method
US8406805B2 (en) 2003-12-16 2013-03-26 Research In Motion Limited Expedited communication graphical user interface system and method
US9002407B2 (en) 2003-12-16 2015-04-07 Blackberry Limited Expedited communication graphical user interface system and method

Also Published As

Publication number Publication date
US20070186148A1 (en) 2007-08-09
AU6630800A (en) 2001-03-13
US8527861B2 (en) 2013-09-03
WO2001013255A3 (en) 2001-11-15
WO2001013255A2 (en) 2001-02-22

Similar Documents

Publication Publication Date Title
US8527861B2 (en) Methods and apparatuses for display and traversing of links in page character array
US9575638B2 (en) Browser navigation for devices with a limited input system
KR100274135B1 (en) Web browser allowing navigation between hypertext objects using remote control
US6547830B1 (en) Methods and apparatuses for display and traversing of links in page character array
US20050041011A1 (en) Method and user interface for entering text
EP1128270A1 (en) System and method for specifying www site
GB2324232A (en) Apparatus and method for retrieving information in a mobile information terminal
JPH10327231A (en) Mobile communication equipment provided with rotary push switch
US7610356B2 (en) Accessing functionalities in hypermedia
JP2011076565A (en) Information processing apparatus
US7421666B2 (en) Browser navigation for devices with a limited input system
EP1215563B1 (en) Method and arrangement for displaying hypertext pages
US7472168B2 (en) Method for dynamically assigning and displaying character shortcuts on a computing device display
US20040122839A1 (en) Displaying data tables in user interfaces
KR20020061381A (en) System and method for close-up web document having frame and and recording the method
US20030132961A1 (en) Accessing functionalities in hypermedia
Cisco Creating Web Page Transformations
JPH08137648A (en) Operation device for image input output device
EP1122636A2 (en) System and method for analysis, description and voice-driven interactive input to html forms
JP4444634B2 (en) PROGRAM GENERATION DEVICE, PROGRAM GENERATION METHOD, PROGRAM, AND RECORDING MEDIUM
KR100786553B1 (en) Method of keying in url address for mobile terminal
JP4629297B2 (en) Database-driven screen display method and system
JP2002032287A (en) Information processing system
JP2000099517A (en) Information retrieval device, system and method, and storage medium
JPH1125120A (en) Device and method for processing character

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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