PDA

View Full Version : diffrent skins by screen resolution


Chirag patel
12 Feb 2007, 21:16
How do I send my visitors to a different skins by looking at their resolution???

Analogpoint
12 Feb 2007, 22:29
How do I send my visitors to a different skins by looking at their resolution???

Find out the user's screen resolution via Javascript and send them on to the correct skin.

Recommendation: Don't do it, since the Javascript for this is buggy and not supported across many browsers, and it doesn't always return the correct screen resolution.

bahaa2008
12 Feb 2007, 23:17
can u use php instead of javaScript may be as "php header included"

Analogpoint
13 Feb 2007, 06:29
can u use php instead of javaScript may be as "php header included"

No. Php has no way of knowing the user's screen resolution.

AN-net
13 Feb 2007, 14:13
use javascript to determine the screen resolution and then just show a message suggesting the user use another style which is optimized to their resolution.