SITE REVIEW: Maxedge Web Designs

  • Skybin
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Apr 05, 2004
  • Posts: 104
  • Loc: Where the soy and cornfields grow...
  • Status: Offline

Post April 5th, 2004, 4:42 pm

I've been drawing designs and tossing them out and repeating but now, I THINK I'VE FOUND IT! What do you guys think? Color scheme, menu design, functionality, etc? Especially important: Is it original?

MaxedgeDev
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 5th, 2004, 4:42 pm

  • DavyDuke17
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Dec 20, 2003
  • Posts: 166
  • Status: Offline

Post April 5th, 2004, 5:36 pm

Unfortunately, the tables aren't lining up corrctly on my browser. I do have a smaller screen size then most people. (the part w/ Past MaxEdge News | Articles | Tutorials | Personal News/Rants goes out to far and so does the bottom where picture rightgrad.gif is.
I like the logo and the color scheme is good. Nice, easy to use menu.
Baseball-Now
  • DavyDuke17
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Dec 20, 2003
  • Posts: 166
  • Status: Offline

Post April 5th, 2004, 5:40 pm

Are we supposed to be reviewing...
http://www.maxedge.net/maxedgedev.php

or
http://www.maxedge.net
because the latter one looks pretty finished and all the links on the menu go there.
Baseball-Now
  • Skybin
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Apr 05, 2004
  • Posts: 104
  • Loc: Where the soy and cornfields grow...
  • Status: Offline

Post April 5th, 2004, 5:43 pm

MaxedgeDev because that's the new template that I've come up with for Maxedge. The latter one is too dull. And too much lack of color. It was a slap-on job. I have a bad habit of writing bad code the first time and having to revise it again later. So if at all possible, could you view it in any browser other than IE? Opera, Mozilla, Firebird?

er...scratch mozilla...
  • Zpoon
  • Novice
  • Novice
  • User avatar
  • Joined: Mar 20, 2004
  • Posts: 32
  • Loc: Norway
  • Status: Offline

Post April 5th, 2004, 5:55 pm

looks ok in Firebird
  • Skybin
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Apr 05, 2004
  • Posts: 104
  • Loc: Where the soy and cornfields grow...
  • Status: Offline

Post April 5th, 2004, 6:26 pm

Zpoon wrote:
looks ok in Firebird


Could you elaborate? Especially in my questions?
  • Skybin
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Apr 05, 2004
  • Posts: 104
  • Loc: Where the soy and cornfields grow...
  • Status: Offline

Post April 11th, 2004, 11:53 am

Ok, cleaned up the code and made everything work in every browser other than Netscape 4.x Can I have your critique now?
  • rDolay
  • Expert
  • Expert
  • No Avatar
  • Joined: Jan 16, 2004
  • Posts: 541
  • Status: Offline

Post April 11th, 2004, 2:42 pm

At the left there is an unneeded blank altough i have a 1024&768 res. , i am hardened to read your main page conntent, you must think to fit your site to the center without the left blank.
Allover then your site design is orginal and good.
Best Wrist Watches
  • gsv2com
  • Professor
  • Professor
  • User avatar
  • Joined: Jan 25, 2004
  • Posts: 776
  • Loc: Nippon
  • Status: Offline

Post April 12th, 2004, 1:38 am

It looks ok except for the fact that the top black navigation bar is hanging way the heck to the right even on my browser. I have to scroll way to the right to view the [ News | Forums | Art | Techy | Blogs ] links.

You could streamline your css by turning border: 1px solid #000000; into border:1px solid #000; Shorthand.
  • gsv2com
  • Professor
  • Professor
  • User avatar
  • Joined: Jan 25, 2004
  • Posts: 776
  • Loc: Nippon
  • Status: Offline

Post April 12th, 2004, 1:41 am

You could also further streamline things like this:

Yours:
Code: [ Select ]
h2
{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

h3
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
  1. h2
  2. {
  3.     color: #000000;
  4.     font-size: 16px;
  5.     font-weight: bold;
  6.     margin: 0;
  7. }
  8. h3
  9. {
  10.     color: #000000;
  11.     font-size: 12px;
  12.     font-weight: bold;
  13.     margin: 0;
  14. }


Mine:
Code: [ Select ]
h1, h2, h3{color:#000; font-weight:bold; margin:0;}
h1{font-size:20px;}
h2{font-size:16px;}
h3{font-size:12px;}
  1. h1, h2, h3{color:#000; font-weight:bold; margin:0;}
  2. h1{font-size:20px;}
  3. h2{font-size:16px;}
  4. h3{font-size:12px;}

Thus using cascading to it's potential.
  • Skybin
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Apr 05, 2004
  • Posts: 104
  • Loc: Where the soy and cornfields grow...
  • Status: Offline

Post April 12th, 2004, 6:44 pm

I have no idea why people are seeing it that way?!!! Does anyone have any idea what might be causing this? This is what I see. EDIT; (This is in IE6 Windows version)

http://www.maxedge.net/resources/imglink/look.gif
  • Bladesling
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Apr 12, 2004
  • Posts: 39
  • Loc: Utah
  • Status: Offline

Post April 12th, 2004, 8:16 pm

looks great to me, no errors with anything over lapping no gaps... nothing.. i use ie 6 also :-S on win 2k pro w00t w00t.. anyways..
nice layout, clean how i like it
nice colors, i love blue.. light blue on white is great.. yummoh
it seems to be original, ive surfed through the web seen a few webby's somewhat like it but not exactly :)
and it functions well :) menu is placed where someone might not see it right off the bat but still they will get it :)
and its in php.. how old are you? 14? wow.. lols at 14 all i knew was good ole html :)
i give it a 8/10 for lack of content :-p very nice though!
  • Skybin
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Apr 05, 2004
  • Posts: 104
  • Loc: Where the soy and cornfields grow...
  • Status: Offline

Post April 13th, 2004, 4:40 pm

Bladesling wrote:
looks great to me, no errors with anything over lapping no gaps... nothing.. i use ie 6 also :-S on win 2k pro w00t w00t.. anyways..
nice layout, clean how i like it
nice colors, i love blue.. light blue on white is great.. yummoh
it seems to be original, ive surfed through the web seen a few webby's somewhat like it but not exactly :)
and it functions well :) menu is placed where someone might not see it right off the bat but still they will get it :)
and its in php.. how old are you? 14? wow.. lols at 14 all i knew was good ole html :)
i give it a 8/10 for lack of content :-p very nice though!


Thank you. It's finally good to hear some good comments. Content is lacking I know but that's because I'm crunching in mySQL so content is better managed and more updated.
  • charmed_male
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Apr 09, 2004
  • Posts: 5
  • Status: Offline

Post April 16th, 2004, 11:58 am

fantastic view... excelent site.
  • paul72388
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Apr 27, 2004
  • Posts: 14
  • Loc: new york
  • Status: Offline

Post April 28th, 2004, 6:14 pm

AWESOME JOB.........you really do got it......color schemes are right on, great buttons, colorful......... good info, in full detail. Overall its an awesome job.......keep up the good work.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 28th, 2004, 6:14 pm

Post Information

  • Total Posts in this topic: 28 posts
  • Moderator: Website Reviewers
  • Users browsing this forum: No registered users and 28 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.