SEO Services
Home >>
Webmaster Forums >>
What screen resulutions do you cater for?What screen resulutions do you cater for?
Darksat said: "Just wondering, What screen resulutions do you cater for?"
SlitheryImp said: "I'm still catering for 800x600 due to the fact that my brother has an ancient pc at home with a 14" screen, lol.
I've considered changing everything to 1024x768 but am still undecided, what do others think?"
Darksat said: "A lot of people still use 800x600 and those that use 1024x768 dont always surf full screen.
plus with palmtops and smartphones comming out screens are getting smaller as well as bigger."
edwin said: "1024x768 is the only one i ever worried about."
Darksat said: "Thats sloppy edwin.
here is a screen resolution breakdown of one of my sites off the tracking.
1024x768 1906 68.56%
800x600 411 14.78%
1280x1024 285 10.25%
1152x864 79 2.84%
Other 69 2.48%
1600x1200 21 0.75%
640x480 9 0.32%
Over 30% of my visitors use a different resolution."
edwin said: "so how do you make different displays?"
Darksat said: "Referr tracking using the user agent screen to detect palmtops and smartphones, Javascript / PHP screen resolution tracking, dynamic reshaping content or have it set to cater for smaller screen sizes, with javascript, php and good HTML codeing you can cater for any screen size."
<h1> said: "I try to build my sites for all resolutions, but not lower than 800x600 based on visitor tracking on my current sites. So if a user is using 800x600 they'll still be able to view the site correctly, but it would best be viewed at 1024x768...the most favorite of resolutions, and obviously any resolution higher.
[QUOTE]so how do you make different displays[/QUOTE]
How do you make a site compatible with all resolutions?
Well you could have a set width. In my case about 760px width so that it'll fit nicely in a 800x600 res (and obviously anything higher).
You could have a page fit width, instead of using px amount you use percentage (%). EG: [SIZE=2][FONT=Arial]
[/FONT][/SIZE] and the table will fit the page 90% of the browsers' size.
Or you could have a res detection redirection but hey thats just ameteur. :cool:
peace"
edwin said: "i usually use the relative sizes in css. but i don't have 100% success with this method."