Help to develop mobile compatible website

Hello,

I am working on web development but i want to develop website in such a way that it will also compatible with mobile/ smartphone devices. Can anyone give me instruction step by step which is necessary for developing mobile compatible website? Looking forward for reply.

Thank You,
Rima.

Hi there,

One way to go about this is to adapt your site’s layout to the width of the device it’s being viewed on using CSS3 media queries.
This is also known as responsive design: http://en.wikipedia.org/wiki/Responsive_web_design

It’s quite a big subject, so step by step instructions might be a bit difficult.
However, a good place to start is with this tutorial: http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries

Read this, try and apply it to your work and let us know if you get stuck.

Thanks Pullo for the suggestion. Now i am trying with it.

You would need to do a bit of learning in responsive design. You can also take a look at the Bootstrap responsive design framework from twitter, many startups use it now a days and its fairly easy to get started with.