HighDots Forums  

Fixed Site Size

alt.html alt.html


Discuss Fixed Site Size in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Yogi_Bear_79
 
Posts: n/a

Default Fixed Site Size - 10-10-2006 , 09:54 PM






I've played with "liquid design" and have decided for this site, the best
solution would be to build on a 800x600 basis. Basically what I want is to
have the page be full on a 800x600 screen, and have blank space on the right
or left when at a higher resolution.

My site is built using <DIV> tags getting their information from the CSS
file. Originally I made blank left and right columns, but they obviously
resize with the screen resolution.

How do I get the site to only utilize the section of the screen I indicated
in the first paragraph?



Reply With Quote
  #2  
Old   
Nico Schuyt
 
Posts: n/a

Default Re: Fixed Site Size - 10-11-2006 , 03:40 AM






Yogi_Bear_79 wrote:
Quote:
I've played with "liquid design" and have decided for this site, the
best solution would be to build on a 800x600 basis.
That's a contradictio in terminis :-) Liquid design fits in (almost) any
window size.

Quote:
Basically what I
want is to have the page be full on a 800x600 screen, and have blank
space on the right or left when at a higher resolution.
My site is built using <DIV> tags getting their information from the
CSS file. Originally I made blank left and right columns, but they
obviously resize with the screen resolution.
How do I get the site to only utilize the section of the screen I
indicated in the first paragraph?
No fixed size but something like http://www.nicoschuyt.nl/test/div_small.htm


--
Nico Schuyt
http://www.nicoschuyt.nl/




Reply With Quote
  #3  
Old   
dorayme
 
Posts: n/a

Default Re: Fixed Site Size - 10-11-2006 , 06:01 PM



In article <452cad95$0$18371$dbd45001 (AT) news (DOT) euronet.nl>,
"Nico Schuyt" <nschuyt (AT) hotmail (DOT) com> wrote:

Quote:
Yogi_Bear_79 wrote:
I've played with "liquid design" and have decided for this site, the
best solution would be to build on a 800x600 basis.

That's a contradictio in terminis :-)
I don't think there is a contradiction here. A contradiction is
seriously bad beast.

Quote:
Liquid design fits in (almost) any
window size.


No fixed size but something like http://www.nicoschuyt.nl/test/div_small.htm
"Liquid design fits in (almost) any window size"

Fits is not in doubt. But fits and is nice or useful, this is
another story. Very fine in abstract. And I am speaking as
someone who almost never uses fixed. But it is quite a decision
in practice. Take your url example. I personally would not want
to see a lot of text that wide on my 20" screen. I can really
very easily understand how tempting it is to bypass all the
design thinking by making the whole damn show for some sites
800px wide and be done! Will look fine on all screens 800 or
more. Saves endless playing about, endless worry, endless
max-widthing and then worrying about IE, eming, floating or
positioning divs to take up useful space for other things and so
on...

--
dorayme


Reply With Quote
  #4  
Old   
Nico Schuyt
 
Posts: n/a

Default Re: Fixed Site Size - 10-11-2006 , 10:26 PM



dorayme wrote:
Quote:
"Nico Schuyt" <nschuyt (AT) hotmail (DOT) com> wrote:
Yogi_Bear_79 wrote:

I've played with "liquid design" and have decided for this site, the
best solution would be to build on a 800x600 basis.

Quote:
No fixed size but something like
http://www.nicoschuyt.nl/test/div_small.htm
"Liquid design fits in (almost) any window size"

Fits is not in doubt. But fits and is nice or useful, this is
another story. Very fine in abstract. And I am speaking as
someone who almost never uses fixed. But it is quite a decision
in practice. Take your url example. I personally would not want
to see a lot of text that wide on my 20" screen.
But text will almost always be wide on large monitors/windows. Do you
suggest to use a fixed width standard?

--
Nico Schuyt
http://www.nicoschuyt.nl/




Reply With Quote
  #5  
Old   
dorayme
 
Posts: n/a

Default Re: Fixed Site Size - 10-11-2006 , 11:47 PM



In article <452db56d$0$53786$dbd4b001 (AT) news (DOT) euronet.nl>,
"Nico Schuyt" <nschuyt (AT) hotmail (DOT) com> wrote:

Quote:
dorayme wrote:
"Nico Schuyt" <nschuyt (AT) hotmail (DOT) com> wrote:
Yogi_Bear_79 wrote:

I've played with "liquid design" and have decided for this site, the
best solution would be to build on a 800x600 basis.


No fixed size but something like
http://www.nicoschuyt.nl/test/div_small.htm
"Liquid design fits in (almost) any window size"

Fits is not in doubt. But fits and is nice or useful, this is
another story. Very fine in abstract. And I am speaking as
someone who almost never uses fixed. But it is quite a decision
in practice. Take your url example. I personally would not want
to see a lot of text that wide on my 20" screen.

But text will almost always be wide on large monitors/windows. Do you
suggest to use a fixed width standard?
This is not so with good design, my point is that one needs to
put on a thinking cap big time sometimes to solve the various
design problems around this issue. It is not a simple one. I
would hate to read a line of text 16 inches long...

