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
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-18-2004, 06:29 PM   PM User | #1
evilregis
New Coder

 
Join Date: Aug 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
evilregis is an unknown quantity at this point
Site check before I continue...

http://www.bkbonline.com/test/

I try to be mindful of those who aren't on broadband and who aren't always running the latest greatest browser. This is just a page I started working on yesterday to hopefully use as a portfolio site. There've been a good number of jobs in my area listed lately but they required a portfolio and I had never put one toghether.

Basically, I'm just looking for thoughts/opinions/errors before I continue with the actual database side of things and portfolio content. Thanks.
evilregis is offline   Reply With Quote
Old 08-18-2004, 08:34 PM   PM User | #2
llizard
Regular Coder

 
Join Date: Apr 2004
Location: Canada
Posts: 302
Thanks: 2
Thanked 0 Times in 0 Posts
llizard is an unknown quantity at this point
Quote:
Originally Posted by evilregis
Running Win2K scrn res 800x600, viewed page in NS4.79 (css enabled AND disabled), Firefox0.8, IE6

Is it your intention that there is no background colour specified for the body when the page is viewed with all the stylesheets loading? I have grey as a default background colour and it really doesn't work well with the overall look. I think something in screen.css might be cancelling out the background-color:#ffffff that is on nn4.css (I believe that you can simply type background:#fff) I'm still relatively new to CSS but it's possible that this is the problem in screen.css:

Code:
body { text-align: center; background: none;}
Should that possibly read
body { text-align: center; background:#fff none;}?

Also, the font colour for the text on the posts is a tiny bit light. I like the idea of grey instead of stark black but one doesn't want to have to squint to read.

Other than that, I quite like the look of things and look forward to seeing more.


By the way, it's very good in NS4 either with or without CSS.

Last edited by llizard; 08-18-2004 at 08:36 PM..
llizard is offline   Reply With Quote
Old 08-18-2004, 08:53 PM   PM User | #3
evilregis
New Coder

 
Join Date: Aug 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
evilregis is an unknown quantity at this point
Thanks, lizard. Made the changes. And thanks for pointing that background issue out. I have my Moz set up as a red background to show glaring issues like that, but didn't check it there...

I've added the white back into screen.css and brought the <hx> and <p> text colour closer together.

Thanks again.
evilregis is offline   Reply With Quote
Old 08-18-2004, 09:40 PM   PM User | #4
bradyj
Senior Coder

 
Join Date: Apr 2003
Location: San Francisco, CA
Posts: 2,469
Thanks: 0
Thanked 0 Times in 0 Posts
bradyj is an unknown quantity at this point
Clean and good use of white space, I like it

It looks exactly the same in all Mac browsers:
IE
Opera 7.5
OmniWeb 5
Safari 1.0-1.2
Firefox/Mozilla/Camino
__________________
// Art is what you can get away with. <-- Andy Warhol
...:.:::: bradyjfrey.com : htmldog : ::::.:...
bradyj is offline   Reply With Quote
Old 08-18-2004, 11:29 PM   PM User | #5
evilregis
New Coder

 
Join Date: Aug 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
evilregis is an unknown quantity at this point
That's great. Thanks Brady... I don't have the luxury of testing on Macs. Next computer, perhaps. And thanks for the compliment on it.
evilregis is offline   Reply With Quote
Old 08-19-2004, 12:17 AM   PM User | #6
llizard
Regular Coder

 
Join Date: Apr 2004
Location: Canada
Posts: 302
Thanks: 2
Thanked 0 Times in 0 Posts
llizard is an unknown quantity at this point
Ah, that's much better now. Glad it was such an easy fix.

It's very clean looking. I'm wondering about the right column of white though. It's quite wide - especially at 1024x768. Do you plan on having anything there? (Maybe some sort of texture to reflect the feather on the left??)
llizard is offline   Reply With Quote
Old 08-19-2004, 01:23 AM   PM User | #7
hemebond
Senior Coder

 
Join Date: Jul 2004
Location: New Zealand
Posts: 1,315
Thanks: 0
Thanked 2 Times in 2 Posts
hemebond is an unknown quantity at this point
I would recommend against putting in characters like back-slashes in titles (an the title element). When viewed with a screen-reader, it will speak each of them. Use hyphens and make the title relevant to the actual page.
hemebond 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:58 PM.


Advertisement
Log in to turn off these ads.