Development which website looks better?

Discussion in 'Software' started by FL@MeS, 4 Apr 2002.

  1. FL@MeS

    FL@MeS What's a Dremel?

    Joined:
    4 Jan 2002
    Posts:
    670
    Likes Received:
    0
    which one looks better?

    v7
    or
    v6

    thanks....
     
  2. Alaric

    Alaric code assassin

    Joined:
    3 Nov 2001
    Posts:
    2,881
    Likes Received:
    0
    v6

    but could do with a bit of tweaking :p
     
  3. FL@MeS

    FL@MeS What's a Dremel?

    Joined:
    4 Jan 2002
    Posts:
    670
    Likes Received:
    0
    any tips would be helpful, except like: use php or make more pages... lol


    cheers
     
  4. kanuslupus

    kanuslupus Minimodder

    Joined:
    10 Mar 2002
    Posts:
    897
    Likes Received:
    1
    I like them about the same. Though I think the white text on V6" is a little harder to read because of the lighter background and the big vf.
     
  5. stewe151

    stewe151 Stress Personified

    Joined:
    9 Mar 2002
    Posts:
    1,795
    Likes Received:
    0
    v7 looks MUCH better
     
  6. bradford010

    bradford010 Bradon Frohman

    Joined:
    7 Dec 2001
    Posts:
    3,426
    Likes Received:
    0
    V7 is the better IMO.
     
  7. linear

    linear Minimodder

    Joined:
    5 Oct 2001
    Posts:
    4,393
    Likes Received:
    1
    EDIT: I'm not trying to be a bitch here, but CSS has been around long enough that there's not any excuse anymore. This is 2002, we don't use HTML 3.2 anymore...

    I hate tables with cellpadding=0 and V7 has that goin on.

    It annoys me that you have a properly linked stylesheet but persist in using <FONT> tags. <FONT class="foo"> is especially offensive to me. Proper style suggests <DIV class="foo"> for block level elements and <SPAN class="foo"> for inline elements.

    The scrolling statusbar text was super cool in 1998 :rolleyes:

    Look at your BODY tag:
    <body bgcolor="#003366" text="#000000" leftmargin="0" topmargin="0" marginheight="0" onload="STBTimeOutID=window.setTimeout('setMessage()',100);">
    Your margins aren't being observed.

    I looked at your code and there's no good reason for this (six levels of nested tables):

    Code:
                                      </tr>
                                    </table>
                                  </td>
                                </tr>
                              </table>
                            </td>
                          </tr>
                        </table>
                        
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
        </tr>
    The banner graphic bugs me. It has no composition, it just looks like stuff whacked together. It doesn't add to your site's message.

    My advice:

    go back and sketch, with paper and pencil what your site should look like. In fact if you draw this one (v7) out on paper, you'll see quickly why its pretty uninspiring.

    Visualize the structure from your sketch. Implement the structure with sane, reusable modules. Keep the structure simple.

    Go check out CSS, in particular absolute positioning. Using tables for layout is not proper HTML style. Six levels nested is appalling.

    It boils down to: try harder.
     
  8. FL@MeS

    FL@MeS What's a Dremel?

    Joined:
    4 Jan 2002
    Posts:
    670
    Likes Received:
    0
    cheers, lol....

    a few things tho -- they are no way from finished.... erm....

    i really do need to look into CSS, and these are totally different than my current version... i just wanted a change :( lol

    cheers, anyway -- im gonna look into using CSS properly, and try to do a PHP one when i learn it enuf... cheers.
     
  9. Mr T

    Mr T 4 Left Into Long 3 Right

    Joined:
    14 Nov 2001
    Posts:
    1,742
    Likes Received:
    0
    ;) Better not show linear my 2 sites :p my html is the messyest in the buisness but thats what you get with a WYSIWYG editor :D
     
  10. Mr T

    Mr T 4 Left Into Long 3 Right

    Joined:
    14 Nov 2001
    Posts:
    1,742
    Likes Received:
    0
    P.S. I think version 7 with a new top graphic :D
     
  11. jamiesurfs

    jamiesurfs Boom Boom, Cha Cha Cha!

    Joined:
    21 Oct 2001
    Posts:
    1,657
    Likes Received:
    0
    I like V6, but agree that it needs a little tweaking!
     
  12. ug_the_caveman

    ug_the_caveman What's a Dremel?

    Joined:
    31 Mar 2002
    Posts:
    168
    Likes Received:
    0
    I prefer V6, but it could do with some tweaking. Not amazingly sure what but play around with it and experiment thats wot i always do.

    Ug :)
     
  13. bradford010

    bradford010 Bradon Frohman

    Joined:
    7 Dec 2001
    Posts:
    3,426
    Likes Received:
    0
    Yeah, for want of a better word, the banner looks 'rough'
     
  14. Will

    Will Beware the judderman...

    Joined:
    16 Jun 2001
    Posts:
    3,057
    Likes Received:
    2
    I say v7 has better colour scheme but v6 has what to me looks a tidier layout

    BTW Nobody let me ever post up a site for evaluayion, cos ya just know Linear'll rip it seven ways from sunday ;) I know he means well though.
     
  15. FL@MeS

    FL@MeS What's a Dremel?

    Joined:
    4 Jan 2002
    Posts:
    670
    Likes Received:
    0
    without linear we'd all be a lot happier, but we'd be without worth while feedback....

    i agree with the banner, i did it as a cropping experiment a while back, and used it as a temporary filler for the banner, as i couldn't be bothered to do a proper one for the test...


    so v7 with a better banner then???
     
  16. bradford010

    bradford010 Bradon Frohman

    Joined:
    7 Dec 2001
    Posts:
    3,426
    Likes Received:
    0
  17. Alaric

    Alaric code assassin

    Joined:
    3 Nov 2001
    Posts:
    2,881
    Likes Received:
    0
    eheh not if i can be bother to get there first :p:)

    it'd be nice to see v7 with a new banner... not a lame one :p thats what clinched it for me to say v6 originally... do one and i'll reevaluate :p ;)

    i a gree totally with Bradford's use of the term 'rough' :D
     
  18. bradford010

    bradford010 Bradon Frohman

    Joined:
    7 Dec 2001
    Posts:
    3,426
    Likes Received:
    0
    Yeah, I thought it was simple, yet apt:D
     
  19. felix the cat

    felix the cat Spaceman Spiff

    Joined:
    11 Jan 2002
    Posts:
    4,914
    Likes Received:
    11
    v6 with a bit of work maybe....:eyebrow:
     
  20. OneSeventeen

    OneSeventeen Oooh Shiny!

    Joined:
    3 Apr 2002
    Posts:
    3,454
    Likes Received:
    2
    Wow, lots of replies!
    Well, I'm still a little old-school in my web design, but that's because I work for a University, and you know how those US government people are...:rolleyes:
    I've got to make everything for 800x600 monitors viewed by people with poor eyesite, and no taste... blah.

    If your site is going to have a target audience of gamers/l337 computer users, go for absolute positioning, CSS, and all that great stuff...

    (I'm going to be redoing my site soon, after reading all the good advice from linear... hopefully before he sees my "visit my site" post!)

    Oh yeah, v6, it looks cleaner and better thought out.. v7 looks like every other gaming site.. sorry..

    -OneSeventeen

    GoAhead
     

Share This Page