Submit Your Article Forum Rules

Results 1 to 9 of 9

Thread: Mobile version of your Web site. What should I choose?

  1. #1
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999

    Mobile version of your Web site. What should I choose?

    1. Background.

    Shopping at your fingertips is now possible with a mobile platform any place in the world where there is wireless access to the internet. More and more companies make a mobile version of their internet site. In its simplest form all you may need is to make your site mobile friendly.

    Related link: W3C Mobile Web Initiative.

    2. mobile.site.com or site.mobi or ...

    One solution to make your site mobile friendly is of course to use one or more CSS style sheets made seamlessly for different mobile platforms. Other solutions that more and more companies seem to prefer is to make a mobile sub site mobile.site.com with its own markup, content and code with a link on the main site. The file extension .mob is a Top Level Domain (TLD) in the Domain Name System of the internet. I have no information that a mobile version of your site site.mobi is more popular than a "mobile" subsite. So what should we choose when we build a mobile version of our web site?

    3. Other recent SitePoint forum threads.


    One thing that they seem to be conflating is mobile and mobile phone. When I talk about a 'mobile site', it's a site geared to mobile phones, and particularly in terms of the small screen and the difficulty of using such a device. They several times showed iPads suggesting that they count them as mobile devices, whereas the size and resolution of them is closer to that of a desktop than a mobile.
    Mobile website

    jQuery Mobile

  2. #2
    WebProWorld MVP williamc's Avatar
    Join Date
    Jul 2003
    Location
    On a really big hill in Kentucky
    Posts
    4,721
    Look into html5boilerplate ( http://html5boilerplate.com/ )
    William Cross
    Web Development by Those Damn Coders
    Firearm Friendly Websites because our constitution matters

  3. #3
    Designing a web site for mobile device has to take into consideration both the size, the capabilities but also the context in which the user is accessing your web site. Although the iPad screen size is very close to the desktop screen sizes one has to classified it as a mobile device because it can be used on the go to access information just as you would with smartphones.

    As far as choosing a different domain for the mobile version of your site, I for one prefer to keep all in the same domain. You can just create sub-directories for the mobile content and serve different content for the same URL to different devices (desktop, tablet, smartphone).

    Given the context in which mobile devices users may access your site (in a hurry) content for those mobile devices should be more succinct to avoid carelessly eating away the end user's data plan but also limit the amount of scrolling.

  4. #4
    Administrator weegillis's Avatar
    Join Date
    Oct 2003
    Posts
    5,789
    A browser based web ported to mobile has some drawbacks that a custom mobile site won't have--chiefly that a custom site can be designed with screen gestures and other touch screen exclusive UI behaviors. Just a thought.

  5. #5
    Senior Member
    Join Date
    Jun 2004
    Posts
    105
    I'm thinking about mobile more and more... aren't there wordpress themes that can automatically display a blog's contents differently depending on mobile vs pc?

    Actually, since most of my blogs already have cool themes that I don't want to change, I may experiment with mobile plugins. Here's a couple I found quickly.

    http://wordpress.org/extend/plugins/wptouch/

    http://wordpress.org/extend/plugins/...s-mobile-pack/
    Last edited by deepsand; 01-16-2012 at 05:55 PM. Reason: merged traffic flow

  6. #6
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999
    I know those WP plugins and use wptouch.

    It is beyond those plugins and http://www.modernizr.com/

  7. #7
    Administrator weegillis's Avatar
    Join Date
    Oct 2003
    Posts
    5,789
    When we think of the numbers, and how non-PC devices will soon overtake conventional PC's, it doesn't seem like an option anymore. Either we build to both user bases, or lose the lesser supported half. It's not just skin, but API support expectations that differ among the two user communities, as well. Building for mobile from the ground up is imho the best for those users who can access it. Pool the content for consistency and serve out exclusively to each user base.

    Add: Of course none of the above has anything to do with OP. That would involve a comparison of whether a sub-domain can/will rank as well or better than a top level domain. As usage increases, it might be simpler for users to think in terms of .com and .mob assuming the domain name is the same. If they become creatures of habit, .mob (.mobi?) would become the natural pattern. The search engines will undoubtedly have this all sorted out in one form or another, by now, considering the numbers we are already seeing.
    Last edited by weegillis; 01-16-2012 at 09:54 PM. Reason: add a proper response

  8. #8
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999
    And for general web development, note this

    Drupal 7 Mobile Web Development Beginner’s Guide

    forthcoming book.
    Last edited by weegillis; 01-23-2012 at 01:30 PM. Reason: typo correction by request

  9. #9
    Junior Member
    Join Date
    Mar 2012
    Posts
    5
    However if you have a really big shop or your company is huge and offers lots of different services it is better to develop a mobile app that will allow 24/7 access to your services.

    However the guide you suggested is a very interesting, I have taken several ideas from there.
    _______________
    { link removed }
    Last edited by weegillis; 03-17-2012 at 01:19 PM. Reason: merged orphan post

  10. The following user agrees with CindyC:

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •