473,815 Members | 3,597 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Developing for PDA

Hi there,

I have to re-write our website to be able to be viewed on PDAs. However, I
am not finding much information about writing for PDA apart from palmpilot.

I have a Xda Exec (Mobile phone device on the O2 network in the UK). This is
currently running Windows Mobile. The UA is...

Mozilla/4.0+(compatible ;+MSIE+4.01;+Wi ndows+CE;+PPC;+ 240x320)

The UA string suggests that the screen is 240x320, though I am not quite
sure, as my weblogs suggest 640x480, but it doesn't seem like this either.

I am finding NOT A LOT of info about writing pages to suit.

For example, I need to write for PDA devices in general...

How do I detect the device? Do I rely on the UA string? What would change in
the UA string? (Naturally, I want a consistent method).

What would be the target screen resolution?

Are there any "watch out for..." to do with programming for this?

I have viewed our website on the device and notice quite a few things.
1. Not all CSS styles work. Most of it does, but some, for example, hiding
certain parts of the page using the visibility option of css doesn't work.
2. Javascript appears not to work. However, what is weird, DIV tags set to
hide (as in pop-down menu's) are hidden (in contrast to 1. above)
3. On this device, I can set various view modes. One column, Default,
Desktop. The screen looks VERY different between them all. Is there a way to
detect which mode is viewing?

Any pointers would be very much appreciated.

Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
Mar 1 '06 #1
2 1493
Hello, David!

You can ask the same at
microsoft.publi c.dotnet.framew ork.compactfram ework
microsoft.publi c.pocketpc.deve loper

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Mar 1 '06 #2
microsoft.publi c.dotnet.framew ork.aspnet.mobi le
May help as Compact Framework is for writing embedded apps.

"David" <da************ *****@revilloc. REMOVETHIS.com> wrote in message
news:uG******** ******@TK2MSFTN GP09.phx.gbl...
Hi there,

I have to re-write our website to be able to be viewed on PDAs. However, I
am not finding much information about writing for PDA apart from
palmpilot.

I have a Xda Exec (Mobile phone device on the O2 network in the UK). This
is currently running Windows Mobile. The UA is...

Mozilla/4.0+(compatible ;+MSIE+4.01;+Wi ndows+CE;+PPC;+ 240x320)

The UA string suggests that the screen is 240x320, though I am not quite
sure, as my weblogs suggest 640x480, but it doesn't seem like this either.

I am finding NOT A LOT of info about writing pages to suit.

For example, I need to write for PDA devices in general...

How do I detect the device? Do I rely on the UA string? What would change
in the UA string? (Naturally, I want a consistent method).

What would be the target screen resolution?

Are there any "watch out for..." to do with programming for this?

I have viewed our website on the device and notice quite a few things.
1. Not all CSS styles work. Most of it does, but some, for example, hiding
certain parts of the page using the visibility option of css doesn't work.
2. Javascript appears not to work. However, what is weird, DIV tags set to
hide (as in pop-down menu's) are hidden (in contrast to 1. above)
3. On this device, I can set various view modes. One column, Default,
Desktop. The screen looks VERY different between them all. Is there a way
to detect which mode is viewing?

Any pointers would be very much appreciated.

Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available

Mar 2 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1740
by: aj | last post by:
hi i am a newbi to python and developing a web application what do u all think is the best application framework for developing web application in python. I want a framework that supports templates,database connectivity, is available for both unix and windows ,and ofcourse is easy to learn. Zope Quixote Draco or others
9
1608
by: john | last post by:
Hi I am developing a timesheet system. It will have 3 levels of access 1)Administrator 2)Approver -- Will approve or reject the timesheet filled by employees 3)Employees -- Fill in the timesheet which will ontain info like start time & end for task & task description. There will be different projects with different employees & approvers Also I need to genrate reports like timesheet for an employee for this particular week or month.Or...
1
1598
by: Troy Erickson | last post by:
I am very new to web developing. What is the best way to create a web project. I will be using asp with vs.net. What do most people do for computers more specifically. Do I remote debug to a server. Setup a computer that is a server and do my developing on the same machine? Have two servers and when the project is done transfer it to the production server?
4
1989
by: | last post by:
Developing, building, and testing. How do it the best? Learning from the world leader - Microsoft I'm very interested in how the developing/build/testing workflow @ Microsoft looks like. I think Microsoft as world leader in software developing business must have a very good workflow. Does anyone know how the development flow @ Microsoft looks like?
3
1435
by: Todd | last post by:
Hello, I'm looking for a book with in-depth coverage of developing server controls, particularly custom controls. Ideally, the book would have a good amount of how-to's and best practices, but also serve as a fairly complete reference. It doesn't need a whole lot in the way of introductory material as I already have most of the basics down. So I've narrowed my search down to 2 books: "Developing Microsoft ASP.NET Server Controls and...
11
2006
by: Simon | last post by:
Hi all As I'm sure is common knowledge the version of IIS included in XP Pro is limited in that you can only create 1 website in the IIS snap in. As an ASP.net developer this is a pain in the arse because I can't figure out how to stop having this fact cock up my relative urls. When I create a virtual directory - presumably what you're supposed to do when you're only allowed one site my relative URL's refer to the root of the
4
1165
by: Vivek Sharma | last post by:
Hi There, I am about to develop a windows application. I was wondering if there is any set of general guidelines I should be following when developing a windows application? Is there a preference of writing SQL queries within the application rather than Stored Procedures? Please help Thanks
6
2139
by: =?Utf-8?B?Sm9l?= | last post by:
Hello, I have 10 years of experience working as a Webmaster. For about an year I worked on a 3-tier ASP application which gave me a good experience with SQL Server (Stored procedures) and COM/COM+ development using VB. I have used ..NET while working as a Webmaster for developing simple interactive forms and but not at all for developing n-tier web or windows application. Since I don’t have a lot of web/windows application...
4
2440
by: Jason Huang | last post by:
Hi, I am thinking in comparing developing speed between C# Windows Form and C# Web Form applications. Assuming the scenario is that we have 2 C# coding engineers, engineer A has 2 years experience on developing C# windows form, engineer B has 2 experience on developing C# web form, B also knows Javascript as well. They both has the same apprehesnion for the Database things, they all devote themselves completely to their developing...
1
1717
by: rupeshjain9406 | last post by:
Can someone tell me wat will have better scope -developing software for mobiles or developing desktop applications in .net.What will be the pay of a guy who has experience in developing software for mobile phones and the one who has same experience in .net.also tell me which platform(android,iphone,blackberry,palm webOS,symbian..)is the best to work on considering the future market.
0
9611
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10408
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10428
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9226
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7687
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5710
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3888
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3030
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.