Ray wrote:
Quote:
My first ever, brand new web site is www.anxietyandstressrelief.net I
would appreciate a review with feedback a computer novice can
understand (hopefully, if not I'll pass on the technojargon to my web
site designer). My readings tell me that I should get feedback before
listing my site on directories.
- Find a designer who knows something about modern HTML and CSS coding
|
practices.
- Lots of HTML validation errors.
<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.anxietyandstressrelief. net%2F&charset=%28detect+automatically%29&doctype= HTML+4.01+Strict&verbose=1>
- The main text size is too small. I am not sure how many pixels that 9pt
becomes (it looks about 75%), but it is less than my preferred reading size.
Also the size is in pt (points). Font sizing in both points and pixels
is not resizeable in Internet Explorer. So many of your visitors will have
to squint to read the text. Especially those that do not have the Verdana
font.
- The rose image pushes your main title off the right side of the
browser's viewport. I have to scroll right to read it. An unnecessary
annoyance.
If you want both images, the rose image should be on the right.
The two images are the main header. They should be marked up with an
<h1> element, and given "alt" attributes to have search engines more
pleased with your site.
- The logo in the Contact page is different from the one in the main title.
- The contact column is a waste of space. Especially since there is a
separate menu item, Contact, that lists mostly the same information.
Removing that column allows more space for your actual content in the
center. And the font is so small not many people can read it any way.
- The center column should not scroll. What is the point of limiting the
height since I have to scroll down to where I have to scroll down again?
It is a completely unnecessary annoyance factor.
- The links on the left: Those are lists of links. Use a list element,
<ul>, as markup. Line wrap then looks much cleaner as well. And the column
can be narrowed to give more room for real content.
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)