esgarrouth19 Posted September 23, 2006 Share Posted September 23, 2006 user: visitorpass: visitorsite: [url=http://www.frohsenwebdesign.org/marsh/]http://www.frohsenwebdesign.org/marsh/[/url]Could you guys take a look at this website that I'm working on and give me some feedback? Please pay special attention to the DHTML menu, layout, and color scheme. Thanks! Quote Link to comment Share on other sites More sharing options...
empire3s Posted September 23, 2006 Share Posted September 23, 2006 Looks good to me. Quote Link to comment Share on other sites More sharing options...
esgarrouth19 Posted September 23, 2006 Author Share Posted September 23, 2006 The link is corrected.The username and password are provided before the link. Read the whole thing before clicking the link. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted September 23, 2006 Share Posted September 23, 2006 Looks ok. Quote Link to comment Share on other sites More sharing options...
esgarrouth19 Posted September 24, 2006 Author Share Posted September 24, 2006 What's up with the boards lately? I remember when i would have 20 posts giving me suggestions and feedback...detailed feedback...not just "Looks ok." or "Looks good to me." Come on, please give me some real feedback. Tell me what specifically you liked/disliked about it. Disregard the username/password, there is no longer a prompt. Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted September 24, 2006 Share Posted September 24, 2006 to be honest, it's ok but pretty bland. lots of text and not enough to break it up (paragraphs, images, etc). it wouldnt be so bad, but the colours are quite 'cold' colours - not that they're bad colours to use, but they dont do anything to liven things up across the board. the colours will work better when you do some work on the text.menu is ok and works well. not sure what sort of feedback you're looking for here. as long as a menu is intuitive and works properly, it's doing its job properly.cheersMark Quote Link to comment Share on other sites More sharing options...
esgarrouth19 Posted September 24, 2006 Author Share Posted September 24, 2006 There will be images and more text in the future. This is basically just filler text until the client gets back with me. I'm looking for any suggestions whatsoever, whether if be on menu colors/style, page style, etc. Quote Link to comment Share on other sites More sharing options...
steviewdr Posted September 25, 2006 Share Posted September 25, 2006 My thoughts:That dhtml menu is very slow.You have the buttons on the nav bar as links - bad Idea IMO. The button on the nav should be *ONLY* to show the sub links.e.g. DOT - this should NOT go to a Page not Found or any page. Clicking on this DOT should *ONLY* open up the sub menu of DOT.Actually you have the sub menus working on a:hover via javascript. Why why why javascript and DHTML???? You can do the whole lot WAY WAY easier with css. FACT. You have TONS of javascript and no need for it!! onmouse overs!!! css does this for you.You have no images - allbeit a new site at the moment I take it.Your own main page http://www.frohsenwebdesign.com/ is broken in Opera.You dont have valid xhtml.You have warnings in your css.I have never heard of "Engineering a Website"!!Other than that - it works - its fixed width its grand.-steve Quote Link to comment Share on other sites More sharing options...
esgarrouth19 Posted September 25, 2006 Author Share Posted September 25, 2006 the onmouseovers are used because without them, the main menu links (DOT, Home, Etc) would turn back to normal after moving the mouse out of them, rather than delaying and returning to the originally selected menu. The main menus are links so the client can include additional information along with the submenu links in the page. For example, clicking on DOT will provide a page with the links that are accessible via the submenu, along with some text explaining what DOT is. The menu is slow on purpose. Have you ever used a menu where you try to move the mouse over a submenu item and you accidentally mouseover one of the main menu links and the submenu changes? The large amount of javascript is to avoid this problem.The errors in the xhtml are due to empty UL tags, thanks for pointing this out to me.Thanks for letting me know that there are warnings, I used silktide and forgot to check for css as well.I'll have to redownload Opera and check out my site, thanks!The missing pages will be fixed as soon as I get in contact with the client again. Quote Link to comment Share on other sites More sharing options...
steviewdr Posted September 26, 2006 Share Posted September 26, 2006 [quote]the onmouseovers are used because without them, the main menu links (DOT, Home, Etc) would turn back to normal after moving the mouse out of them, rather than delaying and returning to the originally selected menu.[/quote]I think onclicks are way better for a Nav menu. In fact when I first went to your site - I clicked on the menus and didnt even realise you had mouseovers. This will 1/4 your heavy javascript. And you can provide a much easier fall back for ppl with javascript disabled - forwarding them to the actual page where the sub menu will be showing by default.[quote]The main menus are links so the client can include additional information along with the submenu links in the page. For example, clicking on DOT will provide a page with the links that are accessible via the submenu, along with some text explaining what DOT is.[/quote]What?? BUT sure you have a Menu Item called: Portable Restrooms. AND you have a SUB-NAV item ALSO called Portable Restrooms.[quote]The menu is slow on purpose.[/quote]I thought as much. I much prefer quick and responsive menus - my opinion. Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted September 27, 2006 Share Posted September 27, 2006 something like this: http://cssplay.co.uk/menus/dd_valid_2.html is very similar to what you want, and done purely in CSS. take a look at some of the other menu examples there too, as they're all 100% javascript free. Quote Link to comment Share on other sites More sharing options...
esgarrouth19 Posted September 27, 2006 Author Share Posted September 27, 2006 Alright, Thanks! I'll check out that menu and try to create one to suit this website. Quote Link to comment 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.