Sunday, June 30, 2013

Mobile Website Designing


See all 4 photos Source: seohorizon.com

Why Mobile Website is Important Today?

We might argue that we already have a website which users can access on their talking devices. Its true, but websites have been made with the desktop view in mind. They are large, have built in javascripts, flash components, tabs which might not function on the mobile devices. Even if they did work, the display would not be perfect or the website components would look so small that users wouldn't know where they have landed.

Even if they knew where they did land up, their tiny finger tips wouldn't be able to access or tap the right links, tabs, images as they would be quite small on these devices.

Most importantly, in the growing market of Android mobiles and mobile iphones, it is important that the websites we create functions properly on these devices.


Know What Your Target Audience Uses....

We have had websites for far too long. We have stayed over 2 decades on the desktop. We have lived with laptops and palmtops. We have lived our lives with people who are now getting technologically outdated. Technology has changed really fast in the last 5 years and now all the web is there on your finger tips and on a single tap. The world has now started using smart phones, tablets, notepads to access the world wide web.

The first step to making a successful mobile website is understanding who will be viewing your site. Mobile website users are usually busy doing something else like waiting in line, walking through town, or spending time out with friends. Their main focus is not necessarily your website so information needs to be quick and easy to access.

The main difference between mobile and desktop users is that mobile users browse the internet in "on-the-go" situations, where desktop users are in stationary and predictable environments.

Web view difference!


See all 4 photos Source: apt3studios.com

Difference Between Mobile Websites and Mobile Apps:

Apps are great for more focused and personal experiences. They are miniature softwares residing on your mobile devices and connecting with the online environment where required. If the majority of your users arrive via direct traffic this could indicate that they bookmark your URL and that an app icon on the home screen would be of value. If most of your traffic comes via shared links an app alone wont cut it as people need to be able to get to your content even if they havent installed your app. Apps would be able to utilise mobile features, whereas mobile websites would be able to do only that which is done on desktop websites.

Thus both need to treated differently.

DIY Steps to Mobile Site Building!

Thus the first step is to create a similar platform of the desktop environment into a mobile device environment.

We must get out of the transition or strict html bandwagon and get ready with the latest HTML5 and CSS3 bandwagon as this is mobile friendly and is required to start off with the mobile device recognition properties.

Major pointers to be kept in mind.

a) All HTML codes must be validated in html5 and CSS3 formats.

b) Fluid layouts - There are various kinds of mobile phones in the market and each one with a different dimension and resolution. One way to address this problem is the use fluid layouts that will automatically adjust to the screen size.

To accomplish this avoid setting widths in pixels and use percentages or ems instead. For instance, instead of width: 400px; use width: 100% or width: 1.0ems. There are conversion tables for px to ems which may be used to define your values.

c) Responsive designs: There is a spectrum of screen sizes and resolutions which is widening every day, and creating a different version of a website that targets each individual device which is not a practical way forward. It is the problem that responsive web design addresses head on and this is achieved by using a fluid grid as well as Media Queries.There are lots of articles on the internet explaining those concepts so we will not go deeper into it here.

d) Specific Stylesheets:
You can always target various mobile devices for better user-experience. For example, for targeting users browsing your site using Handheld devices you can use this in your websites .

You can find more on media types at this link: http://www.w3.org/TR/CSS2/media.html

Always design for the fingers and not for mouse. Click targets should be a minimum of 30-40px in size and use whitespace in between elements to ease clickability.

Its a must to keep download time in mind. Combine smaller images, like icons, into one file and use css to position them on the page. Avoid background images as they can reduce readability in certain lighting conditions.This reduces the number of http requests your device has to make. Lastly,reduce size of images and minify javascript.

Forms can be difficult to use on a mobile device. Since text is time consuming to enter, you would want to offer your user the convenience of radio buttons and lists, which they can choose from depending on what they need. Form labels should be top aligned rather than left aligned to save space. Forms should require the minimum amount of data input and should remember the data for the next time a user visits the site. Most browsers don't support plugins or extensions.


Targeting advertisements for different mobile devices!

