Posted by ruadhan 4 years 2 weeks ago

Mobile Champion
This forum can be used to discuss the dotMobi mandatory rules and best practices. You can also talk about the dotMobi styleguides and any other dotMobi developer guidelines or issues.
Posted by ebloom 10 weeks 21 hours ago

Trying to figure out if it is possible to use .htaccess to do BOTH of these:
1) Redirect from www.example.com desktop website to www.example.mobi mobile website.
2) Allow user to click link "View Desktop Website" on mobile site back to desktop site if they desire without being redirected.
Found solutions if mobile site uses a subdomain i.e. www.m.example.com but can't find anything or if it's possible to use .htaccess to work with 2 different domain names .com and .mobi
Posted by zenstruck 48 weeks 1 day ago

I am going to be using jQuery Mobile to create a mobile version of my site.
My question is about the best practice on the location of the mobile site, specifically, the URL. I am looking into two options:
1. Just detect whether the user is mobile and serve them a mobile template, no need for a separate URL for the mobile site. For example, mysite.com/foo/bar would have a mobile and desktop version of the page. My site uses HTTP cache and this would complicate things...
Posted by Pawlet 1 year 21 weeks ago

Hi there,
Is it necessary to purchase the phone that one wants to develop an app for?
If yes, is there a way to purchase at a discount?
If no, please expain why not....
Really appreciate ANY assistance with these questions.
Thanks bunches!
Posted by clafleur 1 year 34 weeks ago

What is the max length of a useragent for Device Atlas?
i have processed many useragent string and the longest useragent that is found via the JSON api is 52.
But I have many other useragent string now found.
I would like to know if I can reduce the storage needs by substringing.
But I do not want to shrink the string if I am going to use it in the future to lookup in the API.
So is there a max length of a Device Atlas useragent?
Posted by Maria_KU 1 year 35 weeks ago

Hi,
I'm trying to figure out, is XHTML MP the current standard to follow when writing .mobi sites?
I was confused by the following on the Wikipedia page for XHTML MP: "XHTML Basic 1.1 became a W3C Recommendation in July 2008, superseding XHTML-MP 1.2."
I'm new to mobile web design but want to give a brief introduction to the subject to a class of undergrads. I'll be using lots of the great resources on this site, but don't want to mis-inform them about which standard to use.
Any advice gratefully received!
Thanks.
Posted by StantonR 1 year 46 weeks ago

Hi There
I have set my DOCTYPE to the following
On page preinit I am setting my ContentType to
Page.Response.ContentType = "application/xhtml+xml";
I have tried testing in the Mobi ready website but it still says my XML mobile profile is incorrect what else do I need to do.
All my html tags and server side tages are configured correctly.
Thanks
Stanton
Posted by UziTech 1 year 46 weeks ago

When making a mobile site I know you can set a link to call a number by using <a href="tel:1234567"></a> but most browsers will take any number and assume it is a phone number and make it a link. Is there any way to tell a browser that a number is not a phone number, so when someone clicks on it it acts the same as if they clicked on any other not link text (does nothing)?
Posted by Orbit Ooze 2 years 9 weeks ago

I am creating a web site for a project i am doing. The site is currently 95% mobileok compatible. However i am interested in tracking the traffic for my site and have decided on using analytics software. However google analytics uses javascript which will make my site less compatible with the mobileok standards. Does anyone know of any free analytics software that is mobileok compatible that i can use to track my web site traffic?
Sincerely,
Posted by Ikeness 2 years 47 weeks ago

My company has developed a number of .NET Compact Framework applications for windows mobile devices.
These are business apps that all basically do the following:
1. Sync data with a server when the device is docked (has internet connection)
2. Let the user view/edit data when in a disconnected state (doesn't have internet connection)
3. Repeat
We have been using compact versions of mssql and oracle on mobile devices for storing data on mobile devices.
However, we would like our applications to be less platform dependent.


