CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Building for mobile devices (http://www.codingforums.com/forumdisplay.php?f=70)
-   -   Cell Phone Screen Resolution For Mobile Web Design (http://www.codingforums.com/showthread.php?t=285094)

webdevs 01-01-2013 10:17 AM

Cell Phone Screen Resolution For Mobile Web Design
 
How many mobile screen size to be consider while developing mobile website. For example 240x320. I will need size for mobile website design purpose only. I am aware there is lot of different size for different smartphone but I will need general and most uses smartphone size for mobile website.

hdewantara 01-02-2013 05:28 PM

Maybe this could help you decide:
http://gs.statcounter.com/#mobile_re...-200912-201212

StevenHu 01-31-2013 10:29 PM

Actually, we no longer develop according to pixel size any more. By using Responsive Web Design techniques, we can make the same page accessible across a wide variety of screen sizes. For instance, take a look at the microsoft.com site; squash the browser window and watch the content adapt to fit.

You might look at Zurb Foundation to get an idea of what can be done and the easy tools needed to get it working right away.

Google the terms to learn more.

Obsidian 02-28-2013 03:04 PM

The first time that I developed a mobile website, the layout was simply based off of percentages instead of pixel sizes. The percentage of these sizes will be very flexible to fit just about every page size.

The layout was based off of div tags that "stacked" on each other. I kept to a 100-200 word minimum on each page to ensure that it wasn't too wordy. Since it was the first mobile site I developed, I was quite afraid to use special scripts or use other dynamic content -- everything was pretty static.


All times are GMT +1. The time now is 11:47 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.