RE: Mobile devices

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I'm not a "web" guy so someone else might be able to chip in with some
foresight. But generally the rule is to develop a separate site for mobile
devices that are designed for a particular screen size which then scales to
the screen. Usually this size will be 320x240.

Something like the following will allow you to redirect to a separate set of
pages for mobility on your ASP.NET server side code:

if (Request.Browser["IsMobileDevice"] == "true" )
{
Response.Redirect("MobileDefault.aspx");
}
else
{
Response.Redirect("DesktopDefault.aspx");
}

I believe ASP.NET has a separate set of mobility ASP.NET controls which you
can use which replaced to old Microsoft Internet Toolkit or what ever it was
called.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com


"Vince" wrote:

Hi,

I've been a ASP.NET C# developer for sometime now, but I have an idea
that Id like to see work on a mobile device. So I have a couple of
questions as I'd like to use Microsoft products to build it.

Firstly, seeing there are many mobile/smart devices on the market, how
does one go about building a website that will display properly on
them all. For desktop computers, all you have to really worry about is
IE, FF, Opera and Safari, which isn't that many. There are most
probably over a hundred different mobile devices on the market and I
can't see myself purchasing them all to do my test runs. At most I
would purchase two.

Would it be better for me to develop an application thats installed
onto the device via the web rather than a website? I need access to
the devices GPS capabilities.

One last thing, does Microsoft provide any libraries that support GPS
or will I need to do the maths on my own?

Thanks in advance.
Vince

.



Relevant Pages

  • Re: a question regarding separate mdbs in Access
    ... All of the rest put into a front end mdb including Queries, ... You can separate 'code' from the actual data. ... Access Database Application with compiled VBA'). ... MS Access when it comes to various 'developer' versions hasn't been quite as ...
    (microsoft.public.data.ado)
  • Re: LPARs: More or Less?
    ... the QA department doesn't want a developer mistake taking CPU ... I'm not sure whether an Online LPAR and a Batch ... Why have a separate QA LPAR and not just leave QA in the DEV LPAR? ...
    (bit.listserv.ibm-main)
  • Re: Hosted Exchange/ Outlook Anywhere
    ... The separate application is called "Microsoft Online Services Sign ... to do is download a PRF file and import it into Outlook. ... Does anyone offer a hosted Exchange service that simply ...
    (microsoft.public.exchange.admin)
  • Re: MicroSoft Office Development Tool Kit (SDK)
    ... Office 2002Developer Edition has the separate Office Development Tools ... along with some other tools like Workflow Designer for SQL Server and Workflow ...
    (microsoft.public.excel.programming)
  • Re: Microsoft Equation 3.0
    ... the last "hard copy" I saw on the Equation Editor was the separate EE ... separate manuals for Microsoft Graph and Microsoft Draw. ...
    (microsoft.public.word.docmanagement)