Webmaster's Guide to the Wireless Internet part 23. The Webmaster’s Guide to the Wireless Internet provides the Wireless Webmaster with all of the tools necessary to build the next generation Internet. Packed with the essential information they need to design, develop, and secure robust, e-commerce enabled wireless Web sites. This book is written for advanced Webmasters who are experienced with conventional Web site design and are now faced with the challenge of creating sites that fit on the display of a Web enabled phone or PDA | 192 Chapter 5 Wireless Development Kits Figure Nokia WAP Toolkit Accessing and Editing Local Files You can use the Nokia WAP Toolkit to create edit and view files stored locally on your computer. Let s create a simple WML file called and save it in the c wap directory. First select File New WML Deck from the menu bar or press Ctrl N on your keyboard. A new WML deck will appear in the editor with a large amount of skeleton code already filled in. This is great for the first couple of files that you write but you will quickly find yourself deleting large portions of the skeleton files every time you create a new WML deck. Let s use the template and customize it to mimic our other examples. The WML deck defaults to WML but has version and declarations commented out in the default can use one of the other declarations if your application requires features not available in version of WML. For our example version suffices so we can delete the other declarations. We do not need a head element in our deck so we can delete that comment. The default template provides a Back button for every card. The Nokia browser does not provide backwards navigation by default so if you do not place this functionality in the template section or in every card users on Nokia phones will not be able to navigate to previous cards when viewing your application. Wireless Development Kits Chapter 5 193 The first card contains a quite a few comments that guide you through building your own card. The first thing we need to do is change the title. Let s make the attribute read title Hello instead of the default Card 1. We aren t going to add anything new to the card but we can see where we would have to add elements such as onevent do and timer from the can remove these comments to make our final code default do tag has a type attribute of want this to be the default action so let s change this so that it