|
Posted by Ed Jay on May 14, 2008, 4:48 pm
Please log in for more thread options
MikeB scribed:
>X-No-Archive:
>OK, so I took this little "adult education" course on web design and
>we did some HTML, some JavaScript and we're going to do some PHP next.
>
>But I just tried my hand at designing a "real" web page and I suck!
>Here's the prototype: http://fmechess.org/opc/index.html What I now
>realize is how little I really know about these things.
>
>What should I do to get better? More courses - does anyone know of
>some web design courses? More books - What books? Please be relatively
>kind. Thanks. Ideally I'd like to work on web pages, but I
>realistically can see that I'm nowhere near good enough to think about
>doing it for a living.
>
>Oh, and if there is a newsgroup for generic web design conversations,
>please let me know which one it is. Thanks again.
I think you're off to a good start.
First, try validating the site and correct the little errors, especially the
one about specifying character encoding.
Don't use red for the text against the background. Not enough contrast.
Add some padding in your main content area, so the text is against the
edges.
You might want to take another look at of the content area. It's not
centered. You probably also want to shy away from absolute positioning, as
that may get you in trouble with some browsers. Make sure you look at the
site in all popular browsers. I don't like the background, but that's my
taste.
--
Ed Jay (remove 'M' to respond by email)
|