|
For the World's Most Important Web Site - YOURS! VPS v1 Support Documentation |
||||
|
|
WAP - Wireless Application ProtocolWAP (Wireless Application Protocol) is a protocol that allows wireless devices access to information and services over the Internet. WAP makes it possible to deliver Web content through a WAP gateway server directly to a wireless Web-enabled device. By using already existing Internet technology such as XML and IP, WAP allows access to Internet content and services to wireless clients. With WAP, clients can obtain Internet content and services through devices such as, mobile phones, PDAs, pagers, two-way radios, smart phones, communicators, and terminals. The protocol is developed by WAP Forum, an organization of some of the most powerful Internet and telecom companies. ConfigurationIt is quite easy to enable a Virtual Private Server web server to serve WAP documents. The gateway is usually on the cellular network, so all your Apache Web Server needs are the correct MIME Types.
TestingCreate a ~/www/htdocs/hello.wml test file to verify that you've set things up right. The following sample code shows how to create two sample cards using Wireless Markup Language (.wml) <?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="card1" title="My Wap Page"> <p>Hello world - this is my first wap card!</p> <p><a href="#card2">Go to the second card</a></p> </card> <card id="card2" title="Second Card"> <p>This is my second wap card!</p> <p><a href="#card1">Go back to the first card</a></p> </card> </wml> When you develop WML pages, you should always check the page in one of the SDKs available. In order to view your new WAP document, you need a WAP-enabled cell phone or a WAP emulator. There are many WAP emulators available, including these: More InformationFor more information and resources see the following.
|
|||
|
© 1996 - 2008 Web Hosting Solutions 1311 Darcann Drive, Columbus, OH 43220 1-888-522-3738 Money Back Guarantee 99.9% Uptime Guarantee Like sports? Visit ColumbusSports.com |