lithriel
08-19-2007, 06:16 AM
I'd like a review of the following website:
http://www.clarusmarketingllc.com/
CSS File: http://www.clarusmarketingllc.com/css/style.css
Up for review:
Design
XHTML
CSS
Accessibility
Usability
Browser Compatibility (Safari on Mac especially)
Screen Resolution Bugs (Mine screen resolution only goes up to 1200 x 800)
The design and coding were both done by me.
I used only 7 layout images and used no hacks- this was a hard piece of work. :eek: The code actually uses Server Side Includes. I've posted the original code at the bottom in case anyone catches anything funny.
I don't need a review of the content. I've just barely started working for this new company so it might be a long time before we actually start directing people here. However I'd like to catch any mistakes and take suggestions before I go any further.
Once we get rolling I am considering a CSS powered drop-down menu. Any suggestions? Thanks for your comments and your time. They are much appreciated. :)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Clarus Marketing LLC. Homepage</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="Clarus Marketing LLC., Adverting, ads, company, increase, monopolize, marketplace" />
<meta name="description" content="Revolutionary Marketing Techniques from Clarus Marketing can quadruple the size and profits of your company while crushing your competition." />
<!--#include file="common/css.inc" -->
</head>
<body>
<!--#include file="common/head.inc" -->
<div id="content">
<div id="column2">
<img src="images/photos/businessman.jpg" alt="Business Man" />
<h2>Consulting</h2>
<p>Call us at <strong>(208)656-9990</strong> or send us a messsage at <strong>
info<!--Conceal the account-->@<!-- Conceal the account -->clarus<!-- Conceal the account -->marketingllc<!-- We don't want a lot of junk -->.<!-- conceal the account -->c<!--Conceal the Account -->om</strong></p>
</div>
<div id="column1">
<h1><em>What You Should Know About Marketing</em></h1>
<p>Strategic marketing- <strong>what you say, how you say it, and who you say it to- is MORE important than how you present it. </strong> </p>
<p>Most ads you see don't use strategic marketing effectively. Instead they use words that are overused and predictable-<em>"highest quality,
best service in town, greatest selection, lowest price, etc".</em> Ads like this don't engage the prospective buyer and DON'T get you results.
<strong>Stop spending your money on this type of advertising now!</strong>
</p>
<h3>Monopolize Your Marketplace with Clarus</h3>
<ul>
<li>Destroy your competition as you quadruple your company and profits.</li>
<li>Create effective strategic ads for a fraction of the cost you are paying now.</li>
<li>And have your customers saying "I would be an absolute fool to do business with anyone else but you... regardless of price"</li>
</ul>
</div>
</div>
<!--#include file="common/footer.inc" -->
</body>
</html>
http://www.clarusmarketingllc.com/
CSS File: http://www.clarusmarketingllc.com/css/style.css
Up for review:
Design
XHTML
CSS
Accessibility
Usability
Browser Compatibility (Safari on Mac especially)
Screen Resolution Bugs (Mine screen resolution only goes up to 1200 x 800)
The design and coding were both done by me.
I used only 7 layout images and used no hacks- this was a hard piece of work. :eek: The code actually uses Server Side Includes. I've posted the original code at the bottom in case anyone catches anything funny.
I don't need a review of the content. I've just barely started working for this new company so it might be a long time before we actually start directing people here. However I'd like to catch any mistakes and take suggestions before I go any further.
Once we get rolling I am considering a CSS powered drop-down menu. Any suggestions? Thanks for your comments and your time. They are much appreciated. :)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Clarus Marketing LLC. Homepage</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="Clarus Marketing LLC., Adverting, ads, company, increase, monopolize, marketplace" />
<meta name="description" content="Revolutionary Marketing Techniques from Clarus Marketing can quadruple the size and profits of your company while crushing your competition." />
<!--#include file="common/css.inc" -->
</head>
<body>
<!--#include file="common/head.inc" -->
<div id="content">
<div id="column2">
<img src="images/photos/businessman.jpg" alt="Business Man" />
<h2>Consulting</h2>
<p>Call us at <strong>(208)656-9990</strong> or send us a messsage at <strong>
info<!--Conceal the account-->@<!-- Conceal the account -->clarus<!-- Conceal the account -->marketingllc<!-- We don't want a lot of junk -->.<!-- conceal the account -->c<!--Conceal the Account -->om</strong></p>
</div>
<div id="column1">
<h1><em>What You Should Know About Marketing</em></h1>
<p>Strategic marketing- <strong>what you say, how you say it, and who you say it to- is MORE important than how you present it. </strong> </p>
<p>Most ads you see don't use strategic marketing effectively. Instead they use words that are overused and predictable-<em>"highest quality,
best service in town, greatest selection, lowest price, etc".</em> Ads like this don't engage the prospective buyer and DON'T get you results.
<strong>Stop spending your money on this type of advertising now!</strong>
</p>
<h3>Monopolize Your Marketplace with Clarus</h3>
<ul>
<li>Destroy your competition as you quadruple your company and profits.</li>
<li>Create effective strategic ads for a fraction of the cost you are paying now.</li>
<li>And have your customers saying "I would be an absolute fool to do business with anyone else but you... regardless of price"</li>
</ul>
</div>
</div>
<!--#include file="common/footer.inc" -->
</body>
</html>