<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020117" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020117</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-conxiondesignscom#comment-1123354</link>
    <description> &lt;p&gt;Don&#039;t think I&#039;ve got much to add to everything that has been said already...Apart from observing the likeness to the original PHP site (&lt;a href=&quot;http://www.php.net&quot; class=&quot;bb-url&quot;&gt;http://www.php.net&lt;/a&gt; )&lt;br /&gt;
Hmmm...&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Jan 2003 09:12:52 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1123354 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-conxiondesignscom#comment-1123300</link>
    <description> &lt;p&gt;While the site is clean and well laid-out I feel it is lacking any punch at all. In a marketplace driven by the need to impress you&#039;re not doing yourself any favours in a conservative design. That said, the fact that your design is clean is a very good start.&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Jan 2003 18:17:35 +0000</pubDate>
 <dc:creator>Colonel Failure</dc:creator>
 <guid isPermaLink="false">comment 1123300 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-conxiondesignscom#comment-1122833</link>
    <description> &lt;p&gt;I think the design is cool but I don&#039;t like the logo &quot;Welcome to Conixon Designs&quot;. It seem to just be a repeat of the logo in the top left hand corner. Mabye make something that is a little differen&#039;t. &lt;/p&gt;
&lt;p&gt;Also mabye use more space in the dark blue horizontal strip at the top. You could use this for some menu links.&lt;/p&gt;
&lt;p&gt;Good luck with your site, it looks pretty good!&lt;/p&gt;
&lt;p&gt;Andrew Drake&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Jan 2003 10:26:30 +0000</pubDate>
 <dc:creator>acdglobal</dc:creator>
 <guid isPermaLink="false">comment 1122833 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-conxiondesignscom#comment-1122821</link>
    <description> &lt;p&gt;change your DOC tag to XHTML trans and retry what you&#039;re doing.&lt;br /&gt;
your code is a mix of html and xhtml, so you&#039;ll need to fix the html bits to make it validate.&lt;/p&gt;
&lt;p&gt;Don&#039;t look Suzanne &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
use tables&lt;br /&gt;
but seriously tables are still good to use on layouts (still can be valid strict and 1.1 as layout). Just try not to nest them to deep (3 max).&lt;br /&gt;
Tables werent made for layouts from day one but have been used for them for years so there is no point in stopping now. tables are valid part of html and xhtml but the w3c &quot;recomend&quot; to use as they were made for, for data.&lt;br /&gt;
CSS doesn&#039;t have enough support for a lot of minor things yet, let alone the major stuff so there is no point in throwing away what already works. Sure when CSS does become more stable and universal switch over. until then you&#039;ll find you&#039;re making more work for yourself trying to get it to look universal way worse than just IE vs NS, now you have to do those two, plus others, plus all the versions.&lt;br /&gt;
You seriously think forums etc will switch to tabless designs?? maybe one day (and they aren&#039;t classed as data tables) but most forums and blogs etc already comply to XHTML standards.&lt;/p&gt;
&lt;p&gt;I&#039;m not meaning this to turn into a debate (if you wish to, reopen, or start a new thread do it in the proper forum topic) just that XHTML has been out for 3 years, CSS even longer. It&#039;s everyone is wanting to advance but your doing yourself a disservice by dumping what works. Am I against the changes? no, I want to advance to one day when I can make a layout which would work in all browsers and its layout effected by the DOC tag I choose, but it&#039;s not avaible yet.&lt;/p&gt;
&lt;p&gt;my 2cents&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Jan 2003 03:59:15 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1122821 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-conxiondesignscom#comment-1122812</link>
    <description> &lt;p&gt;I would do it that way but it doesnt display correctly in IE5 if you use that because of a problem with the box model. If 20% of traffic wasn&#039;t using it then I could care less but I have to take that into consideration. Thanks anyways.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Jan 2003 00:19:55 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1122812 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-conxiondesignscom#comment-1122807</link>
    <description> &lt;p&gt;#nav {&lt;br /&gt;
width:100px;&lt;br /&gt;
}&lt;br /&gt;
#content {&lt;br /&gt;
margin-left:100px;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;That&#039;s how I did it on my site &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; and it works like a charm&lt;/p&gt;
&lt;p&gt;And as for the news what about putting it in a section named &#039;news&#039;?&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 Jan 2003 23:16:59 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1122807 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-conxiondesignscom#comment-1122804</link>
    <description> &lt;p&gt;Haha thanks for the good laugh Zollet. lol. I will post that fixed nav question in another forum because I know it does not belong here but as for adding orange to the color sceme.  Would people say that it is a neccesity or is the site not bad with all blue?&lt;/p&gt;
