GIDForums  

Go Back   GIDForums > Webmaster Forums > Websites Reviewed Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

View Poll Results: 2 columns or 3 for this layout?
2 columns 0 0%
3 columns 3 100.00%
Other (please specify) 0 0%
Voters: 3. You may not vote on this poll

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 19-Aug-2003, 14:13
jps0 jps0 is offline
New Member
 
Join Date: Aug 2003
Location: Wish I were in Alaska...
Posts: 6
jps0 is an unknown quantity at this point

Opinions Wanted: do 2 columns or 3 look best for this site layout?


I have a small site that I have converted from html to strict xhtml/css/php. I have worked up two separate designs, one that is 2 columns and one that is 3 columns. Please give 'em a look and let me know what you think works best in terms of usability, design appeal, etc. Other comments, tips, suggestions are gladly welcome.

copperdog.org

copperdog.org

Thanks in advance for your time and opinions!
  #2  
Old 19-Aug-2003, 14:45
jrobbio's Avatar
jrobbio jrobbio is offline
Regular Member
 
Join Date: Jan 2003
Location: Loughborough, England
Posts: 840
jrobbio will become famous soon enough
Angry

I've just lost this post twice for various reasons so I'm going to keep it shorter this time :-x

Welcome to GIDForums and congratulations on being the thousandth topic poster.

At first view I'd have to say that the three layer layout is much more appealing to the eyes because it is nicely balanced and centred. As for the two layer layout, this is heavily off-balance to the left because of the way your CSS is setup in fixed values rather than percentages. I do like 2 column designs, but when there is so much unused space outside of the frame of the site I find it uncomfortable.

In terms of usability my first step would be to change the links to be much more visible. I didn't know there were links in the middle until I accidentally mouseover'd them and a flash of white appeared. Anything but the same colour as the text or background would be great.

I like the way you've shown the orientation of the site. but maybe an extra breadcrumb for the pages below humor and tech.

Phew please post now

Rob
  #3  
Old 19-Aug-2003, 18:34
jps0 jps0 is offline
New Member
 
Join Date: Aug 2003
Location: Wish I were in Alaska...
Posts: 6
jps0 is an unknown quantity at this point
jrobbio
First off - nice Avatar!

As for my site - great feedback and thank you for making me think. I am pretty sure I can handle the links - I have a modified theme version in works as I type this (c'mon don't lemme lose it now!). I could easily center the 2 column version if that is what I settle on - maybe I should move it now while people are looking at it for feedback - hold on.......there that should do it

As for the pages below in the nav bar - it is a good idea - I will think about it.

Thanks again!
  #4  
Old 19-Aug-2003, 18:34
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Hello jps0,

Nice... I like the 3 column one. I hope you will be adding some background images to soften up the design next. All these CSS, table-less, sites start to look the same after a while.

Yeah... I was also wondering what the 1000th thread / topic was going to be about
  #5  
Old 19-Aug-2003, 18:57
jps0 jps0 is offline
New Member
 
Join Date: Aug 2003
Location: Wish I were in Alaska...
Posts: 6
jps0 is an unknown quantity at this point
I have updatd the 3 col design: www.copperdog.org
What do you think now?

1000th thread- whoohoo (didn't even see that I did that!)

JdS
Thanks for the comments. Not sure if I will do the graphic thing - by nature I am a bit of a minimalist. Biggest thing I will do is tweak the layout/colors to make my site more recognizable.
Last edited by jps0 : 19-Aug-2003 at 20:03.
  #6  
Old 19-Aug-2003, 21:10
BobbyDouglas's Avatar
BobbyDouglas BobbyDouglas is offline
Regular Member
 
Join Date: Aug 2003
Posts: 789
BobbyDouglas has a spectacular aura aboutBobbyDouglas has a spectacular aura about
Nice job.

I would also suggest the 3 columns. However, your page will be more effective if you make the side columns the same length as the middle one. Also, great job on the rollover effect with the navigation. One thing I suggest is you change the color of the 'leftcol' so whenever you are on the page, lets say the home page, the backgound is already changed.

Also, I just noticed that your hyperlinks start out as the same color as your main text, then change to white on the rollover. You cant tell they are links until you rollover them. And the white color is so bad on the light brown/tan background.

I think that would improve the layout a lot. Goodluck.
  #7  
Old 19-Aug-2003, 21:52
jps0 jps0 is offline
New Member
 
Join Date: Aug 2003
Location: Wish I were in Alaska...
Posts: 6
jps0 is an unknown quantity at this point
BobbyDouglas
Thanks for the suggestions. As for making the side columns the same length as the main col - that will be difficult. All three are dynamic and there will likely not ever be much more content in the side columns than what is currently there.

Nonetheless, I am continually tweaking this looking for just the right feel. The points you raised give me some ideas - thanks again.
  #8  
Old 20-Aug-2003, 08:06
jrobbio's Avatar
jrobbio jrobbio is offline
Regular Member
 
Join Date: Jan 2003
Location: Loughborough, England
Posts: 840
jrobbio will become famous soon enough
<-Brightens up room with avatar

Not sure how this will validate, but maybe having the sidebars follow you with the scrolling as well as having the option to lock it like http://www.texturizer.net/firebird has will improve usability no end.

You can use very small PNG's to improve the background by embedding them in the CSS
e.g. some from my site
CSS Code:
/* header */
body h1{
	margin : 0;
	padding: 0;
	background-color : #000033;
	background-image : url(logobg.png);
	background-position : bottom;
	background-repeat : repeat-x;
	color : #F2FCFF;
}
/* main */
body #main{
	background-color : #FDFEFF;
	color : #000033;
	border-color : #DEEFFE #000 #000066 #000;
	border-style : solid;
	border-width : 2px 0 1px 0;
	float: left;
	background-image : url(mainbg.png);
	background-position : top;
	background-repeat : repeat-x;
	width: 100%;
}
See http://www.topfunwebsites.com/mainbg.png and
http://www.topfunwebsites.com/logobg.png to see how small these graphics are.

Rob
  #9  
Old 20-Aug-2003, 08:17
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Yep, this is EXACTLY what I mean, you can use graphics intelligently, by making them small and repeating them (horizontally or vertically) with CSS. Sometimes, you get lucky, and one well placed background image can give your entire design beautiful depth...
  #10  
Old 20-Aug-2003, 08:19
jps0 jps0 is offline
New Member
 
Join Date: Aug 2003
Location: Wish I were in Alaska...
Posts: 6
jps0 is an unknown quantity at this point
jrobbio
O.K. - it took me a minute to figure out what you meant by lock and unlock menus but that is kick-***. Now I just need to figure out how to do it.

As for the menu .pngs I am not totally sure how they enhance things - well, I think I know what you mean. A selected item is 'shadowed' while selected so that one knows where they are on the site. Not sure how I feel about it at the moment - let me mull it over for a bit.

JdS
We posted simultaneously it looks like. Now I understand what you meant and like I said above - I will look into it...

Great suggestions and thanks again!
 
 

Recent GIDBlog2nd Week of IA Training by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Site Critics Wanted BobbyDouglas Websites Reviewed Forum 14 15-Aug-2003 23:44
Search Engine Positioning 101 and 201 "How To" Tips... 000 Search Engine Optimization Forum 0 29-May-2003 10:34

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 20:33.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.