I think that what can happen with pushing the liquid layout
message too strongly is that one then has to turn around to
constrain things in other ways. These other ways may be worth it.
But they are time consuming. And you achieve little benefit for
things like essays that bang on for quite a while, no pics, no
nothing else, just words.

If you want to have a discussion about this, here is a concrete
example, cf

http://members.optushome.com.au/droo.../drugLaws.html


http://members.optushome.com.au/droo...gLawsFixed.htm
l


Or substitute anything else. There are various irritations
whatever one sets for the width of the main div, px, ems, max,
just width... I fiddle faddle constantly with such things and am
secretly jealous of someone who has no qualms of setting the
width to 600px or 800px and leaving it at that.

My point is where in all this is the liquidity that is so
valuable? There are so many different liquidities... Frankly,
9what i have only set for an example here, the 600px fixed, suits
me and is likely easier cross browser. But I realise it is all
debateable.

[I am surer about the evils of prohibition than liquid design!
]

--
dorayme


Reply With Quote
  #6  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: Fixed Site Size - 10-12-2006 , 02:47 AM



On 2006-10-12, dorayme wrote:
Quote:
I think that what can happen with pushing the liquid layout
message too strongly is that one then has to turn around to
constrain things in other ways. These other ways may be worth it.
But they are time consuming. And you achieve little benefit for
things like essays that bang on for quite a while, no pics, no
nothing else, just words.

If you want to have a discussion about this, here is a concrete
example, cf

http://members.optushome.com.au/droo.../drugLaws.html


http://members.optushome.com.au/droo...LawsFixed.html
Both of those work well, because neither uses a fixed width.

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


Reply With Quote
  #7  
Old   
Nico Schuyt
 
Posts: n/a

Default Re: Fixed Site Size - 10-12-2006 , 03:36 AM



dorayme wrote:

I fiddle faddle constantly with such things and am
Quote:
secretly jealous of someone who has no qualms of setting the
width to 600px or 800px and leaving it at that.

Take care, this is an open forum! Liquid Design is sacred. There's a serious
risk of being excommunicated

--
Nico Schuyt
http://www.nicoschuyt.nl/




Reply With Quote
  #8  
Old   
dorayme
 
Posts: n/a

Default Re: Fixed Site Size - 10-12-2006 , 04:13 PM



In article <jh8104-g14.ln1 (AT) xword (DOT) teksavvy.com>,
"Chris F.A. Johnson" <cfajohnson (AT) gmail (DOT) com> wrote:

Quote:
On 2006-10-12, dorayme wrote:

I think that what can happen with pushing the liquid layout
message too strongly is that one then has to turn around to
constrain things in other ways. These other ways may be worth it.
But they are time consuming. And you achieve little benefit for
things like essays that bang on for quite a while, no pics, no
nothing else, just words.

If you want to have a discussion about this, here is a concrete
example, cf

http://members.optushome.com.au/droo.../drugLaws.html


http://members.optushome.com.au/droo...LawsFixed.html

Both of those work well, because neither uses a fixed width.
Not "because neither uses a fixed width". Let me explain briefly:
true, I was rushing to get out to the beach and have my afternoon
swim [1] and forgot to knock off the "max-" bit off the div
width. If you would kindly knock it off and see the result, it
still works fine, in fact, pretty much the same in decent
browsers, who is going to go lower than 600 wide, even Alan
Flavell would cope on one of his machines.

You can make the technical point that it is still "liquid" with
the max-width in, I am making the point that in many cases it
really is not a big deal which way you go for some things and
further that in some cases it saves a headache going truly fixed.
But I am still thinking about all this stuff (I rarely use fixed
myself, I wonder why the hell not sometimes! So many lovely sites
employ it)

[By the way, eat your hearts out you miserable, wretched, cold
northern hemisphere earthlings, later this avo, I will go for a
swim at

http://members.optusnet.com.au/mons1/page6.htm

but realise this: nowadays the beach is in full colour and is too
glorious to tease you with.]

--
dorayme


Reply With Quote
  #9  
Old   
Andy Dingley
 
Posts: n/a

Default Re: Fixed Site Size - 10-12-2006 , 06:53 PM




dorayme wrote:

Quote:
Not "because neither uses a fixed width". Let me explain briefly:
true, I was rushing to get out to the beach and have my afternoon
swim
Yes, but on _our_ planet we still have surface water, not dry canals.



Reply With Quote
  #10  
Old   
dorayme
 
Posts: n/a

Default Re: Fixed Site Size - 10-12-2006 , 08:18 PM



In article
<1160697219.277416.119090 (AT) i3g2000cwc (DOT) googlegroups.com>,
"Andy Dingley" <dingbat (AT) codesmiths (DOT) com> wrote:

Quote:
dorayme wrote:

Not "because neither uses a fixed width". Let me explain briefly:
true, I was rushing to get out to the beach and have my afternoon
swim

Yes, but on _our_ planet we still have surface water, not dry canals.
The pic at the top of
http://www.csiro.au/csiro/channel/ich3u,,.html sure reminds me of
home...

--
dorayme


Reply With Quote
Reply




Thread Tools
Display Modes

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

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.