webmaster-files.com

This is a discussion on "webmaster-files.com" within the Free Web Site Critique section. This forum, and the thread "webmaster-files.com are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Free Web Site Critique

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 16th, 2006, 16:52
Reputable Member
Join Date: May 2006
Location: Scotland
Age: 18
Posts: 229
Thanks: 0
Thanked 0 Times in 0 Posts
webmaster-files.com

I finished the basic website outline without too much files for download yet. Just got the coding working. Dreamweaver template seems to be messing up certain parts of the coding up for validation so I think I may ditch using the template feature and do it all mnually to get the website validation error free like the index. All comments and suggestions on the design so far welcomed.

Also if you could please report any bugs or broken links on the site. Very hard to keep track of it all.
Reply With Quote

  #2 (permalink)  
Old Aug 16th, 2006, 17:12
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: webmaster-files.com

I like it but I would left justify the links vs center them.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #3 (permalink)  
Old Aug 16th, 2006, 23:17
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: webmaster-files.com

  • I hate the color scheme right now. You're using far to dark of shades of the blues and greens. You need to add some reddish-orange to get the pop you're looking for.
  • Unify the logo and the title. They look odd separated like that.
  • I agree about aligning the links to the left. You should also use CSS to make the links block so you can click on any area of the box to go to the page, not just the link text.
  • The center content area should be a white background, not blue like the rest of the page. It will make the content easier to read and create a barrier between the background and the content.
  • Remove that ridiculously large logo under the content. Use text as a filler, not an image the visitor has already seen.
  • Take out the W3C validation stickers. Most people don't care about it, and there is way to much emphasis on it. Make it a text link in the footer instead.
  • The google ads should have a white background.

Overall, lots of room for improvement, but a solid start.

Design: 3 out of 5
Code: 1 out of 5
Functionality: 4 1/2 out of 5

Drop the tables, use proper CSS and take out those wretched double line breaks between each line of HTML.
Reply With Quote
  #4 (permalink)  
Old Aug 16th, 2006, 23:26
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,296
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: webmaster-files.com

ever heard of the phrase 'blue and green should never be seen,' website in general looks cool. but the color scheme has room for improvement 5/10

i have also cleaned up your css for you too, ( shortened it )

Code: Select all
.bar {color:#000;background-color:#ffffff;}
.roll {color:#fff;background-color:#EEEEEE;}
a.nav:link 
{color:#0A0A0A;text-decoration:none;background-color:transparent; font-size:11px; font-family:Verdana}
a.nav:visited 
{color:#0A0A0A;text-decoration:none;background-color:transparent; font-size:11px; font-family:Verdana}
a.nav:hover 
{color:#000000;text-decoration:none;background-color:transparent; font-size:11px; font-family:Verdana} 
body {
background-color: #CADFE6;
margin-left: 2px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {font-family: Verdana}
.style2 {font-size: 11px}
.style3 {
font-size: 10px;
font-family: Verdana;
}
.style4 {font-size: 11px; font-weight: bold; }
a.content:link {
color:#379BC7;
text-decoration:none
}
a.content:visited {
color:#379BC7;
text-decoration:none
}
a.content:hover {
color:#379BC7;
text-decoration:underline
}
.style5 {font-size: 11px; font-weight: bold; color: #FFFFFF; }
.style6 {color: #FFFFFF}
.input {
background-image:url(images/input_03.gif);
width:186px;
height:28px;
border:0px;
vertical-align:middle;
text-align:center;
font-family:Verdana;
font-size:11px;
margin:0px;
}
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
}
h1 {
font-size: 11px;
}
h2 {
font-size: 11px;
}
h3 {
font-size: 11px;
}
h4 {
font-size: 11px;
}
h5 {
font-size: 11px;
}
h6 {
font-size: 11px;
}
.style8 {font-size: 11px; color: #000000; }
.style9 {
font-size: 11px;
font-family: Verdana;
}
#underbanner {
background-image:url(images/headerrepated_02.gif);
height:20px;
}
#bluebar {
background-image:url(images/footerbg_03.gif)
}
#bluebar2 {
background-image:url(images/footerbg_03.gif)
}
#footer1 {
background-image:url(images/footerrepeat_02.gif);
height:26px
}
#footer2 {
background-image:url(images/footerrepeat_02.gif);
height:26px
}
#footer3 {
background-image:url(images/footerrepeat_02.gif);
height:26px
}
a.tablethink {
height:5px
}
input.mainoption {
background-image:url(images/submit_03.gif);
font-weight : bold;
border:0px;
width: 76px;
height:23px
}

if you decide to use it, save your old file first ( just in case )
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)

Last edited by saltedm8; Aug 16th, 2006 at 23:35.
Reply With Quote
  #5 (permalink)  
Old Aug 17th, 2006, 00:17
Reputable Member
Join Date: May 2006
Location: Scotland
Age: 18
Posts: 229
Thanks: 0
Thanked 0 Times in 0 Posts
Re: webmaster-files.com

Okay first off I appreciate the comments. I need to be able to code in css i agree but for such a large number of pages when i am finished i wouldnt be comfortable so am going to leave it for now. As for the design, I am not too fussed about it looking so flash but agree with most of the issues raised and will look into it once i get some steady stream of traffic.
As for blue and green should never be seen and too dark colour shades. I must disagree. I dont think the colours are dark and blue and green is a classic colour scheme of many sites. for instance a color scheme website
http://www.colorschemer.com/

I agree with the comments on the adsense although I am going to run an experiment to see different colour combinations and effects to see if blended or attracting bright ads work best.

At the moment I am concentrating on seo, then adding content, once this is done I will carry out the suggestions given. Also if you wish to become a partner website or get your website listed on website services or tutorials please pm me.

Once again thankyou for comments
Michael Clarke

Last edited by mikka23; Aug 17th, 2006 at 00:26.
Reply With Quote
Reply

Thread Tools

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is being a webmaster your job? JAY Job Opportunities 0 Nov 14th, 2007 14:21
Webmaster Files Redesign mikka23 Free Web Site Critique 6 Jul 17th, 2007 09:51
Webmaster Forum ablaye Free Web Site Critique 1 May 8th, 2007 11:32
Webmaster Files mikka23 Free Web Site Critique 8 Mar 28th, 2007 11:42
webmaster-files.com/demos/PSDSHAPES/index.html mikka23 Free Web Site Critique 9 Oct 19th, 2006 09:50


All times are GMT. The time now is 08:08.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43