Hi guys, can you tell me how can i make wap enabled site . Please suggest some softwares to do that .. since i am new to wap can you suggest any wap editor . thanks a lot
For Emulating/testing, Try Wapsilon. it's a free WAP emulator. Also try Wap Tiger. http://wapsilon.com/ http://www.waptiger.com/waptiger/ For Building pages, there are lots of good wap tutorials out there, just look around on google. Here's one that looks pretty good. http://www.w3schools.com/wap/default.asp
There is a project, html2wml, that is a PERL script that you can run from the cli for a static version, or on your server, as a cgi, for an on-the-fly conversion. In the latter case, you can use a static document or generate dynamic content and depending on the UA's accept header, send it as html or convert it to wml. I have posted a converted document at 2col.wml. Opera has the proper rendering engine to view the file. You may see the original html document at 2col.html. When you view source, you will see that the script has converted the original to an xml document against the public wml DTD. If you need to edit a bit, simply open the doc in Emacs or your favorite, if lesser , editor and have at it. For cells and PDAs that accept html, you can view a small screen rendering in Opera or Firefox. cheers, gary