ntn336 wrote:
> www.4scotts.com
I realize this is a personal site, but since you came here for a
critique, I'll assume you are willing to be open-minded regarding the
responses you get.
<URL:http://accessat.c-net.us/screenshots/4scotts.png>
I presume the layout isn't supposed to look like this. ;)
Check out that marquee, baby! BTW, my browser default font size is
somewhat larger than average. If I reduce the text size enough, things
shift around, but the images on the left don't line up until I zoom text
down to 33%. Do I need to mention that it's unreadable at that size?
I'll make a guess that you hunted around for some kewl freebie scripts
and put the neatest stuff on your home page. That sort of thing is
soooooooo last century, and not nearly as kewl as you might think.
Like someone else already mentioned, the JavaScript is horribly
out-dated. If this functionality is actually necessary, then please get
a more modern script. Otherwise, drop the fluff.
Looking at your code, I see a Java applet in there, too. I didn't check
to see what it is supposed to do, but whatever it is, I can't access it.
If the applet is actually a necessary part of the content, then you need
to provide an alternative for those visitors without Java. However, I'm
betting the applet is fluff, too, so you should drop it as well.
At the top of the Ebony page, I got something unexpected:
<%@ LANGUAGE=VBScript %> <%Set asplObj=Server.CreateObject<"ASPL.Login")
asplObj.Protect Set asplObj=Nothing %>
FYI, most browsers do not support VBScript, mine certainly doesn't.
VBScript should be used server-side only, never client-side, at least
not on the WWW.
I glanced at the content of the Ebony page. You need to split that text
up into multiple paragraphs. Long, continuous passages of text are very
tedious to read on screen. White space is your friend.
I went to one of the photo gallery pages, but it came up blank. Your
URLs are invalid, so the pics were all not found. For example, on the
first UofD Marching Band gallery:
<a href=".\lg\DSC02161.jpg"><img border="0" src=".\tn\DSC02161.jpg"></a>
All those back slashes need to be forward slashes: "./tn/DSC02161.jpg"
I quit after this.
HTH
--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
|