Over recent times, mobile Internet consumption has risen with an exponential rate. A large amount of this could be related to the achievements of smartphone devices like Google&rsquos Android platform, Apple&rsquos iPhone, RIM&rsquos Blackberry, not to mention Windows cell phones.
When phones first became Internet capable, it turned out common for developers to enable their website pages to do business with the WAP browsers. Current mobile phones less difficult more robust, the browsers assist standards in-line with their larger computer brethren. It has led many developers think that there is no need to produce versions with their websites that work well with WAP browsers.
While which may be true, some provisions needs to be made to insure your users can have instant access in your content with all the slower Online connections supplied by their phones. Below we’ve outlined a few tips to ensure your web site will suit your visitors on their own mobile devices.
Develop A MOBILE SUB-DOMAIN
Developing a mobile version of your respective website begins with setting up a sub-domain of one’s current site. Most users are becoming familiar with appending &ldquom&rdquo or &ldquomobile&rdquo which means your URL reads m.yoursite.com or mobile.yoursite.com. After developing a sub-domain, there is an choice in how we would like your mobile site to function. Either it could be a mirror of your respective main sites content with a custom CSS file designed for mobile browsers or you can tend to make an independent site that possesses his own content that you feel would benefit mobile users.
TARGETING MOBILE BROWSERS
An easy way to a mobile compliant website is to create a customized CSS file that targets mobile devices. Using the media type declaration on the CSS file. For instance adding:
<link rel=&rdquostylesheet&rdquo href=&rdquomobile.css&rdquo type=&rdquotext/css&rdquo media=&rdquohandheld&rdquo />
will still only load the CSS file that you simply define (mobile.css) each time a handheld device is detected. Using this method may well not focus on all mobile browsers and devices, but should cover many.
This article is transferred by one of the best mobile blogs.
