The Expert Evaluation includes many specific recommendations to make your website better. Depending on your needs, I compare your website with the competition, identify what works and what doesn't, check for errors, evaluate its navigation, and review its graphic style. Cost:$75.
The Quick Look is a basic evaluation that shows the changes that will improve your website most effectively, the ones you should make first. I offer useful suggestions about your graphic design, your content and message, and your website usability. Cost:$10.
";
} else {
$errstr="";
//if ($name>" ") {
// if (!preg_match($goodstyle, $name)){
// $errstr.="I think you hit the wrong key when typing your name. ";
// }
//}
if (strlen($name>50)) {
$errstr.="Wow, is your name really longer than 50 letters? ";
}
if (strlen($email)>128) {
$errstr.="Your email address isn't really that long, is it? ";
}
if (!valid($email)) {
$errstr.="Something's wrong with that email address. ";
}
if (!preg_match($goodemail, $email)){
$errstr.="We need an valid email address to send your free website evaluation. ";
}
// if (!preg_match($goodstyle, $weburl)){
// $errstr.="Is there a problem with the website address you want to evaluate? ";
//}
$webrul = rtrim($weburl,'/');
if (!preg_match($gooddomain, $webrul)){
$errstr.="That web address doesn't look right. ";
}
if (strlen($message)>2000) {
$errstr.="Could you make your message a little shorter (say, less than 2000 characters)? ";
}
//if ($message>"") {
//if (!preg_match($goodstyle, $message)){
//$errstr.="Could you go back and type your message in ordinary //letters, without special codes? ";
//}
//}
if ($errstr!='') {
echo '
Thank you for allowing me to evaluate your site. You will receive your Quick Look website evaluation in the next couple of days. When it's completed, you can also view or download it from http://www.webimize.com/".$custcoed.".
";
echo '
';
}
}
include ('footer.htm');
include ('menu.htm');
?>