Website Test & Opinions

Transition

Banned
Sep 8, 2001
2,615
0
0
Well my friend has gone back to Japan to work so i've built him a website so he could post some articles and parts for sale. The basic site layout is complete - administration functions are pending.

Just curious to see AT'ers opinions - be brutal (i guess that goes without say usually).

If post seems to 'commercial' i will remove - please note there is nothing for sale on the site at the moment.

BC Import
 

sonambulo

Diamond Member
Feb 22, 2004
4,777
1
0
you're not even gonna link us in? this thing has gotta be hot

edit: besides the bland color scheme it's pretty good.
 

CaseTragedy

Platinum Member
Oct 24, 2000
2,690
0
0
Nice and clean.
One problem--bolding of mouseovers shifts the following text--and is EXTREMELY annoying.
 

Transition

Banned
Sep 8, 2001
2,615
0
0
Originally posted by: CaseTragedy
Nice and clean.
One problem--bolding of mouseovers shifts the following text--and is EXTREMELY annoying.

Assuming your talking about in the body - not the navigation?
 

sash1

Diamond Member
Jul 20, 2001
8,896
1
0
Originally posted by: Transition
Originally posted by: CaseTragedy
Nice and clean.
One problem--bolding of mouseovers shifts the following text--and is EXTREMELY annoying.

Assuming your talking about in the body - not the navigation?
yeah, it's pretty annoying. Just a minor problem

Overall, it's pretty good. It's very clean and concise, I like that a lot!

Very nice job

`K
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Originally posted by: Kauru
Originally posted by: Transition
Originally posted by: CaseTragedy
Nice and clean.
One problem--bolding of mouseovers shifts the following text--and is EXTREMELY annoying.

Assuming your talking about in the body - not the navigation?
yeah, it's pretty annoying. Just a minor problem

Overall, it's pretty good. It's very clean and concise, I like that a lot!

Very nice job

`K

Yeah, Whenever you make it so that it re-aligns the text on hover, it makes people mad.
 

Transition

Banned
Sep 8, 2001
2,615
0
0
Alright - i just changed the rollover effect to now just add an underline to the links. I appreciate the honest feedback everyone. :)
 

GtPrOjEcTX

Lifer
Jul 3, 2001
10,784
6
81
looks good.

edit: ok I found one that that annoys me.

Make sure that your width stays constant. Example: on index.php, the width from left gray bar to right gray bar is 784, while on the other 2 pages, the width is 781.

Yes those 3 pixels bothered me ;)

Always best to keep the width constant, while of course height is variable.
 

Transition

Banned
Sep 8, 2001
2,615
0
0
Originally posted by: GtPrOjEcTX
looks good.

edit: ok I found one that that annoys me.

Make sure that your width stays constant. Example: on index.php, the width from left gray bar to right gray bar is 784, while on the other 2 pages, the width is 781.

Yes those 3 pixels bothered me ;)

Always best to keep the width constant, while of course height is variable.

:) I knew someone would find that. I need to remove the tables that i used and convert it all to div's / css. Only problem being cross-compatability w/ CSS can sometimes be a huge headache. Will fix though, thanks for noticing. ;)
 

Ogg

Diamond Member
Sep 5, 2003
4,829
1
0
It looks good. :thumbsup:



But if I could change something it would be the maroon color on hover and the color of BC Imports. It really bugs me :frown:
 

randomlinh

Lifer
Oct 9, 1999
20,846
2
0
linh.wordpress.com
Originally posted by: Transition
Originally posted by: GtPrOjEcTX
looks good.

edit: ok I found one that that annoys me.

Make sure that your width stays constant. Example: on index.php, the width from left gray bar to right gray bar is 784, while on the other 2 pages, the width is 781.

Yes those 3 pixels bothered me ;)

Always best to keep the width constant, while of course height is variable.

:) I knew someone would find that. I need to remove the tables that i used and convert it all to div's / css. Only problem being cross-compatability w/ CSS can sometimes be a huge headache. Will fix though, thanks for noticing. ;)

oh boy... do I know it... i hate cross compatibility :p sometimes.. i just wanna throw everything in tables and be done with it.... even then you still have little quirks here and there.
 

Transition

Banned
Sep 8, 2001
2,615
0
0
Yea it can get quite difficult trying to make a 'proper' site with cascading style sheets. Although the rewards of properly doing things is pretty great.