[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Harry Simpson

7/10/2002 3:19:00 PM

I've got an app built in regular ASP.NET. Many of the grids are right at
750 px.

How can i translate this into a server control that would display and be
readable on
Pocket PC device.

Guess the bigger question is: if you want to design an app for mobile
devices AND regular internet, you really have to start with Mobile Internet
Toolkit from the gitgo right?

It's next to impossible to work from large to small.

What's the general rule here? Also, any way to display the internet on a
PocketPC 2000 device as landscape? rather that vertically?

TIA
Harry


1 Answer

(Andres Sanabria)

7/12/2002 1:16:00 AM

0

Hi:

It seems that there are a couple of qestions:
- How to translate grid to the mobile world?
-> you need to use the objectlist control whihc is desing for multiple
row/columns scenario

- best practices on making an application mobile?
-> What i have seen is customer defining a subset functionality that is
compeling for mobile user, and then mobilizing that functionality.
-> due that the that mobile device differ from desktop so much in
space,size, capabilities it makes sense to have two pages, one that target
mobile and other that target desktop.
-> From usability perspective it is better to have two site that takes
advantage of each specific capabilities.


- any way to display the internet on a PocketPC 2000 device as landscape?
rather that vertically?
-> yes if the user has selected that configuration for the device.

please let me know if you have additional questions

AndresS

"This posting is provided "AS IS" with no warranties, and confers no
rights."