Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-28-2007, 07:17 AM   PM User | #1
michael180
Regular Coder

 
Join Date: Apr 2005
Posts: 313
Thanks: 18
Thanked 2 Times in 2 Posts
michael180 is an unknown quantity at this point
800x600

Is there a rule that says we must design for 800X600?

And if so how can I do that with a fixed background, or any sort of absolute positioning?

Just wandering?

Thanks
michael180 is offline   Reply With Quote
Old 11-28-2007, 01:08 PM   PM User | #2
srule_
Regular Coder

 
Join Date: Jul 2007
Posts: 571
Thanks: 25
Thanked 28 Times in 28 Posts
srule_ is an unknown quantity at this point
No rule, It is just good practice :-)
srule_ is offline   Reply With Quote
Old 11-28-2007, 02:16 PM   PM User | #3
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,604
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Not even necessarily good practice. It’s more a matter of personal preference. Many developers don’t care at all about 800x600 because they say too few people actually have this resolution anymore. You decide.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 11-28-2007, 08:53 PM   PM User | #4
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,454
Thanks: 0
Thanked 498 Times in 490 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
A growing number of web users now have screens that are significantly smaller than 800x600. How big is the screen on your phone?

Most people using larger screen resolutions open their browser using only part of the screen so that they can see other things on the screen as well.

A page needs to be able to fit within a 750px width in order to be printed.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Old 11-28-2007, 08:55 PM   PM User | #5
Apostropartheid
The Apostate


 
Apostropartheid's Avatar
 
Join Date: Oct 2007
Posts: 3,215
Thanks: 16
Thanked 265 Times in 263 Posts
Apostropartheid is on a distinguished road
Don't mobiles actually scale this down anyway? Else the good majority of websites'd be totally unuseable, I'd say.
__________________
Blog | Twitter
Useful links: W3C HTML Validator | W3C CSS Validator | HTML 5 Guide
CF: HTML & CSS Resources/Tutorials Thread | HTML & CSS Posting Rules and Guidelines
Remember: no link, no code, no help!
Apostropartheid is offline   Reply With Quote
Old 11-28-2007, 09:05 PM   PM User | #6
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,604
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
There are good reasons why you can write different stylesheets for different devices. Screen, print, handheld… all no problem with different stylesheets.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 11-28-2007, 09:12 PM   PM User | #7
Apostropartheid
The Apostate


 
Apostropartheid's Avatar
 
Join Date: Oct 2007
Posts: 3,215
Thanks: 16
Thanked 265 Times in 263 Posts
Apostropartheid is on a distinguished road
Yeah, but let's face it, a lot of people don't actually bother.

*references this site*
__________________
Blog | Twitter
Useful links: W3C HTML Validator | W3C CSS Validator | HTML 5 Guide
CF: HTML & CSS Resources/Tutorials Thread | HTML & CSS Posting Rules and Guidelines
Remember: no link, no code, no help!
Apostropartheid is offline   Reply With Quote
Old 11-28-2007, 11:29 PM   PM User | #8
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Quote:
Originally Posted by CyanLight View Post
Yeah, but let's face it, a lot of people don't actually bother.

*references this site*
It depends on the target audience. With a forum, I wouldn't expect that they would target it for mobile users as well since frankly, would you want to write out a long post on your phone?
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 11-29-2007, 06:06 AM   PM User | #9
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,454
Thanks: 0
Thanked 498 Times in 490 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Even where you do have separate handheld, screen, print etc stylesheets your page layout will be easier to maintain if at least some of the elements are the same in each. For example if your page will display reasonably at 750px width on the screen then you don't have to redesign it for print.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:36 AM.


Advertisement
Log in to turn off these ads.