Quote:
Originally Posted by heat33
Hi,
I have a website that looks ok on a smartphone (blackberry, iphone etc).
But I want to make it look like an app or make it more user friendly on the phones.
How would I begin with doing it?
|
A well designed web site can display on devices very different from a conventional personal computer.Web content can be specially designed for a specific portable device. However, the target device may not be known, or may change, or resources may not available to tailor for several different devices.
While it is possible to create web pages for specific devices, a reasonable minimum screen size to aim for with general web site design is 320 x 240 pixels (known as one Quarter VGA or QVGA).
Web page formatting, such as for font, colour and positioning can be included within the web page's HTML or in an external style sheet. Using an external style sheet makes the HTML smaller and allows different CSS to be used for desktop and mobile devices.
The Opera web browser includes "Small-Screen Rendering (SSR)" feature to reformat conventional web pages for small devices (Opera 7 browser for Windows SHIFT+F11). This increases text size, reduces the space around text and reducing images. In addition it reformats vertical columns in sequence into one column.
Last edited by chrishirst; 01-08-2011 at 10:18 AM..
Reason: You should also avoid putting everything in bold
|