<?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>FatBasturd &#187; website design</title>
	<atom:link href="http://www.fatbasturd.co.uk/tag/website-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatbasturd.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 20 Aug 2009 10:58:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Structuring a website for Search Engines &#8211; First Place In Google.com</title>
		<link>http://www.fatbasturd.co.uk/structuring-a-website-for-search-engines-first-place-in-googlecom/</link>
		<comments>http://www.fatbasturd.co.uk/structuring-a-website-for-search-engines-first-place-in-googlecom/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 08:29:43 +0000</pubDate>
		<dc:creator>FatBasturd</dc:creator>
				<category><![CDATA[Design, CSS & Xhtml]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[Website Structure]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.fatbasturd.co.uk/?p=147</guid>
		<description><![CDATA[This post aims to help you structure your entire site for search engines before and during development. This is by no means the be all and end all of SEO, Structuring or best method out there but is the personal effective method that I use.
To begin, when preparing to develop a site what steps do [...]]]></description>
			<content:encoded><![CDATA[<p>This post aims to help you structure your entire site for search engines before and during development. This is by no means the be all and end all of SEO, Structuring or best method out there but is the personal effective method that I use.</p>
<p>To begin, when preparing to develop a site what steps do you take? Do you jump right in and just start coding your .psd or alternative? Maybe you just build using your coding application and use minimal graphics? Whatever method you use I will try to explain why methodical structuring can make or break your new shiny website.<span id="more-147"></span></p>
<p>Up until recently I myself coded all my pages into the root folder of my hosting package and tried naming them accordingly. Using this method my websites always did quite well as they are coded very clean and Google liked crawling them but I soon realised I was missing one fundamental practice and so began a test. Enter <a title="First Place In Google - SEO Services" href="http://www.firstplaceingoogle.com" target="_blank">Firstplaceingoogle.com</a>.</p>
<p>I originally bought this domain name of a friend in an attempt to simply place a holding page with a link back to my main website <a title="Professional Website Design Services" href="http://www.imagelimited.co.uk" target="_blank">I.M.A.G.E Ltd</a> but decided to create a specific site offering SEO services as the domain suggests. This project I decided would be a trial of my new method away from my usually well indexed structure. Panic Time!!</p>
<p>We all know Google is the biggest and best engine to get the right listings on so I was to focus solely on that and optimise the site and structure entirely with Google in mind. To begin with I took out my trusty notepad and pen (You can get these from most places but I chose to go to the local high school and kick down a kid smaller than me and took his pencil case along with freshly decorated notebook &#8211; Bullying is bad and I do not recommend it unless you really need to do so).</p>
<p>So.. I knew that my website was going to have an index, a prices page, timeframe page and enquiries form so a simple site and good basis for this post. My notepad scribble was a little like this.</p>
<pre>homepage
- - - prices
- - - - - homepage
- - - - - timeframes
- - - - - enquiries
- - - timeframes
- - - - - homepage
- - - - - prices
- - - - - enquiries
- - - enquiries
- - - - - homepage
- - - - - timeframes
- - - - - prices</pre>
<p>Having my pages structured like this enables the user to have complete access to all of my pages from any page they visit. On top of this I decided to include a breadcrumb on top of each page. Now,  <a title="First Place In Google - SEO Services" href="http://www.firstplaceingoogle.com" target="_blank">Firstplaceingoogle.com</a> doesn&#8217;t really need this as it is a relatively small website but&#8230; I felt it good practice to include it anyway. The breadcrumb would be like so:</p>
<pre>You are here: Home » PAGE YOU ARE ON</pre>
<p>As you can see, not the most complex breadcrumb you will see but it does the job it is intended to do. Now it was time to begin creating the code for my pages and add SEO (Search Engine Optimisation) to each of my pages.</p>
<p>Now, again this is not the gospel way to do things but I have never been a fan of simply copying others work so I simply do things my way and this is one of them (If it&#8217;s not broke, why fix it?). So my SEO structure would be a bit more complex than my paging structure and would be like so.</p>
<pre>&lt;META&gt;
&lt;H1&gt;
&lt;PARAGRAPH&gt;
&lt;H2&gt;
&lt;PARAGRAPH&gt;
&lt;H3&gt;
&lt;PARAGRAPH&gt;
&lt;H4&gt;
&lt;PARAGRAPH&gt;
&lt;H5&gt;
&lt;PARAGRAPH&gt;</pre>
<p>Notice the pattern? Simple isn&#8217;t it? on top of structuring my individual pages like this I was to give each header a title like so &lt;h1 title=&#8221;title here&#8221;&gt;Header Here&lt;/h1&gt; and also each link would gain the same treatment. It is also great practice to never use simple text within your links such as &#8220;click here&#8221; or &#8220;click me&#8221;. Instead and in my case i was to use links such as <a title="Search Engine Optimisation Enquiries" href="http://www.firstplaceingoogle.com/Search-Engine-Optimisation-Service-Enquiries">SEO Search Engine Optimisation Enquiries</a> this would make it even easier for Google to index the site and its internal links.</p>
<p>Within each paragraph it is good paragraph to constantly link your chosen keywords within a readable format. What this simply means is that you can link a large amount of paragraphs together using your chosen keywords in nice sentences to ensure the engines do not see it as spamming.</p>
<p>Also important are the meta tags you use in the head of your pages. The ones i used are as follows:</p>
<pre>&lt;meta name="description" content="First Place In Google.com offer Search Engine Optimisation,
 SEO Services, Keyword Analysis and Keyword Suggestions for your website" /&gt;
&lt;meta name="keywords" content="First Place In Google, Top Of Search Engines, SEO Services,
Search Engine Optimisation, Optimization, SEO, Website Keywords, S.E.O, Keyword Analysis,
Keyword Suggestions, Search Engine Reports" /&gt;
&lt;meta name="distribution" content="Global" /&gt;
&lt;meta name="rating" content= "Safe For Kids" /&gt;
&lt;meta name="copyright" content="Copyright (c)2009 firstplaceingoogle.com." /&gt;
&lt;meta name="author" content="First Place In Google" /&gt;
&lt;title&gt;Prices - Google Search Engine Optimisation (SEO) Services. First Place In Google&lt;/title&gt;</pre>
<p>This is a structure that I believe to be highly effective but again is not a chapter in the best selling book &#8220;Gospel ways to do things on your website&#8221; by Web Jebus.</p>
<p>Now onto the more important things. Does this method work? Well the honest answer is at the moment YES!! Since I launched First Place In Google I have been tracking its progress within Google and i am now happy to say that in just under 2 weeks I have made the <del datetime="2009-02-23T10:23:05+00:00">second page </del> (<strong>Update:</strong> Around 24 hours later and I now have the site on the first page on google. Proof that my system works.) for the search term &#8220;first place in google&#8221; which is no mean feat by any means. After 1 week I was placed on the 5th page so I have managed an 60%+ increase within a 7 day period.</p>
<p>I am still tracking the site daily to find my rankings for other keywords but I must also appreciate that there are lots of sites in this field doing the same kind of practice which obviously means a fight to reach the top. I have also implemented this method on my main portfolio site <a title="Professional Website Design Services" href="http://www.imagelimited.co.uk" target="_blank">I.M.A.G.E Ltd</a> which is a much more complicated structure and not yet indexed with the new structure by Google. I will closely be monitoring this and posting the results here. Go take a look.</p>
<p>I hope this post helps you in the structuring of your website and I look forward to your comments on how to better the system or what results you have gained using my methods. Making a comment takes seconds so go ahead tell me how juicy I am!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatbasturd.co.uk/structuring-a-website-for-search-engines-first-place-in-googlecom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Layout using percentage (%) and pixels (px) together</title>
		<link>http://www.fatbasturd.co.uk/css-layout-using-percentage-and-pixels-px-together/</link>
		<comments>http://www.fatbasturd.co.uk/css-layout-using-percentage-and-pixels-px-together/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 19:19:19 +0000</pubDate>
		<dc:creator>FatBasturd</dc:creator>
				<category><![CDATA[Design, CSS & Xhtml]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Fat]]></category>
		<category><![CDATA[Grease]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.fatbasturd.co.uk/?p=141</guid>
		<description><![CDATA[Quite often either I or other people are asked how to control CSS layouts using both pixels and percentages. The answer is a simple one but I will demonstrate the code needed a little more so you can better understand it. For this tutorial I will be basing the tutorial on a post I answered [...]]]></description>
			<content:encoded><![CDATA[<p>Quite often either I or other people are asked how to control CSS layouts using both pixels and percentages. The answer is a simple one but I will demonstrate the code needed a little more so you can better understand it. For this tutorial I will be basing the tutorial on a post I answered on Neowin.net (A forum I frequent).</p>
<p>Ok, so start with we want to have a main div which stretches for 80% of the browser width. Our main div will have the class .red and uses the following CSS.<br />
<span id="more-141"></span></p>
<pre>
.red {
	background-color: #F00;
	width: 80%;
	height: 800px; /* Just for illustration purposes */
	margin-right: auto;
	margin-left: auto;
}
</pre>
<p>So you can see that our .red class has an 80% width and uses margin auto for left and right. This centers the div within the browser and gives it a percentage of 80%.</p>
<p>Now, what we want to achieve is the following. A left column within .red with the width of 250px and a right column that will fill the remainder of the 80% width. Tricky? Not really&#8230;</p>
<p>Our left column will be called .blue and uses the following CSS.</p>
<pre>
.blue {
	float: left;
	width: 250px;
	background-color: #06C;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
</pre>
<p>The CSS for our left column is simple as you can see. It uses 250px for the width and I simply float it to the left. Our right column however needs a little more to achieve our result and is achieved like so.</p>
<p>Our right column will have the class .green and uses the following CSS.</p>
<pre>
.green {
	float: none;
	left: auto;
	margin-left: 250px;
	position: static;
	width: auto;
	background-color: #0F6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
</pre>
<p>.green has a static position, uses no float and has the width set to auto to ensure it fills the remaining space and the all important margin. the margin is the important part here as you need to set the value as per the width of your left column so if you have a column on the left that is 190px wide then your margin-left must be 190px and so on.</p>
<p>That is all you need for the desired effect (<a href="http://www.fatbasturd.co.uk/neowin-rgb.html">Live Demo</a>). As usual, to leave me a fat comment dripping with greasy left over meat just look below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatbasturd.co.uk/css-layout-using-percentage-and-pixels-px-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s official!! The world wide web has an ozone layer and we are destroying that too.</title>
		<link>http://www.fatbasturd.co.uk/its-official-the-world-wide-web-has-an-ozone-layer-and-we-are-destroying-that-too-enter-keepittidycouk/</link>
		<comments>http://www.fatbasturd.co.uk/its-official-the-world-wide-web-has-an-ozone-layer-and-we-are-destroying-that-too-enter-keepittidycouk/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 10:46:17 +0000</pubDate>
		<dc:creator>FatBasturd</dc:creator>
				<category><![CDATA[Design, CSS & Xhtml]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Fat]]></category>
		<category><![CDATA[Grease]]></category>
		<category><![CDATA[Meat]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.fatbasturd.co.uk/?p=13</guid>
		<description><![CDATA[
Ok, so scientists haven&#8217;t actually stated that there is indeed a www ozone layer but at this point you are reading the post so the title&#8217;s job has been done. This post is actually about the world wide web but I am going to be focussing on how we got it into the mess it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fatbasturd.co.uk/its-official-the-world-wide-web-has-an-ozone-layer-and-we-are-destroying-that-too-enter-keepittidycouk"><img title="kitter" src="http://www.fatbasturd.co.uk/wp-content/uploads/2009/01/kitter.jpg" alt="kitter" /></a></p>
<p>Ok, so scientists haven&#8217;t actually stated that there is indeed a www ozone layer but at this point you are reading the post so the title&#8217;s job has been done. This post is actually about the world wide web but I am going to be focussing on how we got it into the mess it is today.</p>
<p>Every developer or designer at one stage is guilty of a dodgy contribution to the basement of the grand old interweb and most learn from the mistake then move on to better things. I am of course reffering to bad design, markup or use of flashing animated .gif&#8217;s.</p>
<p>On an average day of web browsing looking for more useless information to forget an hour later I would say that 50% + of the sites either look or work absolutely cack. A little more time spent on the finer details can make a world of difference and websites that showcase the best of the best should really do what they say on the tin and actually show the ones that function, look good and inspire others.<span id="more-13"></span></p>
<p>I am guilty of shirking certain duties involved when building a site especially when the deadline is close but I like to think that the finesse is always there and my shirking will not be noticed or indeed important to the websites progression. Sometimes when there is a deadline and I have a designers block thing going on I usually check out some of the web showcase websites I frequent.</p>
<p>As of late (<a href="http://www.fatbasturd.co.uk/css-showcase-websites-degrading/" target="_blank">Refer to recent post</a>) these sites seem to add more than their fair share of &#8220;ok websites&#8221; into the database so when somebody like me visits the site looking to steal some inspiration I am instead faced with trawling through more than a couple of designs to find anything decent enough to be classed as &#8220;best of the best&#8221;. A big culprit of this is <a href="http://www.cssshowcase.co.uk">CSS Showcase</a>! The site seems to accept ANY website submitted to it (probably just to populate the database a bit more) so does not suit its purpose. It is also found on top of Google for &#8220;CSS Showcase&#8221; which is understandable by the domain name but how it could EVER inspire designers i will never know.</p>
<h4>The birth of KIT</h4>
<p>I&#8217;m not talking about the car off Knight Rider that would be silly and irrelevent although he does have a nice shine&#8230;Nope I am talking about a newly developed website called Keep It Tidy (<a href="http://www.keepittidy.co.uk" target="_blank">keepittidy.co.uk</a>) designed by a fat, greasy, ugly, sweaty bastard&#8230;&#8230;ME <img src='http://www.fatbasturd.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>KIT is a Flash, CSS &amp; HTML website showcase gallery which will feature websites that I deem suitable for inspiration to designers and developers. This could be for several reasons such as tutorials included, design, usability etc but ultimately will be based off the inspiration levels. I have created my own graph with an inspiration level from 1-10 and if a website reaches above 7 then it is suitable to be included.</p>
<h4>What will this achieve?</h4>
<p>Hopefully once we get more submissions into our database it can become an inspiration portal to designers and developers which can aid us all in our time of need when the inspiration blocker devil starts his rounds.</p>
<p>Have you created an awesome site? <a title="KIT" href="http://www.keepittidy.co.uk/submit_a_site.php" target="_blank">Submit it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatbasturd.co.uk/its-official-the-world-wide-web-has-an-ozone-layer-and-we-are-destroying-that-too-enter-keepittidycouk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 New Sliding Doors CSS Menus &#8211; Direct Download</title>
		<link>http://www.fatbasturd.co.uk/3-new-free-css-menus-direct-download/</link>
		<comments>http://www.fatbasturd.co.uk/3-new-free-css-menus-direct-download/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 18:58:20 +0000</pubDate>
		<dc:creator>FatBasturd</dc:creator>
				<category><![CDATA[Design, CSS & Xhtml]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.fatbasturd.co.uk/?p=109</guid>
		<description><![CDATA[
Hey all, I have created a few more menus for you to download and use in your projects. If you would like to learn how to create these menus yourself you can refer to my recent tutorial here.
I have included the .psd, HTML &#38; CSS files within each download to make it easier. Remember, if [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fatbasturd.co.uk/3-new-free-css-menus-direct-download/"><img title="Free CSS Menu Downloads" src="http://www.fatbasturd.co.uk/wp-content/uploads/2009/01/tablet_menus.jpg" alt="Free CSS Menu Downloads" /></a></p>
<p>Hey all, I have created a few more menus for you to download and use in your projects. If you would like to learn how to create these menus yourself you can refer to my recent tutorial <a title="Sliding Doors using only CSS" href="http://www.fatbasturd.co.uk/sliding-doors-navigation-explained-demonstrated/" target="_self">here</a>.</p>
<p>I have included the .psd, HTML &amp; CSS files within each download to make it easier. Remember, if you use them in a project i would like to hear about it&#8230;.That&#8217;s why i have a comment box <img src='http://www.fatbasturd.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <span id="more-109"></span></p>
<p>Click <a href="http://www.fatbasturd.co.uk/tutorials/menus/tablet_series.html" target="_blank">here</a> for a demonstration.</p>
<p>Download: <a title="Red" href="http://www.fatbasturd.co.uk/downloads/Red%20Tablet%20Menu%20Pack">Red Menu</a><br />
Download: <a title="Blue" href="http://www.fatbasturd.co.uk/downloads/Blue%20Tablet%20Menu%20Pack">Blue Menu</a><br />
Download: <a href="http://www.fatbasturd.co.uk/downloads/Black%20Tablet%20Menu%20Pack">Black Menu</a></p>
<p>Want more? Comment below and let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatbasturd.co.uk/3-new-free-css-menus-direct-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am fat, greasy, short and ugly but&#8230;..I have a new blog design</title>
		<link>http://www.fatbasturd.co.uk/i-am-fat-greasy-short-and-ugly-buti-have-a-new-blog-design/</link>
		<comments>http://www.fatbasturd.co.uk/i-am-fat-greasy-short-and-ugly-buti-have-a-new-blog-design/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 10:51:32 +0000</pubDate>
		<dc:creator>FatBasturd</dc:creator>
				<category><![CDATA[Life, strife & general shite]]></category>
		<category><![CDATA[Fat]]></category>
		<category><![CDATA[Grease]]></category>
		<category><![CDATA[Lard]]></category>
		<category><![CDATA[Meat]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.fatbasturd.co.uk/?p=18</guid>
		<description><![CDATA[So I have finally decided that my blog users deserve a little something for visiting my site so I have created a new simple design which should be pleasing on the eyes and simple to use.
Although I am a website designer and developer the focus of this blog isn&#8217;t aimed at that! Instead it is [...]]]></description>
			<content:encoded><![CDATA[<p>So I have finally decided that my blog users deserve a little something for visiting my site so I have created a new simple design which should be pleasing on the eyes and simple to use.</p>
<p>Although I am a website designer and developer the focus of this blog isn&#8217;t aimed at that! Instead it is aimed at my entire life and the things that interest me along with several tutorials on certain things I see as important. To be honest, I don&#8217;t really have a lot of free time to post on here but I will post what I can, when I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatbasturd.co.uk/i-am-fat-greasy-short-and-ugly-buti-have-a-new-blog-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
