Vote for BP.Net for the 2013 Forum of the Year! Click here for more info.

» Site Navigation

» Home
 > FAQ

» Online Users: 1,457

1 members and 1,456 guests
Most users ever online was 47,180, 07-16-2025 at 05:30 PM.

» Today's Birthdays

None

» Stats

Members: 76,073
Threads: 249,220
Posts: 2,572,808
Top Poster: JLC (31,651)
Welcome to our newest member, LeonoraOrdonez5
  • 09-19-2009, 04:17 PM
    ctrlfreq
    Re: Website Updated - Would like some feedback/opinions
    Here's what I took away...

    1) the header is too big - I run at a fairly high resolution, and it still seems to monopolize the page by taking up over 1/3 of it.

    2) background / content division - there isn't really a distinction between the color or pattern of the page background and the content area background which makes the page seem like something is missing. You have a very specific width set, which is obvious based on the header and footer, but the rest of the page just seems to be floating over the top of a gray field.

    3) emphasis on colors - you want to draw attention to things like links, but right now they're under-emphasized by being closer to the background color than the main text. (ie. "breeding plans" on the available page doesn't make you want to click it)

    4) gallery - love simpleviewer because it allows for cursor-based navigation, but it looks out of place due to it's color, borders, and button style.

    5) instructions - dig the how-to's, but making them html format would help with continuity. The pdfs are great for printing - don't get rid of them - but lay out the contents, preferably with pictures, in a html format as well.
  • 09-19-2009, 06:58 PM
    Blue Apple Herps
    Re: Website Updated - Would like some feedback/opinions
    Took some of your advice ctrlfreq...

    Not sure about doing the build instructions as HTML. I'll think about it though. Everything else was very helpful.
  • 09-19-2009, 11:44 PM
    ctrlfreq
    Re: Website Updated - Would like some feedback/opinions
    Quote:

    Originally Posted by Blue Apple Herps View Post
    Not sure about doing the build instructions as HTML. I'll think about it though. Everything else was very helpful.

    Glad it was helpful - dig the changes by the way. One thing you might want to do is set the css tag min-height on the contentContainer to something in the 400-500 range - that way the pages with very little content will take up more than half the screen.
  • 09-20-2009, 04:28 PM
    Blue Apple Herps
    Re: Website Updated - Would like some feedback/opinions
    Quote:

    Originally Posted by ctrlfreq View Post
    Glad it was helpful - dig the changes by the way. One thing you might want to do is set the css tag min-height on the contentContainer to something in the 400-500 range - that way the pages with very little content will take up more than half the screen.

    Its a template through Rapidweaver, I have a template editor, but there are several .css files, and I've looked through them and haven't seen anything with a "min height" or similar in them. Not to mention that looking all all the CSS code is pretty much meaningless to me.

    Maybe I"ll go check out a css book from the library. Because you're right that on those pages it gets too small vertically.
  • 09-20-2009, 07:39 PM
    ctrlfreq
    Re: Website Updated - Would like some feedback/opinions
    open the "rw_common/themes/EZ3/styles.css" file and look for this:

    #contentContainer {
    border-width: 1px;
    position: relative;
    z-index: 2;
    }

    and add this line between the brackets:

    min-height: 400px;

    Adjust to taste on an empty page.
  • 09-20-2009, 11:59 PM
    Blue Apple Herps
    Re: Website Updated - Would like some feedback/opinions
    Wow! You rock! :gj:

    I set it for 450 px. Thanks again!
Powered by vBadvanced CMPS v4.2.1