<?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; design</title>
	<atom:link href="http://www.fatbasturd.co.uk/tag/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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 [...]]]></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>39</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>3771</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>2290</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, [...]]]></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>5051</slash:comments>
		</item>
		<item>
		<title>When i&#8217;m not working, I watch TV.</title>
		<link>http://www.fatbasturd.co.uk/when-im-not-working-i-watch-tv/</link>
		<comments>http://www.fatbasturd.co.uk/when-im-not-working-i-watch-tv/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 09:07:25 +0000</pubDate>
		<dc:creator>FatBasturd</dc:creator>
				<category><![CDATA[Life, strife & general shite]]></category>
		<category><![CDATA[TV & Movies]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Dexter]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Prison Break]]></category>
		<category><![CDATA[Serial Killer]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.fatbasturd.co.uk/?p=53</guid>
		<description><![CDATA[So I thought I would make a general post about all the unimportant things happening around the world before moving on to information regarding future postings. If you don&#8217;t care about Prison Break, Dexter or TV in general then you may aswell hit the jump and scroll towards the end of this post. When I am not [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fatbasturd.co.uk/when-im-not-working-i-watch-tv/"><img class="size-full wp-image-56" title="prisonbreak1" src="http://www.fatbasturd.co.uk/wp-content/uploads/2008/12/prisonbreak1.jpg" alt="Prison Break &amp; Dexter" /></a></p>
<p>So I thought I would make a general post about all the unimportant things happening around the world before moving on to information regarding future postings. If you don&#8217;t care about Prison Break, Dexter or TV in general then you may aswell hit the jump and scroll towards the end of this post.</p>
<p>When I am not working i like to put my feet up and either spend time with my family, play some Xbox 360 or watch some TV.</p>
<p>I watch quite a few american shows religiously as I am sure many of you do too. Most notably Prison Break and Dexter. If you havent seen either show yet then you really should. Prison Break is on its 4th series right now and is just as fresh as it&#8217;s first whilst Dexter is on its 3rd series. What are they?<span id="more-53"></span></p>
<h4>Prison break</h4>
<p>If I tell you that Prison Break is about a group of prisoners breaking out from prison I don&#8217;t think i&#8217;m going to ruin it for you am I?. The reason I am posting about this now is because it is now coming to a conclusion and it is very exciting. <strong>SPOILER:</strong> Michael Schofield has just organised a plan to break into a building that has the best security system in the world and succeeded in walking out with a piece of hardware known as Scylla.</p>
<p>Scylla is &#8220;The Company&#8217;s&#8221; black book and contains the information needed by the police to take the company down for good however the guy from the police department &#8220;Self&#8221; has cheated Schofield and the gang and managed to take Scylla in a bid to sell it on so they are now trying to track him down and retrieve the device&#8230;AGAIN.</p>
<p>I may not be the best at explaining a story but i hope you get the gist of it and WATCH IT. An amazing series with few flaws.</p>
<h4>Dexter</h4>
<p>Dexter is quite simply a genius show and fits right into my favourites. Dexter is a blood spatter expert working for the police tracking down serial killers. The twist is that Dexter is also a serial killer that only kills other murderers.</p>
<p>Dexter covers his tracks pretty well but things still manage to get in the way. Watch it and you will be hooked.</p>
<h4>Future Postings</h4>
<p>Over the coming weeks I am going to be creating a number of video tutorials on creating a website starting from the basics leading up to more advanced material suc as PHP &amp; MySql.</p>
<p>First part of the tutorial is going to be &#8220;3 Column Layout Using CSS&#8221; so watch out for that in the next couple of days. Most of the tutorials will involve using Adobe products, mainly Dreamweaver and Photoshop so you should have them at the ready.</p>
<p>Until then, keep eating and have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatbasturd.co.uk/when-im-not-working-i-watch-tv/feed/</wfw:commentRss>
		<slash:comments>3379</slash:comments>
		</item>
		<item>
		<title>CSS Showcase Websites Degrading?</title>
		<link>http://www.fatbasturd.co.uk/css-showcase-websites-degrading/</link>
		<comments>http://www.fatbasturd.co.uk/css-showcase-websites-degrading/#comments</comments>
		<pubDate>Sat, 03 May 2008 07:47:17 +0000</pubDate>
		<dc:creator>FatBasturd</dc:creator>
				<category><![CDATA[Design, CSS & Xhtml]]></category>
		<category><![CDATA[Bestwebgallery]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Degrading]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://fatbasturd.co.uk/wordpress/?p=3</guid>
		<description><![CDATA[If you are a website designer then chances are you have created your latest website and submitted it into the various CSS showcase websites out there such as Best Web Gallery. The main purpose of these websites I feel is to offer inspiration for designers and wannabe designers and some DO offer great resources. I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fatbasturd.co.uk/css-showcase-websites-degrading/"><img src="http://www.fatbasturd.co.uk/wp-content/uploads/2008/12/frame.jpg" alt="" title="CSS Showcase Websites Degrading" class="aligncenter size-full wp-image-76" /></a></p>
<p>If you are a website designer then chances are you have created your latest website and submitted it into the various CSS showcase websites out there such as <a href="http://www.bestwebgallery.com">Best Web Gallery</a>.</p>
<p>The main purpose of these websites I feel is to offer inspiration for designers and wannabe designers and some <strong>DO</strong> offer great resources. I visit these sites daily as a rule and check out the latest designs by companies or freelancers and lately have noticed that a lot of these sites are starting to add anything with a bit of CSS into the gallery.<span id="more-3"></span></p>
<p>The problem with this is that new designers starting up are going to be looking through and thinking that the poor designs featured are normal and that this is what people want. To me it is a worry as I am one of the people who believe that the web should be a beautiful place and not full of fugly pages.</p>
<p><a href="http://www.bestwebgallery.com">Best Web Gallery</a> is a good place to start if you require true inspiration and up until recently others were a great inspiration. To promote inspirational websites is a good thing but to promote anything with CSS is going against the rules of the website being viewed and will surely kill the failing sites. Websites that showcase others work for inspirational purposes should endeavour to provide their visitors with great designs to be inspired by.</p>
<p>A website featured on a showcase site should be proud of the fact and tell people about it on their own websites but if people visit the site and see that they are also showcasing theworstpageontheplanet.com then it no longer becomes prestige and actually degrades it somewhat.</p>
<p>Do you believe that all of these sites serve a great purpose in aiding designers or do you feel the same as the fatman?</p>
<p>For inspiration in all things design related there is a resource site i solidly stand by and that is <a href="http://www.forwebdesigners.com">For Web Designers</a>. FWD has links for all sorts of things including Ajax, CSS, Icons etc.</p>
<h4>Edited for more information:</h4>
<p>So just 24 hours after posting my last post regarding the CSS showcase sites going downhill, one of the more frequent sites i visit <a href="http://www.designshack.co.uk/">Design Shack</a> has decided to feature a site that does indeed include a little CSS&#8230;. by little i mean <strong>LITTLE</strong>.</p>
<p>This is a link to the site they have featured <a href="http://www.designshack.co.uk/design/jorinna.html">Link</a>. This particular site features <strong>ONE</strong> CSS style but yet has made it into the site which states the following &#8220;Design Shack is a highly regarded web design gallery and portal, which has been showcasing inspirational CSS since 2003.&#8221;.</p>
<p>Am i allowed to rest my case or do i need more proof?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatbasturd.co.uk/css-showcase-websites-degrading/feed/</wfw:commentRss>
		<slash:comments>3683</slash:comments>
		</item>
		<item>
		<title>CSS Rollover Tabs &#8211; How i do them</title>
		<link>http://www.fatbasturd.co.uk/css-rollover-tabs-how-i-do-them/</link>
		<comments>http://www.fatbasturd.co.uk/css-rollover-tabs-how-i-do-them/#comments</comments>
		<pubDate>Sun, 20 May 2007 18:43:13 +0000</pubDate>
		<dc:creator>FatBasturd</dc:creator>
				<category><![CDATA[Design, CSS & Xhtml]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS & Xhtml]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Float]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[Navigation Menu]]></category>

		<guid isPermaLink="false">http://fatbasturd.co.uk/wordpress/?p=5</guid>
		<description><![CDATA[This is my first tutorial and the subject is rollover image tabs using only CSS. This is the method i use for my sites navigation here. There will be a few steps covered but i will try to explain it as simple as i can Step 1 &#8211; The Image First we need to open [...]]]></description>
			<content:encoded><![CDATA[<p>This is my first tutorial and the subject is rollover image tabs using only CSS. <del datetime="2008-05-06T06:51:09+00:00">This is the method i use for my sites navigation <a title="Website Design Services" href="http://www.imagelimited.co.uk">here</a>.</del></p>
<p>There will be a few steps covered but i will try to explain it as simple as i can</p>
<h4>Step 1 &#8211; The Image</h4>
<p>First we need to open Photoshop or the graphics program of your choice and create an image 110px x 80px. This is to be the only image we will use for our navigation. Notice how I have both of the buttons (normal state &amp; hover state) in the one image.</p>
<p><img src="http://www.fatbasturd.co.uk/blog_images/tutorials/nav.gif" alt="Tabbed Navigation" /></p>
<h4>Step 2 &#8211; The XHTML</h4>
<p>Now its time to fire up your coding program, In my case it is Dreamweaver. Create a new html document and name it navbar.html then save the file.</p>
<p><span id="more-5"></span></p>
<p>Now add right after the body tag the following code:</p>
<pre>&lt;div id="navigation"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Link 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Link 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Link 3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Link 4&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</pre>
<h4>Step 3 &#8211; The CSS</h4>
<p>Create a new css file and add the following</p>
<pre>#navigation li {
	display: block;
	list-style-type: none;
	float: left;
}
li a:link, li a:active, li a:visited {
	background-image: url(YOURIMAGE);
	background-repeat: no-repeat;
	height: 40px;
	width: 110px;
	line-height: 40px;
	background-position: left top;
	margin-right: 2px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
li a:hover {
	background-image: url(YOURIMAGE);
	background-repeat: no-repeat;
	height: 40px;
	width: 110px;
	line-height: 40px;
	background-position: left -40px;
	margin-right: 2px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}</pre>
<p>And that is it you are done <img src='http://www.fatbasturd.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You should have ended up with this <a title="Tabbed Navigation Using Only CSS" href="http://www.fatbasturd.co.uk/tabbednav.html">Click me</a></p>
<h4>Explanation</h4>
<p>This takes away all of the strain and bloaty code of javascript and also preloads the image so you do not get that nasty flicker effect.</p>
<p>Because the image loaded initially is the double button image the rollover is instant in its rolled on state. The hover state called upon in the <strong>li</strong> tag basically tells the bg to rise 40px on rollover.</p>
<p>I hope that I have helped you with your CSS Tabbed Navigation woes. If you feel something would be better another way then please do let me know <img src='http://www.fatbasturd.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatbasturd.co.uk/css-rollover-tabs-how-i-do-them/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
	</channel>
</rss>

