<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020746" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020746</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-carlwinslow-dot-com#comment-1127513</link>
    <description> &lt;p&gt;Well first I have to tell you, you have the funniest page header I&#039;ve seen in awhile.   I don&#039;t know what it means... but it did make me laugh. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I do agree that you shouldn&#039;t set your tables on a fixed width.  Try setting your outside table to a variable size. (I like 98% myself, but you could go with any percentage value you want)  You can set your left and right side tds to a fixed position (?px) and have the center td set to 100%.  This would give you a more fluid layout and take care of that nasty scrollbar problem.&lt;/p&gt;
&lt;p&gt;I also agree that you shouldn&#039;t have all your links on your front page.  Seperate your content into main sections (which you&#039;ve done) and just link to those section pages.  Then you can have sub navigation for each section.&lt;br /&gt;
(btw: I have a site where I do have all my links on my first page using drop down navigation.  The problem is the drop downs are not very attractive)&lt;/p&gt;
&lt;p&gt;Coding problems:&lt;br /&gt;
Your Doctype needs to go before the html&lt;/p&gt;
&lt;p&gt;You have a meta tag in the middle of your page.  That needs to be moved up to the head section. &lt;/p&gt;
&lt;p&gt;You have some links pointing to local files on your computer.  You want to check to make sure they&#039;re all pointing to their location on your site.&lt;/p&gt;
&lt;p&gt;I&#039;m not sure what this is: &lt;code&gt;xthumbnail-orig-image=&amp;quot;images/cow on 2 legs.jpg&amp;quot;&lt;/code&gt;&#039;  maybe someone else knows.&lt;/p&gt;
&lt;p&gt;Small problem... you have width and height attributes in a lot of your a href elements.  That&#039;s not the place for them.&lt;/p&gt;
&lt;p&gt;You&#039;ve got a couple closing tags missing, which can be a problem with some browsers and there is no closing tags for body or html.&lt;br /&gt;
Did those get accidently deleted?&lt;/p&gt;
&lt;p&gt;You&#039;ve got some neat stuff here.&lt;br /&gt;
Keep having fun with it all! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Mar 2003 13:32:09 +0000</pubDate>
 <dc:creator>Karen Cardinal</dc:creator>
 <guid isPermaLink="false">comment 1127513 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-carlwinslow-dot-com#comment-1127393</link>
    <description> &lt;p&gt;I think this looks nice but the colour scheme and layout don&#039;t seem to be particularly appropriate for the site content here.  It seems like you&#039;ve got a fun, lighthearted theme going here, so why is it all drab grey?  Put some colour in there!  I often say that when you can get a way with going funky, DO IT, because there aren&#039;t many opportunities in this business to really get creative.&lt;/p&gt;
&lt;p&gt;I also think that the boxy layout isn&#039;t doing a whole lot for you.  You don&#039;t need to link every page up on the front page.  Instead, create intermediary pages for each section, which would provide a setting and link to individual articles.  That would make it easier to navigate the site since you&#039;d have one consolidated navbar which would make it easy for people to quickly scan the links and get an idea of what they can do on your site.  Oh, and put some padding in those boxes - the links shouldn&#039;t but up against the edges like that.&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Mar 2003 14:30:37 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1127393 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-carlwinslow-dot-com#comment-1127369</link>
    <description> &lt;p&gt;Excellent site! I love the layout and color scheme! One thing I would fix as mentioned by someone else is resize your tables, so you eliminate the need to scroll to the right. Other than that it’s easy to navigate and looks real clean, nice work.&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Mar 2003 17:15:37 +0000</pubDate>
 <dc:creator>canada_dry</dc:creator>
 <guid isPermaLink="false">comment 1127369 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-carlwinslow-dot-com#comment-1127354</link>
    <description> &lt;p&gt;Fix the structure of you document. You have the doctype below the  tag. The Doctype should be listed first. Below is a basic example of how things should be arranged.&lt;br /&gt;
See &lt;a href=&quot;http://www.webstandards.org/learn/templates/&quot; class=&quot;bb-url&quot;&gt;structural templates&lt;/a&gt; for more info. &lt;/p&gt;
&lt;p&gt;Title&lt;/p&gt;
&lt;p&gt;In your style sheet, you can add &lt;strong&gt;margin : 0px;&lt;/strong&gt; to the body and that should take care of the horizontal scroll. &lt;/p&gt;
&lt;p&gt;Add some cellpadding to the tables so that the text won&#039;t be jammed up against the border of each section. You can also add padding in your style sheet but that may make your horizontal scroll come back.&lt;/p&gt;
&lt;p&gt;You should use your style sheet to control the font sizes intead of using the font tags. &lt;/p&gt;
&lt;p&gt;I think I would also add underline on hover on your links so that they will show up better.&lt;br /&gt;
a:hover{color : #990000; text-decoration : underline;}&lt;/p&gt;
&lt;p&gt;Good job. You are getting there. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Sonia&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Mar 2003 14:10:52 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1127354 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-carlwinslow-dot-com#comment-1127325</link>
    <description> &lt;p&gt;Not a bad site there!&lt;/p&gt;
&lt;p&gt;It&#039;s a bit too grey for me but it still looks nice!&lt;/p&gt;
&lt;p&gt;Where you have all the banners I suggest that you separate them a bit and maybe add some light effects like on, &lt;a href=&quot;http://cmdirector.neosurge.net&quot; class=&quot;bb-url&quot;&gt;http://cmdirector.neosurge.net&lt;/a&gt; ?  It would definately add a nice touch to the site.&lt;/p&gt;
&lt;p&gt;I would adjust the size of all your right hand size tables too so that it fits onto one page and how about changing it so the table header is centered?&lt;/p&gt;
&lt;p&gt;Also, the text in the middle is a bit too large for me but that is my opinion.  Good luck with your site mate.  It looks good!&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Mar 2003 16:02:10 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1127325 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-carlwinslow-dot-com#comment-1127316</link>
    <description> &lt;p&gt;Welcome to TWF Harley,&lt;/p&gt;
&lt;p&gt;While I&#039;m looking at the site can you please review some of the other sites posted here in the critique section as per the &lt;a href=&quot;http://www.webmaster-forums.net/newthread.php?s=&amp;amp;action=newthread&amp;amp;forumid=10&quot; class=&quot;bb-url&quot;&gt;posting agreement&lt;/a&gt; which will not only help others but give you ideas as well.&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Mar 2003 09:20:59 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1127316 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
