Creating a mobile version of a website

Discussion in 'HTML & Website Design' started by norfstar, Feb 15, 2011.

  1. #1
    I have been given the task of creating a version of an existing website optimised for use on mobile phones.

    I understand the basic changes needed such as reduced load times, narrower layout width, no fancy JavaScript etc., but would like to know if anyone has any recommendations for a guide to making mobile sites that I could read, or just has any personal points they feel are worth mentioning?
     
    norfstar, Feb 15, 2011 IP
  2. ashishy.freelancer

    ashishy.freelancer Peon

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    there are various hosting companies which provide feature for this in additon to see if you use mobile google that will automatically changes your website and for manually there are various websites of free templates that provide templates for mobile .for example in drupal cms we have mobiles template separately
     
    ashishy.freelancer, Feb 16, 2011 IP
  3. sebasago

    sebasago Peon

    Messages:
    206
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Only thing I would suggest is being careful with styles, especially specific fonts. I noticed that Blackberry's tend to ignore the font you use and just go with their default. I've also notice iPod's showing font differently.
     
    sebasago, Feb 16, 2011 IP
  4. AtSeaDesign

    AtSeaDesign Active Member

    Messages:
    172
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    93
    #4
    AtSeaDesign, Feb 16, 2011 IP
  5. Dimus

    Dimus Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Log on to well known corporate websites on both mobile device and desktop and see what they did.
    You can even leave the same URL and just switch CSS with js. Search for "switch CSS styles".
     
    Dimus, Feb 16, 2011 IP
  6. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #6
    Go for a simple and clean layout. I prefer to have 100% liquid layout as display area (width) varies in different handheld devices .
    Avoid much use of JS.
    Validate code with W3C mobileOK Checker=> validator.w3.org/mobile/
    You can use http://mobiready.com/launch.jsp?locale=en_EN to check readiness of your mobile webpage.
    You can download and install various PC/ MAC based emulator of different handheld devices for initial test purpose.
    Finally, test your webpage with various handheld devices.
     
    radiant_luv, Feb 16, 2011 IP
  7. AtSeaDesign

    AtSeaDesign Active Member

    Messages:
    172
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    93
    #7
    Radiant makes a good point about fluid width. Android, iPhone and Blackberry can handle all of that fine.

    There is also a FF addon that allows you to view mobile based pages in your browser. XHTML Mobile Profile
     
    AtSeaDesign, Feb 17, 2011 IP
  8. indianartist

    indianartist Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Text only versions are good for mobile websites. Better avoid blank spaces and fancy decorations, navigation is very hard in mobile phones.
     
    indianartist, Feb 17, 2011 IP