![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm currently building a dual-purpose site: 1. standard web-presence for a company (also primary sales-channel). 2. customer interface for infrequent access to misc. customer data. Width-wise I've designed everything to fit a full-window MSIE or Netscape without producing/needing a horizontal scrollbar. That is, about 1020px wide. Now, I have a pilot-user who's complaining that it is too wide; he would much prefer 800px. When I asked specifically why, his reasoning was that that way he could fit a browser with my site in amongst his 3-4 open windows on a 17" CRT at 1152px width. Personally I find this reasoning bogus, but a quick survery of large corporate sites did show that most are indeed 800px - although still with a significant number being 1024px. |
|
In choosing 1024px for my site(s), I have assumed that the world (at least the main targets for my site) will have a CRT or flatscreen of at least 1024x768. |
|
The main targets of my site are corporate users. I do fully appreciate that some parts of the world will still be using smaller CRTs at only 800x600 (or even less), but I have consciously decided to ignore that. So, am I wrong in choosing 1024px? Are there other usability aspects I have completely ignored? (I don't need space for advertising). |
#3
| |||
| |||
|
|
Now, I have a pilot-user who's complaining that it is too wide; he would much prefer 800px. |
|
When I asked specifically why, |
#4
| |||
| |||
|
|
So, am I wrong in choosing 1024px? Are there other usability aspects I have completely ignored? (I don't need space for advertising). |
#5
| |||
| |||
|
|
So, am I wrong in choosing 1024px? Are there other usability aspects I have completely ignored? (I don't need space for advertising). Oh, you're dead wrong. Design the site with semantic markup, style with CSS, and you can have the page succeed in PDAs, old browsers, new browsers, everything short of the backside of your damn golden retriever. |
|
Wrong questions often bring the misleading answers. Specifically "why" do you think you need to design for a single fixed width? Don't answer that, |
|
in general you need a site to be comfortable to use between 640 and 1200px in width and still usable at the extremes...this isn't hard to do |
#6
| |||
| |||
|
|
Eric Jarvis wrote: in general you need a site to be comfortable to use between 640 and 1200px in width and still usable at the extremes...this isn't hard to do Hmmm. I agree it's not that hard to do, but I just find the 640 size too small. |
#7
| |||
| |||
|
|
Per Jessen per (AT) computer (DOT) org wrote: Eric Jarvis wrote: in general you need a site to be comfortable to use between 640 and 1200px in width and still usable at the extremes...this isn't hard to do Hmmm. I agree it's not that hard to do, but I just find the 640 size too small. I'm surprised at that...it's actually a large estimate for a minium...if you are doing mass market stuff you need to take into account the web TV providers that give their users less than 600px to play with and no horizontal scrolling |
|
remember you don't need a design to scale evenly...you can also arrange for it to "fold" and "unfold" when the available area increases or decreases |
#8
| |||
| |||
|
|
1. how would you go about settings a max size? i.e. let the site scale up and down until eg. 1024, but such that I avoid having to think of users with a 20" 1600x1200 screen? |
|
2. what about the size of graphics, logos, pictures and such? Wouldn't I have to have an optimum size to aim for in order to size those? (or wouldn't it be easier?) |
#9
| |||
| |||
|
|
Per Jessen wrote: 1. how would you go about settings a max size? i.e. let the site scale up and down until eg. 1024, but such that I avoid having to think of users with a 20" 1600x1200 screen? Use the CSS max-width property (not supported in IE). Using a real browser, take a look at my site - http://tranchant.plus.com/ - and note how the "content" section won't expand beyond a certain size dependent on the user's font size settings. |
|
2. what about the size of graphics, logos, pictures and such? Wouldn't I have to have an optimum size to aim for in order to size those? (or wouldn't it be easier?) Yes. Graphics are a problem, and a heavily graphical layout can be a pain to make scaleable. |
#10
| |||
| |||
|
|
Mark Tranchant wrote: Per Jessen wrote: 1. how would you go about settings a max size? i.e. let the site scale up and down until eg. 1024, but such that I avoid having to think of users with a 20" 1600x1200 screen? Use the CSS max-width property (not supported in IE). Using a real browser, take a look at my site - http://tranchant.plus.com/ - and note how the "content" section won't expand beyond a certain size dependent on the user's font size settings. Mark, thanks very much! Looks pretty neat. What do people do in MSIE then? As you will be only too aware, I can't exactly count on my users using Netscape (especially not in smallish corp environment). Btw, max-width doesn't appear to be supported in Konqueror(3.1.4) either. |
![]() |
| Thread Tools | |
| Display Modes | |
| |