How to Create a Mobile Version of your Website

 Posted in Tutorials Web Design 581 days ago Written by: Abhishek
  • Buffer
  • Pin It
  •  52

These days the whole world is progressing towards the web. From small businesses to big firms to online schools, universities etc., all are pushing hard to make a big online impact because this is almost free advertisement for their brand and results in it reaching a wider  range of audience than using other manual ways to do so.

One big aspect of Website Design is a “Mobile Version” of the website because these days mobile phones with internet facilities are becoming too common and thus everyone wants to remain connected to their favourite websites on the go.

preview create mobile version website design tutorialsmobile 1 design tutorials

Today, we’ll be discussing some key aspects & techniques that a web developer/designer must follow to have a clean & professional looking mobile version of any website. So let’s get started!

Mobile interfaces are usually small and so a developer has to adjust in pre-defined dimensions. To start with, below is a layout of a very basic “mobile-website”.

LAYOUT

Let’s discuss the different elements of the layout above:

  • LOGO:

One of the main things in the layout. You should try to make it as attractive as you can but at the same time take care of its size. Make sure that the size doesn’t exceed 2 KBs of size because images always take forever to load on mobile networks and you don’t want your site to load incompletely for different people!

  • WEBSITE NAVIGATION:

One of the most important things in the design. No matter what, you need to have the links to main pages/places/things on your website on this bar and this should always be at the top. As you know, typing on most mobile devices using the small QWERTY or the virtual QWERTY keypads is not easy to work with at all. Therefore, creating a thorough navigation for your website is a key aspect to making your website mobile friendly.

  • CONTENT:

This is the main thing on your mobile website. People actually come to websites on their mobile devices just to view the content. So make sure that you don’t make any single change to your content for mobile devices otherwise you might just end up losing a user.

While on Mobile Devices, people are usually on the go, so they don’t really have much time to view content. As a solution to this, you should cut down your content to some major value points but at the same time you should provide your user with a Link to the main article containing all of your content. (If you have an active blog then you can ignore this as you can’t really cut down content for each post separately every day!!)

We all know that images in content are a must. But in the mobile version of your website, you should make sure that you don’t have much graphics because most mobile phones would take forever to load heavy images. So use images and graphics as little as possible, only where contextually relevant.

And if you do wish to put images on your mobile website, it should be in .JPEG or .GIF or .PNG format as these files are pretty much light-weight. Plus make sure to compress your pictures to avoid zooming. And one more, today nearly all current devices display images, however, users may browse with the images turned off. So always use the ALT text property for the images which is a recommended practice. Also, you must properly size your images to avoid a situation where the reader/visitor has to zoom into the image to see it properly.

  • FOOTER:

There’s an old saying, “A Man is not recognized by the clothing he’s wearing but by the condition of his shoes!” This goes true for many websites. I always see blogs, marketing websites etc. OVER-LOADED with “garbage and dirty” Hyper-links in Footer. Like me, many others don’t like it and on mobile websites where the screen size is small, this could be one thing where you could lose a client or a reader. So make an attractive Footer!

So if you want your applications/website’s mobile-interface going successful, you should lay focus on its Layout. It should just be error-free as “Web-Browsing on Mobile Devices” will be the next big thing.


CODING

This is one thing where many new mobile-interface developers hesitate. Below are some tips that can help remove that hesitation:

  • VALID CODE:

Use proper code and make sure that its 100% valid because most mobile browsers aren’t as good as their PC (Personal-Computer) counterparts so you should make sure that it’s valid.

  • FLUID LAYOUTS:

It’s not always easy to discover how your layout will look on all mobile browsers as there are far too many mobile devices used for web browsing and to track them all can be a big pain. One way to address/bypass 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

You can find more about the fluid mobile layouts and also download some pre-built ones by going to this link: Perfect multi-column CSS liquid layouts – iPhone compatible

  • 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 website’s <head>:


<link rel="stylesheet" href="handheld.css" type="text/css" media="handheld"/>

You can find more about these media types at this link: W3.org – Media Types.

  • SAY “NO” TO FANCY SCRIPTS

For your mobile website to go successful, don’t use Javascript or Flash or any other of those fancy scripts available out there. Because majority of mobile devices fail to interpret these and end up either freezing the device or just doing something stupid!

If you really want to use these then should give your user a Polite Option so that your user knows what his/her mobile handset is loading and opening up (and if anything goes wrong, it’s their fault and not yours because you already warned them).

  • TAKE IT EASY WITH THE ADS

This is one thing that almost everyone should take care of! Don’t fill up your mobile page with ads. And this is not only for the mobile page but also for the original website.

It’s an old saying, “One rotten Apple in a basket makes all others dirty”. It goes true for these websites which are full of ads. These websites don’t care about User-Experience but only care about the money that comes into their pockets (because CPM is high on mobile devices).

So my suggestion, just don’t fill it up with ads! “Just don’t make your page with colourful ads.”

  • MOBILE BROWSER DETECTION (AUTOMATIC)

For making your brand successfull you should also include an automatic “Mobile Browser Detection & Redirection” server-side script (eg. PHP).  You might 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. You might also want to use this as an alternative or fallback method to the previous one Mobile Browser Detection in PHP. Other implementations feature real-time JavaScript requests to databases like DeviceAtlas or WURFL that also supply information on what a device can do. A mobile version is not complete until it’s automatically triggered for every mobile user!

  • MAKE A DEDICATED APPLICATION CLIENT (if necessary)

Yes! You read it correctly. If you have 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 and this is why they have been 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 (you can’t change the mobile browser but definitely your own application).

MOBILE SITE BUILDERS

You must have seen those Fancy Website builders out there, haven’t you? Well, now we have websites which help you create websites for mobile interfaces as well!

1. MOBIFY

