wml

how to test an wml script program..

can we test the wml script in pc.. is there eny emulator for testing it.... ...

WML And Downloads

I'm now playing with WML and WMLScript, but I'm doing a site that will have some content to download(some txt, doc, bmp, mpg, avi and jpg files), but some of my friends(that never developed in this language, just used the technology on the beginning) said that it's impossible. Then here are my questions: It's possible? How to do it? ...

Submit Form Equivalent To WML

I'm playing a little bit with WML with PHP, then I want to know what is the equivalent of this on WML 1.0: <form action="upload_file.php" method="post"> <label for="file">File:</label><br /> <input type="file" name="file" id="file" /><br /> <input type="submit" name="submit" value="Submit" /> </form> ...

What's different between HTML and WML/WAP?

I checked the source of a few WAP sites, but doesn't find anything different from a normal HTML page. Can you name a few detailed points? ...

WAP Colored Images

I'm beginning with WML development, but I hate that the only option that we have for images are the WBMP format, that is only grayscale, then I want to know if there is any way to have colored images using WAP 1.x(not the new 2.x versions of it). ...

Is WML and WMLScript dead ?

Is WML and WMLScripts are used anymore ? I remember writing WML apps with classic-asp on server-side and we used interact with phone functionality from client using WMLScript and WTAI and do some cool things like, adding phone numbers to address book, trigger a call from WMLScript and much more. I still miss those things. I really want t...

is it possible to design a firewall software for Java enabled mobiles, using J2ME and Netbeans or Eclipse IDE...

Hello Everyone, i want to design a small firewall system for java enabled mobiles using Netbeans or Eclipse IDE, and mostly the programming language will be J2ME and XML(WML for wireless communication). as i am doing this as my final year project, i still dont know whether this can be achieved.... so please can anyone tell me the feasibi...

Create non aspx views (e.g. WML) with ASP.NET MVC2

Hi, Using ASP.NET MVC2, how would I go about creating a WML view for a given controller action? (Or any other non-aspx view for that matter). E.g. http://localhost/Store/Browse would actually return a text/vnd.wap.wml response. <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1...

Spring MVC and WML web page?

Hi, is it possible to contruct and use a WML page instead of a normal html page to render my views that contain a form? i could not find any examples on how to achieve this and i could not even find the "form" tag in WML. Instead, from my understanding WML, uses cards with input tags to process a form of some sort but in Spring mvc's Si...