[ to main document ]

trip report from the ninth World Wide Web conference in amsterdam, the netherlands


tutorial 5: wireless application protocol (WAP)


home - introduction - WML script - implementation recommendations - roadmap - WAP forum - my comment


author: don schuerholz, manager of developer services at phone.com inc.

number of attendees: approx. 80


introduction to WML:

don started the tutorial with a short introduction to WML and presented its main features. he explained the basic syntax rules, such as:

he also mentioned that the maximum size of a WML-deck is approximately 1500 bytes.

to the top


WML script:

don did not go into much details about WML script. he said it is mainly used for input validation, but may be used for other purposes, such as implementing a calculator, a currency converter or even a simple game.

However, there is an important security issue which programmers should be aware of:
there is only ONE GLOBAL name space for WML variables !

Therefore:

to the top


implementation recommendations:

currently, there are two major WML browser implementations available, one from phone.com and one from nokia. phone.com has written a design guide which should help developers to write portable code which should work with both browsers. at the same time, phone.com has developed some extensions to WML which work only on their WML browser. the design guide plus other technical information is available from developer.phone.com (access is free, but one has to register itself first).

due to the limited size of today's WAP capable phones, don made the following suggestions:

  1. assume a screen size of 3x12 characters
  2. do not use words with more than 12 characters, because not all phones support horizontal scrolling yet (longer words may get truncated)
  3. softkey labels should not be longer than five characters
  4. use localsrc (icons stored in the phone-browser's memory, unfortunately not yet standardized) to preserve bandwidth
  5. provide a list of items to select from rather than an input field whenever possible - it is much more convenient for the user
  6. if you use item lists, make sure the items which will be selected more frequently (or which you consider most important) are listed on the top
  7. if you have to use an input field, use the format attribute as a hint for the user so she or he knows, what type of data is expected (numeric, alpha or alpha-numeric) and maybe even how many digits or characters are required
  8. if possible, use numbers rather than letters for input, it is much easier to enter numbers. consider assigning a PIN number to your users rather than a username.
  9. use one card per input element - put multiple input elements in a series of cards and use the softkey label on the last card to indicate when all data has been entered so that the real action can be started (e.g. "Search", "Buy" etc.)
  10. submit all data at once to reduce latency (GSM is a SLOW network !)

to the top


roadmap:

to the top


WAP forum:

a number if companies have formed the WAP forum. at www.wapforum.org, you will find:

to the top


my comment:

this was a good overview of the features of WML. however, from a content provider's point of view, it is bad news that we have a somewhat similar situation like a few years ago, when we had two major HTML browsers with different capabilities (remember "the browser war" ?). again, a WML developer must test her or his application with various browsers to make sure it works with most of the WAP enabled phones available on the market today.

still, don's recommendations seem very reasonable to me and i will test our WAP applications to make sure they work with both browsers. see wap.ethz.ch if you have a WAP browser or a WAP phone or http://wap.ethz.ch/www/ for information about our WAP based services in HTML.

to the top


to main document


production note:

this trip report was written on a Vadem Clio C-1050 running Windows CE with Pocket Word. It was then transferred to a DELL Latitude notebook and modified as needed. this document is supposed to be HTML V4.0 compliant.


tutorial_5.html / 7-jun-2000 (ra) /
!!! Dieses Dokument stammt aus dem ETH Web-Archiv und wird nicht mehr gepflegt !!!
!!! This document is stored in the ETH Web archive and is no longer maintained !!!
reto ambühler