|
Table of contents | Author | City | Company | Country | State/Province | Term | Interchange | ![]() |
Heckler,
Steven , President , WestLake Internet Training, Arlington
Virginia
U.S.A.
Email: sheckler@westlake.com
Web site:http://www.westlake.com
Steve Heckler is President of WestLake Internet Training, an instructor-led, hands-on Web development training firm. WestLake teaches more than 40 courses on XML, Java, WML, ASP.NET, ASP, ColdFusion, Flash, and a wide variety of other technologies. Courses are taught at the firm's six training centers in the Washington, New York, Boston, Detroit, and Pittsburgh areas.
Prior to joining WestLake as its second employee in 1995, Steve worked as a product manager at Broderbund Software. He holds Bachelors and Masters degrees from Stanford University.
WAP : Facilitates communication between a wireless device and a gateway, which in turn allows communication with Internet- or intranet-based resources
WML : Derivative of XML used to create pages for wireless devices
– Features include HTML->WML translation, GIF/JPEG->WBMP translation
Configure your current server to serve the proper MIME headers for WAP content
| MIME type | Extension |
| text/vnd.wap.wml | .wml |
| text/vnd.wap.wmlscript | .wmls |
| image/vnd.wap.wbmp | .wbmp |
| application/vnd.wap.wmlc | .wmlc |
| application/vnd.wap.wmlscriptc | .wmlsc |
<?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id="main" title="An Example"> <p> Hello World! </p> </card> </wml>
| Tag | Style |
| <b></b> | Bold |
| <i></i> | Italics |
| <u></u> | Underline |
| <em></em> | Emphasis |
| <strong></strong> | Strong |
| <big></big> | Big |
| <small></small> | Small |
| Character | Entity Name |
| Quote | " |
| Apostrophe | ' |
| Ampersand | & |
| Less than | < |
| Greater than | > |
| Soft hyphen | ­ |
| Non-breaking space | |
May show up on screen or under one of the soft buttons
<a href="phonedir.wml">Phone Directory</a>
<a href="#djia">Dow Jones Industrial Average</a>
<do type="prev" label="Go Back"><prev /></do>
Code above typically results in one of the function keys having the label Go Back.
Allow you to add features to every card in a deck. e.g., to add a Go Back button to every page:
<template> <do type="prev" label="Go Back"> <prev /> </do> </template>
<input> tags (for text and password fields) and <select> lists are the only form elements supported
Input formats allow you to specify basic patterns that entered data must conform to
Submit data to programs running on the server, which in turn can query databases, generate emails, etc.
Server-side programs typically written as CGI scripts, ASPs, JSPs, or ColdFusion templates
2thumbsWAP.com - http://www.2thumbswap.com/wap/
Google - http://wap.google.com
Thank you for joining me today!
It will be exciting to see what the future holds in store
Please email questions to me at sheckler@westlake.com
Please check complete an evaluation and check around you for personal belongings prior to departing
|
Table of contents | Author | City | Company | Country | State/Province | Term | Interchange | ![]() |