Drop quality for more usabilty?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • toxicpaint
    New Member
    • Sep 2006
    • 58

    Drop quality for more usabilty?

    Hi all,

    I'm in a bit of a predicament as to what I should do with our site in terms of mobile browsing.

    I've built the site and it looks good pretty much across the board and now I'm thinking about people who don't sit at a desk and browse the site.

    The problem is that the site looks great at the moment on the iPhone and iPod touch without a mobile device styesheet. If I enable a stylesheet to alter the way it looks on portable devices, I assume it will alter the way it appears on the iphone.. From what I've seen of the way windows mobile 6 renders websites and other phones it's pretty poo and I'll have to strip the site down to a lot simpler looking site. Surely I'm hindering people who will be using an iPhone by doing this..

    What should I do?!

    Tom
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    you could try to identify the client at the server side and include the css dynamically depending on the userAgent? basically in a manner that is described here ...

    kind regards

    Comment

    • toxicpaint
      New Member
      • Sep 2006
      • 58

      #3
      Originally posted by gits
      you could try to identify the client at the server side and include the css dynamically depending on the userAgent? basically in a manner that is described here ...
      Thanks alot. Interesting stuff.

      Comment

      Working...