Go Back   CodingForums.com > :: Client side development > General web building > Site reviews

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Old 02-21-2008, 07:19 AM   PM User | #1
Fumigator
Master Coder

 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 5,411
Thanks: 32
Thanked 373 Times in 364 Posts
Fumigator is just really niceFumigator is just really niceFumigator is just really niceFumigator is just really niceFumigator is just really nice
Go ahead-- be honest

Here's a project I'm about done with and I'm curious to see what others think of the layout and overall look. I'm looking for input on color scheme, cross-browser issues, usability... basically anything you notice is really bad, just let me have it!

The demo website:

http://easyfamilywebsites.com/demo/login.php

The intro page:

http://easyfamilywebsites.com/easy.php
Fumigator is offline   Reply With Quote
Old 02-21-2008, 07:25 AM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 17,190
Thanks: 2
Thanked 732 Times in 713 Posts
_Aerospace_Eng_ is just really nice_Aerospace_Eng_ is just really nice_Aerospace_Eng_ is just really nice_Aerospace_Eng_ is just really nice
It seems a little plain. TBH it looks like a modified default wordpress theme. The table in the demo area under the image needs some margin on the left and right side. I like the menu. I don't like the dotted line around the content. I think it should be solid or none at all. Also on the bottom table the tabs don't seem to work with JS disabled.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 02-21-2008, 12:45 PM   PM User | #3
Isaak
New to the CF scene

 
Join Date: Feb 2008
Location: In your computer
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Isaak is an unknown quantity at this point
To be honest, the design looks a bit boring. Your website also contains different colors that don't fit with each other. I suggest you add some more gradient backgrounds and web 2.0 effects.
Isaak is offline   Reply With Quote
Old 02-22-2008, 03:17 AM   PM User | #4
twodayslate
Senior Coder

 
twodayslate's Avatar
 
Join Date: Mar 2007
Location: VA
Posts: 1,026
Thanks: 59
Thanked 37 Times in 37 Posts
twodayslate is on a distinguished road
looks bad at high resolutions.
__________________
I don't read your questions...
My twitter | Quality Hosting - $5.95/mo*
Feel free to PM me!
twodayslate is offline   Reply With Quote
Old 02-22-2008, 07:31 AM   PM User | #5
oesxyl
Senior Coder


 
Join Date: Dec 2007
Posts: 4,658
Thanks: 374
Thanked 562 Times in 551 Posts
oesxyl has a spectacular aura aboutoesxyl has a spectacular aura about
Quote:
Originally Posted by Fumigator View Post
Here's a project I'm about done with and I'm curious to see what others think of the layout and overall look. I'm looking for input on color scheme, cross-browser issues, usability... basically anything you notice is really bad, just let me have it!

The demo website:

http://easyfamilywebsites.com/demo/login.php
two warning in html markup, ( browser makers markup, come from spread firefox, I guess ):

http://validator.w3.org/check?verbos...mo%2Flogin.php

error in css markup:

http://jigsaw.w3.org/css-validator/v...mo%2Flogin.php

- missing meta tags

- invalid html markup in this page:

http://easyfamilywebsites.com/demo/p....php?_a=public

http://validator.w3.org/check?verbos...%3F_a%3Dpublic

- click on tabs album, events, newsletter and conversation corner in admin from the bottom of page give me 404 error

- I don't try your settings and website settings.

- no title and meta tags

Over all, I like it, the layout and colors, the contrast is very good.
Sorry but if I must evaluate the artistic part, I'm not able to say more then if I like it or not,

Edit:
I see _Aerospace_Eng_ post, I have js disabled all time.
I try again with js enabled and it work. Since this is supposed to be used by trusted people I thing a message to enable js will be enough.


best regards

Last edited by oesxyl; 02-22-2008 at 07:41 AM..
oesxyl is offline   Reply With Quote
Old 02-23-2008, 04:11 PM   PM User | #6
nolvorite
Regular Coder

 
nolvorite's Avatar
 
Join Date: Dec 2006
Location: St Croix, Virgin Islands, USA
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
nolvorite is an unknown quantity at this point
don't add background color on hover unless the guests found the site from a search engine; it's pretty ugly.
nolvorite is offline   Reply With Quote
Old 03-08-2008, 01:44 AM   PM User | #7
Fumigator
Master Coder

 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 5,411
