Question : wap tutorial

Hi all,
I'm new to wap. my manager wants me to make homepage with wap to put it on the wap host and check the result so can you please
1.send me a hello world example in wap
2.guide me where to find a tutorial
3. give me a book name that is to the point
4. tell me how to write wap using php
please help any help is appriciated
best regards
hatem gamal

Answer : wap tutorial

All of this depends on what sort of WAP site you're planning to create.

If you want devices old devices (4 years plus) to access it you might need to code in WML (http://www.w3schools.com/wap/)

What's more likely is you will need XHTML MP (XHTML Mobile Profile http://www.developershome.com/wap/xhtmlmp/)

XHTML MP is very much like XHTML, if you can code HTML you code XHTML MP, MP is just stricter.

http://www.developershome.com/wap/xhtmlmp/xhtml_mp_tutorial.asp?page=introduction

Simple Hello world in XHTML MP, save the file as helloworld.html or helloworld.htm
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:


 

  
    Hello world
  
 
  
    

Hello world

I am here!

Random Solutions  
 
programming4us programming4us