Design for wireless devices

  • Started
  • Last post
  • 2 Responses
  • nburlington

    anyone have good references for designing for wireless devices? sites, books?

  • heavyt0

    I have read a bit.
    first thing that you need to understand, is that they are all different.
    you cannt really design for all of them, since there is no real standards.
    According to Zeldman- the best way is to follow web standards (use semantic HTML, and CSS for layout.)
    then you can offer alt style sheets for different screen sizes if so inclined.
    at least everything will be fairly organized if they do not use a browser that supports CSS.
    TR1

  • heavyt0

    I have read a bit.
    first thing that you need to understand, is that they are all different.
    you cannt really design for all of them, since there is no real standards.
    According to Zeldman- the best way is to follow web standards (use semantic HTML, and CSS for layout.)
    then you can offer alt style sheets for different screen sizes if so inclined.
    at least everything will be fairly organized if they do not use a browser that supports CSS.
    TR1