Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 09-14-2011, 07:53 PM   #1 (permalink)
Senior Member
 
Join Date: Aug 2011
Location: New York City
Posts: 209
Aminka Ozmun is on a distinguished road
Question Great Examples of Full-Width Design?

Hi,

Does anyone know of a great example or two (or more!) of full-width website designs that take advantage of modern widescreen monitors of 23 inches and above??

Seems like so much screen real estate is wasted by artificially constraining things to a traditional eight-inch portrait-oriented page, but I understand that readability suffers tremendously otherwise.

Just wondering if anyone's figured this one out yet!

(And I don't mean by sticking endless widgets and such along the sides, either....)


Thanks!!
Aminka Ozmun is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-15-2011, 07:06 PM   #2 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Somewhere in time...
Posts: 2,213
Lil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to behold
Default

While this may seem like a great idea, there's inherent problems with the content portion. You can do backgrounds fairly easily, but having the site look the way you want it on a 17" monitor with an 1024x768 resolution and equally brilliant on a 23" with 1920x1080. You may be able to write a custom script to check resolution sizes then show extra elements on larger resolutions.

Here's a good discussion in the comments section of this article.

And an article on responsive designs.

Last edited by Lil Chris; 09-15-2011 at 07:12 PM.
Lil Chris is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-16-2011, 07:28 PM   #3 (permalink)
Senior Member
 
Join Date: Aug 2011
Location: New York City
Posts: 209
Aminka Ozmun is on a distinguished road
Default

Thanks a million, Chris; very informative stuff!
Aminka Ozmun is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-16-2011, 09:32 PM   #4 (permalink)
Senior Member
 
Join Date: Oct 2010
Posts: 595
WarrenG is a glorious beacon of lightWarrenG is a glorious beacon of lightWarrenG is a glorious beacon of lightWarrenG is a glorious beacon of lightWarrenG is a glorious beacon of light
Default

Or you could do a horizontal scroller...

Dean Oakley | Web designer | Gold Coast, Australia
WarrenG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-29-2011, 11:23 PM   #5 (permalink)
Senior Member
 
Join Date: Nov 2006
Location: Ballarat, Victoria, Australia
Posts: 287
aussieNickuss will become famous soon enough
Default

The Boston Globe is getting a bit of attention in the web design community for its recent "responsive" re-design.

Although it doesn't fill large screens completely (fills about 2/3rds of my 1920px wide screen), it does show more content on display that can accommodate it. If you're using Google Chrome or Firefox, you can see the responsive behaviour by resizing your browser window down to smaller size, right down to the point where you can see how it would appear on an iPhone screen.
aussieNickuss is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-12-2011, 09:15 PM   #6 (permalink)
Senior Member
 
Join Date: Aug 2011
Location: New York City
Posts: 209
Aminka Ozmun is on a distinguished road
Default

Quote:
Originally Posted by WarrenG View Post
Or you could do a horizontal scroller...

Dean Oakley | Web designer | Gold Coast, Australia

LOL

Can you believe that I used to think that so cool??

I still kinda do...if it weren't for WordPress, I'd probably have hand-coded an old-fashioned HTML site that way! With frames, too, no less....
Aminka Ozmun is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-12-2011, 09:20 PM   #7 (permalink)
Senior Member
 
Join Date: Aug 2011
Location: New York City
Posts: 209
Aminka Ozmun is on a distinguished road
Default

Quote:
Originally Posted by aussieNickuss View Post
The Boston Globe is getting a bit of attention in the web design community for its recent "responsive" re-design.

Although it doesn't fill large screens completely (fills about 2/3rds of my 1920px wide screen), it does show more content on display that can accommodate it. If you're using Google Chrome or Firefox, you can see the responsive behaviour by resizing your browser window down to smaller size, right down to the point where you can see how it would appear on an iPhone screen.
That's really cool!

Now why isn't this the default for websites? I mean, all these companies surely could have afforded what little extra design/coding work involved to implement responsiveness. I even have an old CSS book from 2006 that stresses responsive design, and it's just a basic text!
Aminka Ozmun is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-20-2011, 10:24 PM   #8 (permalink)
Senior Member
 
Join Date: Nov 2006
Location: Ballarat, Victoria, Australia
Posts: 287
aussieNickuss will become famous soon enough
Default

Quote:
Originally Posted by Aminka Ozmun View Post
Now why isn't this the default for websites?
Because an awful lot of time and money goes into planning, implementing, coding and testing responsive layout on the scale of that site. With responsive design, it's not just a case of shrinking/expanding the width of the content, considerations have to be made about how ALL portions and elements on the page align with each other on different sized screens.

Quote:
Originally Posted by Aminka Ozmun View Post
I even have an old CSS book from 2006 that stresses responsive design, and it's just a basic text!
"Responsive design" in it's current context refers to CSS3 media queries with which you can define different styles targeting different screen sizes (or even different hardware/software... printers, projectors etc.) within the stylesheet itself (as opposed to loading different stylesheets via the media attribute or javascript). CSS3 was very much still in its infancy around 2006 so I would say your text was referring more towards "fluid" layout. An example of a fluid layout is this very site... notice how depending on the browser width, the sidebar remains the same, however the main portion expands and contracts.
aussieNickuss is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2011, 08:05 PM   #9 (permalink)
Member
 
Join Date: Mar 2010
Posts: 66
Marger is on a distinguished road
Default

I wouldn't call my website a great example, but I think it shows that you do have some options to make more use of widescreens. When I created my design, one of the goals I set for myself was a (partial) fluid-width approach. My site works great in 1024 width browsers/screens, but on my own 24" screen @1920 width I think it fills the full width better than most sites.

That's because the width of both columns stretches up to about 1280px width total, which uses 25% more width than most other sites. Any wider than that compromises readability of my text. That's the problem with sites, like this forum, that have a completely fluid width: lines become way too long to comfortably read the text. I'm quite satisfied with my combination of flexible width and retention of readability. Unless everyone happens to disagree of course, then it would be time to reconsider
Marger is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2011, 02:51 AM   #10 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Somewhere in time...
Posts: 2,213
Lil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to beholdLil Chris is a splendid one to behold
Default

Here's a good example of a full width site
Lil Chris is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
To do list format-Examples polsky Personal Effectiveness 5 05-16-2011 09:48 PM
Examples of great website design metamorph Technology & Technical Skills 4 11-11-2010 02:04 AM
Examples of Positive Affirmations AlwaysLearning Intention-Manifestation 1 06-01-2009 09:23 PM
Help with Width of my Site impaul99 Technology & Technical Skills 6 12-20-2007 06:13 PM
Examples of LOA in action Jarleh Intention-Manifestation 9 06-26-2007 01:41 PM


All times are GMT. The time now is 10:07 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC