Quote:
Originally Posted by rowan
A better approach would be to base the decision on screen resolution. Don't send those with 800 or 1024px wide screens to shitty sites that have huge letters, and buttons that fill 20% of the screen.
javascript has the screen.width/screen.height and screen.availWidth/screen.availHeight variables. That's a good start.
|
this is what all good designers are currently doing, it is called 'responsive webdesign'
http://en.wikipedia.org/wiki/Responsive_web_design
Quote:
Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing experience?easy reading and navigation with a minimum of resizing, panning, and scrolling?across a wide range of devices (from desktop computer monitors to mobile phones).
|