If you are targeting websites to different geographies and to different devices, then can use a particular softwares like 24x7 or any other which can be used for proper targeting of advertisements for different devices. Of course, it is important to define the advertising space as per IAB standards. Do not clutter your advertisements as it will hide your web components.

You can get your guidelines here: http://www.iab.net/mobilewebmeasurementguidelines

Some Important Mobile Website Components:

A few tags are needed in the section of the webpage to let the browser know that the page is ready to be viewed in a mobile browser like HandheldFriendly, MobileOptimized, viewport.

The Viewport META tag controls the logical dimensions and scaling of the browser viewport window in many smartphone browsers.

These could be Safari Mobile for the iPhone, Android browser, webOS browser in Palm Pre and Pixi devices, Opera Mini, Opera Mobile and BlackBerry browsers. The Viewport META tag indicates that the markup document is optimized for mobile devices.

AUTOMATIC MOBILE BROWSER DETECTION

Include an automatic Mobile Browser Detection & Redirection server-side script.

You may also use this as User Agent detection, where a server makes a decision on what to serve based on how an incoming browser describes its capabilities.

Other implementations feature real-time JavaScript requests to databases that also supply information on what a device can do.

For a really high user-base, make a dedicated application targeting various mobile interfaces. Facebook, Gmail, Twitter, Yahoo and many other big-companies have done this to be so successful. If you make an application for specific handsets then you no longer have to care about all the Fancy scripts etc. because you can then enhance the application your own way.

That's the Difference!


See all 4 photos Source: mobile-website-simulator.com

Testing your mobile website!

Testing is normally preferred by way of real devices as different devices will produce different results. However, the base can be checked via different sites and emulators available.

The first is to get your mobile website validated w3c:

http://validator.w3.org/mobile/

Then test in different online sites such as:

http://www.howtogomo.com/en/d/test-your-site/gomo-meter
http://quirktools.com/screenfly/
http://www.mobilephoneemulator.com/
http://webdesign.about.com/od/testing/a/test-mobile-web-pages.htm
http://html.adobe.com/edge/inspect/
http://www.howtogomo.com/en/d/

If everything is alright here, then real devices should be used to do the final testing before putting it online. There is no substitute to real device testing.

Easy and quick mobile website creation!

Creating a website itself can be cumbersome, but you could also rely on ready to serve mobile webiste builders online. What they do is identify the critical components of your desktop website and convert them into mobile device website components. This is quick way to convert your current website into a mobile website, but what you won't get alongwith it is the correct version of website which you will like to have nor will you have the desired mobile website name. So altough these are good for smaller sites, I would recommend that you create or get created a mobile website to your style, if yours is a website catering to a large enough audience.

Some of the Mobile site builders include:

www.zoho.com/sites/mobile-website.html
www.dudamobile.com
www.mobstac.com
https://www.langoor.mobi/
www.ekomobi.com/
www.mofuse.com/
www.bmobilized.com/

There could be many more...

Be totally Web Compliant!


See all 4 photos Source: www.copyblogger.com

Give your opinion!

Which is the most used mobile device?

  • Smart Phone
  • 10" Tablets
  • 7" Tablets
  • ipods
See results without voting

Rate this Article!

