Newspapers Can't Use Liquid Layouts... But Is It Good For The Web?

Posted October 25, 2006 at 8:43 AM by Ben Nadel

I've been seeing a lot of Liquid Page Layouts popping up lately. I have to say, I just don't get it. Maybe people just aren't doing it right, but it rarely makes my viewing experience any better. Point of fact, most of the time, I find a liquid page harder to read. Think about newspapers for a second. Do you ever see a newspaper have full-page (horizontal) columns? Never, not once. There's a reason for that: it's hard to handle the line breaks when you have to move your head/eyes back and forth so much. If you disagree with me, you disagree, but I think that's a widely accepted fact.

So what is it that makes people think this is so right for the web? Yeah, we all have different sized monitors, but so what? I have a luxurious 1280 x 1024 monitor, but that doesn't mean I want to read across 1280 pixels of text. Maybe it's because we are programmers, not designers. Maybe we just don't understand user interfaces? I don't know. All I can say is that from PERSONAL EXPERIENCE, viewing a 800 x 600 site on a 1280 x 1024 monitor is MUCH nicer than viewing a 1280 x 1024 site on a 1280 x 1024 monitor.

Of course, there are always exceptions to this. Some sites do this very well. Most sites do not.



Reader Comments

Oct 25, 2006 at 9:06 AM // reply »
1 Comments

In my opinion, the benefit of the liquid layout is that on that bigger monitor, you are able to resize the window to whatever it is that you prefer. With the fixed width, if I wanted the columns a little wider I would have no options..

my 2 cents..


Oct 25, 2006 at 9:11 AM // reply »
10,640 Comments

Mateo,

Point well taken. But, it still comes down to the ability to design. I think most sites are not designed well to function in a liquid fashion.


Oct 25, 2006 at 11:59 AM // reply »
3 Comments

I personally am not a big fan of liquid layouts. That said I do think liquid design elements can be well applied, examples being header and foot regions of a page. But this debate of designing for multiple screen sizes is about to get a 3rd dimension. Resolution Independence is coming ( http://www.appleinsider.com/article.php?id=2168 ) and it will mean that we have to worry about screen DPIs as well as resolution area.


Oct 25, 2006 at 12:01 PM // reply »
3 Comments

Its worth a mention the link i just posted is to a site that has a liquid layout too.


Oct 25, 2006 at 12:05 PM // reply »
10,640 Comments

Ryan,

Interesting. But the question then becomes, is resolution-independent rendering the design responsibility of the web developer? Or is it the display responsibility of the browser? I almost feel that it should be the browser's responsibility to scale web sites appropriately.

Very interesting indeed.


Oct 25, 2006 at 12:13 PM // reply »
3 Comments

Perhaps the responsibilty is shared. The browser can easly render non raster elements mathematically and leave no distortion. What about sites that contain 72dpi images or graphics on a 100dpi or greater display? Although i'm not sure what will end up happening I am certain it will be very interesting.


Oct 25, 2006 at 12:51 PM // reply »
10,640 Comments

I'm waiting for the dude in the corner to be like "Umm, excute me... Flash / Flex scales quite naturally."


Oct 31, 2006 at 7:40 AM // reply »
48 Comments

For me liquid layouts are another tool in the tool box. I always ask the designer how they want their design to look on different size moniters. Which things should expand, which shouldn't.

Often some sort of "jello layout" is needed where the design expands, but perhaps to some sort of limit.


Oct 31, 2006 at 9:35 AM // reply »
10,640 Comments

Steve, I agree, another tool in the tool belt is always a good thing. Just as long as it's done well.


Nov 1, 2006 at 8:58 AM // reply »
1 Comments

Text + Images + Liquid layout = Visual disaster


Feb 3, 2007 at 4:46 PM // reply »
168 Comments

I like sites which let you choose. E.g., default to a 1024x768 design, and let you switch to liquid using nothing more than JS/CSS.


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »
Feb 9, 2012 at 10:29 PM
Learning ColdFusion 9: Application-Specific Data Sources
@Ben, No offence, but if people were really wanting advanced features they would be using a platform like ASP.NET MVC. CFML is so structurally compromised as a tag-based scripting language that ... read »
Feb 9, 2012 at 10:03 PM
Subversion - Cleanup Failed To Process The Following Paths
@Leviaguirre, do you still have problems with this? ... read »