Forge102 Posted May 5, 2006 Share Posted May 5, 2006 Hi all,I just wanted some feedback on my website. I've finally finished it, and I'm sure all the functionality works as well. Please try it out and tell me what you think. Comments on design/usability/functionality are all welcome.the website is [a href=\"http://www.kingsands.com\" target=\"_blank\"]http://www.kingsands.com[/a]ThanksForge Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/ Share on other sites More sharing options...
moberemk Posted May 5, 2006 Share Posted May 5, 2006 I'm afraid to say that I see absolutely nothing different from the last time I went there. Aside from the use of an image rollover for such a simple design, the occasional broken link that searches for an html file when it should say php, and the error message that just kinda float on a simple white page, and the incredibly poor forum layout design, it seems identical.For the forum design: take a look at this site. This is what people have grown to expect from a forum, this layout. And there's a good reason; there's a healthy list of options that are applicable to the post, and the least-important information is placed in discreet spots. No one needs to know when the post was posted, which is why it's discreetly tucked away at the title here. Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-33533 Share on other sites More sharing options...
SharkBait Posted May 5, 2006 Share Posted May 5, 2006 I dont like the background image personally. It also repeats, a repeat that isnt seamless.The darkblue border is hard to see against the background too :) Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-33605 Share on other sites More sharing options...
khendar Posted May 5, 2006 Share Posted May 5, 2006 [a href=\"http://validator.w3.org/check?uri=http%3A%2F%2Fwww.kingsands.com%2F\" target=\"_blank\"]http://validator.w3.org/check?uri=http%3A%...ingsands.com%2F[/a]CRIKEY!... Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-33625 Share on other sites More sharing options...
moberemk Posted May 5, 2006 Share Posted May 5, 2006 Whoa. That may be the single longest list of errors I've ever seen for a webpage. Ever. Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-33702 Share on other sites More sharing options...
cmgmyr Posted May 5, 2006 Share Posted May 5, 2006 WOW! Uber errors. I think the design needs work, and a new backround. Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-33711 Share on other sites More sharing options...
khendar Posted May 6, 2006 Share Posted May 6, 2006 I think he'll finding using a different doctype will fix the majority of errors. Most of them are the result of using uppercase tags, a table based layout and an XHTML doctype. Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-33764 Share on other sites More sharing options...
Ninjakreborn Posted May 9, 2006 Share Posted May 9, 2006 I have done a lot with the home page, I nuked the site completely and redid the whole thing from the ground up. The site is not completely, I always get the homepage in place, completely, then the rest of the site falls into place quickly. I would appreciate any advice, critisicm, alignment issues, postioning problems, and overall any ideas as to make the homepage more accessible, and more user friendly, any ideas. The rest of the site I am going to start building right after I get feedback, thanks.[a href=\"http://www.freelancebusinessman.com\" target=\"_blank\"]http://www.freelancebusinessman.com[/a] Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-34642 Share on other sites More sharing options...
bbaker Posted May 9, 2006 Share Posted May 9, 2006 right off the bat....it doesn't align correctly in Firefox or Opera. In IE6, FF & Opera your banner overlaps the main content area.i like simple designs, but this may be a bit too simple.the banner looks like you're attempting to have rounded corners on the right side, but the background of the image doesn't match the background of the body.I'd also try the main text as white intead of black. Will give a bit more contrast & seperate it more from your menus. Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-34725 Share on other sites More sharing options...
Ninjakreborn Posted May 9, 2006 Share Posted May 9, 2006 i will keep this in mind, but wildteen responded to another post a minute ago, and I was incorporating an overhaul on the css I am repositioning everything, I want to get the homepage perfect before I move foward, I know about firefox, I noticed that and opera at the last minute, I am working on some of the stuff wildteen showed me, that will get every reset position, and clear up all the issues in firefox, and opera Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-34728 Share on other sites More sharing options...
obsidian Posted May 9, 2006 Share Posted May 9, 2006 [!--quoteo(post=372725:date=May 9 2006, 03:38 PM:name=businessman332211)--][div class=\'quotetop\']QUOTE(businessman332211 @ May 9 2006, 03:38 PM) [snapback]372725[/snapback][/div][div class=\'quotemain\'][!--quotec--]i will keep this in mind, but wildteen responded to another post a minute ago, and I was incorporating an overhaul on the css I am repositioning everything, I want to get the homepage perfect before I move foward, I know about firefox, I noticed that and opera at the last minute, I am working on some of the stuff wildteen showed me, that will get every reset position, and clear up all the issues in firefox, and opera[/quote]if you use floats for your page layout, you can very easily force your bottom nav down below all the rest of your content instead of having it hover up underneath like it does in FF right now.anyway, a couple other ideas to consider, too:1) colors are dark. not a bad thing if you have some highlights here and there, but with just the blue and brown, the colors really wash each other out somewhat.2) i'd recommend going with a sans-serif font for your body text. it's MUCH easier to read on screen. in addition, i'd consider dropping your text down to about an 11px font instead of having it so big. also, your center content area around the text really needs to have some padding so your text doesn't bump all the way up to the edges like that. maybe just adding some margin to your paragraph tags will help that.3) as mentioned above, consider different default font color combinations.4) the menu needs some work. first of all, the title ("Site Index") isn't any different from the rest of your links, so it's a little out of place when you hover over it. also, you've got the right idea of getting the CSS navigation to be active, but the inverted idea really is overused, and it's not a very professional look in most cases. you really ought to check out some of the ideas at [a href=\"http://css.maxdesign.com.au/listamatic/\" target=\"_blank\"]Listamatic[/a] and develop your own professional looking menu.hope this helps!i am very pleased to see that your markup validates, though! that's a huge step that many people don't take the time to develop properly. Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-34731 Share on other sites More sharing options...
moberemk Posted May 9, 2006 Share Posted May 9, 2006 I've got a question about your site: what are web design ethics? Can I do evil while making a web site? Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-34751 Share on other sites More sharing options...
Ninjakreborn Posted May 13, 2006 Share Posted May 13, 2006 I didn't notice these replies, website ethics, are my own personal ideals, and theories, when relating to web design, and the critique, I already nuked my site and started over, I may again because I am now trying to get a liquid design. Quote Link to comment https://forums.phpfreaks.com/topic/9404-homepage-critique/#findComment-35339 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.