WO2002080031A2 - Procede et appareil d'amelioration automatique de l'interactivite du navigateur - Google Patents

Procede et appareil d'amelioration automatique de l'interactivite du navigateur Download PDF

Info

Publication number
WO2002080031A2
WO2002080031A2 PCT/GB2002/001563 GB0201563W WO02080031A2 WO 2002080031 A2 WO2002080031 A2 WO 2002080031A2 GB 0201563 W GB0201563 W GB 0201563W WO 02080031 A2 WO02080031 A2 WO 02080031A2
Authority
WO
WIPO (PCT)
Prior art keywords
submission
variables
display
queue
value
Prior art date
Application number
PCT/GB2002/001563
Other languages
English (en)
Other versions
WO2002080031A3 (fr
Inventor
Roger I. W. Spooner
David Holt
Andrew Thompson
Original Assignee
Argo Interactive Ltd.
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 Argo Interactive Ltd. filed Critical Argo Interactive Ltd.
Priority to AU2002244849A priority Critical patent/AU2002244849A1/en
Publication of WO2002080031A2 publication Critical patent/WO2002080031A2/fr
Publication of WO2002080031A3 publication Critical patent/WO2002080031A3/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • 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
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
    • H04M1/72445User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality for supporting Internet browser applications

Definitions

  • This invention relates to a method and apparatus for automatically enhancing browser interactivity.
  • Embodiments of the present invention relate to the display of options normally seen in HTML web pages, on less-capable mobile browsers.
  • WML Wireless Mark-up Language
  • HDML Handheld Device Mark-up Language
  • HDML multi-select can be found at http://developer.phone.com/technotes/enumNar.html and uses ⁇ ODISPLAY> and ⁇ CHOICE> cards to achieve enumerated value selection.
  • the value returned to the server must be displayed on screen making simple and understandable HTML checkbox emulation impossible; it also uses a significant amount of memory (which is typically scarce); and it only works in HDML, which is proprietary to the publishing company OpenWave.
  • the present invention provides a method of processing an interactive data file representing a document, said data file including at least one selectable option, said method comprising the steps of: (i) setting variables corresponding to potential values of said at least one selectable option; (ii) storing said variables in a circular display queue, one position of said queue being a display position, wherein potential values corresponding to variables occupying this position are displayed to a user; (iii) storing said variables in a circular submission queue, one position of said submission queue being a submission position; (iv) in response to a rotation user input, rotating said plurality of variables within both said circular display queue and said circular submission queue such that further variables in said circular display queue occupy said display position, and corresponding further variables within said circular submission queue occupy said submission position; (v) outputting a submission value corresponding to a variable occupying said submission position in response to a submission user input.
  • the present invention provides a method in which a user can select a value for a particular option from a list of values, review the list and submit the value.
  • the use of circular queues means that the user can simply cycle through the different values of the options and then select an appropriate one.
  • the storage of the information in this manner is a particularly efficient use of device memory which may be scarce.
  • said potential values comprise submission of said option and non-submission of said option, wherein preferably said submission value comprises no data when said selected variable corresponds to a value representing non-submission of said option.
  • said variables stored in said submission queue for said at least one selectable option comprise alternative values for a named attribute, said method further comprising the steps of storing the name of said named attribute and outputting said name.
  • This method is particularly valuable in representing the equivalent of HTML checkboxes and multiple-select lists in mobile mark-up languages (and, in particular, HDML).
  • said name and its value are output in response to said submission user input.
  • said variables comprise no value and no name, such that submission of said variable comprises submission of no data.
  • step (i) of said method comprises setting said variables to correspond to both said potential values of said at least one selectable option and said name.
  • the name may be changed according to the user's input, alternatively some variables may contain no value at all, causing just the name to be submitted.
  • said user input is made via a client computer which does not have a separate input key for each letter of the alphabet.
  • This method provides a way of selecting multiple options from a list in a way not normally supported by devices having limited keyboards such as mobile wireless device. The method enhances the apparent ability of such devices, without any hardware modifications.
  • said data file is retrieved from a source computer server via a computer network, and said submission value is output to said computer server via said computer network.
  • the method of embodiments of the present invention is particularly well adapted for communicating with a server computer via a computer network, for example communicating with web pages via the Internet.
  • step (i) of said method comprises setting two sets of variables for each potential value: value variables corresponding to said potential values and display variables corresponding to data for complex displayed objects, said display variables being stored in said circular display queue and said value variables in said circular submission queue; said method comprising the further step of storing an array of data for complex displayed objects; wherein a complex display object corresponding to a display variable occupying said display position in said circular display queue is displayed to said user.
  • graphical icons can be displayed to represent various choices.
  • said data file comprises a plurality of selectable options
  • steps (i) to (iv) of said method are performed for each of said plurality of selectable options before step (v) is performed
  • step (v) comprises outputting submission values for each of said plurality of selectable options.
  • Figure 1 schematically illustrates the transcoding of web pages into a mobile mark-up language for display on a mobile device
  • Figure 2 shows the storage of display and submission variables in circular queues
  • Figure 3 is a flow diagram illustrating the steps performed in selecting an option value.
  • Embodiments of the invention provide a method to present enumerated options to the users of mobile devices such as WAP phones which support some interactive document content, but not enumerated options.
  • 'transcoding means the conversion of the encoding of document content (including text, graphics, and possibly other media), for example from web-page formats to WAP formats.
  • a list of options, each of which can be set to an enumerated list of values, is presented in HDML as a ⁇ CHOICE> or ⁇ DISPLAY> card, and in WML as a
  • ⁇ SELECT> list Selecting any one of the options updates the value for that option, and redisplays the same list with the new value.
  • the user can select a final option to move on to the remainder of the task, eventually submitting information to an origin server computer.
  • the values submitted to the origin server need not be the same as those displayed on the screen.
  • Embodiments of this invention hold a variable for the value currently displayed to the user, and a variable for the value(s) not currently displayed.
  • a similar set for the value to be submitted to the server, and value(s) not to be submitted in the current selection are also held, as shown in Figure 2.
  • the two variables for display are swapped over (or rotated, if there are more than two), as are those for submission.
  • the current display variable is used as a visible marker for the user, and the current submission variable is used as a parameter to the URL or POST data' to be submitted back to the origin server when the user has completed the form.
  • the system is more efficient than prior methods on its use of device memory, which is often scarce, and does not require the device to leave the 'card' (page) with the list in order to recalculate variables before returning to the same card, thereby making it faster.
  • the system is valuable in representing the equivalent of HTML checkboxes and multiple-select lists in mobile mark-up languages (and in particular, HDML).
  • Figure 3 shows steps that are passed in executing the method according to an embodiment of the invention.
  • An HDML or WML document may contain several interactive 'forms' with data to be submitted to origin servers.
  • Each 'form' may contain several multiple-select lists.
  • Each list may contain several options. Each option may have several possible values.
  • the selection list would normally be shown as a ⁇ CHOICE> card.
  • WML it should be a ⁇ SELECT> list within a normal card.
  • variables should be initialised for the enumerated list. In HDML this can be done either as a VARS attribute in the link leading to the choice card, or as a ⁇ NODISPLAY> card which goes to the ⁇ CHOICE> card.
  • $showlf allows the user to see information which is familiar as a radio button or checkbox; one of the following two options, clearly indicating selection:
  • Selecting any of the enumerated-value options on the list should perform a 'task' in HDML, which should swap or rotate the variables, and then go back to the same card. By repeatedly selecting the same option, each of the values is visited in rotation.
  • the list of enumerated options should be followed by an option or soft-key setting to allow the user to exit the card offering the choices, and move on to another. This is important as all of the enumerated options merely change the settings and return to the same page.
  • a submission to the origin server might occur with a link like the following:
  • HDML devices typically return values for all of their unique variables, which may be on or off, and can hold only one value under each name.
  • embodiments of this invention can provide an almost perfect emulation of an HTML checkbox by placing both the HTML input name and value into the submit value.
  • the fragment '%3D' represents an equals sign -' and remains as such if passed back to the origin server as $(lf:noesc) which prevents the browser device from using the '%' notation for the variable $lf.
  • icon 62 is a cross
  • icon 73 is a tick
  • the methods presented here are for adding selection of multiple options from lists in a way not normally supported on the devices in question such as mobile phones.
  • the values for the options should be enumerated by a designer in advance, each of the options having two or more possible values.
  • the user is able to select a value for each option from the enumerated list, to review their choices, and to submit these to a server which is unaware of the method described here (indeed, which may be unaware of the capabilities and limitations of the device submitting the information).
  • Embodiments of this invention are therefore particularly useful when attempting to display options normally seen in HTML web pages, on the less-capable mobile browsers.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

L'invention concerne un procédé et un appareil permettant d'améliorer automatiquement l'interactivité du navigateur. Les modes de réalisation de l'invention concernent l'affichage d'options normalement visibles sur les pages Web HTML, au moyen de navigateurs mobiles moins performants. En utilisant les files d'attente circulaires pour stocker les variables correspondant aux valeurs potentielles d'options sélectionnables, l'utilisateur peut parcourir les différentes options avant de faire son choix. Ce système est particulièrement utile pour représenter l'équivalent des cases à cocher HTML ainsi que les listes à sélection multiples telles que celles que l'on rencontre sur les sites Web interactifs en langage de balisage mobile.
PCT/GB2002/001563 2001-03-28 2002-03-28 Procede et appareil d'amelioration automatique de l'interactivite du navigateur WO2002080031A2 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2002244849A AU2002244849A1 (en) 2001-03-28 2002-03-28 Method and apparatus for automatically enhancing browser interactivity

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB0107755.1 2001-03-28
GBGB0107755.1A GB0107755D0 (en) 2001-03-28 2001-03-28 Method of automatically enhancing browser interactivity

Publications (2)

Publication Number Publication Date
WO2002080031A2 true WO2002080031A2 (fr) 2002-10-10
WO2002080031A3 WO2002080031A3 (fr) 2003-01-03

Family

ID=9911748

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB2002/001563 WO2002080031A2 (fr) 2001-03-28 2002-03-28 Procede et appareil d'amelioration automatique de l'interactivite du navigateur

Country Status (3)

Country Link
AU (1) AU2002244849A1 (fr)
GB (1) GB0107755D0 (fr)
WO (1) WO2002080031A2 (fr)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000023985A1 (fr) * 1998-10-16 2000-04-27 Telefonaktiebolaget Lm Ericsson (Publ) Commande vocale d'une interface utilisateur pour applications de services
EP1032185A2 (fr) * 1999-02-22 2000-08-30 Nokia Mobile Phones Ltd. Un radiotéléphone
WO2000072184A2 (fr) * 1999-05-24 2000-11-30 Matsushita Mobile Communication Development Corp. Of U.S. Systeme independant de plate-forme indiquant une interface utilisateur enfouie

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000023985A1 (fr) * 1998-10-16 2000-04-27 Telefonaktiebolaget Lm Ericsson (Publ) Commande vocale d'une interface utilisateur pour applications de services
EP1032185A2 (fr) * 1999-02-22 2000-08-30 Nokia Mobile Phones Ltd. Un radiotéléphone
WO2000072184A2 (fr) * 1999-05-24 2000-11-30 Matsushita Mobile Communication Development Corp. Of U.S. Systeme independant de plate-forme indiquant une interface utilisateur enfouie

Also Published As

Publication number Publication date
AU2002244849A1 (en) 2002-10-15
GB0107755D0 (en) 2001-05-16
WO2002080031A3 (fr) 2003-01-03

Similar Documents

Publication Publication Date Title
EP2025139B1 (fr) Système de messagerie multimédia destiné a un téléphone mobile
US9619446B2 (en) Generating customized graphical user interfaces for mobile processing devices
US7739407B1 (en) Systems for customizing behaviors and interfaces in service invocations
US20030004984A1 (en) Methods for transcoding webpage and creating personal profile
US20080201452A1 (en) Method and System for Providing Portions of Information Content to a Client Device
US20070043837A1 (en) Method and system for producing web pages matched to client properties
US20020078253A1 (en) Translation of digital contents based on receiving device capabilities
US20040243929A1 (en) Apparatus and method enabling configurable graphical display of table-based data in a web-based application
WO2002027543A2 (fr) Serveur web
JP2001282674A (ja) インターネットベースのフォントサーバ
EP2626794A1 (fr) Système et procédé de conversion de caractère, et programme d'ordinateur associé
US20030187954A1 (en) Method and apparatus for downloading e-book via WAP
US20020140727A1 (en) Mobile terminal and method for scaling an option list of an application
US20060168549A1 (en) User interfaces and methods for displaying attributes of objects and accessing content
US20020026472A1 (en) Service request method and system using input sensitive specifications on wired and wireless networks
CN1494696A (zh) 为无线手机单元定制表列数据
WO2002080031A2 (fr) Procede et appareil d'amelioration automatique de l'interactivite du navigateur
JP2002351781A (ja) 画面表示用ページレイアウトを利用したコンテンツ生成装置
JP2002202935A (ja) サーバ装置
US20060064632A1 (en) Method and system to inverse graphs
US6772173B1 (en) System and method for dynamically presenting a list of items
US20020095475A1 (en) Frame handling for a thin client
JP2010033339A (ja) サーバベース・コンピューティング・システムのサーバ装置、サーバ制御プログラム、および表示制御装置、表示制御プログラム
EP2767901B1 (fr) Génération de documents électroniques interactifs
JP2007299311A (ja) 端末装置、及び、端末装置用プログラム

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SI SK SL TJ TM TN TR TT TZ UA UG US UZ VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SI SK SL TJ TM TN TR TT TZ UA UG US UZ VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP