Making Website For The Mobile Web

Discussion in 'HTML & Website Design' started by WageRank, Feb 9, 2007.

  1. #1
    Does anybody know of a good tutorial that will show me what I have to do to make my websites available on the mobile web?

    I've looked around and the only good ones I've found are from 2004. Are they still legitimate? I imagine this is changing at a much faster pace than traditional SEO so I expected to see some more recent documentation.
     
    WageRank, Feb 9, 2007 IP
  2. cellularnews

    cellularnews Peon

    Messages:
    246
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you sign up to forum.nokia.com there are tons of pdf's which explain how to build xhtml mobile websites.
     
    cellularnews, Feb 9, 2007 IP
  3. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #3
    .mobi - has a few URLs, etc also
     
    Corey Bryant, Feb 9, 2007 IP
  4. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #4
    From my vague knowledge of the subject, I believe you need to keep your site really small and really simple, that's the only big difference from normal

    Use this as the head:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    The rest of the coding is normal, though keep it really simple and clean. Look at http://m.gmail.com for an example
     
    rochow, Feb 9, 2007 IP
  5. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Make sure though that
    <?xml version="1.0" encoding="UTF-8"?>
    Code (markup):
    does not show up in Internet Explorer. If it does, IE will go into quirks mode and some weird things will happen
     
    Corey Bryant, Feb 9, 2007 IP
  6. handsetdetection

    handsetdetection Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    you can also use a service like handsetdetection.com to make your life easier when directing people based on their viewing device to the appropriate site / view
     
    handsetdetection, May 26, 2008 IP
  7. john.frank

    john.frank Banned

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Great links
     
    john.frank, May 26, 2008 IP
  8. Trusted Writer

    Trusted Writer Banned

    Messages:
    1,370
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    160
    #8
    Trusted Writer, May 26, 2008 IP