>
New Topic
>
Reply<
Esato Forum Index
>
General discussions >
General
> What is the best way to create a WAP page?
Bookmark topic
What is the best way for me creating a wappage? What format should i use? Php? Wml? Asp? Xhtml? Any webpages that teaches wap programming? What software and editor should i download that is very good? All scripting tips are welcome! And how do i set numbers like on this that i want go to next post i can press the # on the keypad!? Do i host wappages on a regular host? And how do i do wap chat and wap forums? And sum like this that every user have their own account to log in!
This message was posted from a T300
[ This Message was edited by: Cytech on 2004-03-30 15:47 ]
--
Posted: 2004-03-26 01:44:47
Edit :
Quote
rdnymllnsktr Posts: > 500
Wow, tons of questions. Well, XHTML will work, and can be read by a WAP browser.. This forum is a PHP one, not HTML. I don't know that much about PHP, but am learning.
--
Posted: 2004-03-26 01:56:35
Edit :
Quote
Try http://tagtag.com . Free, easy to start!
This message was posted from a T39
--
Posted: 2004-03-26 05:04:09
Edit :
Quote
How can i write xhtml? In dreamweaver or what editor? And what is the diffrence between html and xhtml?
This message was posted from a T300
--
Posted: 2004-03-26 10:14:52
Edit :
Quote
You can allways start with notepad but you need to know html, here is the first lines for making a wap page
Quote:<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta http-equiv="Cache-Control" content="max-age=30" forua="true" /></head>
<card id="card0" title="
choose a title">
<do type="prev" label="Back"><prev/></do>
start coding here
</card>
</wml>
But try on google for programs, much easier
_________________
my themes site[ This Message was edited by: Jim on 2004-03-26 10:50 ]
--
Posted: 2004-03-26 11:49:29
Edit :
Quote
xhtml is leterally the same as wml isnt it? And you can put xhtml on webspace that doesn't support wml (.htaccess problems)?
--
Posted: 2004-03-26 12:11:17
Edit :
Quote
You can use xhtml as any html page on your site, no problems at all. The problems start when you want to download thing through wap, as the server needs to have a few extra lines of code for it to work.
(I Think) =)
--
Posted: 2004-03-26 12:18:20
Edit :
Quote
Does xhtml support javascripts? Like historyback?
This message was posted from a T300
--
Posted: 2004-03-26 13:27:20
Edit :
Quote
Does that mean you can use MS Frontpage to create a xhtml page then?
--
Posted: 2004-03-26 13:37:32
Edit :
Quote
Quote:
On 2004-03-26 10:14:52, gardar wrote:
How can i write xhtml? In dreamweaver or what editor? And what is the diffrence between html and xhtml?
This message was posted from a T300
yes, you can do it in dreamweaver. when you get to a computer, check out this picture.
--
Posted: 2004-03-29 03:19:45
Edit :
Quote
New Topic
Reply