5 stars for Mobile Website


  • How to Create Your Own Sports Website eHow

    www.ehow.com Running a Website Running a Website Basics

    How to Create Your Own Sports Website. ... Mobile. Phones; Tablets & eReaders; Navigation & GPS; Mobile Expert. Jon Rettinger. Personal Electronics. Audio; Digital ...


  • Create your very own widget - Instructables - Make, How To, and

    www.instructables.com/id/Create-your-very-own-widget

    Create your very own widget by hunter890. Download. 6 Steps + Collection ... Mobile Site. Get More Out of Instructables Already have an Account? PDF Downloads ...

  • How to Create Your Own Virtual World Online eHow

    www.ehow.com Internet On the Web Play Online Games

    Mobile. Phones; Tablets & eReaders; Navigation & GPS; Mobile Expert. Jon Rettinger. Personal Electronics. Audio; ... How to Make Your Own Virtual World Website for Free.


  • How to make your own personal media cloud using free programs

    www.extremetech.com/computing/101441-create-your-own-personal...

    How to make your own personal media cloud using free programs and an old PC. ... and mobile access to your media if you own an Android or Windows Phone device.

  • Make Your Own Brand! - EzineArticles Submission - Submit Your

    ezinearticles.com/?Make-Your-Own-Brand!&id=60173

    Aug 15, 2005 Learn how to brand your business ... There are millions and millions of websites on the Internet. You NEED to be different in some way from all of them!

  • Create your own podcast Weekend Project - CNET Reviews

    reviews.cnet.com/4520-11293_7-6246557-1.html

    Create your own podcast. Step 1: Break into podcasting; Step 2: Tools for podcasting; ... Learn how to master your mobile with these tips. Learn more; Double up your ...

  • How to make your own website/free domain name - YouTube

    www.youtube.com/watch?v=2gkcCan2SKIBy Sabih Ali 9 min 27,977 views Added May 07, 2009

    A video on how to make a website and get a free domain. Links www.webs.com dot.tk

  • Blurring the boundaries - Bring Your Own Cloud

    www.it-director.com/technology/mobile/content.php?cid=13762

    Bring Your Own Device (BYOD) and Mobile Device Management (MDM) go hand in hand, but the device might just be the tip of the mobile iceberg.


  • Build a Website - Squarespace Squarespace

    www.squarespace.com/tour/overview

    Squarespace websites are created with modern browsers and mobile devices in ... Customization. Make any design your own using the Style Editor. Personalize fonts ...


  • Create your own podcast Weekend Project - CNET Reviews

    reviews.cnet.com/4520-11293_7-6246557-1.html

    Create your own podcast. Step 1: Break into podcasting; Step 2: Tools for podcasting; ... Learn how to master your mobile with these tips. Learn more; Double up your ...

  • Create Your Own Website and Open Lab The New York Public

    www.nypl.org/events/programs/2013/06/26/create-your-own-website...

    Jun 26, 2013 Create your own website using Google Sites. ... Mobile Apps; Privacy Policy; Rules and Regulations; Using the Internet; Website Terms and Conditions;

  • Making Mobile Marketing Work For Your Business offercomma2

    offercomma2.wordpress.com/...mobile-marketing-work-for-your-business

    Jun 22, 2013 Spending money on professionals for site improvements is a great way to make your site works well for mobile ... with developing its own mobile ...

  • Uncle Maddio's introduces create-your-own salads ...

    Uncle Maddio's introduces create-your-own saladsPizza Marketplace1 day ago

    With our Create-Your-Own-Salads, ... 5 things mobile payments vendors don't want you to ask; Pizza companies take a hit after Federal Reserve move;

  • How to Create and Manage Your Own Website

    www.bluevoda.com/website/how-to-create-and-manage-your-own-website

    Jun 24, 2013 create your own website (133) creating a website (151) creating websites (48) design a website (258) design my own web site (2) design website

  • Use these Apps to Create Your Own Wellness Program Fox

    Use these Apps to Create Your Own Wellness ProgramFOXBusiness3 days ago

    Jun 25, 2013 Use these Apps to Create Your Own Wellness Program. By Donna Fuscaldo. Published ... The free app uses a mobile phones built-in


  • Guidelines For Mobile Web Development Smashing Magazine

    www.smashingmagazine.com/guidelines-for-mobile-web-development1 day ago

    How To Use CSS3 Media Queries To Create A Mobile Version Of Your Website. ... Heck even print your own furniture just by going to the store and taking pictures of ...

  • How to make your own personal media cloud using free programs

    www.extremetech.com/computing/101441-create-your-own-personal...

    How to make your own personal media cloud using free programs and an old PC. ... and mobile access to your media if you own an Android or Windows Phone device.

  • Weebly - Create a free website and a free blog

    www.weebly.com/weebly/toSite.php?site=312383667493190712

    Mobile Editing; Protected Pages; 24/7 Support; HTML5 Editor; Polls & Maps; Contributors; Domain Names; ... Everything you need to create your own high quality site ...

1 comment:

Subscribe to RSS Feed Follow me on Twitter!