On Wed, 29 Aug 2007 16:38:48 +0200, tochiro <nospam.TakeThisOut@nospam.com> wrote:
>I have read pages about creating websites for mobiles devices but I
>still do not understand how to do that practically.
For some years now this has been unneccesary. Just make one set of
content, but do it right.
Use CSS and "fluid design" to cope with a variety of screen size limits.
Base sizes around em units, not pixels. Use the default font size.
Comply with standards and work well cross-browser.
Look at accessibility, using a resource like Joe Clark's book (online).
Make sure that the linearized order is sensible, i.e. useful navigation
first.
Keep page sizes down and don't assume JavaScript is available. Don't
worry too much about image sizes, as you'll still get network assistance
in transcoding thse to appropriate sizes.
Don't assume "phone" means "tiny". My phone has a screen 800px wide. I
still have small bandwidth to use, but I can see things pretty well.
>> Stay informed about: A website for mobile devices?