World Wide Whale
Gender:
Posts: 151
660 credits Members referred : 0
« Reply #2 on: Feb 19, 2006, 02:01:56 PM »
I always keep 800x600 in mind, because quite a few people still use it, like my parents and every school computer at my school. It looks more professional when it's not so crowded anyway, in my opinion. Like a few sites I go to, they have sites designed for 1024x768 resolution, and they look really bad in 800x600 resolution, and even crowded in my own 1024x768 res.
~Crystal
Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #3 on: Feb 19, 2006, 02:29:21 PM »
I design my sites to support 800x600. As to browsers: Internet Explorer and Firefox are the two that I check my sites with
World Wide Whale
Gender:
Posts: 151
660 credits Members referred : 0
« Reply #4 on: Feb 19, 2006, 03:45:37 PM »
Oh, there was a question about browsers? I missed that, haha.
Well I used to think that IE, FF, and Opera all looked at codes the same, but I found that out the hard way with my site's latest design. I have friends with FF and Opera, though I only have IE, and so I check with all three.
~Crystal
Bill Gates is my home boy
Gender:
Posts: 605
3767 credits Members referred : 2
« Reply #5 on: Feb 19, 2006, 05:58:30 PM »
I tend to go for the smaller size. Too many sites when given a larger palette tend to think they need to fill it all. The sites can then become very cluttered and it is hard to decide where the eye should go. If they stick with a 2 or 3 column layout, the line lengths of text often become too long and hard to read.
As to browsers, while working on my site I have found great differences between IE 5.5 and 6 and FF. IE 6 is similar to FF though as to how it interprets the code. An earlier version of my page worked fairly well for these three but broke on several of the Mac browsers; so I guess I would always test on a Mac too.
OMG!I am geek
Gender:
Posts: 58
127 credits Members referred : 0
« Reply #6 on: Mar 02, 2006, 02:49:16 PM »
I agree. Just because you have a lot of real estate, does not mean you need to stick something there. Whitespace is good sometimes. Gotta take the "less is more" attitude.
Article promotion master Community Supporter?
World Wide Whale
Posts: 154
801 credits Members referred : 0
« Reply #7 on: Mar 02, 2006, 08:16:33 PM »
Thanks everyone. Interesting opinions there.
With my latest design, I have also observed that IE and FF render the site somewhat differently. So it is definitely worthwhile to test any site in both browsers as well as Netscape and Opera.
OMG!I am geek
Gender:
Posts: 58
127 credits Members referred : 0
« Reply #8 on: Mar 02, 2006, 09:34:35 PM »
Quote from: nramkr
So it is definitely worthwhile to test any site in both browsers as well as Netscape and Opera.
Truer words have never been spoken.
Sandwich Artist
Posts: 24
56 credits Members referred : 0
« Reply #9 on: Mar 13, 2006, 06:50:59 AM »
1024x768
Unfortunately, my resolution is set to 1200x80, so I sometimes forget to change it before designing. As for browsers: Firefox, IE and Opera. I also use Dreamweaver's validator, and if it finds major netscape errors I'll fix them too.
Spam is yummy.
Gender:
Posts: 212
30 credits Members referred : 0
Nothing Last Forever...
« Reply #10 on: Mar 27, 2006, 01:32:46 AM »
800x600 is always best. Though you can spread your backgrounds or graphix that can repeat on the right and left (if a centered web site) so that there is nothing missing from 800x600 users and there are not non graphic areas for bigger res. users...
...Even cold November Rain
Community Supporter?
I am a fanatic. So?
Gender:
Posts: 536
5154 credits Members referred : 0
www.demonhale.com
« Reply #11 on: Apr 26, 2006, 05:30:21 AM »
start designing for 800x600 although recent studies suggest that most users now use 1024x768... check in as many browsers as you can to ensure cross-browser compatibility... try to use CSS when designing, its less painful for updating a design... Now think of your demographic, older users tend to still use 800x600 resolution...
I crack Photoshop!
Gender:
Posts: 3
22 credits Members referred : 0
« Reply #12 on: Jun 18, 2006, 12:54:42 AM »
hello urlof,
im designing for 1024x768, but because 8% of the visitors are using 800x600, i designed my site even for non-horizontal-scrolling with a resolution of 800x600.
browsers: i hate sites, which are proud to be "optimized" for watching with a specific browser like firefox... i think this is a kind of idelness and of course the wrong way.
i'm trying to optimize my page for as many browsers as possible ... with easy tables, css and avoiding spaces and borders this may be imaginable.
for excample my page looks alike in many current browsers: firefox, mozilla, internet explorer, opera, safari .... the only browser which cant display my page correctly is netscape, because i'm using backgrondimages for <td>-tags
so look which resolutions and browsers your visitors are using and customize your page for them!
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6301
38632 credits Members referred : 374
It's time to use PHP5!
« Reply #13 on: Jun 18, 2006, 10:37:39 AM »
Code:
for excample my page looks alike in many current browsers: firefox, mozilla, internet explorer, opera, safari .... the only browser which cant display my page correctly is netscape, because i'm using backgrondimages for <td>-tags
how about to use the backround image inside a css pseudo class?
by the way it sound like that you are using tables for design... but maybe I'm wrong
Edit: I (try to) write valid (w3.org) HTML code and fix some bugs for IE while using CSS that's enough...for me
I will send you to /dev/null/
Posts: 78
140 credits Members referred : 0
FunAndEducational.com
« Reply #17 on: Jul 08, 2006, 04:42:18 PM »
My laptop is set for 1024x768. But I design sites that fit within 800x600. I test in IE6 and Firefox during development. But when I'm done, I also do a quick check in Safari using Safari Test and quick check on IE7 using IECapture
Unless I coding a site for a portfolio or know that someone will scritinize my code, I do not generally run it through the W3C checker. I know I should, but I'm just too lazy. My Dreamweaver catches most of the glaring errors anyways.
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 8029
41131 credits Members referred : 3
My laptop is set for 1024x768. But I design sites that fit within 800x600. I test in IE6 and Firefox during development. But when I'm done, I also do a quick check in Safari using Safari Test and quick check on IE7 using IECapture
Unless I coding a site for a portfolio or know that someone will scritinize my code, I do not generally run it through the W3C checker. I know I should, but I'm just too lazy. My Dreamweaver catches most of the glaring errors anyways.
Very interesting links artcoder. Added them to the directory
I will send you to /dev/null/
Posts: 78
140 credits Members referred : 0
FunAndEducational.com
« Reply #19 on: Jul 09, 2006, 06:58:56 PM »
No, IECapture and SafariTest are not my sites -- not affiliated with them in any way. I just happen to know those sites, because I also keep track of interesting links in my own personal directory.
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=1547