Mobile Web Best Practices 1.0 - 5.3.2
The Mobile Web Initiative (MWI) states that:
The balance between pagination and scrolling is partly a matter of taste and partly a matter of necessity. Devices with severe memory restrictions can only have small pages delivered to them. Equally some devices offer a poor scrolling experience and a better page retrieval experience.
Because of screen size and bandwidth consideration page load should be kept to a minimum. As I mentioned in Content Considerations for Mobile Web Sites >> that:
Currently, there is a financial concern for users of the mobile web, each minute cost a user via the network they use.
By keeping page load to a minimum it will allow a user to browse a mobile website faster without hindrance. The page copy should be kept short with limited use of graphics, with any images optimised for small devices. The MWI suggest that 10 kb is the Default Delivery Context with the maximum mobile web page at 20kb.
The MWI also suggest that authors should strive to not contribute to page weight by introducing unnecessary white space and ensure that white space is stripped when serving a page.
Mobile Page Tips
Titles should be kept short
Pages should weight at between 10 and 20kb
White space should be kept to a minimum
Graphic images optimised for load times with the accepted standard as JPEG and GIF
The minimum page should be able to render at 120 pixel wide screen.
—————————————————–
References:
Mobile Web best Practices 1.0 – 5.3.1 Page Content
Mobile Web Best Practices 1.0 - 5.3.1
The Mobile Web Initiative (MWI) states that:
Users in a mobile context are often looking for specific pieces of information, rather than browsing. Content providers should consider the likely context of use of information and, while providing the option to access all information, should offer appropriate information first.
A user traversing the mobile web will be generally looking for immediate information rather than casually browsing. It is important to display a sites most important content first. The content for mobile web sites should be short, well written and tell a user immediately about the sites services or information.
Continue reading ‘Content Considerations for Mobile Web Sites’
Mobile Web Best Practices 1.0 - 5.2.6
The Mobile Web Initiative (MWI) states that:
It is important to identify where a link leads so users can make an assessment of whether following it will be of interest to them.
Use clear, concise, descriptive link text to help users decide whether to follow a link. Identify the implications of following a link if the target is notably large and the user might not anticipate this from the context.
Because of time issues and the size of a mobile device, a user generally will want to spend less time reaching the content of another page. A user will also want to make an immediate decision whether to follow a link away from the originating website or to another page on the same website. Because of these issues the MWI suggest in it’s guidelines that clear descriptive link text be given to each link. For example:
Continue reading ‘Mobile Web Descriptive Link Identification’