&lt;p&gt;Also if anyone has a solution for dynamically increasing text size then could they post it here? Someone said that the text on the side bar should expand to fit the space.&lt;/p&gt;
&lt;p&gt;Last thing, I think Megan voiced her opinion about not wanting to have news on the main page of the website.  Where do most people put news? or do they leave announcements completely off their website.&lt;br /&gt;
Thanks again.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 Jan 2003 22:08:37 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1122804 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-conxiondesignscom#comment-1122782</link>
    <description> &lt;p&gt;Wow, what an improvement! Good job.&lt;/p&gt;
&lt;p&gt;You might want to add &quot;remove the rounded top-left corner&quot; to your todo list &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; Also, I&#039;m sure one of our great webmasters here can help you with the fixed with navbar.&lt;/p&gt;
&lt;p&gt;Now, let&#039;s do the banana dance &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;br /&gt;
&lt;img src=&quot;http://www.sarvi.com/banana.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;img src=&quot;http://www.sarvi.com/banana.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;img src=&quot;http://www.sarvi.com/banana.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 Jan 2003 10:25:37 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1122782 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-conxiondesignscom#comment-1122780</link>
    <description> &lt;p&gt;Ok wow thanks everyone. This is really helpful. I never really post work to be reviewed so I am afraid to say that I might not be the quickest to go back and change it.  &lt;/p&gt;
&lt;p&gt;Ok the thing is that I am going to keep the liquid design.  I might have to give up some design points but thats ok. I wanted to change the left side nav to a fixed width one but the problem is that the left hand div (where content is) is a percentage.  Therefore putting one to fixed width and one to percentage causes major problems. Anyways I will keep working to get that fixed. I see what you mean. &lt;/p&gt;
&lt;p&gt;I have done a few things.&lt;br /&gt;
1) Changed the &quot;Chill out&quot; on the left side nav and added some more side nav blocks to fill it in.&lt;br /&gt;
2) Took out black background and extended page to 100% so that there is not a huge empty space around it.&lt;br /&gt;
3) Got ride of top nav.  Now that I think about it, its not worth the trouble and is getting to be common that I don&#039;t think I really want to use it.&lt;/p&gt;
&lt;p&gt;Still to do:&lt;br /&gt;
1) Change the top graphic to be more like the &quot;Welcome&quot; logo.&lt;br /&gt;
2) Add in any additional color.&lt;br /&gt;
3) Find out how to do fixed width nav.&lt;br /&gt;
4) Try and get ride of 1px white line under top logo.&lt;br /&gt;
5) Focus on design and drawing the users eyes to the main content on the page and less to the left nav bar (unimportant).&lt;br /&gt;
6) Fix the terrible image under the left nav bar.&lt;br /&gt;
7) Test in Opera 7b and at higher res monitors.&lt;/p&gt;
&lt;p&gt;Wow ok guys thanks.&lt;br /&gt;
I would really like to know which browsers/os/resolutions the people who had problems were using?&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 Jan 2003 09:12:15 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1122780 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/review-request-conxiondesignscom#comment-1122777</link>
    <description> &lt;p&gt;As with me I also agree with everything that has been said.&lt;/p&gt;
&lt;p&gt;For your naviagation, you have a mouseover that has a blue background it looks a bit odd, and the nav is split into two columns and on the bottom column you have home &amp;gt;&amp;gt; again I odn&#039;t think it should be there since you already have a link to home.&lt;/p&gt;
&lt;p&gt;and the black background looks very out of place &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;At the bottom you have another navigation bar that links only to home, what about making links to the links up the top too?&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 Jan 2003 07:19:18 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1122777 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