Thanks: 32
Thanked 373 Times in 364 Posts
Fumigator is just really niceFumigator is just really niceFumigator is just really niceFumigator is just really niceFumigator is just really nice
Quote:
It seems a little plain. TBH it looks like a modified default wordpress theme. The table in the demo area under the image needs some margin on the left and right side. I like the menu. I don't like the dotted line around the content. I think it should be solid or none at all. Also on the bottom table the tabs don't seem to work with JS disabled.
Plain it is, for sure. Unfortunately it's completely original-- which is kind of funny to me that it turned out looking like a modified wordpress default theme. Boring minds think alike?

I agree on the need for margin, will fix. The dotted line looks fine in FF2, terrible in IE6. I'll try solid and none at all.

The entire site is dependant on JS, I did not do any graceful degradation. I should probably add a warning on the Login page that clarifies this.



Quote:
To be honest, the design looks a bit boring. Your website also contains different colors that don't fit with each other. I suggest you add some more gradient backgrounds and web 2.0 effects.
I'm trying to pretend I have a graphics designer hat to put on and have some ideas on making it a little more Web 2.0 looking. It's a good suggestion. Can you be specific on which colors don't match up? If it's the orange and blue, I'll have to kindly disagree-- they are contrasting colors on the color wheel and therefore they compliment each other. It's less safe (i.e. boring) than a bunch of different shades of blue, I'll give you that.

Quote:
looks bad at high resolutions.
Because things stretch out? Too much white space in the wrong places? I'm not sure I get what you mean.



Quote:
error in css markup:
Thanks, got that fixed. I'm not going to lose sleep over warnings.

Quote:
- missing meta tags
I wasn't aware they were required.

Quote:
- click on tabs album, events, newsletter and conversation corner in admin from the bottom of page give me 404 error
I was not able to recreate that 404 error. :/

Quote:
I thing a message to enable js will be enough.
Thanks for the advice, I will take it.

Quote:
don't add background color on hover unless the guests found the site from a search engine; it's pretty ugly.
You don't like background hover effects? I'm love with it, to a fault it seems.
__________________

Last edited by Fumigator; 03-08-2008 at 01:48 AM..
Fumigator is offline   Reply With Quote
Old 03-08-2008, 05:36 AM   PM User | #8
Len Whistler
Regular Coder

 
Len Whistler's Avatar
 
Join Date: Jul 2002
Location: Vancouver, BC Canada
Posts: 949
Thanks: 22
Thanked 39 Times in 39 Posts
Len Whistler is on a distinguished road
Fumigator....did you code your forum board from scratch? It look very good and a nice change from the regular boards, especially phpBB.


---------
__________________
Leonard Whistler
Len Whistler is offline   Reply With Quote
Old 03-08-2008, 04:20 PM   PM User | #9
oesxyl
Senior Coder


 
Join Date: Dec 2007
Posts: 4,658
Thanks: 374
Thanked 562 Times in 551 Posts
oesxyl has a spectacular aura aboutoesxyl has a spectacular aura about
Quote:
Originally Posted by Fumigator View Post
I wasn't aware they were required.
Maybe I'm wrong and you don't need them. If you don't care about search engine because of some reason, then you don't need them.

Quote:
I was not able to recreate that 404 error. :/
try disable javascript. I just realise when I read _Aerospace_Eng_ replay, that I have js disabled and I edit my replay to mention that. Probably I don't express clear this connection.

best regards
oesxyl is offline   Reply With Quote
Old 03-08-2008, 05:58 PM   PM User | #10
Fumigator
Master Coder

 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 5,411
Thanks: 32
Thanked 373 Times in 364 Posts
Fumigator is just really niceFumigator is just really niceFumigator is just really niceFumigator is just really niceFumigator is just really nice
Quote:
Originally Posted by Len Whistler View Post
Fumigator....did you code your forum board from scratch? It look very good and a nice change from the regular boards, especially phpBB.
Yes I did, it was an learning exercise and plus I wanted the message board completely and seamlessly integrated into the rest of the members-only area, with second login and username, and I figured my own reinvented wheel would accomplish that.
__________________
Fumigator is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:23 AM.

Home - Contact Us - Archives - Link to CF - Resources - Top 

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.