<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Hungerford Web Design Blog</title>
	
	<link>http://www.hungerfordwebdesign.com/blog</link>
	<description>Web Design, Development, Hosting, Security and Standards for the Hungerford area</description>
	<pubDate>Sun, 06 Jul 2008 12:33:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/HungerfordWebDesign" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Monitoring your sites and servers with Nagios</title>
		<link>http://www.hungerfordwebdesign.com/blog/hosting/monitoring-your-sites-and-servers-with-nagios/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/hosting/monitoring-your-sites-and-servers-with-nagios/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 12:33:31 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Nagios]]></category>

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Array]]></category>

		<category><![CDATA[Connectivity]]></category>

		<category><![CDATA[Core Server]]></category>

		<category><![CDATA[Cpu Load]]></category>

		<category><![CDATA[De Facto Standard]]></category>

		<category><![CDATA[Fedora Core]]></category>

		<category><![CDATA[Firewalls]]></category>

		<category><![CDATA[Free Space]]></category>

		<category><![CDATA[Free Ssh]]></category>

		<category><![CDATA[Functionality]]></category>

		<category><![CDATA[Gmail]]></category>

		<category><![CDATA[Green Ok]]></category>

		<category><![CDATA[Linux Firewalls]]></category>

		<category><![CDATA[Linux Router]]></category>

		<category><![CDATA[Monitoring Tool]]></category>

		<category><![CDATA[Partition Size]]></category>

		<category><![CDATA[Remote Monitoring]]></category>

		<category><![CDATA[Root Partition]]></category>

		<category><![CDATA[Running Processes]]></category>

		<category><![CDATA[Server Monitoring]]></category>

		<category><![CDATA[Service Outages]]></category>

		<category><![CDATA[Size Space]]></category>

		<category><![CDATA[Ssh]]></category>

		<category><![CDATA[Threshold]]></category>

		<category><![CDATA[Zombie Processes]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/?p=108</guid>
		<description><![CDATA[PART 1
Nagios is (IMHO) the de-facto standard in website and server monitoring. It has been around for quite some time. Here I will talk through the functionality and how to install and configure Nagios.
We shall shortly be offering remote monitoring, configuration and alerting as a service, please contact us if this is something you would [...]]]></description>
			<content:encoded><![CDATA[<p><strong>PART 1</strong></p>
<p>Nagios is (IMHO) the de-facto standard in website and server monitoring. It has been around for quite some time. Here I will talk through the functionality and how to install and configure Nagios.</p>
<p>We shall shortly be offering remote monitoring, configuration and alerting as a service, please contact us if this is something you would like to discuss.</p>
<p>For the purposes of this tutorial, I will be installing Nagios on a Fedora Core server and monitoring a remote CentOS server through linux firewalls and a router with NAT (though if you are not usng firewalls you can simply ignore those steps).</p>
<p><strong>Functionality:</strong></p>
<p>In short, nagios is a monitoring tool, the depth at which it can check services and servers is quite suprising for a new user. Out of the box, some of it&#8217;s most useful checks are:</p>
<ul>
<li>host-alive (though ping_check / icmp_check)</li>
<li>Current CPU load</li>
<li>Current logged in users</li>
<li>PING</li>
<li>Root partition size/space</li>
<li>Free space on harddrives</li>
<li>SSH functionality</li>
<li>FTP functionality</li>
<li>Monitor any service(s)</li>
<li>SWAP useage</li>
<li>Total running processes</li>
<li>Total zombie processes</li>
</ul>
<p>&#8230;.and many more. Nagios does this by querying these services on local and remote boxes. When all is well, Nagios displays a big green &#8220;OK&#8221;, when the warning threshold is reached then an amber &#8220;WARNING&#8221; is given and when a check fails, a red &#8220;CRITICAL&#8221; alert is given. Nagios can also be configured to email, text or otherwise alert you of a failed service. For the purposes of the tutorial, we&#8217;ll be using email as an alert method. NB: Use a third party email address (such as hotmail/yahoo/gmail) for alerting as it is unlikely to be affected by any service outages.</p>
<p>Nagios will monitor the local machine it is installed on by default, it&#8217;s most practical to be using Nagios to monitor a remote machine as well, you can then also install Nagios on the remote machine to monitor the connectivity of the 1st machine thereby ensuring redundant checking of all of your services. It also means that if connectivity to your local machine goes down, the remote machine can alert you of it. The downsides to this (if you do it across many machines) are that you can receive a high number of alerts if a single service goes down. A round-robin approach could solve this for you. For now, we&#8217;ll look at two machines monitoring each other).</p>
<p><strong>Installation of Nagios (local machine):</strong></p>
<p>These instructions are specific to RedHat based OS&#8217;s. Whilst they may work on other distributions, you should be more careful and aware of what you are doing. For my installation, I installed on Fedora Core 8 using <a title="Nagios quickstart instllation instructions" href="http://nagios.sourceforge.net/docs/3_0/quickstart.html">these instructions</a>.</p>
<p><strong><span style="text-decoration: underline;">Prerequisites</span></strong></p>
<p>During portions of the installation you&#8217;ll need to have <strong>root</strong> access to your machine.</p>
<p>Make sure you&#8217;ve installed the following packages on your Fedora installation before continuing.</p>
<ul>
<li>Apache</li>
<li>GCC compiler</li>
<li><a href="http://www.boutell.com/gd/">GD</a> development libraries</li>
</ul>
<p>You can use <em>yum</em> to install these packages by running the following commands (as root):</p>
<pre>yum install httpd
yum install gcc
yum install glibc glibc-common
yum install gd gd-devel</pre>
<p><strong><span style="text-decoration: underline;">1 ) Create Account Information</span></strong></p>
<p>Become the root user.</p>
<pre>su -l</pre>
<p>Create a new <em>nagios</em> user account and give it a password.</p>
<pre>/usr/sbin/useradd -m nagios
passwd nagios</pre>
<p>Create a new <em>nagcmd</em> group for allowing external commands to be submitted through the web interface. Add both the nagios user and the apache user to the group.</p>
<pre>/usr/sbin/groupadd nagcmd
/usr/sbin/usermod -G nagcmd nagios
/usr/sbin/usermod -G nagcmd apache</pre>
<p><strong><span style="text-decoration: underline;">2 ) Download Nagios and the Plugins</span></strong></p>
<p>Create a directory for storing the downloads.</p>
<pre>mkdir ~/downloads
cd ~/downloads</pre>
<p>Download the source code tarballs of both Nagios and the Nagios plugins (visit <a href="http://www.nagios.org/download/">http://www.nagios.org/download/</a> for links to the latest versions). At the time of writing, the latest versions of Nagios and the Nagios plugins were 3.0.3 and 1.4.11, respectively.</p>
<pre>wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0.2.tar.gz
wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.11.tar.gz</pre>
<p><strong><span style="text-decoration: underline;">3 ) Compile and Install Nagios</span></strong></p>
<p>Extract the Nagios source code tarball.</p>
<pre>cd ~/downloads
tar xzf nagios-3.0.2.tar.gz
cd nagios-3.0.2</pre>
<p>Run the Nagios configure script, passing the name of the group you created earlier like so:</p>
<pre>./configure --with-command-group=nagcmd</pre>
<p>Compile the Nagios source code.</p>
<pre>make all</pre>
<p>Install binaries, init script, sample config files and set permissions on the external command directory.</p>
<pre>make install
make install-init
make install-config
make install-commandmode</pre>
<p>Don&#8217;t start Nagios yet - there&#8217;s still more that needs to be done&#8230;</p>
<p><strong><span style="text-decoration: underline;">4 ) Customize Configuration</span></strong></p>
<p>Sample <a href="http://nagios.sourceforge.net/docs/3_0/config.html">configuration files</a> have now been installed in the <em>/usr/local/nagios/etc</em> directory. These sample files should work fine for getting started with Nagios. You&#8217;ll need to make just one change before you proceed&#8230;</p>
<p>Edit the <em>/usr/local/nagios/etc/objects/contacts.cfg</em> config file with your favorite editor and change the email address associated with the <em>nagiosadmin</em> contact definition to the address you&#8217;d like to use for receiving alerts.</p>
<pre>vi /usr/local/nagios/etc/objects/contacts.cfg</pre>
<p><strong><span style="text-decoration: underline;">5 ) Configure the Web Interface</span></strong></p>
<p>Install the Nagios web config file in the Apache conf.d directory.</p>
<pre>make install-webconf</pre>
<p>Create a <em>nagiosadmin</em> account for logging into the Nagios web interface.  Remember the password you assign to this account - you&#8217;ll need it later.</p>
<pre>htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin</pre>
<p>Restart Apache to make the new settings take effect.</p>
<pre>service httpd restart</pre>
<p><strong><span style="text-decoration: underline;">6 ) Compile and Install the Nagios Plugins</span></strong></p>
<p>Extract the Nagios plugins source code tarball.</p>
<pre>cd ~/downloads
tar xzf nagios-plugins-1.4.11.tar.gz
cd nagios-plugins-1.4.11</pre>
<p>Compile and install the plugins.</p>
<pre>./configure --with-nagios-user=nagios --with-nagios-group=nagios
make
make install</pre>
<p><strong><span style="text-decoration: underline;">7 ) Start Nagios</span></strong></p>
<p>Add Nagios to the list of system services and have it automatically start when the system boots.</p>
<pre>chkconfig --add nagios
chkconfig nagios on</pre>
<p>Verify the sample Nagios configuration files.</p>
<pre>/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg</pre>
<p>If there are no errors, start Nagios.</p>
<pre>service nagios start</pre>
<p><strong><span style="text-decoration: underline;">8 ) Modify SELinux Settings</span></strong></p>
<p>Fedora ships with SELinux (Security Enhanced Linux) installed and in Enforcing mode by default. This can result in &#8220;Internal Server Error&#8221; messages when you attempt to access the Nagios CGIs.</p>
<p>See if SELinux is in Enforcing mode.</p>
<pre>getenforce</pre>
<p>Put SELinux into Permissive mode.</p>
<pre>setenforce 0</pre>
<p>To make this change permanent, you&#8217;ll have to modify the settings in <em>/etc/selinux/config</em> and reboot.</p>
<p>Instead of disabling SELinux or setting it to permissive mode, you can use the following command to run the CGIs under SELinux enforcing/targeted mode:</p>
<pre>chcon -R -t httpd_sys_content_t /usr/local/nagios/sbin/
chcon -R -t httpd_sys_content_t /usr/local/nagios/share/</pre>
<p>For information on running the Nagios CGIs under Enforcing mode with a targeted policy, visit the NagiosCommunity.org wiki at <a href="http://www.nagioscommunity.org/wiki">http://www.nagioscommunity.org/wiki</a>.</p>
<p><strong><span style="text-decoration: underline;">9 ) Login to the Web Interface</span></strong></p>
<p>You should now be able to access the Nagios web interface at the URL below.  You&#8217;ll be prompted for the username (<em>nagiosadmin</em>) and password you specified earlier.</p>
<pre>http://localhost/nagios/</pre>
<p>Click on the &#8220;Service Detail&#8221; navbar link to see details of what&#8217;s being monitored on your local machine. It will take a few minutes for Nagios to check all the services associated with your machine, as the checks are spread out over time.</p>
<p><strong><span style="text-decoration: underline;">10 ) Other Modifications</span></strong></p>
<p>Make sure your machine&#8217;s firewall rules are configured to allow access to the web server if you want to access the Nagios interface remotely.</p>
<p>Configuring email notifications is out of the scope of this documentation. While Nagios is currently configured to send you email notifications, your system may not yet have a mail program properly installed or configured. Refer to your system documentation, search the web, or look to the <a href="http://www.nagioscommunity.org/wiki">NagiosCommunity.org wiki</a> for specific instructions on configuring your system to send email messages to external addresses. More information on notifications can be found <a href="http://nagios.sourceforge.net/docs/3_0/notifications.html">here</a>.</p>
<p><strong><span style="text-decoration: underline;">11 ) You&#8217;re Done</span></strong></p>
<p>Congratulations! You sucessfully installed Nagios. Your journey into monitoring is just beginning.</p>
<p>So that gets you monitoring your local machine which is very handy, you can also repeat these instructions on a second machine and follow the next steps to start monitoring remote systems. By setting up a second machine on a different connection, you can monitor the machine you have just setup and therefore know if it goes down.</p>
<p>Carry on with PART 2 - Setting up Nagios checks on a remote Linux system</p>
<p>OR</p>
<p>PART 3 - Setting up Nagios checks on a remote Windows system</p>
<p>Images:</p>
<p>Nagios home</p>
<p><a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/07/nagioshome.jpg"><img class="alignnone size-medium wp-image-109" title="nagioshome" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/07/nagioshome-300x189.jpg" alt="The nagios home page" width="300" height="189" /></a></p>
<p><a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/07/nagiossidebar.jpg"><img class="alignnone size-medium wp-image-110" title="nagiossidebar" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/07/nagiossidebar-67x300.jpg" alt="Nagios Sidebar" width="67" height="300" /></a></p>
<p>Service detail page:</p>
<p><a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/07/localmonitoring.jpg"><img class="alignnone size-medium wp-image-111" title="localmonitoring" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/07/localmonitoring-300x30.jpg" alt="Nagios service detail" width="300" height="30" /></a></p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Array' rel='tag' target='_self'>Array</a>, <a class='technorati-link' href='http://technorati.com/tag/Connectivity' rel='tag' target='_self'>Connectivity</a>, <a class='technorati-link' href='http://technorati.com/tag/Core+Server' rel='tag' target='_self'>Core Server</a>, <a class='technorati-link' href='http://technorati.com/tag/Cpu+Load' rel='tag' target='_self'>Cpu Load</a>, <a class='technorati-link' href='http://technorati.com/tag/De+Facto+Standard' rel='tag' target='_self'>De Facto Standard</a>, <a class='technorati-link' href='http://technorati.com/tag/Fedora+Core' rel='tag' target='_self'>Fedora Core</a>, <a class='technorati-link' href='http://technorati.com/tag/Firewalls' rel='tag' target='_self'>Firewalls</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Space' rel='tag' target='_self'>Free Space</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Ssh' rel='tag' target='_self'>Free Ssh</a>, <a class='technorati-link' href='http://technorati.com/tag/Functionality' rel='tag' target='_self'>Functionality</a>, <a class='technorati-link' href='http://technorati.com/tag/Gmail' rel='tag' target='_self'>Gmail</a>, <a class='technorati-link' href='http://technorati.com/tag/Green+Ok' rel='tag' target='_self'>Green Ok</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux+Firewalls' rel='tag' target='_self'>Linux Firewalls</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux+Router' rel='tag' target='_self'>Linux Router</a>, <a class='technorati-link' href='http://technorati.com/tag/Monitoring+Tool' rel='tag' target='_self'>Monitoring Tool</a>, <a class='technorati-link' href='http://technorati.com/tag/Partition+Size' rel='tag' target='_self'>Partition Size</a>, <a class='technorati-link' href='http://technorati.com/tag/Remote+Monitoring' rel='tag' target='_self'>Remote Monitoring</a>, <a class='technorati-link' href='http://technorati.com/tag/Root+Partition' rel='tag' target='_self'>Root Partition</a>, <a class='technorati-link' href='http://technorati.com/tag/Running+Processes' rel='tag' target='_self'>Running Processes</a>, <a class='technorati-link' href='http://technorati.com/tag/Server+Monitoring' rel='tag' target='_self'>Server Monitoring</a>, <a class='technorati-link' href='http://technorati.com/tag/Service+Outages' rel='tag' target='_self'>Service Outages</a>, <a class='technorati-link' href='http://technorati.com/tag/Size+Space' rel='tag' target='_self'>Size Space</a>, <a class='technorati-link' href='http://technorati.com/tag/Ssh' rel='tag' target='_self'>Ssh</a>, <a class='technorati-link' href='http://technorati.com/tag/Threshold' rel='tag' target='_self'>Threshold</a>, <a class='technorati-link' href='http://technorati.com/tag/Zombie+Processes' rel='tag' target='_self'>Zombie Processes</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/hosting/monitoring-your-sites-and-servers-with-nagios/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iCare Silver Accessibility Award</title>
		<link>http://www.hungerfordwebdesign.com/blog/announcements/icare-silver-accessibility-award/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/announcements/icare-silver-accessibility-award/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 11:41:37 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Accessibility Features]]></category>

		<category><![CDATA[Accessible Design]]></category>

		<category><![CDATA[Background Colors]]></category>

		<category><![CDATA[Brainchild]]></category>

		<category><![CDATA[Bronze Award]]></category>

		<category><![CDATA[Color Contrast]]></category>

		<category><![CDATA[Deserving Winner]]></category>

		<category><![CDATA[Design Content]]></category>

		<category><![CDATA[Gold Silver]]></category>

		<category><![CDATA[Icare]]></category>

		<category><![CDATA[Markup Validation Service]]></category>

		<category><![CDATA[Passion]]></category>

		<category><![CDATA[Silver Award]]></category>

		<category><![CDATA[Stylesheet]]></category>

		<category><![CDATA[Validity]]></category>

		<category><![CDATA[Verbatum]]></category>

		<category><![CDATA[W3c Css Validation Service]]></category>

		<category><![CDATA[W3c Markup Validation Service]]></category>

		<category><![CDATA[Web Design Website]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/?p=107</guid>
		<description><![CDATA[As you may be aware, the Hungerford Web Design website was recently the first site to be awarded an iCare award for accessibility. We have been awarded the silver award based on our accessible design, content and standards development.
&#8220;A lot of hard work has gone into this site and it is indeed a deserving winner&#8221;
iCare [...]]]></description>
			<content:encoded><![CDATA[<p>As you may be aware, the Hungerford Web Design website was recently the first site to be awarded an iCare award for accessibility. We have been awarded the silver award based on our accessible design, content and standards development.</p>
<p>&#8220;A lot of hard work has gone into this site and it is indeed a deserving winner&#8221;</p>
<p>iCare is the brainchild of the <a title="Nice 2 All" href="http://nice2all.com/">Nice 2 All</a> site owner who has an obvious passion and drive for accessibiliy. The iCare award is something and nothing. In my opinion, anything which increases the awareness of accessibility and web development standards is a great idea in my opinion. Whilst I haven&#8217;t seen anything similar, it probably does exist (do prove me wrong here though!), sadly, it isn&#8217;t well known either. This award would be of greater impact and importance if it was widely recognised (something I hope to help in some small part with this post).</p>
<p><strong>So what does the award mean and why is it silver?</strong></p>
<p><em>Copied verbatum from the original site:</em></p>
<p>The iCare Awards come in three levels, gold, silver and bronze. To qualify  for any of these awards your site/blog will be evaluated against the following  criteria:</p>
<p><img src="http://nice2all.com/wp-content/i-care-bronze.jpg" alt="iCare bronze" width="115" height="50" /></p>
<p>All you need to do to earn iCare bronze is to ensure that the main page of  your site/blog contains valid (X)HTML. The validity of your site/blog’s markup  will be checked via the <a href="http://validator.w3.org/">W3C  Markup Validation Service</a>. Meeting this criteria is not difficult but valid  (X)HTML is essential to any further accessibility features.</p>
<p><img src="http://nice2all.com/wp-content/i-care-silver.jpg" alt="iCare silver" /></p>
<p>To earn the iCare silver your site/blog needs to meet the criteria as  mentioned for the bronze award PLUS your stylesheet(s) also needs to have valid  markup. The validity of your CSS will be checked via the <a href="http://jigsaw.w3.org/css-validator/">W3C CSS Validation Service</a>.</p>
<p><img src="http://nice2all.com/wp-content/i-care-gold.jpg" alt="iCare gold" width="115" height="50" /></p>
<p>To earn the iCare gold your site/blog needs to meet the criteria as mentioned  for the bronze and silver award PLUS your CSS will be put through a further test  which actually consists of two tests:</p>
<p>The fore- and background colors used in your CSS will be put through a color  contrast test. This test will be done via the <a href="http://juicystudio.com/services/csstest.php#csscheck">Juicy Studio CSS  Analyser</a>. This same validator will also be used to check that you have no  fixed sized fonts anywhere in your CSS. To pass this final, double test, the  validator must not return any warning or error icons whatsoever.</p>
<p>These criteria are really not very difficult to meet and they do indeed only  cover the very basics of website accessibility. These criteria are however very  important if you want your site/blog to have any measure of accessibility or  even usability.</p>
<p>All sites/blogs that are evaluated will be notified of the result of the  evaluation within 7 days from the date of application.</p>
<p>If you know your site/blog meets these standards, you have already done the  hard work and the rest of the accessibility standards are within your grasp.  Please come and claim your reward for getting this far. Come and get the  recognition you deserve</p>
<p><strong>What haven&#8217;t we done?</strong></p>
<p>I&#8217;ve said it before and I really hope I don&#8217;t keep saying it&#8230;.the blog is poor. Our site was developed with both standards and accessibility in mind. For every usability functionality there is an accessible alternative. Unfortunately the blog is a theme which we have not designed from scratch. I have made a number of changes to the theme but more importantly I need to make a large number of changes to the various modules(/plugins) we use in the theme. This means I need to spend a fair amount fo development time on it.</p>
<p>I&#8217;m really keen to get it done, unfortunately other things have taken priority recently both at home and at work. I will make the changes in the not too distant future.</p>
<p><strong>Where would we like to be?</strong></p>
<p>Gold of course! I would like us to be the best at anything we attempt to do, we are not there yet but we will be, at which point we will re-submit th site with a view to obtaining a Gold classification. Until then we are reliant on users with accessibility needs letting us know if something doesn&#8217;t work well enough for them. That feedback is both difficult to get but incredibly valuable to us so please do feel able to comment on it.</p>
<p>I would be really grateful to anyone who takes some time to take a look at the iCare awards and feed back on them, submit their site to them and advocate them where possible. I have no vested interest in the site or the awards, I just think it&#8217;s a great idea and one which should be promoted.</p>
<p><a title="Award recipients" href="http://nice2all.com/icare-recipients/">List of iCare award winners</a></p>
<p><a title="award criteria" href="http://nice2all.com/icare/">Criteria for an award </a></p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Accessibility+Features' rel='tag' target='_self'>Accessibility Features</a>, <a class='technorati-link' href='http://technorati.com/tag/Accessible+Design' rel='tag' target='_self'>Accessible Design</a>, <a class='technorati-link' href='http://technorati.com/tag/Background+Colors' rel='tag' target='_self'>Background Colors</a>, <a class='technorati-link' href='http://technorati.com/tag/Brainchild' rel='tag' target='_self'>Brainchild</a>, <a class='technorati-link' href='http://technorati.com/tag/Bronze+Award' rel='tag' target='_self'>Bronze Award</a>, <a class='technorati-link' href='http://technorati.com/tag/Color+Contrast' rel='tag' target='_self'>Color Contrast</a>, <a class='technorati-link' href='http://technorati.com/tag/Deserving+Winner' rel='tag' target='_self'>Deserving Winner</a>, <a class='technorati-link' href='http://technorati.com/tag/Design+Content' rel='tag' target='_self'>Design Content</a>, <a class='technorati-link' href='http://technorati.com/tag/Gold+Silver' rel='tag' target='_self'>Gold Silver</a>, <a class='technorati-link' href='http://technorati.com/tag/Icare' rel='tag' target='_self'>Icare</a>, <a class='technorati-link' href='http://technorati.com/tag/Markup+Validation+Service' rel='tag' target='_self'>Markup Validation Service</a>, <a class='technorati-link' href='http://technorati.com/tag/Passion' rel='tag' target='_self'>Passion</a>, <a class='technorati-link' href='http://technorati.com/tag/Silver+Award' rel='tag' target='_self'>Silver Award</a>, <a class='technorati-link' href='http://technorati.com/tag/Stylesheet' rel='tag' target='_self'>Stylesheet</a>, <a class='technorati-link' href='http://technorati.com/tag/Validity' rel='tag' target='_self'>Validity</a>, <a class='technorati-link' href='http://technorati.com/tag/Verbatum' rel='tag' target='_self'>Verbatum</a>, <a class='technorati-link' href='http://technorati.com/tag/W3c+Css+Validation+Service' rel='tag' target='_self'>W3c Css Validation Service</a>, <a class='technorati-link' href='http://technorati.com/tag/W3c+Markup+Validation+Service' rel='tag' target='_self'>W3c Markup Validation Service</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Design+Website' rel='tag' target='_self'>Web Design Website</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Development' rel='tag' target='_self'>Web Development</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/announcements/icare-silver-accessibility-award/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Accessibility - Why bother?</title>
		<link>http://www.hungerfordwebdesign.com/blog/accessibility/accessibility-why-bother/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/accessibility/accessibility-why-bother/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 12:27:00 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Accessible Content]]></category>

		<category><![CDATA[Aids]]></category>

		<category><![CDATA[Business Sector]]></category>

		<category><![CDATA[Compliance]]></category>

		<category><![CDATA[Controversial Question]]></category>

		<category><![CDATA[Frontpage Features]]></category>

		<category><![CDATA[Interoperability]]></category>

		<category><![CDATA[Justifications]]></category>

		<category><![CDATA[Mindset]]></category>

		<category><![CDATA[Misconception]]></category>

		<category><![CDATA[Restriction]]></category>

		<category><![CDATA[Search Engines]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Spiders]]></category>

		<category><![CDATA[Usability Testing]]></category>

		<category><![CDATA[Web Designer]]></category>

		<category><![CDATA[Web Developer]]></category>

		<category><![CDATA[Wheelchair Access]]></category>

		<category><![CDATA[Wor]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/?p=106</guid>
		<description><![CDATA[It&#8217;s a potentially controversial question I know&#8230;.
Our blog is definately lacking in accessible content and it&#8217;s something I am hyper-aware of. Primarily this is because that as a web developer I view any restriction on user base as a bad thing, a mindset which has helped me to convince clients and users of the benefits. [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a potentially controversial question I know&#8230;.</p>
<p>Our blog is definately lacking in accessible content and it&#8217;s something I am hyper-aware of. Primarily this is because that as a web developer I view any restriction on user base as a bad thing, a mindset which has helped me to convince clients and users of the benefits. That said, rather than becoming easier, I am finding it harder to justify the extra work (and it is) to provide a really accessible site.</p>
<p>Where is the extra work?</p>
<p>Well, it&#8217;s in checking, changing, re-checking, validating, usability testing etc etc. I can make a site that looks the way I want it to look in a far shorter time than I can make it 100% (or near as dammit) accessible and compliant. This cost has to be transferred somewhere and unfortunately it&#8217;s the customer who takes that hit. My main justifications (in the order the customer normally cares about most) are:</p>
<ul>
<li>It aids in SEO and placement within search engines as the spiders can more easily navigate and digest your content</li>
<li>It may be a legal requirement depending on location and or business sector</li>
<li>You may be opening your business up to an untapped sector of society</li>
<li>It&#8217;s good practice</li>
</ul>
<p>In honestly, my experience is that most businesses and individuals don&#8217;t really care about restricting the people who can use the website they are providing. If however, you offered them a ground floor accessible building with wheelchair access to all areas they would tout that as a real feature of their offices compared to the 5th floor office with stair access only.</p>
<p>It&#8217;s hard to change this mindset and is something I have been trying many approaches on over time. I liken it to the frontpage debate. I&#8217;ve said before, I hate it. It turns every home user into a &#8220;web designer&#8221; with terrible coding, no compliance, no interoperability and just plain looks hideous (assuming you are using the built-in frontpage &#8220;features&#8221;)&#8230;. it gives people a total misconception which they feel is completely justified. In a word it looks OK in general but the scaffolding holding it up is made from chewing gum, spit and paper. Accessibility is a strong scaffolding but noone ever sees it (unless you really need it).</p>
<p>With all that said, I can also see SOME of the points of view offered by the customer. Noteably, that the cost outweighs some of the immediate and direct benefit. It can be difficult to justify spending more when you can&#8217;t always see the benefit yourself. It&#8217;s not like offering them some funky new state of the art functionality for a bit of extra cash. A lot of the time it&#8217;s the code and the non-obvious stuff which costs them the money.</p>
<p>I like to think that through CSS/XHTML standards driven development I am doing what I can to confirm to at least the most basic of accessibility requirements even if our customers point blank refuse to pay for more accessible development. I also know that I&#8217;m sure many high-horse developers will be tsk&#8217;ing at me not producing completely accessbile designs by default and this is one area where I have to agree with my customers&#8230;&#8230;.the cost for me to cover the development of accessibility would reduce my business to very little if the costs weren&#8217;t being covered by the customer. On that basis I think education, profile and selling the benefits are my key tools. If you encounter similar situations and/or use other arguments when discussing accessibility I would really like to hear them. I&#8217;m sure I am not the first and I definately won&#8217;t be the last to have those sometimes difficult conversations.</p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Accessibility' rel='tag' target='_self'>Accessibility</a>, <a class='technorati-link' href='http://technorati.com/tag/Accessible+Content' rel='tag' target='_self'>Accessible Content</a>, <a class='technorati-link' href='http://technorati.com/tag/Aids' rel='tag' target='_self'>Aids</a>, <a class='technorati-link' href='http://technorati.com/tag/Business+Sector' rel='tag' target='_self'>Business Sector</a>, <a class='technorati-link' href='http://technorati.com/tag/Compliance' rel='tag' target='_self'>Compliance</a>, <a class='technorati-link' href='http://technorati.com/tag/Controversial+Question' rel='tag' target='_self'>Controversial Question</a>, <a class='technorati-link' href='http://technorati.com/tag/Frontpage+Features' rel='tag' target='_self'>Frontpage Features</a>, <a class='technorati-link' href='http://technorati.com/tag/Interoperability' rel='tag' target='_self'>Interoperability</a>, <a class='technorati-link' href='http://technorati.com/tag/Justifications' rel='tag' target='_self'>Justifications</a>, <a class='technorati-link' href='http://technorati.com/tag/Mindset' rel='tag' target='_self'>Mindset</a>, <a class='technorati-link' href='http://technorati.com/tag/Misconception' rel='tag' target='_self'>Misconception</a>, <a class='technorati-link' href='http://technorati.com/tag/Restriction' rel='tag' target='_self'>Restriction</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engines' rel='tag' target='_self'>Search Engines</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a>, <a class='technorati-link' href='http://technorati.com/tag/Spiders' rel='tag' target='_self'>Spiders</a>, <a class='technorati-link' href='http://technorati.com/tag/Usability+Testing' rel='tag' target='_self'>Usability Testing</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Designer' rel='tag' target='_self'>Web Designer</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Developer' rel='tag' target='_self'>Web Developer</a>, <a class='technorati-link' href='http://technorati.com/tag/Wheelchair+Access' rel='tag' target='_self'>Wheelchair Access</a>, <a class='technorati-link' href='http://technorati.com/tag/Wor' rel='tag' target='_self'>Wor</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/accessibility/accessibility-why-bother/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Alexa 3 week update - 1 million rank improvement</title>
		<link>http://www.hungerfordwebdesign.com/blog/seo/alexa-3-week-update-1-million-rank-improvement/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/seo/alexa-3-week-update-1-million-rank-improvement/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 17:56:33 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Alexa]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[1 Million]]></category>

		<category><![CDATA[Com Blog]]></category>

		<category><![CDATA[Consistent Approaches]]></category>

		<category><![CDATA[Current]]></category>

		<category><![CDATA[High Hopes]]></category>

		<category><![CDATA[Improve Ranking]]></category>

		<category><![CDATA[Rank Improvement]]></category>

		<category><![CDATA[Thought Processes]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/?p=105</guid>
		<description><![CDATA[Well, it seems our strategies have been much more successful than expected.
If you have no idea what I am talking about the background is here (along with the only tips we have used to improve our rank): http://www.hungerfordwebdesign.com/blog/seo/increase-your-alexa-rank/
To view the original and current Alexa rank: http://www.hungerfordwebdesign.com/blog/alexa-monitoring-page/
In short, we started a small experiment to improve our [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it seems our strategies have been much more successful than expected.</p>
<p>If you have no idea what I am talking about the background is here (along with the only tips we have used to improve our rank): <a title="http://www.hungerfordwebdesign.com/blog/seo/increase-your-alexa-rank/" href="http://www.hungerfordwebdesign.com/blog/seo/increase-your-alexa-rank/">http://www.hungerfordwebdesign.com/blog/seo/increase-your-alexa-rank/</a></p>
<p>To view the original and current Alexa rank: <a title="http://www.hungerfordwebdesign.com/blog/alexa-monitoring-page/" href="http://www.hungerfordwebdesign.com/blog/alexa-monitoring-page/">http://www.hungerfordwebdesign.com/blog/alexa-monitoring-page/</a></p>
<p>In short, we started a small experiment to improve our Alexa ranking in a month. I didn&#8217;t have very high hopes but the thought processes were sound so I decided to give it a go. We have moved up over 1million ranks to a (at time of posting) #573,850. This is an incredible improvement given a small number of changes and some consistent approaches to our posts.</p>
<p>I hope these tips serve you as well (or better) than they have us. If you would like any help/advice with these tips and how to improve your Alexa rank please do post a comment and I&#8217;ll be happy to help.</p>
<p>We&#8217;ll do a number of similar experiments in the future to target particular technologies.</p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/1+Million' rel='tag' target='_self'>1 Million</a>, <a class='technorati-link' href='http://technorati.com/tag/Alexa' rel='tag' target='_self'>Alexa</a>, <a class='technorati-link' href='http://technorati.com/tag/Com+Blog' rel='tag' target='_self'>Com Blog</a>, <a class='technorati-link' href='http://technorati.com/tag/Consistent+Approaches' rel='tag' target='_self'>Consistent Approaches</a>, <a class='technorati-link' href='http://technorati.com/tag/Current' rel='tag' target='_self'>Current</a>, <a class='technorati-link' href='http://technorati.com/tag/High+Hopes' rel='tag' target='_self'>High Hopes</a>, <a class='technorati-link' href='http://technorati.com/tag/Improve+Ranking' rel='tag' target='_self'>Improve Ranking</a>, <a class='technorati-link' href='http://technorati.com/tag/Rank+Improvement' rel='tag' target='_self'>Rank Improvement</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a>, <a class='technorati-link' href='http://technorati.com/tag/Thought+Processes' rel='tag' target='_self'>Thought Processes</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/seo/alexa-3-week-update-1-million-rank-improvement/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Whitehat SEO tactics</title>
		<link>http://www.hungerfordwebdesign.com/blog/seo/whitehat-seo-tactics/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/seo/whitehat-seo-tactics/#comments</comments>
		<pubDate>Sun, 25 May 2008 15:41:31 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Adobe Reader]]></category>

		<category><![CDATA[Byproduct]]></category>

		<category><![CDATA[Caution]]></category>

		<category><![CDATA[Descriptive Text]]></category>

		<category><![CDATA[Exchanging Links]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[History Experience]]></category>

		<category><![CDATA[Honesty]]></category>

		<category><![CDATA[Inclusion]]></category>

		<category><![CDATA[Integrity]]></category>

		<category><![CDATA[Labels]]></category>

		<category><![CDATA[Major Search Engines]]></category>

		<category><![CDATA[Morality]]></category>

		<category><![CDATA[Path]]></category>

		<category><![CDATA[Pdfs]]></category>

		<category><![CDATA[Phrases]]></category>

		<category><![CDATA[Presence]]></category>

		<category><![CDATA[Progra]]></category>

		<category><![CDATA[Reputation]]></category>

		<category><![CDATA[Risk]]></category>

		<category><![CDATA[Search Engine]]></category>

		<category><![CDATA[Search Engine Exposure]]></category>

		<category><![CDATA[Search Engine Spider]]></category>

		<category><![CDATA[Search Spider]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/?p=103</guid>
		<description><![CDATA[I&#8217;ve already said that I consider myself a whitehat, one thing I would like to clarify though is that you don&#8217;t need or have to conform to these labels defined by others. Each individual should find their own SEO path based on history, experience, skill and ultimately risk.

What defines a whitehat? Maintaining the integrity and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already said that I consider myself a whitehat, one thing I would like to clarify though is that you don&#8217;t need or have to conform to these labels defined by others. Each individual should find their own SEO path based on history, experience, skill and ultimately risk.<br />
<span id="more-103"></span></p>
<p>What defines a whitehat? Maintaining the integrity and morality of your site as defined by the major search engines you are working with. (is that a fair description?)</p>
<p>Each search engine normally publishes whitepapers, guidelines and sometimes rules for inclusion in their services and following this is one of the descriptions of a whitehat. An equally valid description is simply a webmaster who creates their content for their users, not for google. The obvious byproduct of having a solid, committed and returning userbase is probably better rankings.</p>
<p><strong>Internal linking</strong></p>
<p>You have to tell a search engine where to look. An effective way of doing this is to have a link on your page, pointing to another of your links. This is why having simple links with descriptive text is extremely valuable. E.g. If I was going to link to an imaginary page for adobe reader:</p>
<ul>
<li>Good: Are you struggling with PDFs? Why not use <a title="Adobe" href="http://adobe.com">Adobe Reader</a></li>
<li>Bad: Are you struggling with PDFs? Click <a title="Adobe" href="http://adobe.com">here</a> to use Adobe Reader</li>
</ul>
<p>The difference is that a search engine spider will be attempting to index your link based on the context in which it is given. &#8220;Here&#8221; is such a pointless word in terms of its descriptiveness that it will be ignored. When linking internally, avoid the use of phrases which don&#8217;t describe what you are linking to and attempt to be consistent in the use of that text.</p>
<p><strong>Reciprocal linking</strong></p>
<p>Exchanging links is one way of both increasing your site presence and also your search engine exposure. *Caution* be aware of the reputation of the sites you are exchanging links with and in my opinion, stay well clear of any sites promising you that your site will be exchanged with thousands. Firstly, in all honesty, the sites taking part in the program will be of an equal or lower ranking than yours (thereby not helping with your ranking) additionally, your links are more than likely to be buried in a site structure not given any weighting by search engines.</p>
<p><strong>Website optimisation</strong></p>
<p>Optimising your site is to follow the guidelines laid out by the search engines themselves. Clear, easy to read links in association with well written content and considering accessibility will all help.</p>
<p>Some SEO related info from major search engines:</p>
<ul>
<li><a title="What does google recommend in terms of SEO companies?" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35291">What&#8217;s an SEO? Does Google recommend working with companies that offer to make my site Google-friendly?</a></li>
<li><a title="Google site design recommendations" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769">Google webmaster design guidelines</a></li>
<li><a title="MSN indexing guidelines" href="http://search.msn.com/docs/siteowner.aspx?t=SEARCH_WEBMASTER_REF_GuidelinesforOptimizingSite.htm">MSN/Livesearch Guidelines for successful indexing</a></li>
<li><a title="Yahoo quality guidelines" href="http://help.yahoo.com/l/us/yahoo/search/basics/basics-18.html">Yahoo search content quality guidelines</a></li>
</ul>
<p><strong>Content</strong></p>
<p>Good quality and regularly created content will bring both visitors and search engines alike. Make your content related to your site, create unique content offering your views and opinions. It&#8217;s my belief that making your content interactive through forums, guestbooks, blogs and other similar systems keeps people and spiders coming back again and again. For me, it also enriches my experience. Knowing that people are reading, learning from, thinking about what I&#8217;m saying really enspires me. The more comments and feedback I get, the better.</p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Adobe+Reader' rel='tag' target='_self'>Adobe Reader</a>, <a class='technorati-link' href='http://technorati.com/tag/Byproduct' rel='tag' target='_self'>Byproduct</a>, <a class='technorati-link' href='http://technorati.com/tag/Caution' rel='tag' target='_self'>Caution</a>, <a class='technorati-link' href='http://technorati.com/tag/Descriptive+Text' rel='tag' target='_self'>Descriptive Text</a>, <a class='technorati-link' href='http://technorati.com/tag/Exchanging+Links' rel='tag' target='_self'>Exchanging Links</a>, <a class='technorati-link' href='http://technorati.com/tag/Google' rel='tag' target='_self'>Google</a>, <a class='technorati-link' href='http://technorati.com/tag/History+Experience' rel='tag' target='_self'>History Experience</a>, <a class='technorati-link' href='http://technorati.com/tag/Honesty' rel='tag' target='_self'>Honesty</a>, <a class='technorati-link' href='http://technorati.com/tag/Inclusion' rel='tag' target='_self'>Inclusion</a>, <a class='technorati-link' href='http://technorati.com/tag/Integrity' rel='tag' target='_self'>Integrity</a>, <a class='technorati-link' href='http://technorati.com/tag/Labels' rel='tag' target='_self'>Labels</a>, <a class='technorati-link' href='http://technorati.com/tag/Major+Search+Engines' rel='tag' target='_self'>Major Search Engines</a>, <a class='technorati-link' href='http://technorati.com/tag/Morality' rel='tag' target='_self'>Morality</a>, <a class='technorati-link' href='http://technorati.com/tag/Path' rel='tag' target='_self'>Path</a>, <a class='technorati-link' href='http://technorati.com/tag/Pdfs' rel='tag' target='_self'>Pdfs</a>, <a class='technorati-link' href='http://technorati.com/tag/Phrases' rel='tag' target='_self'>Phrases</a>, <a class='technorati-link' href='http://technorati.com/tag/Presence' rel='tag' target='_self'>Presence</a>, <a class='technorati-link' href='http://technorati.com/tag/Progra' rel='tag' target='_self'>Progra</a>, <a class='technorati-link' href='http://technorati.com/tag/Reputation' rel='tag' target='_self'>Reputation</a>, <a class='technorati-link' href='http://technorati.com/tag/Risk' rel='tag' target='_self'>Risk</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine' rel='tag' target='_self'>Search Engine</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine+Exposure' rel='tag' target='_self'>Search Engine Exposure</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine+Spider' rel='tag' target='_self'>Search Engine Spider</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Spider' rel='tag' target='_self'>Search Spider</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/seo/whitehat-seo-tactics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Greyhat SEO tactics</title>
		<link>http://www.hungerfordwebdesign.com/blog/seo/greyhat-seo-tactics/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/seo/greyhat-seo-tactics/#comments</comments>
		<pubDate>Sun, 25 May 2008 14:34:35 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Array]]></category>

		<category><![CDATA[Automatic Methods]]></category>

		<category><![CDATA[Css Version]]></category>

		<category><![CDATA[Farm Environment]]></category>

		<category><![CDATA[Greyhats]]></category>

		<category><![CDATA[Images]]></category>

		<category><![CDATA[Link Farm]]></category>

		<category><![CDATA[Reputable Source]]></category>

		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/?p=102</guid>
		<description><![CDATA[Greyhats tend to employ blackhat tactics to a lesser degree and do also employ some whitehat tactics. It&#8217;s fair to say that they do also focus on the things which just aren&#8217;t covered by search engine guidelines and rules.

Duplicate content
Duplicate content can be entirely justified. The primary reason would be something like a site of [...]]]></description>
			<content:encoded><![CDATA[<p>Greyhats tend to employ blackhat tactics to a lesser degree and do also employ some whitehat tactics. It&#8217;s fair to say that they do also focus on the things which just aren&#8217;t covered by search engine guidelines and rules.<br />
<span id="more-102"></span></p>
<p><strong>Duplicate content</strong></p>
<p>Duplicate content can be entirely justified. The primary reason would be something like a site of indexed articles such as a library of works. Whilst not always penalised, the site may be given less weighting than that of an equally diverse site containing 100% unique content.</p>
<p><strong>Paid links</strong></p>
<p>For advertising your products or services, paid links are both encouraged and entirely legitamate. The potential comes when purchasing links simply to increase the search engine ranking or other benchmark. Question the reason for you buying links, it is unlikely that you will be negatively affected so long as you are purchasing links from a reputable source with diverse and strongly rating sites. Difficulty is more likey to come about when your link is placed in a link farm environment or a site which seems far more heavily weighted toward its external links rather than it&#8217;s content.</p>
<p><strong>Cloaking</strong></p>
<p>As discussed in the blackhat tactics article, there are some valid reasons behind cloaking (although it must be said, there are safer ways to achieve the same results). Nowadays, it is far safer to use the same content regardless of visitor. You can elect to offer different information via internal link (such as a no css version of your site for accessibility without images).</p>
<p><strong>Scraper sites</strong></p>
<p>The use of scraper sites by greyhats is well documented and understood. Whilst blackhats will be looking for any content ranking high enough to use, regardless of how much sense it makes, greyhats will be focusing on readable, good content. So, whilst using automatic methods, there is still a strong focus on actually giving the site visitor what they were expecting to see and it being legible.</p>
<p>It is often mentioned that greyhat (grey-hat, grayhat etc) doesn&#8217;t really exist. Many whitehats consider grey to simply be a blackhat with some morals. I disagree on the basis that even those morals create a differentiation which means that greyhats should not be bundled into the same box as blackhats.</p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Accessibility' rel='tag' target='_self'>Accessibility</a>, <a class='technorati-link' href='http://technorati.com/tag/Array' rel='tag' target='_self'>Array</a>, <a class='technorati-link' href='http://technorati.com/tag/Automatic+Methods' rel='tag' target='_self'>Automatic Methods</a>, <a class='technorati-link' href='http://technorati.com/tag/Css+Version' rel='tag' target='_self'>Css Version</a>, <a class='technorati-link' href='http://technorati.com/tag/Farm+Environment' rel='tag' target='_self'>Farm Environment</a>, <a class='technorati-link' href='http://technorati.com/tag/Greyhats' rel='tag' target='_self'>Greyhats</a>, <a class='technorati-link' href='http://technorati.com/tag/Images' rel='tag' target='_self'>Images</a>, <a class='technorati-link' href='http://technorati.com/tag/Link+Farm' rel='tag' target='_self'>Link Farm</a>, <a class='technorati-link' href='http://technorati.com/tag/Reputable+Source' rel='tag' target='_self'>Reputable Source</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine' rel='tag' target='_self'>Search Engine</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/seo/greyhat-seo-tactics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blackhat SEO tactics</title>
		<link>http://www.hungerfordwebdesign.com/blog/seo/blackhat-seo-tactics/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/seo/blackhat-seo-tactics/#comments</comments>
		<pubDate>Sun, 25 May 2008 12:05:01 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Act]]></category>

		<category><![CDATA[Array]]></category>

		<category><![CDATA[Black Hat]]></category>

		<category><![CDATA[blackhat]]></category>

		<category><![CDATA[Circumstances]]></category>

		<category><![CDATA[Doorway Pages]]></category>

		<category><![CDATA[Doorways]]></category>

		<category><![CDATA[Engine Spiders]]></category>

		<category><![CDATA[Groups Of People]]></category>

		<category><![CDATA[Hidden Text]]></category>

		<category><![CDATA[Informational Purposes]]></category>

		<category><![CDATA[Keyword]]></category>

		<category><![CDATA[Keywords]]></category>

		<category><![CDATA[No Doubt]]></category>

		<category><![CDATA[Novice]]></category>

		<category><![CDATA[People]]></category>

		<category><![CDATA[Search Engine Spider]]></category>

		<category><![CDATA[Search Engines]]></category>

		<category><![CDATA[Search Spider]]></category>

		<category><![CDATA[seo techniques]]></category>

		<category><![CDATA[Spiders]]></category>

		<category><![CDATA[Stress]]></category>

		<category><![CDATA[Tactic]]></category>

		<category><![CDATA[Thought Process]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/?p=101</guid>
		<description><![CDATA[Following on from Which SEO hat are you wearing? it can be difficult to know which tactics can affect you in which way, particularly for the novice.
For informational purposes, I&#8217;m hoping to cover some of the more common tactics of each type of &#8220;hat wearer&#8221;. I would like to stress that many of these tactics [...]]]></description>
			<content:encoded><![CDATA[<p>Following on from <a title="Which seo hat are you wearing" href="http://www.hungerfordwebdesign.com/blog/seo/which-seo-hat-are-you-wearing/">Which SEO hat are you wearing?</a> it can be difficult to know which tactics can affect you in which way, particularly for the novice.</p>
<p>For informational purposes, I&#8217;m hoping to cover some of the more common tactics of each type of &#8220;hat<span id="more-101"></span> wearer&#8221;. I would like to stress that many of these tactics did or can negatively affect your site if you are caught using them. Some people will have great success with them in the right circumstances but these people are fully aware of the right situations to use them and are prepared for the risks associated with using them. I am not advocating (or otherwise) these techniques but I do particularly want to warn people who don&#8217;t understand the impact NOT TO USE THEM.</p>
<p><strong>Hidden text</strong></p>
<p>Hidden text is probably the most frequently used tactic by beginners in site design and SEO. The thought process is that you can include keywords and searchable text which will not be visible to your users but will be picked up by search engines. Nowadays this is easily detected as spiders become more style aware and many suggest that you will find yourself easily reported for using this technique. Additionally, users with screenreaders will readily identify what you are doing and will be among the groups of people willing to report you.</p>
<p><strong>Cloaking</strong></p>
<p>Cloaking is basically the act of presenting different information based on the visitor. It was fairly common a few years ago as a useability method for displaying your site in the correct way based on browser version. This was then adopted as an automatic way of presenting keyword heavy, different content to search engine spiders. The danger here is that some users will deliberately present themselves to your site as a search engine spider (googlebot being the most common). When they see what you are doing, they will most likely report you.</p>
<p><strong>Doorways</strong></p>
<p>As a user these are eternally frustrating and no doubt we have all seen them. Nowadays, doorway pages are automatically generated by software. A keyword heavy page is created and indexed. When you type something in google and it&#8217;s very obvious that the site itself has no real bearing on the page then it&#8217;s probably a doorway. I have found this to be very common in web design pages which are targeted at geographical groups. As a site which does focus on a geographical area, I can type &#8220;hungerford web design&#8221; and get pages from sites based in areas hundreds of miles away or even in other countries. These pages really annoy me and thankfully they are generally easily detected and removed.</p>
<p><strong>Redirection</strong></p>
<p>In blackhat terms, redirects are used in conjunction with other techniques. Primarily, a redirect would be use to transfer a visitor from a content-less doorway page to a real page containing genuine content. It can be really effective depending on the method used. Again, this is probably fairly defunct as search engine spiders frown on certain types of redirect. The most effective of the redirects probably relies on detecting a user agent and redirecting based on whether it seems to be a spider or a genuine visitor.</p>
<p><strong>Keyword stuffing</strong></p>
<p>In relation to search engine spam, this is probably one of (if not) the most prolific offenders. Keyword stuffing is essentially the practice of creating a very keyword heavy page. It doesn&#8217;t really have to make much sense so readibility is often not a consideration. The idea being that of all of the<br />
keywords and phrases included, the spider will identify a good portion of them as useful, thereby creating a greater diversity of searchable phrases. These can be doorway pages and redirection can be applied to create a more useful browsing experience for genuine visitors although it is more common to either put the text in a lower part of the page or to hide the content with<br />
hidden text.</p>
<p><strong>Duplicate sites/content</strong></p>
<p>Employed in different ways there can b a number of reasons for duplicating content. Duplicate content can be detected and removed from listings fairly easily, if done correctly you could have the content of a competitor removed. Equally, you can have multiple instances of your content in a number of sites which differ slightly and threfore can perform differently.</p>
<p><strong>Spamdexing</strong></p>
<p>In essence, spamdexing employs a few of the processes discussed above to manipulate the spider to index based on terms and keywords which bear little or no relation to the main content (if any) on the page. Spamdexing normally features hidden text, keyword stuffing and potentially doorways and redirects as well. In hindsight it&#8217;s probably more accurate to discribe spamdexing as the collective name for most blackhat tactics.</p>
<p><strong>Scraper sites</strong></p>
<p>Scraper sites are a little similar to doorway pages. The site software will use search engine results to glean (steal) content from the origin site on the basis that the content was good enough to reach the top spots. With a wealth of proven god content, the scraper site can and has exceeded the ranking of the original site or sites.</p>
<p><strong>Link spamming</strong></p>
<p>Link spamming has the main purpose of manipulating search engine algorythms which provide reputation based on inbound links, primarily this means Google pagerank.</p>
<ul>
<li>Link farms</li>
<li>Spam blogs</li>
<li>Hidden links</li>
<li>Expired domain purchases</li>
<li>Sybil attack (definition from <a title="Sybil attack definition" href="http://en.wikipedia.org/wiki/Sybil_attack">wikipedia</a>)</li>
<li>Comment spam</li>
</ul>
<p><strong>Googlebombing</strong></p>
<p>Googlebombs (whilst serious) can be very humerous sometimes. By virtue of the way it works, google will rank a site higher if all of the link text pointing to the page uses the same phrases. Some of the most prolific google bombs include the search phrase &#8220;Weapons of mass distruction&#8221; which resulted in a fake 404 page stating that &#8220;weapons of mass destruction cannot be found&#8221; in reference to the Allied search for WMD&#8217;s in Iraq. Equally funny was the &#8220;More evil than satan himself&#8221; which brought back Microsoft homepage as the top result. The serious uses for this kind of &#8220;attack&#8221; can be easily seen.</p>
<p>Know more? drop me a line and I&#8217;ll add other useful descriptions of blackhat SEO techniques.</p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Act' rel='tag' target='_self'>Act</a>, <a class='technorati-link' href='http://technorati.com/tag/Array' rel='tag' target='_self'>Array</a>, <a class='technorati-link' href='http://technorati.com/tag/Black+Hat' rel='tag' target='_self'>Black Hat</a>, <a class='technorati-link' href='http://technorati.com/tag/blackhat' rel='tag' target='_self'>blackhat</a>, <a class='technorati-link' href='http://technorati.com/tag/Circumstances' rel='tag' target='_self'>Circumstances</a>, <a class='technorati-link' href='http://technorati.com/tag/Doorway+Pages' rel='tag' target='_self'>Doorway Pages</a>, <a class='technorati-link' href='http://technorati.com/tag/Doorways' rel='tag' target='_self'>Doorways</a>, <a class='technorati-link' href='http://technorati.com/tag/Engine+Spiders' rel='tag' target='_self'>Engine Spiders</a>, <a class='technorati-link' href='http://technorati.com/tag/Groups+Of+People' rel='tag' target='_self'>Groups Of People</a>, <a class='technorati-link' href='http://technorati.com/tag/Hidden+Text' rel='tag' target='_self'>Hidden Text</a>, <a class='technorati-link' href='http://technorati.com/tag/Informational+Purposes' rel='tag' target='_self'>Informational Purposes</a>, <a class='technorati-link' href='http://technorati.com/tag/Keyword' rel='tag' target='_self'>Keyword</a>, <a class='technorati-link' href='http://technorati.com/tag/Keywords' rel='tag' target='_self'>Keywords</a>, <a class='technorati-link' href='http://technorati.com/tag/No+Doubt' rel='tag' target='_self'>No Doubt</a>, <a class='technorati-link' href='http://technorati.com/tag/Novice' rel='tag' target='_self'>Novice</a>, <a class='technorati-link' href='http://technorati.com/tag/People' rel='tag' target='_self'>People</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine+Spider' rel='tag' target='_self'>Search Engine Spider</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engines' rel='tag' target='_self'>Search Engines</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Spider' rel='tag' target='_self'>Search Spider</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a>, <a class='technorati-link' href='http://technorati.com/tag/seo+techniques' rel='tag' target='_self'>seo techniques</a>, <a class='technorati-link' href='http://technorati.com/tag/Spiders' rel='tag' target='_self'>Spiders</a>, <a class='technorati-link' href='http://technorati.com/tag/Stress' rel='tag' target='_self'>Stress</a>, <a class='technorati-link' href='http://technorati.com/tag/Tactic' rel='tag' target='_self'>Tactic</a>, <a class='technorati-link' href='http://technorati.com/tag/Thought+Process' rel='tag' target='_self'>Thought Process</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/seo/blackhat-seo-tactics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Which SEO hat are you wearing?</title>
		<link>http://www.hungerfordwebdesign.com/blog/seo/which-seo-hat-are-you-wearing/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/seo/which-seo-hat-are-you-wearing/#comments</comments>
		<pubDate>Sun, 25 May 2008 08:48:49 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Array]]></category>

		<category><![CDATA[Black And White]]></category>

		<category><![CDATA[Black Hat]]></category>

		<category><![CDATA[Black White]]></category>

		<category><![CDATA[blackhat]]></category>

		<category><![CDATA[Colours]]></category>

		<category><![CDATA[Crackers]]></category>

		<category><![CDATA[Disclosure Practices]]></category>

		<category><![CDATA[Focus]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Yahoo]]></category>

		<category><![CDATA[greyhat]]></category>

		<category><![CDATA[Hackers]]></category>

		<category><![CDATA[Hackers Crackers]]></category>

		<category><![CDATA[Hats]]></category>

		<category><![CDATA[High Risk]]></category>

		<category><![CDATA[High Yield]]></category>

		<category><![CDATA[Holes]]></category>

		<category><![CDATA[No Doubt]]></category>

		<category><![CDATA[Scripters]]></category>

		<category><![CDATA[Search Engine]]></category>

		<category><![CDATA[Search Engine Optimisation]]></category>

		<category><![CDATA[Standpoint]]></category>

		<category><![CDATA[whitehat]]></category>

		<category><![CDATA[Whitepapers]]></category>

		<category><![CDATA[Yahoo]]></category>

		<category><![CDATA[Yahoo Msn]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/?p=100</guid>
		<description><![CDATA[As you move into the world of SEO and start to understand much of the terminology you will no doubt start to wonder about the colour of your hat.
In the same way that hackers, scripters and crackers tend towards particular techniques and acceptable disclosure practices, SEO&#8217;s have adopted a similar standpoint. What are the hats?
The [...]]]></description>
			<content:encoded><![CDATA[<p>As you move into the world of SEO and start to understand much of the terminology you will no doubt start to wonder about the colour of your hat.</p>
<p>In the same way that hackers, scripters and crackers tend towards particular techniques and acceptable disclosure practices, SEO&#8217;s have adopted a similar standpoint. What are the hats?<span id="more-100"></span></p>
<p>The three main colours of hat are black, white and grey. Each hat describes a set of principles which the wearer predominantly adopts. That isn&#8217;t to say that one won&#8217;t dip into the other on occaison, or even regularly use a particular technique associated with another set of ideas/ideals.</p>
<p><strong>Black hat<br />
</strong></p>
<p>In short, black hat SEO adopts a set of techniques which are mostly frowned upon or completely disallowed by a major search engine. The useage of such techniques are both high-risk but also potentially high yield can be obtained from using them. The benefits can outweight the risks but the downsides could see your site penalised in search results or dropped completely from listings.</p>
<p><strong>Grey hat</strong></p>
<p>It&#8217;s often considered that grey being between black and white whould naturally be the middle ground in terms of the techniques employed. That isn&#8217;t the case in SEO&#8230; It&#8217;s my opinion that white is absolute, if tainted by any other colour then it just simply isn&#8217;t white. By that token, grey is simply a lighter shade of black. I believe grey hat SEO to focus on what isn&#8217;t said. As an example, a white hat SEO will focus on following the guidelines, rules and suggested practices, a black hat SEO will use the same guides and decide which to ignore or do the complete opposite of to improve their rankings and a grey hat will find holes in the policies where actions and rules just simply aren&#8217;t covered.</p>
<p><strong>White hat</strong></p>
<p>It probably needs little description, especially given the descriptions above. White hat SEO&#8217;s follow the rules. When google, yahoo and msn release their whitepapers and guidelines on conforming to their rules, the typical white hat will read, digest and act based on what the rules say.</p>
<p>These descriptions are very much putting types of people into boxes, the truth is that many of these tactics are ambiguous and overlap each other. I believe that the mark of a persons true hat is their natural tendency and intent. Whilst a whitehat could fall foul of a mis-advised or understood practice, they maintain their whitehat status by definition of their intent. Those working towards guidelines and rules and doing their best show a good level of integrity and morality (in search engine terms), grey hats walk a fine legal line, and black hats do what needs to be done to reach their goal.</p>
<p>I would definately class myself as a whitehat but not conciously. I simply follow good webmaster design and development practices. I write good syntax, I do my best to tick all of the right boxes and I don&#8217;t do anything which would knowingly negatively affect any of my visitors or people linking to me. It isn&#8217;t a concious decision, it&#8217;s simply the way I do things.</p>
<p>What about you? would you consider yourself any particular hat, or not really informed enough to make the decision? It&#8217;s interesting when speaking to whitehat SEO&#8217;s as the majority are almost biblical in their quest for &#8220;whiteness&#8221; and will report and attempt to negatively affect sites employing bad tactics. Ask that same person if they would employ a blackhat tactic if they KNEW it would only positively affect them without any consequences and watch them pause for thought&#8230;..</p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Array' rel='tag' target='_self'>Array</a>, <a class='technorati-link' href='http://technorati.com/tag/Black+And+White' rel='tag' target='_self'>Black And White</a>, <a class='technorati-link' href='http://technorati.com/tag/Black+Hat' rel='tag' target='_self'>Black Hat</a>, <a class='technorati-link' href='http://technorati.com/tag/Black+White' rel='tag' target='_self'>Black White</a>, <a class='technorati-link' href='http://technorati.com/tag/blackhat' rel='tag' target='_self'>blackhat</a>, <a class='technorati-link' href='http://technorati.com/tag/Colours' rel='tag' target='_self'>Colours</a>, <a class='technorati-link' href='http://technorati.com/tag/Crackers' rel='tag' target='_self'>Crackers</a>, <a class='technorati-link' href='http://technorati.com/tag/Disclosure+Practices' rel='tag' target='_self'>Disclosure Practices</a>, <a class='technorati-link' href='http://technorati.com/tag/Focus' rel='tag' target='_self'>Focus</a>, <a class='technorati-link' href='http://technorati.com/tag/Google' rel='tag' target='_self'>Google</a>, <a class='technorati-link' href='http://technorati.com/tag/Google+Yahoo' rel='tag' target='_self'>Google Yahoo</a>, <a class='technorati-link' href='http://technorati.com/tag/greyhat' rel='tag' target='_self'>greyhat</a>, <a class='technorati-link' href='http://technorati.com/tag/Hackers' rel='tag' target='_self'>Hackers</a>, <a class='technorati-link' href='http://technorati.com/tag/Hackers+Crackers' rel='tag' target='_self'>Hackers Crackers</a>, <a class='technorati-link' href='http://technorati.com/tag/Hats' rel='tag' target='_self'>Hats</a>, <a class='technorati-link' href='http://technorati.com/tag/High+Risk' rel='tag' target='_self'>High Risk</a>, <a class='technorati-link' href='http://technorati.com/tag/High+Yield' rel='tag' target='_self'>High Yield</a>, <a class='technorati-link' href='http://technorati.com/tag/Holes' rel='tag' target='_self'>Holes</a>, <a class='technorati-link' href='http://technorati.com/tag/No+Doubt' rel='tag' target='_self'>No Doubt</a>, <a class='technorati-link' href='http://technorati.com/tag/Scripters' rel='tag' target='_self'>Scripters</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine' rel='tag' target='_self'>Search Engine</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine+Optimisation' rel='tag' target='_self'>Search Engine Optimisation</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a>, <a class='technorati-link' href='http://technorati.com/tag/Standpoint' rel='tag' target='_self'>Standpoint</a>, <a class='technorati-link' href='http://technorati.com/tag/whitehat' rel='tag' target='_self'>whitehat</a>, <a class='technorati-link' href='http://technorati.com/tag/Whitepapers' rel='tag' target='_self'>Whitepapers</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_self'>Yahoo</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo+Msn' rel='tag' target='_self'>Yahoo Msn</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/seo/which-seo-hat-are-you-wearing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The benefits of accessibility in SEO</title>
		<link>http://www.hungerfordwebdesign.com/blog/web-design-and-development/the-benefits-of-accessibility-in-seo/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/web-design-and-development/the-benefits-of-accessibility-in-seo/#comments</comments>
		<pubDate>Sat, 24 May 2008 17:33:00 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web Design and Development]]></category>

		<category><![CDATA[Accessibility Standards]]></category>

		<category><![CDATA[Analogy]]></category>

		<category><![CDATA[Array]]></category>

		<category><![CDATA[Correlations]]></category>

		<category><![CDATA[Design Content]]></category>

		<category><![CDATA[Different Contexts]]></category>

		<category><![CDATA[Facet]]></category>

		<category><![CDATA[Heading Tags]]></category>

		<category><![CDATA[Job]]></category>

		<category><![CDATA[Man And Machine]]></category>

		<category><![CDATA[Money]]></category>

		<category><![CDATA[Morals]]></category>

		<category><![CDATA[Screen Readers]]></category>

		<category><![CDATA[Search Engine Optimisation]]></category>

		<category><![CDATA[Search Engine Spider]]></category>

		<category><![CDATA[Search Engines]]></category>

		<category><![CDATA[Shame]]></category>

		<category><![CDATA[Traffic]]></category>

		<category><![CDATA[Truth]]></category>

		<category><![CDATA[Web Design Standards]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/?p=99</guid>
		<description><![CDATA[The benefits of SEO and Accessibility or intertwined. Too often, developers and SEO's/SEM's focus on one without fully considering the other, normally to the detriment of what they are trying to achieve.]]></description>
			<content:encoded><![CDATA[<p>We often talk about accessibility and SEO in different contexts. The truth is that many of the goals in SEO are mirrored in accessibility.</p>
<p>First and foremost, in search engine optimisation, we are attempting to get a non-visually aware system to read, navigate and digest our content. Whilst accessibility does not only cater for and promote useage by the blind or visually impaired, it is one strong facet.</p>
<p><span id="more-99"></span></p>
<p>I recently read a comment which described in a single sentence what I am trying to say. &#8220;A search engine spider is, by definition, blind&#8221; (credit to follow when I find the link).</p>
<p>SEO has become so much more than simply setting the right keywords. It has become key that your content is readable and legible to both man and machine alike. For disabled or impaired users this is key as many rely on machines such as screen readers, text browsers etc to give them the information they are looking for and which (hopefully) you are providing.</p>
<p>I&#8217;m by no means perfect on this front, I have sacrificed my morals on accessibility to have a nice looking blog. Both are achievable in equal measure but when you are dealing with someone elses code it isn&#8217;t always easy and finding the time to offer something for free when your job is to do the same thing for money is very difficult. No excuses though, this blog should be accessible and it isn&#8217;t (yet!).</p>
<p>So what are the correlations between the two in more detail?</p>
<p>Using the analogy above, a search engine spider is your most regular disabled or impaired visitor (70% of my traffic is search engines - shame it doesn&#8217;t translate into real visitors lol). A search engine spider is fiercely critical of your design, content and code. What I mean by this is that if it is unable to read it then it only has two courses of action: bury it or disregard it, neither of which is good for your site.</p>
<p>A number of accessibility standards conform exactly to web design standards, for example, the use of heading tags and seperating your content and style.</p>
<p>In short, if you develop your site for good accessibility and good SEO, the two compliment each other exponentially. Try to do one without the other and you may find that it&#8217;s all too easy to fail.</p>
<p>Our main website is both accessible (in terms of standards at least) and somewhat optimised for search engines, at least it was&#8230; In a recent code update we added some javascript which it seems may make it difficult for some software to view our main site.</p>
<p>Are you a disabled, visually impaired, or other type of screen-reader/text browser user? If so, I would really welcome some honest critical feedback, primarily on our main site : http://www.hungerfordwebdesign.com although I would equally welcome any feedback on any portion of our site(s).</p>
<p>As I have said before, our site is commercial and therefore I would hate to be losing money/customers/opportunities because I have excluded any type of user. The blog is non-commercial and about me being able to share information with peers and learn from visitors and so I am equally disappointed that I am potentially excluding valuable visitors.</p>
<p>The last point I would like to make which I have lightly touched on before, is that for UK site designers, the UK disability discrimination act may well apply. I would hate for someone to make the required changes just because the law says so, I think it is about getting support from site owners and designers. The simplest way is by selling the benefits to them. &#8220;Not only will your site have the ability to support a more diverse visitor group but search engines will more readily index your content, thereby inticing more visitors&#8221; - no losers!</p>
<p>I have listed a few of the tools which we have used in the past to emulate or recreate a disabled users&#8217; experience (primarily lynx and built in OS screen readers), if you have any suggestions for tools we could use to be more productive in this area, please let us know.</p>
<p>For those in the UK - have an excellent extra day off this weekend!</p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Accessibility+Standards' rel='tag' target='_self'>Accessibility Standards</a>, <a class='technorati-link' href='http://technorati.com/tag/Analogy' rel='tag' target='_self'>Analogy</a>, <a class='technorati-link' href='http://technorati.com/tag/Array' rel='tag' target='_self'>Array</a>, <a class='technorati-link' href='http://technorati.com/tag/Correlations' rel='tag' target='_self'>Correlations</a>, <a class='technorati-link' href='http://technorati.com/tag/Design+Content' rel='tag' target='_self'>Design Content</a>, <a class='technorati-link' href='http://technorati.com/tag/Different+Contexts' rel='tag' target='_self'>Different Contexts</a>, <a class='technorati-link' href='http://technorati.com/tag/Facet' rel='tag' target='_self'>Facet</a>, <a class='technorati-link' href='http://technorati.com/tag/Heading+Tags' rel='tag' target='_self'>Heading Tags</a>, <a class='technorati-link' href='http://technorati.com/tag/Job' rel='tag' target='_self'>Job</a>, <a class='technorati-link' href='http://technorati.com/tag/Man+And+Machine' rel='tag' target='_self'>Man And Machine</a>, <a class='technorati-link' href='http://technorati.com/tag/Money' rel='tag' target='_self'>Money</a>, <a class='technorati-link' href='http://technorati.com/tag/Morals' rel='tag' target='_self'>Morals</a>, <a class='technorati-link' href='http://technorati.com/tag/Screen+Readers' rel='tag' target='_self'>Screen Readers</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine+Optimisation' rel='tag' target='_self'>Search Engine Optimisation</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine+Spider' rel='tag' target='_self'>Search Engine Spider</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engines' rel='tag' target='_self'>Search Engines</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a>, <a class='technorati-link' href='http://technorati.com/tag/Shame' rel='tag' target='_self'>Shame</a>, <a class='technorati-link' href='http://technorati.com/tag/Traffic' rel='tag' target='_self'>Traffic</a>, <a class='technorati-link' href='http://technorati.com/tag/Truth' rel='tag' target='_self'>Truth</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Design+Standards' rel='tag' target='_self'>Web Design Standards</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/web-design-and-development/the-benefits-of-accessibility-in-seo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEOquake the SEO toolbar</title>
		<link>http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/</link>
		<comments>http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/#comments</comments>
		<pubDate>Thu, 22 May 2008 20:12:56 +0000</pubDate>
		<dc:creator>admin0</dc:creator>
		
		<category><![CDATA[Alexa]]></category>

		<category><![CDATA[Digg]]></category>

		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Technorati]]></category>

		<category><![CDATA[Commenters]]></category>

		<category><![CDATA[Confidence]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[First Contact]]></category>

		<category><![CDATA[First Glance]]></category>

		<category><![CDATA[Functionality]]></category>

		<category><![CDATA[Horizontal Version]]></category>

		<category><![CDATA[Ie7]]></category>

		<category><![CDATA[Line Explanation]]></category>

		<category><![CDATA[Mac Osx Leopard]]></category>

		<category><![CDATA[Minor Observations]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[Presents]]></category>

		<category><![CDATA[Quake]]></category>

		<category><![CDATA[Seo Tools]]></category>

		<category><![CDATA[SEOquake]]></category>

		<category><![CDATA[Spelling Mistake]]></category>

		<category><![CDATA[Tool]]></category>

		<category><![CDATA[Toolbar]]></category>

		<guid isPermaLink="false">http://www.hungerfordwebdesign.com/blog/?p=84</guid>
		<description><![CDATA[One of our commenters suggested this tool in the top 3 SEO tools article. As you can see in my comment there, I was pretty unimpressed when I installed it in IE7 on Vista. True to my word, I then installed the app into firefox on the mac, here is my review :)]]></description>
			<content:encoded><![CDATA[<p>One of our commenters suggested this tool in the top 3 SEO tools article. As you can see in my comment there, I was pretty unimpressed when I installed it in IE7 on Vista. True to my word, I then installed the app into firefox on the mac, here is my review :):</p>
<p>The SEO Quake toolbar/plugin is available directly from <a title="SEO Quake" href="http://www.seoquake.com/">http://www.seoquake.com/</a></p>
<p>Installation:</p>
<p>I&#8217;m installing into Firefox V2.0.0.14 on Mac OSX Leopard (10.5.2). The first window that the app presents me with is this one:</p>
<p><span id="more-84"></span></p>
<p><a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen1.jpg"><img class="aligncenter size-medium wp-image-85" title="Install screen 1" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen1-300x257.jpg" alt="" width="300" height="257" /></a></p>
<p>You have a choice of installing the Seobar version or the Seotoolbar version. I have a couple of minor observations with this which didn&#8217;t instill me with huge amounts of confidence at first glance.</p>
<ol>
<li>There was an obvious difference in the look and feel but I didn&#8217;t really understand what the benefits were. There is a one-line explanation but it didn&#8217;t make sense to me.</li>
<li>There was a spelling mistake (fickle I know but hey - I&#8217;m being honest)</li>
</ol>
<p>I decided to go for the Seobar option (for no reason other than it appealed to me more).<br />
ohhhhh more options <img src='http://www.hungerfordwebdesign.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen2.jpg"><img class="aligncenter size-medium wp-image-90" title="Install screen 2" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen2-300x257.jpg" alt="" width="300" height="257" /></a><br />
Here I need to select whether I would like the Seobar to display horizontally or vertically. I really did want to install the horizontal version (so I wasn&#8217;t losing either content or screen width) but decided that I wanted to be able to report on as much of the functionality as possible so selected the vertical option.<br />
I then had to chose to load the site information on page load or when I would like to see it. I decided on the latter so as to only show what I want to see when I want to see it.<br />
<!--more--><br />
<a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen3.jpg"><img class="aligncenter size-medium wp-image-91" title="Install screen 3" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen3-300x257.jpg" alt="" width="300" height="257" /></a><br />
Wow - even more options (I don&#8217;t remember being asked any of this on the IE install (which might be why I thought it was so poor) - I&#8217;ll have to revisit that and see if I missed something.<br />
Here I am showing my plugin configuration, I have selected these plugins based on the information I am interested in, you will want to customize this to your own level of interest. The plugins are then installed and Firefox restarted:<br />
<a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen4.jpg"><img class="aligncenter size-medium wp-image-92" title="Install screen 4" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen4-300x287.jpg" alt="" width="300" height="287" /></a><br />
<strong>First Contact:</strong><br />
On reload, I am directed to the SEOQuake changelog and the new menubar appears on the left hand side of the screen.<br />
<a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/menu1.jpg"><img class="aligncenter size-medium wp-image-93" title="Unpopulated menu" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/menu1-85x300.jpg" alt="" width="85" height="300" /></a><br />
Here as an image of the SEObar populated after a quick check of the SEOQuake site:<br />
<a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/menu1-populated.jpg"><img class="aligncenter size-medium wp-image-94" title="Populated Menu" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/menu1-populated-114x300.jpg" alt="" width="114" height="300" /></a><br />
There are a couple of things I noticed very quickly which I liked:</p>
<ol>
<li>The menubar can be moved around the screen simply with a click (of the SQ icon)+move - great when it&#8217;s obscuring something</li>
<li>The text is pretty small which means this box can be pretty small.</li>
<li>The simplicity meant that the details where easy to see and seek out exactly what you want to know.</li>
</ol>
<p>&#8230;.and a couple of things not so hot (or to be improved on):</p>
<ol>
<li>A level of transparency in the bar would negate me needing to keep moving it to see what&#8217;s underneath. If I could see that I wasn&#8217;t interested in that area of the page it would limit the hassle of it being there (although I could have chosen to install it into the toolbar instead).</li>
<li>Echoing #2 above, the text is small, this could be a limitation for those with sight difficulties (yep -they do SEO <img src='http://www.hungerfordwebdesign.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</li>
<li>I think there is a lot of scope for making this a more interactive gadget through AJAX (perhaps use it as a feed reader?!)</li>
</ol>
<p>So what information does it give me?</p>
<ol>
<li>Google Pagerank</li>
<li>Number of Google indexed pages</li>
<li>Number of Inlinks in Yahoo (for the page)</li>
<li>Number of Inlinks in Yahoo (for the domain)</li>
<li>Number of Inlinks in MSN Live Search</li>
<li>Alexa Pagerank</li>
<li>Domain Age (Date of registration)</li>
<li>Technorati Inlinks</li>
<li>Whois Lookup (at whois.sc) - This doesn&#8217;t work at the moment but it seems to be an issue with me or domaintools as doing it manually in the browser didn&#8217;t work either.</li>
<li>Page source code</li>
<li>Robots.txt link</li>
<li>Sitemap boolean</li>
<li>Keyword density link</li>
<li>Links on page (number)</li>
</ol>
<p>I also noticed that when viewing the main search engines, I had a host of (for me, annoying) additional functionality, although there is arguably a clear and massive benefit to having this when comparing search terms and competing sites:</p>
<p>Google:<br />
<a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/google.jpg"><img class="aligncenter size-medium wp-image-95" title="Google" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/google-300x240.jpg" alt="" width="300" height="240" /></a><br />
Yahoo:<br />
<a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/yahoo.jpg"><img class="aligncenter size-medium wp-image-98" title="Yahoo" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/yahoo-300x240.jpg" alt="" width="300" height="240" /></a><br />
<a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/yahoo.jpg"></a>MSN:<br />
<a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/msn.jpg"><img class="aligncenter size-medium wp-image-97" title="MSN" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/msn-300x240.jpg" alt="" width="300" height="240" /></a><br />
With the great degree of forethought I obviously had when putting together the main HWD website (i.e - it was lucky), the Seobar was nicely off to the left and not obscuring any part of the content (nice!).<br />
<a href="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/hwd-page.jpg"><img class="aligncenter size-medium wp-image-96" title="Hungerford Web Design Page" src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/hwd-page-300x240.jpg" alt="" width="300" height="240" /></a><br />
Overall I really like it - I&#8217;m still not sold on the info being on the browser, I like using sites to periodically check the status of our site(s) but I do wonder whether repeated use of tools such as this one could negatively affect positioning (although I doubt it). It also seems to clutter my browsing experience although I can&#8217;t really think of a better way of doing it myself. If I installed every toolbar which had a degree of functionality I like, I would have about an inch in which to view sites as the rest of the window would be full of toolbars. This does seem to have a lot of features though and is more customizable than any other toolbar I have come across and that deserves serious kudos!<br />
I need to revisit the IE version as for me, it very nearly prevented me installing the Firefox version as all and had that been the case, I would have been a little less tooled up for my SEO. This one will definately be added to the &#8220;box of tricks&#8221;. It&#8217;s fair to say that this really is just the basics of this application, the more I look, the more I find so I will follow up with a more detailed look into the application relating to some of its more advanced features.<br />
Let me know how you get on and what you think of the plugin(s), any particular tips and tricks I may have missed as well as any improvement suggestions.<br />
All images in this post:</p>

<a href='http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/attachment/screen1/' title='Install screen 1'><img src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen1-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/attachment/screen2/' title='Install screen 2'><img src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen2-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/attachment/screen3/' title='Install screen 3'><img src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen3-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/attachment/screen4/' title='Install screen 4'><img src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/screen4-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/attachment/menu1/' title='Unpopulated menu'><img src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/menu1-92x150.jpg" width="92" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/attachment/menu1-populated/' title='Populated Menu'><img src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/menu1-populated-123x150.jpg" width="123" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/attachment/google/' title='Google'><img src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/google-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/attachment/hwd-page/' title='Hungerford Web Design Page'><img src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/hwd-page-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/attachment/msn/' title='MSN'><img src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/msn-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/attachment/yahoo/' title='Yahoo'><img src="http://www.hungerfordwebdesign.com/blog/wp-content/uploads/2008/05/yahoo-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>


<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Commenters' rel='tag' target='_self'>Commenters</a>, <a class='technorati-link' href='http://technorati.com/tag/Confidence' rel='tag' target='_self'>Confidence</a>, <a class='technorati-link' href='http://technorati.com/tag/Firefox' rel='tag' target='_self'>Firefox</a>, <a class='technorati-link' href='http://technorati.com/tag/First+Contact' rel='tag' target='_self'>First Contact</a>, <a class='technorati-link' href='http://technorati.com/tag/First+Glance' rel='tag' target='_self'>First Glance</a>, <a class='technorati-link' href='http://technorati.com/tag/Functionality' rel='tag' target='_self'>Functionality</a>, <a class='technorati-link' href='http://technorati.com/tag/Horizontal+Version' rel='tag' target='_self'>Horizontal Version</a>, <a class='technorati-link' href='http://technorati.com/tag/Ie7' rel='tag' target='_self'>Ie7</a>, <a class='technorati-link' href='http://technorati.com/tag/Line+Explanation' rel='tag' target='_self'>Line Explanation</a>, <a class='technorati-link' href='http://technorati.com/tag/Mac+Osx+Leopard' rel='tag' target='_self'>Mac Osx Leopard</a>, <a class='technorati-link' href='http://technorati.com/tag/Minor+Observations' rel='tag' target='_self'>Minor Observations</a>, <a class='technorati-link' href='http://technorati.com/tag/Plugins' rel='tag' target='_self'>Plugins</a>, <a class='technorati-link' href='http://technorati.com/tag/Presents' rel='tag' target='_self'>Presents</a>, <a class='technorati-link' href='http://technorati.com/tag/Quake' rel='tag' target='_self'>Quake</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a>, <a class='technorati-link' href='http://technorati.com/tag/Seo+Tools' rel='tag' target='_self'>Seo Tools</a>, <a class='technorati-link' href='http://technorati.com/tag/SEOquake' rel='tag' target='_self'>SEOquake</a>, <a class='technorati-link' href='http://technorati.com/tag/Spelling+Mistake' rel='tag' target='_self'>Spelling Mistake</a>, <a class='technorati-link' href='http://technorati.com/tag/Tool' rel='tag' target='_self'>Tool</a>, <a class='technorati-link' href='http://technorati.com/tag/Toolbar' rel='tag' target='_self'>Toolbar</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.hungerfordwebdesign.com/blog/seo/seoquake-the-seo-toolbar/feed/</wfw:commentRss>
		</item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 1.076 seconds -->
