![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Fluid width content on entry pages
Title:
Fluid width content on entry pages
Area:
styles, entries, usability
Summary:
Fluid width content on entry pages to improve usability and readability.
Description:
At the moment, DW only seems to provide fixed content on default/unstyled entry pages. Because of the fixed content parameters, overwhelming whitespace can be an issue for larger monitors and computers running higher resolutions. Moreover, long comment threads end up "shrinking" very quickly, necessitating users to click more links (such as thread or expand) in order to view content.
Fluid width for entry pages would decrease the amount of uncomfortable whitespace users running higher resolutions encounter. Fluid width would also prevent long comment threads from shrinking too quickly and decrease the amount of clicking users are required to do at present.
Implementation of fluid width should not be difficult, as the style sheet that currently powers the default entry style only needs to have fluid width coded into style containers.
In conclusion, fluid width would improve usability and readability across platform and resolution. I hope the DW development team considers this suggestion!
This suggestion:
Should be implemented as-is.
10 (19.6%)
Should be implemented with changes. (please comment)
5 (9.8%)
Shouldn't be implemented.
20 (39.2%)
(I have no opinion)
13 (25.5%)
(Other: please comment)
3 (5.9%)
no subject
Implementing a fluid width option in the schemes, like the light-on-dark option, I wouldn't object to, but leave the fixed width as is.
no subject
I appreciate the fixed width as well on my widescreen laptop.
no subject
no subject
no subject
no subject
I thought that fixed width meant you set a container in some "safe" width in pixels and you let the content scale--or not--inside that container.
Fluid width means the container is set in ems or % or not set at all and defaults to full screen and the content scales happily inside that container.
So, neither Celerity nor Tropo have fixed width entry pages. Tropo's is 80 ems and Celerity's is unfixed, limited only by the sidebar.
If this suggestion is to change Tropo to full screen, which I think it is, then a thousand times no.
Please correct me if I've got something wrong, missed the point somehow.
ETA: white space never makes me uncomfortable (1600x900 display)
no subject
no subject
no subject
no subject
no subject
no subject
The folks at Smashing Magazine talk about three types of layouts--Fixed, fluid and elastic.
Fixed is what I said above--the container width is set in pixels, and how that fits in a screen depends on the screen size, and large font users will quickly reach a point where things overflow, get truncated or trigger scroll bars.
Fluid is a width set in %--and 100% or full screen is a %--so with something less than 100% the content is never full screen on any screen, but it scales better than fixed and the white space remains proportionally the same.
Elastic is a width set in ems--like Tropo has. And this confuses people, particularly people who never change their font size or device or screen width and never see it change. Widths in ems are based on your font size, the site font size and may or may not show full screen. They provide the opportunity to set line lengths at comfortable amounts, usually 60-70ems. Which is approximately 60 to 70 characters of text, regardless of size of that text.
Elastic layouts, like Tropo, are the kind of layout that allows everyone to enjoy using a site. That doesn't mean everyone has the view they'd like best, it just means it will work on all devices, font sizes and screen resolutions.
Close...
Percentage or else not set at all. Em-based layouts are elastic, not fluid, the difference is they adjust based on default font size, while fluid layouts scale to viewport width; only pixel-based layouts are truly fixed.
A page body set to 960 pixels wide, for example, won't be flexible but set page body and font to ems and it should all adjust accordingly.
Ems are fluid in the sense that they scale up or down (unlike pixels), but in using them to set the body width (for example) to my mind, that's like setting a
minimummaximum width.I looked up em-based layouts (which I guess is close to what Dreamwidth is using - I'm thinking they use more of an em/pixel combo like the ones I usually wind up making for myself, but I'd have to look more at their CSS to know) since your comment got me thinking, and found some sites that discuss them:
http://www.456bereastreet.com/archive/201101/only_use_ems_for_the_total_width_of_em-based_layouts/
http://coding.smashingmagazine.com/2009/06/02/fixed-vs-fluid-vs-elastic-layout-whats-the-right-one-for-you/
http://jontangerine.com/log/2007/09/the-incredible-em-and-elastic-layouts-with-css
Re: Close...
no subject
no subject
I've got a large screen / high resolution, and fixed width is my best friend. I hate writing across as massive, long screen, and fixed width makes things comfortable and wonderful for me. Fluid width is great for seeing images and stuff on say Tumblr, but it's terrible for reading text. D:
no subject
no subject
no subject
I also use it to restyle LJ and Wikipedia.
no subject
no subject
no subject
As an accessibility issue we need to account for all sorts of needs - whether it's having a low percentage of white space on screen, having a narrow column to read, having enough space for magnification, light-on-dark, etc etc. Infinite Diversity in Infinite Combinations :)
no subject
no subject