Click to See Complete Forum and Search --> : Please Critique my Website


carl2k
11-20-2005, 09:15 AM
Hey guys, I'm new here. I just completed my first ever website. Please tell me what you think.

its Survey Commercials (http://www.surveycommercials.com/)


Does the idea work. If you were a fortune 500 company would you be attracted or detered to the site. Also, since the site is targetted to everybody could you post a rough age group of yourself, like 18-25, so I can figure out which parts works for/doesn't work for which age brackets.

Cheers

ray326
11-21-2005, 01:31 AM
The doctype isn't working. You need to ditch the tables and refactor the presentation from inline into a style sheet. If you expect the page background to be white then you need a body {background:#fff} style.

http://validator.w3.org/check?verbose=1&uri=http%3A//surveycommercials.com/

carl2k
11-21-2005, 04:02 AM
thanks for the tip ray. Looks like I will have to learn how to center a site and stuff using css and not tables.

KDLA
11-21-2005, 08:21 AM
Is this site sort of like Bizrate's surveys? Seems like a tough thing to promote....

Agreeing with Ray's analysis (as usual). Also, you need to add some metatags/metadata to your pages or no one's ever gonna find you.

KDLA

carl2k
11-21-2005, 05:59 PM
thanks for the meta tags

spufi
11-21-2005, 09:31 PM
Also make sure to define the height and width of your images. It prevents the page from shifting around as the page loads.