<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037977" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037977</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/clan-website-critique-required-please#comment-1221632</link>
    <description> &lt;p&gt;I think a better site design would be much nicer. There are alot of good templates out there. Not alot of content being a clan site. Overall it&#039;s not a bad site though.&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Jul 2007 03:28:37 +0000</pubDate>
 <dc:creator>Swefx</dc:creator>
 <guid isPermaLink="false">comment 1221632 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/clan-website-critique-required-please#comment-1221109</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;oneluv;221065 wrote:&lt;/strong&gt; I like how you click a link and it doesnt appear that a different window opens. Like when you click the &quot;more&quot; under members, the information appears below.  Its very smooth and clean, and loads very quickly.  May I ask how you did that?  Or what its called?  I like that very much.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Hey oneluv this is actually pretty easy and was just done by using php includes. What I did was design the page then afterwards &#039;chop&#039; it into sections of code and put each section in it&#039;s own file. So I end up with several files like header.php or navigation.php etc.&lt;/p&gt;
&lt;p&gt;Although each page looks like one big page it is actually only the main box content that is actually there. The rest is &#039;called into&#039; the page by lines like this:&lt;br /&gt;
&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include (&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;header.php&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&#039;&lt;br /&gt;
This line is then replaced by all the code in the file &#039;header.php&#039; when the page is viewed.&lt;/p&gt;
&lt;p&gt;The downside to this method is that you have to rename all your files to .php and need to install php on your local computer to see the pages properly before posting online. &lt;/p&gt;
&lt;p&gt;I believe you can configure your .htaccess file to allow .php files to treated as .html however but I havn&#039;t figured that out yet. Another method would be server side includes but I&#039;m not sure how to do those either lol.&lt;/p&gt;
&lt;p&gt;Thanks for all your input guys. It really helps to get others views on things. I&#039;ll hopefully get around to puting some of your advice into effect but am a wee bit tied up with another project at the moment &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;
 </description>
     <pubDate>Mon, 02 Jul 2007 17:39:25 +0000</pubDate>
 <dc:creator>Monkeyboy</dc:creator>
 <guid isPermaLink="false">comment 1221109 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/clan-website-critique-required-please#comment-1221068</link>
    <description> &lt;p&gt;Design-wise:&lt;/p&gt;
&lt;p&gt;I think the color scheme is not exciting.  I&#039;m not a clan member or follower but this site does not attract me.  I think either some colors that stand out (in addition to what you have) or some exciting images as part of the layout (in addition to or over what you have) that are a bit more colorful and vibrant would really catch the eye.  It does look like every clan site I have ever seen, but I don&#039;t think that&#039;s necessarily a bad thing.  It adds a bit of a universal feel to the websites, and your main visitors are going to be clan members from your own or others, so they will get it and probably appreciate the uniform feel.  A few minor details that bother me:  your links don&#039;t look like links at all.  The navigation doesn&#039;t bother me as much as the links within the text.  I actually have to hover the mouse over every word to find out which words are links and which aren&#039;t.  Then, once I started to figure out how the links were set up on pages like the &#039;Links&#039; page, I went to the &#039;Contact&#039; page, saw the same layout and expected each line to have a link, and they don&#039;t.  It&#039;s a bit confusing to me.  Also, I think you could do with an actual contact form to ease the process instead of having to remember the email address (since it&#039;s in that forum-ish layout and not clickable (which is probably worse).  The navigation side bar doesn&#039;t line up horizontally with the three boxes above the content sections.  It throws my eye.  Lastly, the icon (which I can&#039;t remember the official name of) that shows up in the favorites center is bland.  I think it should have the R|F symbol or something in there to identify it with your site.  Right now it&#039;s just a dark gray to white gradient.&lt;/p&gt;
&lt;p&gt;Accessibility-wise:&lt;/p&gt;
&lt;p&gt;It is very easy to navigate the website, which is nice.  The text on each page is easy to read, as it should be since it&#039;s black-on-white.  The links issue I mentioned above is the only real accessibility issue I can notice.&lt;/p&gt;
&lt;p&gt;The grammar is a bit off in places, but it&#039;s nothing appalling.  For example:  &lt;/p&gt;
&lt;p&gt;&quot;Spread across the south between Exeter &amp;amp; Brighton the team are a group of friends with a common interest in online gaming.&quot;&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;&quot;Spread across the &lt;strong&gt;S&lt;/strong&gt;outh between Exeter &lt;strong&gt;and&lt;/strong&gt; Brighton&lt;strong&gt;,&lt;/strong&gt; the team &lt;strong&gt;is&lt;/strong&gt; a group of friends with a common interest in online gaming.&quot;&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;&quot;Spread across the &lt;strong&gt;S&lt;/strong&gt;outh between Exeter &lt;strong&gt;and&lt;/strong&gt; Brighton&lt;strong&gt;,&lt;/strong&gt; the team &lt;strong&gt;are&lt;/strong&gt; friends with a common interest in online gaming.&quot;&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Jul 2007 21:14:27 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1221068 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/clan-website-critique-required-please#comment-1221065</link>
    <description> &lt;p&gt;Question,&lt;/p&gt;
&lt;p&gt;Is there a forum? If so the link isn&#039;t working properly.  People visiting your site who know what it&#039;s about can better suggest things like graphics and such. I went to look at the layout (I&#039;m learning) and to check out the ease of moving around your site.  Is it possible to do something to the links, like highlight them or something so people would know they are clicking them?  I guess Im kinda of spoiled.  I did have to look down at my status bar to see that they were clickable links.  I think its called mouseover? Even a darker or lighter grey, something contrast.  I like how you click a link and it doesnt appear that a different window opens. Like when you click the &quot;more&quot; under members, the information appears below.  Its very smooth and clean, and loads very quickly.  May I ask how you did that?  Or what its called?  I like that very much.&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Jul 2007 19:40:28 +0000</pubDate>
 <dc:creator>oneluv</dc:creator>
 <guid isPermaLink="false">comment 1221065 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/clan-website-critique-required-please#comment-1221045</link>
    <description> &lt;p&gt;well your design and colors are good. but change the links and text to differentiate between them.&lt;br /&gt;
first i think that member names are links and i can see the profile of the member by clicking those links. but when I clicked them they were not the links.&lt;br /&gt;
and also solvet his problem&lt;br /&gt;
&lt;a href=&quot;http://rarefaction.serverspeople.net/forum/&quot; class=&quot;bb-url&quot;&gt;http://rarefaction.serverspeople.net/forum/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Jul 2007 12:09:38 +0000</pubDate>
 <dc:creator>koitech</dc:creator>
 <guid isPermaLink="false">comment 1221045 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/clan-website-critique-required-please#comment-1218740</link>
    <description> &lt;p&gt;HI bud, i&#039;m in middle of building clan site to replace phpnuke which is currently being used.&lt;/p&gt;
&lt;p&gt;same as me need more graphics make it look used and exciting.&lt;/p&gt;
&lt;p&gt;add in your game server details or team-speak details (which ever you use)&lt;/p&gt;
&lt;p&gt;show off your clans tag&#039;s abit more so they get known, they are part of you now.&lt;br /&gt;
You could also add info about the games you play and add some general screenshots of you guys playing. &lt;/p&gt;
&lt;p&gt;One thing i have found about clan sites is they need content and image and more content and images, can never have enough.&lt;/p&gt;
&lt;p&gt;Add user system online so people can interact without having to post on forums its one thing I&#039;m board with, this will also get other clan members visiting your site.&lt;/p&gt;
&lt;p&gt;good luck bud&lt;/p&gt;
&lt;p&gt;Mullet&lt;br /&gt;
of the --13-- Outlaws&lt;/p&gt;
 </description>
     <pubDate>Thu, 03 May 2007 16:31:01 +0000</pubDate>
 <dc:creator>mullet</dc:creator>
 <guid isPermaLink="false">comment 1218740 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/clan-website-critique-required-please#comment-1218003</link>
    <description> &lt;p&gt;Would it be possible to have a Screen shot section or maybe make some small in game movie action that might liven things up a little?&lt;/p&gt;
&lt;p&gt;Apart from these little things I think you have got the basics done, you just need to work on the content more?&lt;/p&gt;
&lt;p&gt;Good luck with it&lt;/p&gt;
&lt;p&gt;Shagrat&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Apr 2007 20:34:08 +0000</pubDate>
 <dc:creator>Shagrat</dc:creator>
 <guid isPermaLink="false">comment 1218003 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/clan-website-critique-required-please#comment-1217646</link>
    <description> &lt;p&gt;I would consider putting the left had menu up top.. Put the Stats on the left hand side. &lt;/p&gt;
&lt;p&gt;Might attract more players.. My focus atleast went right to the top and not left hand side at first.&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Apr 2007 20:43:18 +0000</pubDate>
 <dc:creator>brianwiz</dc:creator>
 <guid isPermaLink="false">comment 1217646 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/clan-website-critique-required-please#comment-1217197</link>
    <description> &lt;p&gt;Cheers Ape.&lt;/p&gt;
&lt;p&gt;This is not a template website although I did use one for inspiration.  I took the 3 small box over one big one idea from a template I saw and combined that with my usual style of website (fixed width, center aligned, header - sidebar/content - footer layout). I&#039;ve completely coded this myself from scratch however using css (all the templates I had originally looked at were table layouts). I guess that&#039;s why it might look like one. &lt;/p&gt;
&lt;p&gt;I&#039;m not really sure what more I can add. I don&#039;t want to chuck in a load of naff flashing animations and general pointless clutter but I guess it could do with a bit more spice. I&#039;ll look at improving the navigation column with some bullets or link backgrounds to make that bit more interesting.&lt;/p&gt;
&lt;p&gt;I tried to keep it simple so that it was as accessable as possible. For example for the headers on the small summary boxes I could have used an image with a more exciting font style but instead I assigned the image to the background and used header tags and a standard font. &lt;/p&gt;
&lt;p&gt;I also chose to use plain colours for the backgrounds as applying an image (e.g. for a texture) just means more data to load.&lt;/p&gt;
&lt;p&gt;Thanks for the feed back though, i&#039;ll definitely look into it. More contrasting shades of grey might help too, or a dull blue or brown or something just to break up the mass of greys.&lt;/p&gt;
&lt;p&gt;I&#039;m on the case &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>Sat, 31 Mar 2007 09:30:14 +0000</pubDate>
 <dc:creator>Monkeyboy</dc:creator>
 <guid isPermaLink="false">comment 1217197 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/clan-website-critique-required-please#comment-1217196</link>
    <description> &lt;p&gt;Hey Monkeyboy,&lt;/p&gt;
&lt;p&gt;This is a template website, correct? If its not, let me tell u that it sure looks like it. The website is rather dull. I think the main problem is the colors. Dark would definitely work, since it is a clan website, but i think it still requires more stuff added on to make it look &quot;busy&quot; and more lively. But it does look like a clan website, none the less. good luck! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/doh.png&quot; title=&quot;Doh!&quot; alt=&quot;Doh!&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Mar 2007 08:13:59 +0000</pubDate>
 <dc:creator>Ape</dc:creator>
 <guid isPermaLink="false">comment 1217196 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
