Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm trying to make my current website available for PDA users but I have no clue where to start. Do I have to create a parallel site? How can I detect if the browser is a pda or a regular version? Is there a special type of project I need to create in VS05?

 

As you can see I am fairly clueless about where to begin. I just need a kickstart because there are so many terms out there like WAP and WML, pocketpc, win ce, etc. It's a word salad. I just want a simple basic site that will look good on a pda. If I have to create a new site that is fine, I just don't know how to start it.

 

Thanks for any suggestions.

Wanna-Be C# Superstar
Posted

I am not sure how you would check the browser; however, you would need to make another site. There are two pretty standard screen sizes for PocketPC.

 

480x640 -> Very highend PocketPC only

240x320 -> Hard to find one with smaller

 

Most PocketPCs allow the user to flip the screen i.e. hold the device at 90 degrees so it runs a 640x480/320x240, and I do not know if there is a way to detect this. Possibly JavaScript

 

Screen.Width;
Screen.Height;

 

Again, PocketPC Internet Explorer may or may not support JavaScript, or it might only be partially suported.

 

I don't know if I actually said anything important, but I hope it helps.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...