2. MOFUSE

3. WIRENODE

For users who use WordPress as their platform, there are many free as well as paid plugins available out there. Some of them are listed below:

4. MobilePress

5. WP-TAP

6. WP-TOUCH PRO

So we have pretty much gone through all the aspects and the techniques of “Mobile Website-Designing”. If you have any questions about anything regarding “Mobile Website Designing” then feel free to point that out in the comments!

 Did you enjoy this article and found it useful?

Article was created by

4

Articles


Hello there! I am Abhishek Bhardwaj and I love to make programs in VB & JAVA. I also love Web-Designing & *Development. I write on my blog @ TutorialsWalk. You can follow me on Twitter!
Free Website
 

 52 Brilliant Comments - Join Discussion Now!

  • Polin

    Posted 17 days ago
    52

    That is really good. I will make my site mobile version asap.

  • anguraj

    Posted 29 days ago
    51

    My own business helped website

  • vijay rana

    Posted 44 days ago
    50

  • vijay rana

    Posted 44 days ago
    49

    i want to know how to get a free .com or .in domain free for lifetime

  • Rohit Rathore

    Posted 47 days ago
    47

    its great informative article for me.

  • Bryan

    Posted 49 days ago
    46

    Hey, thanks for the guide, :). I like your tips a lot -> basically the goal is to “keep it clean and simple” overall. One thing I’m a bit lost on, however, is how we handle the mobile portion of our site. Do we basically need to recreate the entire thing (at least what all we want accessible via mobile devices) as a separate entity? And how are ads handled (being that you said to try and stray away from things like scripts)?

  • Mansoor

    Posted 50 days ago
    44

    Hi,

    First of all i would like to Thanks the Author for the beautiful post.

    Question:-
    What is HTML5? And is it the language used to develop MOBILE VERSIONS OF THE WEBSITES??

    Anyone can Answer

    Thanks In Advance

    • Rean John Uehara

      Posted 50 days ago
      45

      Hi Mansoor,

      HTML5 is the latest version of HTML. It can be used to create websites, as well as games and applications. It’s not limited to creating mobile versions of websites.

  • Flash Games

    Posted 60 days ago
    43

    Great content, I can now make my own site mobile…hopefully

  • Aryan Sinha

    Posted 62 days ago
    42

    Thanks a lot
    I have a domain for mobile website and i will apply it on that domain
    Thanks
    Aryan

  • elbakai-site-web

    Posted 67 days ago
    41

    Thank you very much really a very important

  • Terry

    Posted 83 days ago
    39

    I’d just like to add that we’ve been testing a new mobile site builder out there from http://www.sproutmobi.com and have found it sufficient in providing our clients with mobile versions of their sites. The rate is comparable but their team is pretty slick and responsive. After working with Mofuse.com, we found the SproutMobi guys much easier to work with.

  • Andy

    Posted 91 days ago
    38

    Although we hired someone to design our restaurant website, I found on Google Analytics that a lot of people were visiting our website from their mobiles (iPhone etc.) so we created a mobile compatible website using http://roveb.com and so far we’ve had some great response.

  • Thomas

    Posted 93 days ago
    37

    You can use mobile site builder such as Morces (http://www.morces.com). Allow you to create a mobile site instantly .

    • Michelle

      Posted 82 days ago
      40

      Thanks Thomas! Its an awesome free platform! I was surprised by their fast service too! Where you manage to learn this from?

      Highly recommended! =)

      • Thomas

        Posted 45 days ago
        48

        From word of mouth.. from my friend.

  • littlecarla

    Posted 110 days ago
    36

    how can i make my dating site compatable to mobile phones??

  • racheli

    Posted 115 days ago
    35

    I tried zuznow.com solution and got a high-quality result and best mobile presence for only 35$ a month. I didn’t have to do anything – and the service was really good. I recommend:-)

  • tranh nghe thuat

    Posted 147 days ago
    34

    cool, I applied your thread and success on my phone. Thanks

  • Ethan

    Posted 169 days ago
    33

    Love the list and the content. Just recommending http://mwa.mobi. It’s simple and free to try. Thanks again for the list!

  • Rihanna

    Posted 170 days ago
    32

    Take a look at http://www.mobigrids.com/ it will help you to creat your own mobile version of your website

  • Chen Levkovich

    Posted 170 days ago
    31

    Zuznow adapts your desktop website for smartphone surfing on the fly – http://www.zuznow.com/mobilize/

  • Olof Charles

    Posted 198 days ago
    30

    Thanks Mr. Abhishek for this informative article. I’ll infuse these ideas when I work on my own mobile version of my website using brick&mobile as my CMS. Brick&mobile has provided me good information on how to build and customize my mobile website. This article of yours would truly take my mobile website a bit further.

  • Americamobi - Mobile Website for Everyone

    Posted 199 days ago
    29

    Americamobi provides you the option to develop the mobile website, along with the automatic Switching code , along with the QR ( Quick Response) code for your mobile. Americamobi also provides you the option to integraate social networknig site, Linked profile, Google profile, Google analytics and Google places to your website. It also provides you the 6 language support. For more details :
    http://www.Americamobi.com
    Americamobi – Mobile Websites for Everyone
    Blog: Americamobi.wordpress.com

  • Bernd

    Posted 231 days ago
    28

    There are also desktop tools available to create webapp’s without any HTML knowledge. Try the WYSIWYG editor YouMinds WebApp Composer at http://www.webapp.composer.youminds.com/.

  • cleaning jobs toronto

    Posted 246 days ago
    27

    Impressive article indeed. Yeah, I agree with you, There are lot of companies out there that they rely on online marketing. their sales are purely comes in online business

  • Anita

    Posted 247 days ago
    26

    Thanks a lot for taking the time to write this information. It is extremely useful!

1 2
US