25b76-bbc

12 Things You Must Know to Make a Smart-Phone Friendly Website

Okay, here we go.  Here are the basic things you have to know to create a mobile-friendly website.

  1. Auto-Detect mobile Phones – Mobile-friendly websites automatically detect that users are on a mobile device and then display the appropriate version of the site.
  2. Clear Calls to Action – The most important features of the site should be at the top of the page and should include clear calls to action.
  3. Avoid Mobile-Unfriendly elements – The design should avoid mobile-unfriendly elements such as flash, large images, video, and complex layouts.
  4. Fluidity – Design with a fluid layout that will gracefully adapt to a range of typical mobile screen resolutions.
  5. Touch Interface – Touch screens don’t have hover states.  It is all about fingers tapping, so don’t build a site that requires users to move their mouse over menus or other elements.  Also, make sure links and other clickable elements are big enough to tap with a fingertip.
  6. Scrolling – Limit scrolling to one direction.  The site should only scroll vertically.  Having to manage a page that scrolls horizontally and vertically is difficult to navigate.
  7. One Window – Avoid pop-ups and new windows.  A user’s entire experience should take place in a single window.
  8. Simple Navigation – Simplify your navigation.  Typically, a site’s traditional navigation is too complex for a mobile site.
  9. Clean Code – Most desktop webs browsers allow a lot of leeway when rendering HTML and will usually display a site correctly, even if the code has flaws.  Mobile browsers usually have less room for error, so there is an added value to having clean, simple code.
  10. Use Alt Tags – Sometimes images won’t load, either because of issues with the mobile browser or because a user’s connection is too slow.  Always include descriptive alt tags for images, in case they don’t load.
  11. Label Forms – Some modern websites embed form labels inside the form field.  On mobile, it is much more difficult to keep track of the fields, and users often make use of “next/previous” buttons built into the keyboard.  Without clear labels alongside the form fields, ti might be impossible to know what information is supposed to be in which field.
  12. Escape Hatch – Sometimes users just need to use your normal site.  If possible, always have a link back to the original, full site and from your desktop site to your mobile site.
    Bbc

Number 13 – None of this will work unless you optimize the site correctly.  See tomorrow.

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s