wap

wap gateway programming

i am a java programmer , i want to write a wap gateway can anyboday tell me about the good resource or how can i design and program wap gateway .. the wap give xhtml or wml according to the mobile device and its screen size thank you for advance Saebnajim ...

WAP pages served from any web server?

Can wap pages be served on a regular web server? I have made a page with .wml extension and changed the mime type to php as i want to execute php on the page. The page looks fine on the handset but it will not display fields. Loading the page locally via a simulator has no problem. Here is the page, pretty simple stuff... <?xml version=...

Implementing a WAP site using ASP.NET-MVC

We plan on implementing a WAP site using ASP.NET-MVC. Has anyone any experiance of this? Are there any Gotchas? We will also be implementing a "standard" web site for browsers. Would it be possible to have a single set of Models and Controllers, and just have seperate views for each site? ...

Determining Smartphone / Non-Smartphone for php

It seems like facebook has this mastered, I've checked a bit into WURFL but this seems like an extremely expensive process. I've also checked out: url link. While it has a good list of user agents, I'm trying to identify which are smart phones and which are not. facebook pushes the non-smart phones to a different site than their smart ...

WAP + NUnit + WebConfigurationManager Pin

Hello, I just started using NUnit to write test cases for my asp.net web application project. Some of the code written to access database values fetches the ConnectionString from a "section" defined under "configSections" of web.config file. This works fine during the normal execution of the project on a web browser. But when I access...

Helpful Tips for developing WAPs

I'm starting to develop WAP (websites for mobile devices) websites, however I'm finding there are such a wide range of mobile devices that stretch from the advanced iPhone to older blackberries. Are there any helpful sites that discuss best techniques and good practices so that I'm not ignoring any of the major issues? Cheers ...

Testing WML documents without Nokia

Are there any testing platforms out there for testing WAP/WML pages besides that provided by Nokia? I have tried to get ahold of the Nokia Mobile Internet Toolkit but it's too tied down with authentication and certificates etc. Nokia software is like Adobe and......sucks. ...

using phone camera with wap

Hi all, I going to create a wap site using wml and servlets, it should be able to access phones camera and take a snapshot. Is it possible to a wap site to access phones camera? I know it is not possible in straightforward way, since wap sites are running under lots of restrictions in a mobile. But is there any way to get around these ...

How to dynamically create WAP pages by using RESTful Service?

Hi, I am creating a RESTful service which has to create WAP pages dynamically. I am wondering if it is possible to create a generic "wml" object with members representing wap elements (for example card, option...) so the service could simply return a wap page, for example: <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WM...

Blackberry - Is this a guaranteed approach for detecting a valid connection type?

I've created following two methods for reliably building a connection for making a data connection. So far I haven't had any issues testing this approach with users. I'd love to get some community feedback about this approach and letting me know if anything seems in buildConnectionString(). Please see code below: private static String ...

Emulator for a WAP?

Is there any stand alone WAP emulator to emulate waop website for Nokia 6600 and Sony Ericsson MIDP handset ? I am creating a WAP portal, and I dont feel like upload all my files on the web every time and then loading it on opera mini demo emulator. I guess there should be something standalone software to emulate these files ? P.S - I...

Are there any good tools for testing websites developed for mobile phones?

I am developing a few webpages designed to be accessed by mobile phone (WAP, 3G) and came accross an emulator at dotMobi. What other tools are there for mobile development? Is there such as thing as ySlow for mobile? I need to use cookies so want a tool that can help debug cookies and check that they work for different phones and mobile ...

WAP website design

Hi, I want to create a WAP website for one of my client. The client need the website to work on all mobile browser. What would be the best approach - WML, XHTML or normal HTML? Thanks ...

J2ME High Secured app for m-commerce

Hi All, I am creating a j2me application for mcommerce, which uses mobile internet(gprs). I wanted make it more secured by binding the application to the SIM card and the device. That is a user should be able to login to the system, only using his/her SIM card or from the registered mobile number. To achieve this I need to fetch the m...

Mobile test for local html files

I have local html files that I need to know how they look like in various model of Nokia, Android, iPhone, Blackberry. Is there a way to do this? I google some online website for Nokia simulator but they are not working right. I need local test of html. If there is a free software that I can switch around in different phone (or separate ...

Looking for C# WAP Client Library like Java JWAP

Is there any .NET WAP client library similiar to jwap - http://jwap.sourceforge.net/ jWAP is a Java implementation of the Wireless Application Protocol (WAP). ...

BlackBerry - Connection problem using WAP2

I am trying to establish connection to following url : " http://local.yahooapis.com/LocalSearchService/V3/localSearch?appid=0KOmkJ7V34Hvfo6oPV4YJaKmTz69b_UMMhOyBex5v24Gnyr3t4lrN26HBjwbfT.khg--&amp;query=pepsi&amp;latitude=37.79581&amp;longitude=-122.38008&amp;results=5" The problem is that when i am trying to make an connection to abo...

Wap enabled SMS Gateway - how to use

What do webhosting provider mean when they say you have "Wap Enabled and Fully Integrated SMS Gateway"? What are the advantages of that / How can I use it? ...

Portal client in J2ME

I need to create a J2ME client reads from a WAP site (the WAP site is powered by wall). So I want to something like a "frame" or "skeleton" that confines a wap site in a J2ME client. Is this possible? If yes, what is the easiest way to do it? ...

WAP browser keypad navigation

In some mobile browsers, pressing a number on the keypad, launches a link that is on the page in a WAP "navigation bar". 0 | Home 1 | Contact Us 2 | Products When I would tap 2, it would click the products link for me. How do I setup my html to do that? ...