View Full Version : 02 XDA - Writing a web page for it
Anonymous
19-03-2003, 02:22 PM
Does anybody have a list of guidelines to follow when writing a web page for the 02 XDA.
It would seem obvious to not make it graphics intensive, and size it appropriately for the screen, but I'm looking for the more subtle tips.......not using javascript etc.....
Many Thanks
Alex Stevens
Peter Poelman
19-03-2003, 04:36 PM
Does anybody have a list of guidelines to follow when writing a web page for the 02 XDA.
Just rather obvious ones:
Strip everything unnecessary from the HTML
Minimize graphics, both in size and complexity
[list:74f90bba2b]
for GIF's: less colors in palette
for JPG's, higher compression
Try to accomplish cool graphic effects using stylesheet tricks instead of images whenever possible
GPRS is slow, so images may take a while. So specify sizes for all images, so the layout looks right immediately.
Make sure it's viewable with graphics turned off (sensible alt-texts, one gif per button, etc...)
[/list:u:74f90bba2b]
There's many more things one could do. I guess when you've done the above, it all comes down to UI design: trying to estimate how much to cram in one screen, based on various properties of your target audience and many other factors.
Try to accomplish cool graphic effects using stylesheet tricks instead of images whenever possible
Stylesheets are not supported on Pocket Internet Explorer 2002. There is also a section in the Pocket PC 2002 SDK dedicated to building web application for PPC2002.
Peter Poelman
20-03-2003, 10:22 AM
Stylesheets are not supported on Pocket Internet Explorer 2002.
Whoops, I stand corrected. Thanks...
gypsy
19-09-2003, 07:42 PM
Does anyone know if XDAs will ever have stylesheet capability and if so when :?: ?
Pete K
20-09-2003, 10:51 PM
WM2003 supports CSS as we use them heavily in an app. Annoying things that you often forget about are no on mouse over (hover) - logical. when you think about it, but annoying if you forget!
Pete
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.