Namespaces
Variants
Actions
Revision as of 06:17, 28 June 2010 by r60600 (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

2 Viewpoints In Html Code

Jump to: navigation, search

1.Prefer percentage to numerical value

Many elements in HTML page need define width and height,which usually is the numerical value.This will cause a problem that the element displays correctly in mobile with larger size screen,but in smaller screen it will be beyond the display area.To avoid the problem,percentage is recommended,which let the page calculate the fitted size for the current screen of the mobile.But the simple elements,such as text,is unnecessary used as this way.

2.Prefer text to image

Image is more beautiful than text in some cases,but it cost much resource of the mobile even if today the mobile's performance is better than ever.And some user set the browser not displaying images for saving rate,which leads the images won't be loaded.So the user can't operate with this confused screen.In order to code a efficent UI,it had better use texts instead of images especially in the action button,which guarantees the base demand.

121 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved