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.
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.