How write web page for smartphones, iPhones, etc?

How write web page for smartphones, iPhones, etc?

am 19.01.2008 04:46:21 von rcook

I've never done this, but I'm assuming it's easy?

I want to have my ASP.NET app detect what device the user is using. If a
computer, it would go to a normal web page. If a handheld of some sort, it
would go to a page that was designed for that size. What is that size
anyway? I think I've heard 320x240 maybe? Would I just have a normal page
with a small amount of content justified in the very top left of the screen,
or is there something more to writing a web page for smaller devices than a
computer.

Thanks,
Ron

RE: How write web page for smartphones, iPhones, etc?

am 19.01.2008 18:32:00 von jignesh

http://studiohyperset.wordpress.com/2006/10/06/detecting-and -automatically-redirecting-website-visitors-who-visit-a-stan dard-webpage-website-on-mobile-handheld-wireless-pda-or-cel- cell-phone-devices-browsers-to-a-mobile-version-of-the-webpa ge-or-w/

and

http://www.askdavetaylor.com/detect_apple_iphone_user_web_si te_server.html

will give some clues.

Regards
JIGNESH

"Ronald S. Cook" wrote:

> I've never done this, but I'm assuming it's easy?
>
> I want to have my ASP.NET app detect what device the user is using. If a
> computer, it would go to a normal web page. If a handheld of some sort, it
> would go to a page that was designed for that size. What is that size
> anyway? I think I've heard 320x240 maybe? Would I just have a normal page
> with a small amount of content justified in the very top left of the screen,
> or is there something more to writing a web page for smaller devices than a
> computer.
>
> Thanks,
> Ron
>
>