<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>White Hat Web Design</title>
	<atom:link href="http://www.white-hat-web-design.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.white-hat-web-design.co.uk/blog</link>
	<description>UK Web Design &#38; SEO</description>
	<lastBuildDate>Wed, 01 Feb 2012 10:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WHM Plugin: AllAwstats</title>
		<link>http://www.white-hat-web-design.co.uk/blog/whm-plugin-allawstats/</link>
		<comments>http://www.white-hat-web-design.co.uk/blog/whm-plugin-allawstats/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 15:38:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.white-hat-web-design.co.uk/blog/?p=308</guid>
		<description><![CDATA[Need to view the Awstats unique visitor numbers across all your sites? SSH into your server and run the following to install: wget http://www.white-hat-web-design.co.uk/scripts/addon_allawstats.txt mv addon_allawstats.txt /usr/local/cpanel/whostmgr/docroot/cgi/addon_allawstats.cgi chmod +x /usr/local/cpanel/whostmgr/docroot/cgi/addon_allawstats.cgi]]></description>
			<content:encoded><![CDATA[<p>Need to view the Awstats unique visitor numbers across all your sites?</p>
<p>SSH into your server and run the following to install:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.white-hat-web-design.co.uk<span style="color: #000000; font-weight: bold;">/</span>scripts<span style="color: #000000; font-weight: bold;">/</span>addon_allawstats.txt
<span style="color: #c20cb9; font-weight: bold;">mv</span> addon_allawstats.txt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>cpanel<span style="color: #000000; font-weight: bold;">/</span>whostmgr<span style="color: #000000; font-weight: bold;">/</span>docroot<span style="color: #000000; font-weight: bold;">/</span>cgi<span style="color: #000000; font-weight: bold;">/</span>addon_allawstats.cgi
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>cpanel<span style="color: #000000; font-weight: bold;">/</span>whostmgr<span style="color: #000000; font-weight: bold;">/</span>docroot<span style="color: #000000; font-weight: bold;">/</span>cgi<span style="color: #000000; font-weight: bold;">/</span>addon_allawstats.cgi</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.white-hat-web-design.co.uk/blog/whm-plugin-allawstats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHM Plugin: WordPress Versions</title>
		<link>http://www.white-hat-web-design.co.uk/blog/whm-plugin-wordpress-versions/</link>
		<comments>http://www.white-hat-web-design.co.uk/blog/whm-plugin-wordpress-versions/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 12:09:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.white-hat-web-design.co.uk/blog/?p=301</guid>
		<description><![CDATA[Ever wanted to check the versions of all WordPress sites running on your server? We&#8217;ve built a handy plugin to do just that. The plugin simply scans through all the home directories on your server looking for WordPress installations and reports them all to you notifying you whether they&#8217;re running the latest version or need [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to check the versions of all WordPress sites running on your server? We&#8217;ve built a handy plugin to do just that. The plugin simply scans through all the home directories on your server looking for WordPress installations and reports them all to you notifying you whether they&#8217;re running the latest version or need updating. </p>
<p>SSH into your server and run the following to install:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.white-hat-web-design.co.uk<span style="color: #000000; font-weight: bold;">/</span>scripts<span style="color: #000000; font-weight: bold;">/</span>addon_wordpressversions.txt
<span style="color: #c20cb9; font-weight: bold;">mv</span> addon_wordpressversions.txt <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>cpanel<span style="color: #000000; font-weight: bold;">/</span>whostmgr<span style="color: #000000; font-weight: bold;">/</span>docroot<span style="color: #000000; font-weight: bold;">/</span>cgi<span style="color: #000000; font-weight: bold;">/</span>addon_wordpressversions.cgi
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x addon_wordpressversions.cgi</pre></div></div>

<p>Then login to your WHM control panel and you will see a new link under the Plugins section in the left hand menu</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-hat-web-design.co.uk/blog/whm-plugin-wordpress-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Top 10 SEO Checklist Rules</title>
		<link>http://www.white-hat-web-design.co.uk/blog/basic-top-10-seo-checklist-rules/</link>
		<comments>http://www.white-hat-web-design.co.uk/blog/basic-top-10-seo-checklist-rules/#comments</comments>
		<pubDate>Tue, 03 May 2011 14:45:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://whdesign.whdev.co.uk/blog/?p=92</guid>
		<description><![CDATA[Below is a keyword checklist to ensure that you follow the basic top tips to optimise your pages correctly including existing, main pages and secondary ones so to present them to the search engines in a acceptable manner, generally accepted search engine algorithm rules. URL: Get your primary keyword as close to the beginning of [...]]]></description>
			<content:encoded><![CDATA[<p>Below  is a keyword checklist to ensure that you follow the basic top tips to optimise  your pages correctly including existing, main pages and secondary ones so to  present them to the search engines in a acceptable manner, generally accepted  search engine algorithm rules.</p>
<p>  <strong>URL:</strong> Get  your primary keyword as close to the beginning of the URL as possible.</p>
<p>    <strong>Title  Tag:</strong> The title should be between 10 and 50 characters and include  one or more keywords while still being descriptive.</p>
<p>      <strong>Description  Meta Tag:</strong> The description meta tag  should be insightful and useful but it should also contain one or two of your  more important keywords.</p>
<p>        <strong>Keyword  Meta Tag:</strong> It makes sense that you  should include all of your keywords in the keyword meta tag. Do not include any  words that don&#8217;t appear in the body of your text.</p>
<p>        <strong>Keyword  Density:</strong> Your content should be made up of all of your keywords and  other text. A total keyword density (all keywords) of around 12% is the maximum  you should aim for if you exceed this you could fall foul of Google’s  acceptance and cross the line and commit the sin of &#8216;spamming&#8217;  and key word stuffing. Anything less than 2%  is unlikely to yield good results. Density for a single keyword should be  between 1% and 7%. 1% seems too low and 7% a little too high. Wherever possible  aim for approx 5% with the primary keyword and 3% with secondary and subsequent  keywords. This is balance which requires very careful consideration and  calculation. SEO experts are more skilled at this fine balance and you should  seek advice on this subject.</p>
<p>  <strong>Header  Tags</strong> (e.g. H1 and H2 tags): More weight is given to keywords that  appear within H1 tags, then H2 tags and so on.</p>
<p>  <strong>Text  Formatting Fonts</strong> (e.g. strong, bold and underline): This may not offer much weight  in algorithms, but generally if you bold the first instance of your keywords  and the last instance of your primary keyword you should see some positive  results.</p>
<p>  <strong>Beginning  of Text:</strong> The closer you can get your keywords to the beginning of your  page content the better. Try to include your primary keyword within the first  sentence or two and also within the last paragraph.</p>
<p>  <strong>Key-Phrases  as Whole Phrases:</strong> If you are targeting Internet Marketing as a key phrase then do  not split the words up if possible. Some effect is noticed if the words are  split, but much more benefit is received by including the phrase as a whole.</p>
<p>  <strong>Images  Alt Text:</strong> Include your keyword at least once in the Alt tag of any  images. Ensure that the text is relevant to the image and gives some  information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-hat-web-design.co.uk/blog/basic-top-10-seo-checklist-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Primary Keyword Layout</title>
		<link>http://www.white-hat-web-design.co.uk/blog/primary-keyword-layout/</link>
		<comments>http://www.white-hat-web-design.co.uk/blog/primary-keyword-layout/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 15:10:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://whdesign.whdev.co.uk/blog/?p=138</guid>
		<description><![CDATA[Ensure that your primary keywords are going to be seen and spidered first. When the Search Engine Bots/Spiders visit your site the first read the source code just as we read a books title from the top downwards. It is known that Bots/Spiders place more relevance to keywords and phrases which are at the top [...]]]></description>
			<content:encoded><![CDATA[<p>Ensure that your primary keywords are going to be seen and spidered first.<br />
	When the Search Engine Bots/Spiders visit your site the first read the source<br />
	code just as we read a books title from the top downwards.</p>
<p><strong>It is known that Bots/Spiders place more relevance to keywords<br />
		and phrases which are at the top of the page so it is logical to place as much<br />
		as possible of your primary page keywords and pages at the top of the page<br />
		and remove any potential obstacles, such as graphics and code.</strong></p>
<p>If you take this illustration and imagine this glass of beer is your webpage<br />
	and keep your primary keywords and phrases at the top of the glass then your<br />
	first thing you taste is the head and if you place your primary keywords at<br />
	the top of your page then you are letting the Bots/spiders the opportunity to<br />
	taste/read your pages and you will be optimising your pages to make then more<br />
	search engine friendly.</p>
<div style="text-align:center;">
		<img src="/blog/wp-content/uploads/2011/05/beer-keywords.jpg" alt="Beer" />
	</div>
<p><strong>If you have tables and graphics place these below your primary<br />
	keywords and phrases and ensure all JavaScript and lengthy lines of code are<br />
	hidden. Adjust all your page layouts in this way and you are giving the Bots/Spiders<br />
	an easier task to read what your pages are about.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-hat-web-design.co.uk/blog/primary-keyword-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to Climb the Google ladder?</title>
		<link>http://www.white-hat-web-design.co.uk/blog/want-to-climb-the-google-ladder/</link>
		<comments>http://www.white-hat-web-design.co.uk/blog/want-to-climb-the-google-ladder/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 14:46:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://whdesign.whdev.co.uk/blog/?p=94</guid>
		<description><![CDATA[If you want your website to climb the Google ladder then you need to develop your website ethically within the guide lines and be prepared to be patient and never take Unnecessary risks with short term tactics with potentially &#8216;Black Hat&#8217; practices. If you want climb the Google Ladder and improve your organic rankings then [...]]]></description>
			<content:encoded><![CDATA[<p>If you want your website to climb the Google<br />
  ladder then you need to develop your website ethically<br />
  within the guide lines and be prepared to be patient<br />
  and never take Unnecessary risks with short term<br />
  tactics with potentially &#8216;Black Hat&#8217; practices.</p>
<p>If you want climb the Google Ladder and improve your organic rankings then you need a well constructed site that is fully assessable containing a growing volume of new content and has plenty of quality in bound links. This is the best recipe to follow and your site will eventually climb the Google ladder. </p>
<p>Positive changes you make to your website will be automatically picked up by the Google bots who regularly spiders pages of websites as long as they are accessible and will index pages to their database and take note of those changes. Every web owner wants to see their website rise the Google rankings and we all want to please Google, so if you want to improve your rankings you should try to understand how to satisfy Google’s alogryhtm. To find out more about the Google guidelines <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=35769" rel="nofollow">http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=35769</a></p>
<p>Unlike other search engines such as Yahoo and MSN, Google don’t really pay that much attention to ‘Keywords’ and whilst they are important In the overall design and construction of your website they are of lesser importance to Google.</p>
<p>The two main areas of interest that Google are looking at</p>
<ul type="disc">
<li>Growth in your unique       content this makes your site of interest and up to date as a resource of       good information to their readers.</li>
</ul>
<ul type="disc">
<li>Quality and       volume of inbound links to your site both incoming only [directories] and       reciprocal links with relevant sites which have high link popularity.</li>
</ul>
<p>Both of these areas need your urgent attention if you are going to please Google’s measure of importance and climb the Google ladder</p>
<p>Let’s look at these topics in more detail</p>
<h3>Content</h3>
<p>  It is widely known and accepted that well researched uniquely written content that is grammatically correct is of great value to your website’s well being. Like taking vitamins for good health the content for your site is the pill of good health you need to add to your site on a continual basis. They used to say ‘An Apple a Day Keeps the Doctor at Bay’ well a page of content per day will do wonders for your website’s ranking. The more content you add to your site the more the site grows and builds a resource of information that Google can index and potentially display to their searchers. <br />
  To find out more about content go to http://www.white-hat-web-design.co.uk/content-writing.php</p>
<h3>Liks</h3>
<p>  So much has been written about links that could fill the shelves of municipal libraries many times over so we intend to keep this very simple and straightforward as we can. </p>
<h4>What is a Link?</h4>
<p>  A link to your website is a piece of code when displayed on another website page that creates an ‘active live’ link to your website when you click on it. For example when you search on Google you will see results of websites and a short description of that page and the blue text is an active link when clicked will take you to that page. That is classed as Inbound link as you don’t have to link back.</p>
<p>Each link you have to your web pages can be counted as a vote in favour of your content and the more links you have then the more votes you have in your favour. 
</p>
<p>However, not every link will be a high vote and some may be potentially damaging to your websites ranking so it is important to check the quality of those links to your site. The most important thing to remember about links is to go for Quality and above all Relevancy. The sites that link to your web pages should be relevant sites to your topic or subject matter. If you are selling clothes to children then a link from a Casino website bears no relevance and should not be accepted.</p>
<p>You will receive constant link requests from websites and web marketing people asking for a reciprocal link to your website every day, the problem with these is that 90% of them will be of no use to you and potentially from companies that are not as transparent as they seem to be. The unfortunate fact with link requests is that the vast majority of link requests are from sites that are not that honourable and are looking to deceive you. The term ‘Cheaters’ is used in the link building business to label such sites and we do not have the time to go in detail here to explain what cheating practices they get up to. Needless to say there are many ways in which these ‘Cheater’s can deceive the innocent web owner here are some of the more commonly used tactics.</p>
<ul type="disc">
<li>Removing your       link back after agreeing to place it a month or so later.</li>
<li>By leaving the       link in place but placing a ‘no follow’ scripting block to prevent the       spiders from seeing your link, so that all appears to be in order but of       no value to you whatsoever but great value to them.</li>
<li>By isolating the       links pages so that spiders can not follow the path to value and credit       your link</li>
</ul>
<p>These are just some of the more obvious ways that cheaters use to devalue your link and gain credit from the link you have placed on your site to theirs. There are others which experienced webmasters are aware of and that WHDesign check and monitor.</p>
<p>In short a link to your website is a vote in favour of your web pages if you give a link back then you are effectively cancelling out the vote by giving away a vote to the other website. The more links you can have to your website without having to give back a link the more votes you are building. To obtain ‘one way inbound’ links is difficult for example if a leading and informative website such as www.bbc.co.uk were prepared to place a link on their news pages to your website this would be priceless in terms of votes as the BBC is a international institution and highly respected website. </p>
<p>The only other way to obtain one way inbound links is to make<br />
  your site extremely popular or to add your site to the thousands of directories that catalogue websites as they seldom ask for a<br />
  return link you are building more inbound links as opposed to<br />
  giving more links away.</p>
<p>To find these Directories is a full time job and requires a sustained effort to research, catalogue and classify suitable directories. You then have to take the time to submit your site online, and provide a variety of descriptions as requested, and reply to confirmation emails from the directories editors who review your submission and in some cases you have to pay to apply.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-hat-web-design.co.uk/blog/want-to-climb-the-google-ladder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a website is like having a baby</title>
		<link>http://www.white-hat-web-design.co.uk/blog/creating-a-website-is-like-having-a-baby/</link>
		<comments>http://www.white-hat-web-design.co.uk/blog/creating-a-website-is-like-having-a-baby/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 15:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whdesign.whdev.co.uk/blog/?p=181</guid>
		<description><![CDATA[Crazy as that statement may sound at first there are some parallels to be drawn from it. Like a baby, a website needs care and a great deal of attention and feeding all the time. Like a Baby, a website needs training and teaching to be strong and self supporting and to be educated Like [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/blog/wp-content/uploads/2011/05/keith_then.jpg" alt="Keith Stepenson as a baby" style="margin:5px;float:left;height:170px;" /></p>
<p>
Crazy as that statement may sound at first there are some parallels to be drawn from it.</p>
<p>Like a baby, a website needs care and a great deal of attention and feeding<br />
	all the time. </p>
<p>Like a Baby, a website needs training and teaching to be strong and self supporting<br />
	and to be educated</p>
<p>Like a Baby, a website needs its parents [owners] to give correct guidance<br />
	and to know what they would like their baby to develop into</p>
<div class="central">
<img src="/blog/wp-content/uploads/2011/05/photo_2.jpg" alt="" style="margin:2px;height:140px;" /><br />
<img src="/blog/wp-content/uploads/2011/05/photo_3.jpg" alt="" style="margin:2px;height:140px;" />
</div>
<p><img src="/blog/wp-content/uploads/2011/05/photo_4.jpg" alt="" style="margin:2px;float:right;" /></p>
<p>Once child hood is past then the young website needs new skills and new fresh<br />
	content all the time to change with time and to reflect the latest information<br />
	and thinking</p>
<p>Eventually, the young website will develop into a living entity which breaths<br />
	life and constantly seeks out more data and new imagery like clothing.</p>
<p>In time your young well fed website will develop into a mature creation that<br />
	is well liked by the search engines and visitors alike and will live on provided<br />
	you are prepared to keep supporting it.</p>
<div style="text-align:center;margin:auto;"><img src="/blog/wp-content/uploads/2011/05/photo_1.jpg" alt="" style="margin:5px;float:left;" /></div>
<p>Like teenagers they never really move away, they may leave home but they still<br />
	need help and support for many years to come</p>
<p>Your website is your new child and unless you are prepared to make a true<br />
	investment in time and energy into its creation and development then maybe<br />
	think again. If you think that creating a website ends after the initial<br />
	design and submission then you are going to be very disappointed with the<br />
	results and returns the website will give you. However, if you are prepared<br />
	for a great deal of effort and prepared to devote some energies and resources<br />
	into your new website then you will be rewarded and pleased with the eventual<br />
	returns.</p>
<p>A website is for life and we understand that principal as we have created<br />
	and managed websites for commercial reasons for almost 10 years now. </p>
<p>Our commitment to you and your website is to help feed and develop your website<br />
	and to deliver only what we can promise and nothing more and nothing less.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-hat-web-design.co.uk/blog/creating-a-website-is-like-having-a-baby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Dictionary</title>
		<link>http://www.white-hat-web-design.co.uk/blog/web-design-dictionary/</link>
		<comments>http://www.white-hat-web-design.co.uk/blog/web-design-dictionary/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 15:13:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://whdesign.whdev.co.uk/blog/?p=145</guid>
		<description><![CDATA[Affiliate &#8211; A marketing program which enables webmaster to place banner ads on the website and received a referal fee or commisson when customers click on the link to visit the merchants website. AJAX &#8211; Asynchronous Javascript And XML is an approach to using a combination of technologies (such as Javascript, DOM, XML, XMLHttpRequest) to [...]]]></description>
			<content:encoded><![CDATA[<p>				<img src="/blog/wp-content/uploads/2011/05/dictionary.jpg" alt="Dictionary" style="float:right;margin:5px;" /></p>
<p> <strong>Affiliate</strong> &#8211; A marketing program which enables webmaster<br />
				to place banner ads on the website and received a referal fee or commisson<br />
				when customers click on the link to visit the merchants website.</p>
<p><a name="ajax"><strong>AJAX</strong></a> &#8211; Asynchronous Javascript And XML is an approach<br />
				to using a combination of technologies (such as Javascript, DOM, XML, XMLHttpRequest)<br />
				to allow changes to a webpage to be made without reloading the whole page.</p>
<p> <strong>Anchor Text</strong> &#8211; The clickable text part of a hyperlink.<br />
				It usually gives visitors or search engines important information on what<br />
				the page being linked to is about.</p>
<p> <strong>Apache</strong> &#8211; The most popular web server software in the<br />
				world since 1996. As of October 2005 almost 70% of the worlds web servers<br />
				run on Apache. </p>
<p> <strong>API</strong> &#8211; Application Programming Interface is a set of definitions<br />
				of ways computer software can communicate  with each other. </p>
<p> <strong>ASP</strong> &#8211; Active Server Pages is a Microsoft technology for<br />
				generating dynamic webpages. Most ASP pages are written in VBScript but many<br />
				other scripting languages can be used such as JScript. </p>
<p> <strong>Bandwidth</strong> &#8211; Bandwidth is the amount of data that can<br />
				be transmitted in a given period of time. Web hosting companies often limit<br />
				website bandwidth, for example a 10Gb/month limit which would mean you cannot<br />
				transfer more than the set 10gb in 1 month.</p>
<p> <strong>Bot</strong> &#8211; See <em>Spider</em></p>
<p> <strong>CGI</strong> &#8211; Common Gateway Interface is a web technology that<br />
				enables clients to request data from a program executed on a web server.<br />
				When a request is made to a cgi script the server will call the program to<br />
				be executed and its output is sent to the user to be displayed in their web<br />
				browser. </p>
<p><a name="cms"><strong>CMS</strong></a> &#8211; A Content Management System allows someone to easily<br />
				add or edit the contents of a webpage often without them needing any technical<br />
				knowledge.</p>
<p> <strong>Cookies</strong> &#8211; A small text file stored on a visitors computer<br />
				usually used to identify that user to a particular website.</p>
<p><a name="css"><strong>CSS</strong></a> &#8211; Cascading Style Sheets is a feature which gives<br />
				web designers more control over the design of a webpage. It allows content<br />
				and design to be kept seperate allowing small changes to the design to be<br />
				made without having to make large changes to every page. </p>
<p><a name="dbs"><strong>DBS</strong></a> &#8211; DataBase System of storing data in a structured<br />
				format which can accept feeds from website forms and applications to store<br />
				clients records securely.</p>
<p><a name="dhtml"><strong>DHTML</strong></a> &#8211; Dynamic HyperText Markup Language is a combination<br />
				of technologies used to produce more interactive webpages. It makes use of<br />
				DOM. </p>
<p><a name="dom"><strong>DOM</strong></a> &#8211; Document Object Model is the specification for<br />
				how objects are represented in a web page. The DOM defines attributes that<br />
				belong to an object and how they can be manipulated.</p>
<p><a name="domain"><strong>Domain</strong></a> &#8211; The address of an internet site. For example<br />
				the domain of this site is white-hat-web-design.co.uk.</p>
<p> <strong>Flash</strong> &#8211; A technology developed by Macromedia which allows<br />
				web pages to have moving animations and video.</p>
<p> <strong>FTP</strong> &#8211; File Transfer Protocol is a protocol for transfering<br />
				files over the web. FTP is mostly used for downloading files and uploading<br />
				sites to a web server. </p>
<p> <strong>GIF</strong> &#8211; Graphics Interchange Format is an image format<br />
				which uses upto 256 colours. GIF is great for animations, buttons and diagrams<br />
				that have a limited number of colours while JPEG is used for photographs. </p>
<p> <strong>Hosting</strong> &#8211; The files for a website have to be stored on<br />
				a web server, this is refered to as hosting. Your host is the server on which<br />
				the website is stored. </p>
<p><a name="html"><strong>HTML</strong></a> &#8211; HyperText Markup Language is the language used<br />
				to create webpages. HTML is used to structure information inside tags for<br />
				exampe &lt;h1&gt;Heading&lt;/h1&gt;</p>
<p>				denoted the text inside the h1 is a heading.</p>
<p> <strong>HTTP</strong> &#8211; HyperText Transfer Protocol is the protocol used<br />
				to connect to a web server and transfer files across the inertnet. </p>
<p> <strong>IIS</strong> &#8211; Internet Information Services is a web server created<br />
				by Microsoft which runs on Windows. Roughly 20% of the worlds web servers<br />
				run on IIS, second only to Apache.</p>
<p><a name="java"><strong>Java</strong></a> &#8211; A high level object-oriented programming language<br />
				developed by Sun Microsystems. Small applications written in Java, called<br />
				applets can be embeded into web pages. <em>Note: Not to be confused with<br />
				Javascript.</em></p>
<p><a name="javascript"><strong>Javascript</strong></a> &#8211; A client-side scripting language developed<br />
				by Netscape to help developers create interactive sites. Some<br />
				of its features are similar to Java but they were developed independently.</p>
<p> <strong>JPG / JPEG</strong> &#8211; The most popular image compression format<br />
				on the web. The name itself stands for Joint Photographic Experts Group.<br />
				JPEG is at its best on photographic images while line drawings and iconic<br />
				graphics are best saved as GIFs. </p>
<p> <strong>Meta Tags</strong> &#8211; A HTML tag that provides information about<br />
				the web page. Meta tags may contain information about what the page is about<br />
				(keywords and description), who wrote the page, when they wrote it and much<br />
				more. Many search engines use this information when indexing pages. </p>
<p><a name="mysql"><strong>MySQL</strong></a> &#8211; MySQL is the most popular open source database<br />
				in the world and is most commonly used for web applications. It has become<br />
				so popular due to its speed, reliability and ease of use. </p>
<p> <strong>Page Rank</strong> &#8211; One of Google&#8217;s methods to measure the importance<br />
				of a web page according to its popularity and links to other websites.</p>
<p> <strong>Perl</strong> &#8211; Practical Extraction and Report Language is a<br />
				programming language first developed for processing text but now often used<br />
				in web development. </p>
<p><a name="php"><strong>PHP</strong></a> &#8211; PHP Hypertext Preprocessor is a server-side scripting<br />
				language allowing websites to contain dynamic content. Over 20 million domains<br />
				use PHP making it one of the most popular scripting languages on the web.</p>
<p> <strong>PNG</strong> &#8211; A lossless image format originally designed to<br />
				improve upon and replace the gif format. PNG is the 3rd most common image<br />
				format on the web, beaten only by JPEG and GIF. </p>
<p><a name="ppc"><strong>PPC</strong></a> &#8211; Pay Per Click is a marketing program where you<br />
				can list a series of search phrases and determine your bid price for each<br />
				phrase in competition with other web sites. The more you bid the higher your<br />
				placement on the search engine results for that phrase in the list of sponsored<br />
				listings either at the top or to the right or under the free listings.</p>
<p> <strong>Reciprocal Link</strong> &#8211; An agreement between two websites to<br />
				provide links to each others sites. It can provide visitors with links to<br />
				other sites of a similar topic. Search engines take the amount of incoming<br />
				links into consideration when ranking your site. </p>
<p> <strong>SEO</strong> &#8211; Search Engine Optimization is the process of optimising<br />
				a site to improve the chances of it being ranked higher by a search engine,<br />
				therefore increasing the amount of visitors to your site.</p>
<p> <strong>SERP</strong> &#8211; A Search Engine Results Page is the page returned<br />
				by a search engine containing the results of your search.</p>
<p> <strong>Spider</strong> &#8211; A program which fetches webpages to allow them<br />
				to be indexed by search engines. They crawl through the inernet by following<br />
				links on a webpage.</p>
<p> <strong>SSI</strong> &#8211; Server Side Includes is a simple server side scripting<br />
				language, its primary purpose is simply include the content of other files<br />
				within a webpage. For example creating a file for the website header and<br />
				then including it with every page, if the header needs changing only that<br />
				one header file would need editing and not all the pages on the site. </p>
<p> <strong>SSL</strong> &#8211; Secure Socket Layer is a protocol for transmitting<br />
				private information across the internet by encrypting the data sent. URL&#8217;s<br />
				which use SSL usually start in https:// </p>
<p> <strong>URL</strong> &#8211; Uniform Resource Locator is the complete address<br />
				of a resource or files on the world wide web. It includes the protocol, the<br />
				domain and the name of the file. </p>
<p><a name="w3c"><strong>W3C</strong></a> &#8211; The World Wide Web Consortium is an organisation<br />
				whose purpose is to develop standards for the web. The W3C&#8217;s mission is &quot;To<br />
				lead the World Wide Web to its full potential by developing protocols and<br />
				guidelines that ensure long-term growth for the Web&quot;.</p>
<p><a name="xhtml"><strong>XHTML</strong></a> &#8211; eXtensible HyperText Markup Language is a markup<br />
				language which builds upon HTML but is a lot stricter and requires code to<br />
				be syntactically correct. XHTML can be thought of as a mixture of HTML and<br />
				XML. </p>
<p><a name="xml"><strong>XML</strong></a> &#8211; eXtensible Markup Language provides a text-based<br />
				means to describe and apply a tree-based structure to information,<br />
				allowing data to be easily shared across networks and the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-hat-web-design.co.uk/blog/web-design-dictionary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use of Small Type Fonts</title>
		<link>http://www.white-hat-web-design.co.uk/blog/use-of-small-type-fonts/</link>
		<comments>http://www.white-hat-web-design.co.uk/blog/use-of-small-type-fonts/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 14:57:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://whdesign.whdev.co.uk/blog/?p=111</guid>
		<description><![CDATA[The use of very small and virtually unreadable text smaller than Font size #2 is normally reserved for legal notices and copyright information The font size generally used on your website should be much larger and anything from 6 points to 10 is normal and customary. For example if you view the following Point 6 [...]]]></description>
			<content:encoded><![CDATA[<p>The use of very small and virtually unreadable text smaller than Font size<br />
	#2 is normally reserved for legal notices and copyright information</p>
<p>The font size generally used on your website should be much larger and anything<br />
	from 6 points to 10 is normal and customary. For example if you view the following</p>
<p>Point 6<br />
	<span style="font-size:6px;">The font size generally used on your website should be much larger and<br />
		anything from 6 points to 10 is normal and customary. For example if<br />
		you view the following</span></p>
<p>Point 7<br />
	<span style="font-size:7px;">The font size generally used on your website should be much larger and anything<br />
		from 6 points to 10 is normal and customary. For example if you view the following</span></p>
<p>Point 8<br />
	<span style="font-size:8px;">The font size generally used on your website should be much larger and anything<br />
		from 6 points to 10 is normal and customary. For example if you view the following</span></p>
<p>What can you read easily?</p>
<p>What is also important is the type style used. There are basically 2 types<br />
	of fonts &#8211; <strong>Serif and Sans Serif</strong> &#8211; A typical Serif face is – <span style="font-family:'Times New Roman';"><strong>Times<br />
	New Roman &#8211; </strong></span>A typical Sans Serif face is – <span style="font-family:arial;"><strong>Arial</strong></span></p>
<p>A serif face is an older style font which contains a tiny tail on the character<br />
	edge &#8211; <span style="font-family:serif;">T</span> whereas a <span style="font-family:sans-serif;">T</span> sans serif face like Arial does not have this tail.</p>
<p>Dictionary Definition<br />
	French typographie, from Medieval Latin typographia: Greek tupos, <em>impression</em> +<br />
	Latin -graphia, <em>-graphy</em>.] </p>
<p>Here is not the place to discuss the complexities of Typography as this is<br />
	a very big subject that we could discuss on a website all of its own needless<br />
	to say that the choice of type face and font style is very important to your<br />
	overall web design and the impression you are trying to create. I have been<br />
	fortunate with my graphic design training of 3 years which contained one day<br />
	a week specifically dedicated to the design, understanding, the use of and history<br />
	of typography for commercial advertising in modern day publications and media<br />
	from the first scribbles in primitive cave paintings to illustrative and modern<br />
	type styles.</p>
<p>You only have to see how many font styles there are from your Word Font option<br />
	drop down to get an idea of just some of the font styles available. However<br />
	it is customary to restrict the use of acceptable font styles for websites to<br />
	a handful of styles. The most important aspect is to make sure you keep consistency<br />
	throughout your website and don&#8217;t change font style very much if at all. You<br />
	can show envisage by larger font size and bolding up text that you want to pick<br />
	out of the body of text which is also picked up by search Engines Bots who look<br />
	at bold text as requiring more relevance and importance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-hat-web-design.co.uk/blog/use-of-small-type-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Way To Do It &#8211; The White Hat Way</title>
		<link>http://www.white-hat-web-design.co.uk/blog/the-way-to-do-it-the-white-hat-way/</link>
		<comments>http://www.white-hat-web-design.co.uk/blog/the-way-to-do-it-the-white-hat-way/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 13:45:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://whdesign.whdev.co.uk/blog/?p=69</guid>
		<description><![CDATA[Do any of these statements sound familiar? I noticed that your site is not showing in the top 20 for leading search phrases and thought you ought to know. If you want to do something about this and get more sales from your website then you need to take some action and check out this [...]]]></description>
			<content:encoded><![CDATA[<h4>Do any of these statements sound familiar?</h4>
<p style="color:#993399;"><em>I noticed that your site is not showing in the top 20 for leading search phrases and thought you ought to know. If you want to do something about this and get more sales from your website then you need to take some action and check out this link.</em></p>
<p>Or</p>
<p style="color:#009933;"><em>We can guarantee your website top 10 listing on leading search engines, why waste time and lose sales sign up now to our web optimisation service and start making money and play with the big boys.</em> </p>
<p>Or</p>
<p style="color:#0066CC;"><em>You have a fantastic site, its just a pity that your traffic is low and your listing is not in the top 20, we think you deserve better and because we like your site we want to help you become more successful.</em></p>
<p>Any one that operates a website will know about the never ending stream of emails promising to promote your website and get you listed in the top ten for leading search engines such as Yahoo, MSN, AOL and of course Google. Most of these emails promise amazing results in months and some of them will offer you <strong>guaranteed</strong> top 10 placements for given phrases or key words. </p>
<p>Many even don&#8217;t ask for any money up front and instead promises to get your site listed and only ask you to pay when they achieve their promise. This sounds very tempting indeed and many employ very clever marketing web techniques but they mainly employ very persuasive arguments and sales calls that simply pile on the pressure for you to engage their company with statements like. <br />
&quot;</p>
<p><em>You have nothing to lose and all to gain as you don&#8217;t even have to pay us until we deliver our promise.&quot;</em></p>
<p>How can you possibly refuse such a tempting offer and what harm can it do you to try anyway. Well, these companies will cost you money one way or another in the vain hope to propel your website into the dizzy heights of stardom and ever flowing sales.</p>
<p><strong>What harm can it do</strong> to try these companies anyway? Well If It doesn&#8217;t work then at least you have tried and nothing ventured nothing gained as they say.</p>
<p class="red_border"><span class="exclamation">!</span><strong>But Beware by trying one of these companies not only will it cost you money it can certainly do you harm, in fact it can do you perhaps the worst possible harm by <span style="color:#000000;">black listing</span> your site and being banned all together and removed from the directory.</strong> </p>
<p>So as well as spending money you end up with a banned website which is removed from the directory which you and your company has spent months preparing and thousands on developing only to end up &#8216;black balled&#8217; and in the sin bin for an unspecified period if not for good.</p>
<h4 style="text-align:right">Is that sufficient harm, what do you think?</h4>
<h4>Why Take That Risk?</h4>
<p>The problem lies with the under handed and often deceptive methods used by these quick fix get rich quick SEO services that are against the transparent white hat principals that the Search engines and in particular Google strongly recommend you adhere to in their published Guidelines. </p>
<p>It is a recognised fact that amongst all the search engines and directories Google stands out as the most popular Search Engine / Directory certainly in the western hemisphere, some say that if your site is not in the top 20 of Google for your popular phrases then you&#8217;re not going to be a great success in commercial terms. So why take such foolish risks with your business by taking a gamble with an unscrupulous company that makes promises that they can only keep at your expense.</p>
<p>Google in particular has a love hate relationship with many web masters and web entrepreneurs alike as the directory is certainly in a constant state of refinement and going through a continuous program of development and changes to their indexing algorithm. This is seen in the regular monthly reshuffles of the pack known as a &#8216;Google Dance&#8217; which sees sites moving up and down and some being demoted all together and or even removed.</p>
<p>This can be of course very exasperating for web site owners and webmasters alike when frantic calls or emails are received complaining that their website has seemingly disappeared or dropped some places. On the other hand it can be an excitement for those sites that climb the ladder and suddenly achieve top spot or on at least the first page top 10.</p>
<p>This constant reshuffling of the directory will be the norm so one must accept that at least with Google you should be thankful for the good times and be prepared for some bad times but above all &#8211; be prepared like a good boy scout.</p>
<p>In short if you use deceptive methods to attempt to cheat the system such techniques are deemed to be <strong>&#8216;Black Hat&#8217;</strong> techniques, which are not only unacceptable to the likes of Google they are seen to be &#8216;grossly offensive&#8217; and contravene their terms of conditions and will if discovered by the Search Engine and their human rater&#8217;s who regularly check search results lead to a penalty being imposed and at worst having you sent off the field of play over night and without any warning. </p>
<p><span style="color: #FF0000;"><strong>You will simply not see your website in the Search Engines any more and it will be as swift and simple as any disappearing act.</strong></span> No amount of pleading emails to Google will return any explanations of what you have done and any solutions to rectify the problem, you will have simply been removed and punished for your dastardly deeds. Unlike any court of law in any country you will not be charged with your offence indeed you wont even see it coming you will simply have been thrown into jail and the key thrown away just like the Count of Monte Christo. </p>
<p>If you think this seems unfair then maybe it is, to be tried and convicted and sent to jail without even the opportunity to defend yourself and to present your case as the innocent victim of an unscrupulous SEO company. </p>
<p>Google don&#8217;t want to hear it and cant be bothered to listen because they get thousands of pleading emails hourly and they have a business to run and the onus is on you to have read their published guidelines before you engaged the services of the &#8216;black Hat&#8217; wizard in the first place. You should know better than to try to cheat the system. In truth you probably don&#8217;t even know the guidelines but one thing is for sure if you engage the services of a company that makes these promises then you have put your life in their hands. <strong>You&#8217;re better off spending your money on legitimate methods that work but will take longer rather than trying to take short cuts that don&#8217;t.</strong></p>
<h4>Caveat Emptor</h4>
<p><strong>It wont be the SEO Company that loses money it will be you</strong>, as there are plenty more suckers lining up to be mugged in the desperate scramble to see their website in lights.</p>
<p>Remember one simple rule there are NO quick and easy ways to build a successful and well ranked website. It takes a great deal of effort and energy to build a strong website like any other business it does take time.</p>
<p><img src="/blog/wp-content/uploads/2011/05/card_tower.jpg" alt="Card Tower" style="float:right;height:350px;" />
<p>Anyone who is aged 40+ will probably remember the quick rich schemes such as &#8216;Chain Letter&#8217;s and pyramid selling schemes which flooded the market that promised you easy money and to make you rich within months. Many thousands of people lost thousands in the process of chasing that elusive dream.</p>
<p>If you really want your website to make you money and to be highly ranked then lets make it crystal clear to you and use the analogy of building a skyscraper. At first you see nothing coming out of the ground as you drive past for months and only see boarding behind which a great deal of excavation and a lot of foundation work and preparation is going on. Then you go away on vacation and return to work and drive past and suddenly you see the building appearing out of the ground with its steel work growing daily. Your website strategy must follow a similar course otherwise it will collapse all around you like a deck of cards as it is not built on firm foundations.</p>
<p>Like every skyscraper that pierces every city skyline there is a great deal of foundation work that takes place for a year before the building suddenly starts to rise out of the ground. And before your website can penetrate the skies, you must be prepared to dig deep and make your foundations strong before you can reach for the sky.</p>
<p><img src="/blog/wp-content/uploads/2011/05/construction.jpg" alt="Skyscraper Construction" class="central" /></p>
<p>We want to build your skyscraper for you and work with you in partnership on the project from the ground up and together we hope to reach the sky. </p>
<p>We at White Hat will not promise what we can&#8217;t deliver but we can promise to use only &#8216;White Hat&#8217; techniques to build your website with strong foundations, good specifications and based on sound and ethical optimisation techniques that work that are within the search engines published guidelines at the time. We can only keep you informed and up to date and do our best to keep ahead of changes and trends.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-hat-web-design.co.uk/blog/the-way-to-do-it-the-white-hat-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should I use Hidden Doorway Pages?</title>
		<link>http://www.white-hat-web-design.co.uk/blog/should-i-use-hidden-doorway-pages/</link>
		<comments>http://www.white-hat-web-design.co.uk/blog/should-i-use-hidden-doorway-pages/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 14:56:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://whdesign.whdev.co.uk/blog/?p=108</guid>
		<description><![CDATA[The use of hidden doorway pages used to be a trick employed by crafty web masters several years ago and some still try today to fool the Search Engines. Today the Search engines have caught up with such trick and mostly forged ahead of webmasters tricks which has turned this into a cat and mouse [...]]]></description>
			<content:encoded><![CDATA[<p>The use of hidden doorway pages used to be a trick employed by crafty web<br />
	masters several years ago and some still try today to fool the Search Engines.<br />
	Today the Search engines have caught up with such trick and mostly forged ahead<br />
	of webmasters tricks which has turned this into a cat and mouse game of continual<br />
	catch up</p>
<p><img src="/blog/wp-content/uploads/2011/05/tom-jerry.jpg" alt="Tom &amp; Jerry" class="central" /></p>
<p>The Search engines such as Google have made leaps and bounds over the past<br />
	few years in developing their methods of indexing, spidering and are now leading<br />
	the other search engines with its highly sophisticated methods of checking,<br />
	indexing, and listing websites. To keep ahead of smart webmasters and SEO companies<br />
	that had been using clever manipulative techniques to get their clients websites<br />
	to the top of the listings. It is now extremely difficult to get a handle on<br />
	what Google are doing and the race has turned into a cat and mouse chase with <strong>Jerry<br />
	the mouse</strong> being seen as Google and the webmasters and SEO companies<br />
	are seen to be <strong>Tom the Cat</strong> who are always chasing the tail<br />
	of Google&#8217;s algorithm and continual stream of updates.</p>
<p>It&#8217;s a hard chase and to keep up with the constant speed of change it is a<br />
	full time job for SEO companies to attempt to keep abreast of changes and more<br />
	importantly try to predict changes and to anticipate future developments so<br />
	as to advise clients as best as possible.</p>
<h4>What is a hidden door way page? </h4>
<p>	Webmasters sometimes are instructed or create and submit &quot;bridge&quot; pages<br />
	or  &quot;doorway&quot; pages to search engines to improve traffic to client&#8217;s<br />
	websites. These are certainly perceived as Black hat techniques. Doorway pages<br />
	can be created to be optimised for certain keywords and for particular commercial<br />
	phrases. They are also sometimes known as portal pages, jump pages, gateway<br />
	pages, entry pages. Such doorway pages are easy to identify in that they have<br />
	been designed primarily for search engines, not for human beings, they basically<br />
	don&#8217;t carry navigation and images and only carry keywords and key phrases that<br />
	it is hoped that Search Engine Bots index and award page ranking and relevance.</p>
<p>The problem is that if the Search Engine look closer at any hidden doorway<br />
	pages that have been specifically designed to drive traffic to your main site<br />
	and are not actual sites in their own right for visitors to actually use then<br />
	this will be assumed to be SPAM and as such you run the risk of having the doorway<br />
	site removed from their DBS and potentially being punished by demoting your<br />
	main site and even removing you all together if you are caught out.</p>
<p>Increasingly, Search Engines such as Google are employing human beings to<br />
	evaluate search results and review websites that are high up on the listings<br />
	and if a human looks at your doorway site they can quickly determine what<br />
	you&#8217;re up to. In short webmasters and SEO companies used to be able to fool<br />
	a machine such as spider but they can&#8217;t easily fool a human being.</p>
<p><strong>The effort required<br />
		in trying to conceal and create subversive tactics and additional door<br />
		way pages would be extensive and quite frankly you are better to devote<br />
		that time and resources and money to developing and optimising your main site<br />
		with ethical white hat techniques which are the right path to take</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.white-hat-web-design.co.uk/blog/should-i-use-hidden-doorway-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

