Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a site for palm browsers 2

Status
Not open for further replies.

wuzzle

Programmer
Dec 20, 2000
75
CA
We have to create a website that, in the end, will serve as an editable phone list. It's going to use ASP, but that's another story.

The question I have right now is: How do I put this together so it can be viewed on a hand-held browser, like a Blackberry or Palm Pilot, etc. ? I know I should use XHTML (easy) and not use frames (hate them anyway), but is there anything else I should watch out for? Should I scrap graphics or no?

Thanks alot
 
webmonkey has recently published some good info/tutorials
If I remember corectly XML is a given among other requirements, check it out.
 
Cool, I found some useful stuff.

One more thing, I know that sites like Google can detect if you're using a hand-held device and then it just displays the text version of the site. Anyone know how to detect what they're viewing with?
 
Since you're using ASP, you can download a browser component (such as browserhawk) or even use the MSWC.BrowserType and I know that those can detect the user's browser on server-side. I would assume that by downloading a 3rd party component such as Browserhawk, they would incorporate the necessary code to find out whether someone is surfing around on a palm based browser or not.

anyways here's the link to browserhawk:

and here's a reference on XHTML Basic

We haven't started our wireless initiative here at work yet, but keep me posted as to how your development goes.

good luck
leo
 
I'll definitely keep you updated. Thanks for the links, Vasah. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top