Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- The Linux powered LAN Gaming House
- Why Python?
- Python for Android
- Employment Posters
2 hours 55 min ago - Sure the best distro is
4 hours 15 min ago - BeOS was the best
6 hours 59 min ago - I use Wireshark on a daily
11 hours 30 min ago - buena información
16 hours 36 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
17 hours 37 min ago - Gnome3 is such a POS. No one
1 day 3 hours ago - Gnome 3 is the biggest POS
1 day 3 hours ago - I didn't knew this thing by
1 day 9 hours ago - Author's reply
1 day 12 hours ago





Comments
Fixed vs Liquid
Blocks of text are only comfortable to read if around the 10 words mark in length, narrower or wider and it becomes harder to read.
While the theory of liquid layouts is sound, its rare that you will find multiple liquid layouts that work well with the same window size, so you end up resizing either the text or the window to fix this.
Fixed layouts assist here, but aren't perfect themselves. A slightly better option is fixed based on ems, but even that can have drawbacks on some systems, especially those with odd resolutions.
People are suggesting that liquid solves mobile viewing issues. This is a half truth at best. You can't know the quirks the device has, only guess, so you are better to just design in a standard way and let the device reformat to suit itself. If you really must accommodate mobile users, then there is always the option of a specific stylesheet for that platform.
UI Rule#1 - the user is in control
Irrespective of screen size, fixed-width sites violate
this rule.
HTML is neither designed for, nor completely capable of
precise element placement on all viewers' screens.
The page should do its best to make itself usable at whatever
size I choose to view it, that's my $.02
The term 'flex' got my vote
While I long ago decided fixed was not appropriate to serve my needs, when screens started getting r-e-a-l-l-y wide, liquid didn't really work either.
I prefer a variant of elastic, where a site will shrink to a certain minimum width, depending on the audience, and grow to a width short of making the line-lengths too long for comfort, all in aid of suiting as many clients as possible without driving the writers/coders nuts.
My 2¢ worth.
It's "liquid" not "flex"
Can we stick to the established term 'liquid' rather than 'flex' layout, since the latter is bound to be confused with Flex (capital F).
Fixed width is broken by design
It's not just about the widescreens, either. Think about all those 1024x600 netbooks that are selling like hotcakes these days. Not to mention the iPhones, Android phones, Nokia tablets (800x480), and similar.
Design around a fixed width and you're guaranteed to cause problems for some devices. Flex is the polite way to go, and I'd say it's more in keeping with the inclusive spirit of Linux.
<MR>
Flex, by all means
This page is fixed width, so I didn't read the stuff on the right.
Flex, baby, flex!
Hey there, shiny happy Linux Journal people!
I would suggest a new poll . . . "Who really, really, really hates fixed width sites with a passion?"
a) Me
b) That guy over there.
c) That girl right there.
d) All right thinking people do (right as in 'correct')
e) Huh? Why would you want fixed width sites?
What? You don't think I like fixed width sites? Oh, come on. Where would you get such an idea. [ insert appropriate smiley here ]
-- Marcel
fixed width usually only works for maximized browser windows
Definitely flex width.
I don't understand why so many webdesigners seem to assume that people maximize their browser windows. I usually have several windows at once on my screen -- that's the whole point of a GUI!
Fixed width vs. Flex width?
I prefer fixed layouts because of the same reasons the others, who prefer fixed websites, said. But it depends on the content of a website, weather it should be fixed or flex.
Flex
Flexible design with max-width to make it readable on 22" screens :-)
Either way, as long as it looks good all round
For small company websites (by that I mean small businesses of 1-25 staff) I will always go for the fixed width. I vary it between 775px and 900px in width dependent on the company's targeted market. Whichever way you go though, as long as it doesn't break when you make your browser smaller to view a selected area whilst multi-tasking then go for it.
From a usability standpoint, I would say that interactive sites with lots of forms/gadgets/gizmo/go-faster-stripe mods or whatever you can think of without saying Web 2.0 (couldn't resist saying it), are best as floating width and mainly static text content rich sites are best as fixed.
Generally prefer fixed
One need look no further than typesetting styles. There are very good reasons why lines of printed text are only so long. The same principles should be applied to web pages. Yes, I know web pages are not printed text. But neither are they TVs.
As much as I would rather all web pages conform to *my* preferred window size, I much prefer windows that are only as large as they need to be. The fact that I have a huge/large screen is my business. I didn't get it to let everyone else in the world bully me into seeing only *their* information; I got it to see multiple windows of data simultaneously.
Some sites can be wider, some can be narrower. But each site should be fairly consistent. And, yes, this is very hard to do, since every browser implements HTML differently, and none of them implement it all correctly.
Very wide text lines are
Very wide text lines are harder to follow.
Around 50 to 70 chars is the ideal.
Of course you can always disable the page style (View -> Page_Style -> No_Style in Firefox menu) to have the default rendering (with fonts and colors as defined in the browser preferences). There are also extensions to add buttons and/or hotkeys to toggle that.
min/max width
I think they're best when they use min-width and max-width. I use a 1920 wide monitor and I have to resize the browser window (which I'd prefer not to have to do) if the content area streches too wide because it's far too hard to read if left wide.
Flex
Flex(ible), fluid width designs are more visually appealing and cater to users with larger screens. Fixed width designs are better for sites heavy on graphics and light on text. Fixed width designs are easier to work with, really, but fluid designs often look better when designed with larger screens in mind.