PDA

View Full Version : Please rate my website



jo7
June 20th, 2001, 13:45
Just go to the link here:

http://www.ankehuber.net

and tell me what you think, what should be improved, and I know the banners are extrmely irritating, I am working on that

martian
June 20th, 2001, 15:27
good site, but **** those banners are extremely irritating :D

gyrbo
June 20th, 2001, 15:33
Kinda plain, and remove the horizontal scrollbar in the left frame.

Gayowulf
June 20th, 2001, 17:53
There is lots of content. that is a good thing.

The background and the frame took a very long time to load. Instead of using that frame, opt for a navbar.

also there is no space between the and anke in your heading.

It is looking good.

jo7
June 21st, 2001, 11:06
Thanks for all of your replies:)

The problem with the frames I know is that slows stuff down, but I know nothing about a navbar, I would only consider using that if I had to do it only once, and not on every single page (as there is quite a lot).

I have reduced the background pic size by half now, put a space between T and the A:eek: , and bascially trying to makes thing smaller so things are quicker to load.

You hate the pop-ups??...imagine how I feel about those damn things!:)

Anymore more thoughts on my site??

jo7
June 29th, 2001, 15:23
Anymore thoughts on my site?????:)

gyrbo
June 29th, 2001, 16:22
It's a pretty good site. Plain, but easy. Just the way I like it. BTW you could make the nabar in javascript, and include it on every page ones.
<script language="javascript" src="nav.js"></script>

nav.js:
document.write('<a href="links.html">Links</a>");
...

This is the only option I know if you aren't capable of using ssi or php.