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 03-22-2008, 03:05 AM   PM User | #1
peteyb383
Regular Coder

 
Join Date: Mar 2008
Posts: 118
Thanks: 3
Thanked 9 Times in 9 Posts
peteyb383 is an unknown quantity at this point
Business-Style Site: Please Review

I am done with the first page only, but I wanted to know what you all thought about the general look and feel. I've been using table layouts for my past few paid projects I've done for people, and now that I am finally going somewhat legit, I figured my business web site should be a table less design. So any tips with the code are very welcome.

http://legacywebdev.onlinewebshop.net/

Thank you for any comments you may have.
__________________
Petey

View my Blog and Support my Mission!

Last edited by peteyb383; 03-22-2008 at 09:19 PM..
peteyb383 is offline   Reply With Quote
Old 03-22-2008, 05:44 AM   PM User | #2
PappaJohn
Regular Coder

 
Join Date: Apr 2007
Location: Quakertown PA USA
Posts: 931
Thanks: 1
Thanked 104 Times in 102 Posts
PappaJohn will become famous soon enough
The menu would look better if all the options were on the same line, and within the menu bar.

You'd probably be better off using a <ul> for your menu, rather than the multiple <div>s. I'd also move the menu mouseover effect to a fully css solution.

Edit: BTW:
Check the site in browsers other than IE to see what I mean about the menu options. IE shows them on one line. Firefox, Safari (pc) & Opera all show 'Contact Us' on a separate line in the body area.

Last edited by PappaJohn; 03-22-2008 at 05:46 AM..
PappaJohn is offline   Reply With Quote
Old 03-22-2008, 05:49 AM   PM User | #3
peteyb383
Regular Coder

 
Join Date: Mar 2008
Posts: 118
Thanks: 3
Thanked 9 Times in 9 Posts
peteyb383 is an unknown quantity at this point
Hmm... What resolution are you on? I checked it on Firefox, Netscape, and IE and they were all on one line.

Thanks for the tips though, I will put them into effect.
__________________
Petey

View my Blog and Support my Mission!
peteyb383 is offline   Reply With Quote
Old 03-22-2008, 05:50 AM   PM User | #4
PappaJohn
Regular Coder

 
Join Date: Apr 2007
Location: Quakertown PA USA
Posts: 931
Thanks: 1
Thanked 104 Times in 102 Posts
PappaJohn will become famous soon enough
Much more than is needed by the site - 1440 x 900
PappaJohn is offline   Reply With Quote
Old 03-22-2008, 05:53 AM   PM User | #5
peteyb383
Regular Coder

 
Join Date: Mar 2008
Posts: 118
Thanks: 3
Thanked 9 Times in 9 Posts
peteyb383 is an unknown quantity at this point
Strange, I'm running 1280 x 1024 and it shows up fine, no matter though, I'm going to use an unordered list.
__________________
Petey

View my Blog and Support my Mission!
peteyb383 is offline   Reply With Quote
Old 03-22-2008, 05:58 AM   PM User | #6
PappaJohn
Regular Coder

 
Join Date: Apr 2007
Location: Quakertown PA USA
Posts: 931
Thanks: 1
Thanked 104 Times in 102 Posts
PappaJohn will become famous soon enough
You also might want to take a look at it in IE 6 - it makes a mess of it.
PappaJohn is offline   Reply With Quote
Old 03-22-2008, 06:04 AM   PM User | #7
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
- add a css global reset to the page:
Code:
* { margin: 0; padding: 0; }
put inside what you need for common browsers
- declare a font, now this break your layout
- you make the width of the browser fixed, deal somehow with font setings
- use overflow or clear to deal with float element
- the menu, as PappaJohn said, make it css
- on my screen "contact us" is few pixels under "Need a developer"

best regards
oesxyl is offline   Reply With Quote
Old 03-22-2008, 09:18 PM   PM User | #8
peteyb383
Regular Coder

 
Join Date: Mar 2008
Posts: 118
Thanks: 3
Thanked 9 Times in 9 Posts
peteyb383 is an unknown quantity at this point
I changed the link for the site as my other free hosting server went down.

http://legacywebdev.onlinewebshop.net/

I'm getting a paid hosting account soon and an actual domain name as well, but for now, all I have to use is free hosting and subdomains.

I changed the navigation and the background. Tell me what you think.

EDIT: Agh... IE7, Firefox, and Netscape render it alright, but IE6 still butchers it completely. I don't know what to do.
__________________
Petey

View my Blog and Support my Mission!

Last edited by peteyb383; 03-22-2008 at 09:21 PM..
peteyb383 is offline   Reply With Quote
Old 03-22-2008, 09:27 PM   PM User | #9
PappaJohn
Regular Coder

 
Join Date: Apr 2007
Location: Quakertown PA USA
Posts: 931
Thanks: 1
Thanked 104 Times in 102 Posts
PappaJohn will become famous soon enough
A definite improvement. I think I would darken the menu text a bit. Especially on Firefox, there isn't enough contrast between the text color & the background.

I'm assuming the id="active" on the 'Home' <li> is intended to visually distinguish it from the other menu items, but I'm seeing no difference.

You are likely going to have to look into some of the IE6 css hacks to make it play nice.
PappaJohn is offline   Reply With Quote
Old 03-22-2008, 10:25 PM   PM User | #10
peteyb383
Regular Coder

 
Join Date: Mar 2008
Posts: 118
Thanks: 3
Thanked 9 Times in 9 Posts
peteyb383 is an unknown quantity at this point
Yeah, I forgot to implement the active id in the CSS, but I'm debating on whether to put it in or not.

As for CSS hacks in IE6, It would be a much better world if everyone just used Firefox...
__________________
Petey

View my Blog and Support my Mission!
peteyb383 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 08:42 PM.

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

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