|
Posted by mbstevens on September 1, 2005, 6:20 pm
Please log in for more thread options
lkrubner@geocities.com wrote:
> We are again going to try to do a public beta test of the PHP/MySql
> stuff we've been working on. We are looking for all kinds of criticism.
> We put a site up here:
>
> http://www.publicpen.com/designer/
>
>
This is just for the opening page:
The markup fails validation.
You CSS does not validate.
Some of the text is unreadable because the size is
set too small. It might be better not to set text size
at all. A size of 13 pixels is not large enough for many people.
The page depends heavily on divs and classes. Move to more
semantic markup, directly accessed instead of through classes.
Menus might be lists instead of divs, for instance.
Any time you see heavy use of <br> you know that CSS is likely
not being handled well.
The colors are quite beautiful, but the links could use a bit
more contrast with the background.
--
mbstevens
http://www.mbstevens.com/cgi/mkatt.pl?name=python/Critique_Generator (New v. 1.5)
|