Groove wrote:
Appearance --
- The design is clean and to the point. It's pleasant to read. The text
does not waste my time with verbal handwaving.
- I notice the background of the PhotoStory image on the left does not
match the background. Is that intentional? Was it supposed to be
transparent instead?
- As mentioned earlier the links are an Easter Egg Hunt. It leaves me
wondering if there are any other links on the page. There is no obvious
way to know.
- Some spacing between paragraphs would help the reading a bit.
- You might mention the program only runs on MS Windows OS. And which
version(s).
Coding --
- You use a quote old style of coding: exclusive use of tables for layout,
"tag soup" for style, fixed width design.
- HTML: is invalid.
http://validator.w3.org/ refuses to validate it at all
because the character encoding is unspecified and some of the characters
are not valid UTF-8, the assumed encoding.
http://www.htmlhelp.com/tools/validator/ finds a number of errors, some of
them significant.
- CSS: Font size is specified in pixels which do not scale in IE; use %
instead. The chosen size is too small for many people. Verdana is a poor
choice is a preferred font. It has a large x-height that makes it more
readable than other fonts in small sizes. Those who do not have Verdana
are therefore being punished with tiny text they cannot resize.
--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)