<?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>SEOidiot - SEOidiots a UK SEO Consultant&#187; CSS Archives  &#8211; SEOidiot &#8211; Blackhat SEO Blog</title>
	<atom:link href="http://www.seoidiot.co.uk/topics/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seoidiot.co.uk</link>
	<description>SEO Consultant - SEOidiots SEO Blackhat Blog</description>
	<lastBuildDate>Fri, 13 Aug 2010 19:10:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building a distributed link network</title>
		<link>http://www.seoidiot.co.uk/building-a-distributed-link-network/</link>
		<comments>http://www.seoidiot.co.uk/building-a-distributed-link-network/#comments</comments>
		<pubDate>Sun, 02 May 2010 10:14:31 +0000</pubDate>
		<dc:creator>SEOidiot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seoidiot.co.uk/?p=684</guid>
		<description><![CDATA[This post is going to be pretty unusual for me and may well annoy many people but its a lazy Sunday morning and following a few conversations I have had this week I thought I would explain the theory behind building a scalable and distributed link network.
Sound useful? OK well settle in this is going [...]<p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/building-a-distributed-link-network/">Building a distributed link network</a></p>



Related posts:<ol><li><a href='http://www.seoidiot.co.uk/pr-matters-link-buys/' rel='bookmark' title='Permanent Link: Why PR actually matters in link buys'>Why PR actually matters in link buys</a></li>
<li><a href='http://www.seoidiot.co.uk/projected-cron-jobs/' rel='bookmark' title='Permanent Link: Projected Cron Jobs'>Projected Cron Jobs</a></li>
<li><a href='http://www.seoidiot.co.uk/tips-for-the-person-starting-out-on-adsense-publishing/' rel='bookmark' title='Permanent Link: Tips for the person starting out on adsense publishing'>Tips for the person starting out on adsense publishing</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="credropcaps_content"><p>This post is going to be pretty unusual for me and may well annoy many people but its a lazy Sunday morning and following a few conversations I have had this week I thought I would explain the theory behind building a scalable and distributed link network.</p>
<p>Sound useful? OK well settle in this is going to be a long and rambling stream of thoughts <img src='http://www.seoidiot.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Building a distributed link network Pic" /> </p>
<p>OK so before we start lets lay out why and what we are looking to achieve here. If you take a look at the link profiles of any competing set of sites its almost always obvious that if they compete on terms beyond the home page they will be doing this from some manipulation of the anchor text pointing at their internal pages.</p>
<p>To manipulate this internal anchor text you need to be able to control what text people use when linking into your site and this means we have to: -</p>
<p>A: Find places that allow us to control the anchor text<br />
B: Buy links<br />
C: Have lots of sites under our control</p>
<p>Now sites that allow us to control the anchor text are either hard to come by or easy for any search algo to discount.<br />
Buying links is costly and frowned upon (Ohh grow up its Googles fault you have to do it so get on with it )<br />
Having lots of sites under your control is obviously a better option (We will do the maths as we go to show you that)</p>
<p>So how would one go about building a network of sites that we can have under our control?</p>
<p>Funny you should ask, I will share how I would do it (Not that I do this sort of thing</p>
<p>GOLDEN RULE<br />
We DO NOT want any of these sites to be traced back to us in any way either detectable by the search engines algo OR by the manual spam teams</p>
<p>We are going to be able to control everything about these sites from our central control panel.<br />
We are going to utilise very cheap hosting<br />
We are going to outsource the content creation</p>
<p>Lets get started<br />
We will first need to create a database on our central server</p>
<p>We need this database as we are going to send all the content out to the remote sites in our network as each page is called on the remote server. This will allow us to have complete control over hundreds or thousands of sites without having to log in and out or maintain CMS&#8217;s across lots of remote hosting accounts.</p>
<p>Here are the fields youll need for each table<br />
First the table that holds our content for the sites<br />
content_tb<br />
This is the table that will hold our content for each page on the site</p>
<p>SiteID<br />
SiteURL<br />
Pagename<br />
Pagetitle<br />
Pagemetadesc (optional)<br />
Pageh1<br />
PageHTML<br />
Datecreated<br />
Live (y/n)<br />
RedirectionType<br />
RedirectionDestination</p>
<p>site_db<br />
This table holds our sites and allows us to know when each one is due for renewal and also what fake whois we used to reg them with (Come on grow up <img src='http://www.seoidiot.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' title="Building a distributed link network Pic" />  )</p>
<p>SiteID<br />
SiteURL<br />
RegDate<br />
ExpDate<br />
WhoisName<br />
WhoisAd1<br />
WhoisAd2<br />
etc<br />
HostingCo<br />
Costpermonth<br />
Paidby<br />
ftphost<br />
ftpuser<br />
ftppass</p>
<p>links_db<br />
SiteID<br />
Textmatch<br />
LinkReplace<br />
Live (y/n)</p>
<p>templates_db<br />
siteid<br />
templateid<br />
templatecontent</p>
<p>OK you get the idea here &#8211; we are creating a database that will hold all our remote site details and also act as a database of the content on these sites as well as the links we will insert into them.</p>
<p>So now what we need to do is to get some sites.<br />
We can buy some if you like or we can register some. Bear in mind though that if we reg some then this will become a longer term plan than buying them.<br />
If you are registering them then please also make sure you give fake info for the whois (ON EACH DOMAIN) we do not want all the network to be traced back to us via who owns the damn things. It is fine if you want to register using the same credit card as this isnt public information (Unless there is a court case one day but thats not going to happen again&#8230;)</p>
<p>We will also want to potentially vary the registrar we use but thats more for paranoia reasons than practicality.</p>
<p>So lets assume you now have a bunch of domains we can use and you have added their details to the database. NB The database will be held on our central control site (Dont make this the same as your main domain, some site that is anonymous is great &#8211; think of it like a fake shop front on a gang bosses hideout)</p>
<p><a target="_blank" title="Photo Sharing" href="http://www.flickr.com/photos/seoidiot/4570700290/"><img src="http://farm5.static.flickr.com/4015/4570700290_548a1e5bd4.jpg" alt="2010-05-02_1040" width="464" height="317" title="Building a distributed link network Pic" /></a></p>
<p>Now we need somewhere to host them. We are going to use very cheap hosting. This makes our cost base low but means we will have to be creative on how we serve the sites.</p>
<p>Heres a search for cheap hosting on G</p>
<p><a target="_blank" title="Photo Sharing" href="http://www.flickr.com/photos/seoidiot/4570057073/"><img src="http://farm5.static.flickr.com/4038/4570057073_428141c2ed.jpg" alt="2010-05-02_1036" width="500" height="272" title="Building a distributed link network Pic" /></a></p>
<p>Loads of companies with prices like £5 a year or £1 a month. Most of these will be fine for us.</p>
<p>The minimum requirement for us is that the hosting deal we buy for each must be capable of: -</p>
<p>PHP<br />
.htaccess<br />
FTP access<br />
Ability to call a remote file by file_get_contents (we have other options but&#8230;)</p>
<p>Most hosts will allow that lot though.</p>
<p>Got that? OK we are ready to go!</p>
<p><a target="_blank" title="Photo Sharing" href="http://www.flickr.com/photos/seoidiot/4570705284/"><img src="http://farm5.static.flickr.com/4001/4570705284_320ac5ae72.jpg" alt="2010-05-02_1044" width="342" height="354" title="Building a distributed link network Pic" /></a></p>
<p>On each remote site we will be uploading one index.php file and a .htaccess file.<br />
The index.php file will be our &#8216;handler&#8217; and will respond to and deal with every request the remote site gets. The .htaccess will give the index.php file the ability to do that.</p>
<p>The way the flow works is this: -<br />
Visitor comes to someremotesite1234.com<br />
They request someremotesite1234.com/about_our_company.html<br />
The .htaccess steps in and tells the server that index.php handles all requests for pages on this site.<br />
The index.php page takes the full url and passes the domain and page to the central content server on our secret domain.<br />
It passes: -<br />
someremotesite1234.com<br />
about_our_company.html</p>
<p>Now the central site takes over and pulls from the central DB: -<br />
The content for this page and passes it through the link functions on the central server that will parse the content and add any links we specify centrally for this page.<br />
Its also checks and finds the template that we use for the someremotesite1234.com domain and puts the content into this template.</p>
<p>The central site then returns all this as a finished page to the remote site that serves the page to the user.</p>
<p>Phew &#8211; still here?<br />
That may sound very confusing but it really isnt if you have been doing this type of thing for a while. Bear with me and we might have an opportunity later to learn in more detail, for now this is just an outline of the system anyway.</p>
<p>So you may have noticed that we passed the content for this page on the central server through some functions that added the links if we had any.</p>
<p>The way that works the total string of content we had for the page requested is passed to a function that looks in the links table and checks for any text that matches a record in there.</p>
<p>So on our example the about_our_company.html page may have a paragraph like: -</p>
<p>At Johnson Brothers we have been serving the Coventry area for nearly 30 years, providing excellent customer service for anyone looking for holiday insurance. Contact us today if you would like us to arrange a quote.</p>
<p>This gets passed to the links function and it looks to see if it has any matches<br />
In the links table we have specified that if on this page we see &#8220;for holiday insurance. &#8221; we replace it with<br />
<a target="_blank" href="http://www.flickr.com/photos/seoidiot/4570795368/" title="Photo Sharing"><img src="http://farm4.static.flickr.com/3491/4570795368_e62bf55c22.jpg" width="380" height="20" alt="2010-05-02_1137" title="Building a distributed link network Pic" /></a></p>
<p>This allows us to control all the content AND all the links for these remote sites through one central site.</p>
<p>The template simply allows us to create the site templates and layouts on our central server and therefore always only upload one standard index.php file to any new sites we create.</p>
<p>All that happens with the templates is when the page is called it also calls the template which looks a little like: -</p>
<p><a target="_blank" href="http://www.flickr.com/photos/seoidiot/4570791596/" title="Photo Sharing"><img src="http://farm5.static.flickr.com/4036/4570791596_53dd43070b_o.png" width="156" height="187" alt="2010-05-02_1135" title="Building a distributed link network Pic" /></a></p>
<p>And then the template functions simply replace the tokens @@token@@ with the content from the DB (Sidebar is just a loop through all the pages we have for this domain)</p>
<p>This way we can have a unique template for every site (NOT JUST UNIQUE CSS FFS) and we can project all coding styles &#8211; so we can have sites that look like they are wordpress powered, sites that are table based, sites that are plain css.</p>
<p>OK so thats the real basics of how we serve the pages.</p>
<p>How do we get the content?<br />
We outsource it of course, we pay for paraphrased content.<br />
Its important to note that these sites arent intended to rank well on their own and we arent creating content for traffic reasons we are merely creating content for the purposes of having a real looking organic site that will get indexed and can provide us with a link.</p>
<p>So we might have sites that talk about hobbies, pets, holiday guides, fake engineering companies, fake organisations etc etc</p>
<p>We will link build to the network as well as we go from sites NOT in the network itself.</p>
<p>RULES<br />
Do not create sites with the same whois<br />
Do not create sites on the same host<br />
Do not create sites too close to any other site<br />
Unique template on each domain<br />
Unique content on each page<br />
Do not interlink (If you do know what you are doing)<br />
Do NOT leave footprints</p>
<p>Footprints are any way in which the search teams or algo can tie your network together.<br />
Don&#8217;t put the same analytics on each domain (If you add Google analytics to any of these I will personally come round and shake you)<br />
Don&#8217;t re-use the same templates<br />
Don&#8217;t add the same structure or footer info</p>
<p>Trust me once you have had several thousand sites burnt all at once by Googles spam team youll learn that lesson.</p>
<p>Don&#8217;t add lots of links to each site</p>
<p>Bear in mind that it probably costs you somewhere north of £40 to place a paid link with a site and often this level of links means you get something on a sidebar or footer or added in a way that is easy for the search engines to detect and kill.</p>
<p>If you control it all you get links in the BODY of the content on sites that arent likely to be found easily and shouldnt be able to be tied together easily by the search teams.</p>
<p>Its also worth noting that the cost of these links is approx: -<br />
Hosting / Year = £7.50<br />
Domain / Year = £7.00<br />
Content / Site = £15.00<br />
Updates and Mngmnt = £ 5.00</p>
<p>£34.50 ish total per site</p>
<p>I am thinking of arranging a chat session somewhere for this if anyone wants to learn it in more detail.</p>
<p>Happy spamming.</p>
</div><p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/building-a-distributed-link-network/">Building a distributed link network</a></p>


<p>Related posts:<ol><li><a href='http://www.seoidiot.co.uk/pr-matters-link-buys/' rel='bookmark' title='Permanent Link: Why PR actually matters in link buys'>Why PR actually matters in link buys</a></li>
<li><a href='http://www.seoidiot.co.uk/projected-cron-jobs/' rel='bookmark' title='Permanent Link: Projected Cron Jobs'>Projected Cron Jobs</a></li>
<li><a href='http://www.seoidiot.co.uk/tips-for-the-person-starting-out-on-adsense-publishing/' rel='bookmark' title='Permanent Link: Tips for the person starting out on adsense publishing'>Tips for the person starting out on adsense publishing</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seoidiot.co.uk/building-a-distributed-link-network/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Job Opening</title>
		<link>http://www.seoidiot.co.uk/job-opening/</link>
		<comments>http://www.seoidiot.co.uk/job-opening/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 10:43:09 +0000</pubDate>
		<dc:creator>SEOidiot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seoidiot.co.uk/?p=681</guid>
		<description><![CDATA[Well its been a mental few months over here. So much so that against my better judgement we may be looking at hiring someone.
Working with us on a part time or possibly full time basis you will need: -
Some SEO experience (Real SEO please not cut and paste agency stuff)
Some examples of your own work
An [...]<p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/job-opening/">Job Opening</a></p>



Related posts:<ol><li><a href='http://www.seoidiot.co.uk/10-tips-on-using-odesk-to-outsource-your-life/' rel='bookmark' title='Permanent Link: 10 tips on using oDesk to outsource your life'>10 tips on using oDesk to outsource your life</a></li>
<li><a href='http://www.seoidiot.co.uk/quixapp-is-a-great-tool-for-outsourced-research/' rel='bookmark' title='Permanent Link: Quixapp is a great tool for outsourced research'>Quixapp is a great tool for outsourced research</a></li>
<li><a href='http://www.seoidiot.co.uk/i-won-a-hamper/' rel='bookmark' title='Permanent Link: I won a Hamper!'>I won a Hamper!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="credropcaps_content"><p>Well its been a mental few months over here. So much so that against my better judgement we may be looking at hiring someone.</p>
<p>Working with us on a part time or possibly full time basis you will need: -</p>
<p>Some SEO experience (Real SEO please not cut and paste agency stuff)<br />
Some examples of your own work<br />
An ability to handle technical webmastery tasks (FTP, server side things etc)<br />
Experience of the following would be a great advantage too: -</p>
<p>Wordpress<br />
PHP<br />
MySql<br />
Css</p>
<p>Would be happy to work with someone on a short term basis and as a contractor instead of employee if that suits&#8230;</p>
<p><a target="_blank" href="http://www.flickr.com/photos/seoidiot/4498085422/" title="Photo Sharing"><img src="http://farm5.static.flickr.com/4047/4498085422_d7860dbe8e.jpg" width="500" height="305" alt="2010-04-06_2113" title="Job Opening Pic" /></a></p>
</div><p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/job-opening/">Job Opening</a></p>


<p>Related posts:<ol><li><a href='http://www.seoidiot.co.uk/10-tips-on-using-odesk-to-outsource-your-life/' rel='bookmark' title='Permanent Link: 10 tips on using oDesk to outsource your life'>10 tips on using oDesk to outsource your life</a></li>
<li><a href='http://www.seoidiot.co.uk/quixapp-is-a-great-tool-for-outsourced-research/' rel='bookmark' title='Permanent Link: Quixapp is a great tool for outsourced research'>Quixapp is a great tool for outsourced research</a></li>
<li><a href='http://www.seoidiot.co.uk/i-won-a-hamper/' rel='bookmark' title='Permanent Link: I won a Hamper!'>I won a Hamper!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seoidiot.co.uk/job-opening/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>10 tips on using oDesk to outsource your life</title>
		<link>http://www.seoidiot.co.uk/10-tips-on-using-odesk-to-outsource-your-life/</link>
		<comments>http://www.seoidiot.co.uk/10-tips-on-using-odesk-to-outsource-your-life/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:35:26 +0000</pubDate>
		<dc:creator>SEOidiot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Affiliate]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.seoidiot.co.uk/?p=678</guid>
		<description><![CDATA[As many will know I tend to try and outsource most of the business and many of the personal tasks I have to do each day. It allows you to build a system that will scale and in a time limited business like consultancy thats the path to real profit.
So I thought I would do [...]<p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/10-tips-on-using-odesk-to-outsource-your-life/">10 tips on using oDesk to outsource your life</a></p>



Related posts:<ol><li><a href='http://www.seoidiot.co.uk/step-off-the-treadmill-and-live-your-life/' rel='bookmark' title='Permanent Link: Step off the treadmill and live your life&#8230;'>Step off the treadmill and live your life&#8230;</a></li>
<li><a href='http://www.seoidiot.co.uk/quixapp-is-a-great-tool-for-outsourced-research/' rel='bookmark' title='Permanent Link: Quixapp is a great tool for outsourced research'>Quixapp is a great tool for outsourced research</a></li>
<li><a href='http://www.seoidiot.co.uk/5-twitter-tips-ses/' rel='bookmark' title='Permanent Link: 5 Twitter Tips for SES'>5 Twitter Tips for SES</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="credropcaps_content"><p>As many will know I tend to try and outsource most of the business and many of the personal tasks I have to do each day. It allows you to build a system that will scale and in a time limited business like consultancy thats the path to real profit.</p>
<p>So I thought I would do a quick post of tips on how to get started in outsourcing your tasks.</p>
<p>The service I tend to prefer is <a target="_blank" href="http://www.kqzyfj.com/click-3903705-10715498" target="_blank">oDesk</a><img src="http://www.ftjcfx.com/image-3903705-10715498" width="1" height="1" border="0" title="10 tips on using oDesk to outsource your life Pic" alt="10 tips on using oDesk to outsource your life" /></p>
<p>The reason I prefer them is that as you build your &#8216;team&#8217; on the service they give you a team room where you can click to see the work diary of each team member.</p>
<p>The oDesk software also provides you with screenshots at intervals during their day so you can visually see the progress each of your team is making. They even have an iphone app to see that too.</p>
<p><a target="_blank" title="oDesk" href="http://www.odesk.com/referrals/track/crea8"><img src="http://farm5.static.flickr.com/4006/4416749159_40cee6eff6.jpg" alt="2010-03-08_1629" width="500" height="215" title="10 tips on using oDesk to outsource your life Pic" /></a></p>
<p><strong>1. Posting an opening</strong></p>
<p>Post a clear and easy to understand description of the tasks involved. Bear in mind that many of these openings will remain open long term so try not to be specific on tasks. For example &#8220;PHP coder with experience of PHP, MySQL, xHTML, CSS, Jquery / Javascript, Wordpress and Api&#8217;s&#8221; is better than &#8220;Someone needed for development of a wordpress site&#8221;</p>
<p><strong>2. When you get applicants filter down to a few possibles. </strong></p>
<p>I use the following criteria: -<br />
English skills of 5 (Very very important)<br />
Feedback score of 4.5-5 (I rely on the feedback quite a bit)</p>
<p><strong>3. Choose providers affiliated with a bigger provider.</strong></p>
<p>I have used independent providers but find them often more hit and miss and unless you can justify employing them full time from the off then they will get dragged off onto other peoples projects. Its also good to have a manager above them who can allocate work to others in their organisation if needed. Here is an example of a <a target="_blank" href="http://www.odesk.com/companies/Narola-Infotech_~~16fad8f14bcbeccb" target="_blank">great provider</a>.</p>
<p><strong>4. Don&#8217;t interview.</strong></p>
<p>I tend to just narrow down to a few and then hire them explaining that I will give them a small paid task to test if they are what we need, the best result wins. The paid task is important as it measures the quality of their work and it gives you a chance to check communication is good &#8211; communication in outsourcing is the secret to success.</p>
<p><strong>5. Set an hourly limit.</strong></p>
<p>I need to make sure I know what my exposure to costs are, sure I can see the progress as we go but I need to be on top of what this is going to cost me (Watch out for anyone billing off odesk hours and ask them to stop)</p>
<p><strong>6. Don&#8217;t employ people without a way of paying for their time.</strong><br />
I have 9 people on oDesk now and only one of them is doing work that I cant invoice out again to a client or is for a business I own equity ain and is paying for itself.</p>
<p><strong>7. Use Basecamp to manage your team.</strong></p>
<p>As soon as someone joins my team I set them up a login for our company Basecamp account and assign them tasks via that system rather than oDesks. Basically this means I keep on top of the total project and provides all we need to keep the tasks on time and all the files in one place.</p>
<p><strong>8. Get a feel for what to expect and break things down for them</strong></p>
<p>Its not surprising that people based thousands of miles away get the wrong end of the stick when you dont define what they need to do. Break each task into tiny little tasks and assign them, I like to do a project scope at the start so they get the context of what we are headed towards.</p>
<p><strong>9. If you can try and get to a scale where you have someone managing your team whos communication skills and ability is excellent.</strong></p>
<p>I have most of my team now reporting to one person who acts as a projects manager and understands the projects better even than me, I would like to get everyone reporting to them as soon as possible as there are always a stream of clarification questions to sort each day.</p>
<p><strong>10. Get the iphone app</strong></p>
<p>9am Monday morning&#8230;. roll over bleary eyed and reach for the phone&#8230;<br />
Check email &#8211; NOPE<br />
Check twitter &#8211; Maybe<br />
Check the slideshow of work done overnight by the team &#8211; YUP</p>
<p><a target="_blank" title="Photo Sharing" href="http://www.odesk.com/referrals/track/crea8"><img src="http://farm5.static.flickr.com/4050/4416762651_9e1b403d32.jpg" alt="2010-03-08_1634" width="322" height="462" title="10 tips on using oDesk to outsource your life Pic" /></a></p>
<p>Its a great feeling to see that before you have woken up you already have an invoiceable days work or more done, suddenly the daily treadmill is an optional one!</p>
<p>Go sign up to <a target="_blank" href="http://www.odesk.com/referrals/track/crea8">oDesk</a> today</p>
</div><p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/10-tips-on-using-odesk-to-outsource-your-life/">10 tips on using oDesk to outsource your life</a></p>


<p>Related posts:<ol><li><a href='http://www.seoidiot.co.uk/step-off-the-treadmill-and-live-your-life/' rel='bookmark' title='Permanent Link: Step off the treadmill and live your life&#8230;'>Step off the treadmill and live your life&#8230;</a></li>
<li><a href='http://www.seoidiot.co.uk/quixapp-is-a-great-tool-for-outsourced-research/' rel='bookmark' title='Permanent Link: Quixapp is a great tool for outsourced research'>Quixapp is a great tool for outsourced research</a></li>
<li><a href='http://www.seoidiot.co.uk/5-twitter-tips-ses/' rel='bookmark' title='Permanent Link: 5 Twitter Tips for SES'>5 Twitter Tips for SES</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seoidiot.co.uk/10-tips-on-using-odesk-to-outsource-your-life/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Making your Serps more useful in FFox</title>
		<link>http://www.seoidiot.co.uk/making-serps-ffox/</link>
		<comments>http://www.seoidiot.co.uk/making-serps-ffox/#comments</comments>
		<pubDate>Wed, 20 May 2009 10:11:16 +0000</pubDate>
		<dc:creator>SEOidiot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.seoidiot.co.uk/?p=600</guid>
		<description><![CDATA[Went to see a mate of mine yesterday and was aware of the fact that they didn&#8217;t have an easy way to see where a site ranked in Google so thought id post my quick way of keeping track
Result Counter
100 Results
To use these just drag them onto your shortcut bar in FFox
So it looks like [...]<p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/making-serps-ffox/">Making your Serps more useful in FFox</a></p>



Related posts:<ol><li><a href='http://www.seoidiot.co.uk/bookmarklets-to-add-simple-logic-to-your-search-the-danny-sullivan-way/' rel='bookmark' title='Permanent Link: Bookmarklets to add simple logic to your search the Danny Sullivan way'>Bookmarklets to add simple logic to your search the Danny Sullivan way</a></li>
<li><a href='http://www.seoidiot.co.uk/meatuk-and-googles-inability-to-provide-value/' rel='bookmark' title='Permanent Link: MeatUK and Googles inability to provide value'>MeatUK and Googles inability to provide value</a></li>
<li><a href='http://www.seoidiot.co.uk/making-the-wordpress-search-functionality-better/' rel='bookmark' title='Permanent Link: Making the Wordpress search functionality better'>Making the Wordpress search functionality better</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="credropcaps_content"><p>Went to see a mate of mine yesterday and was aware of the fact that they didn&#8217;t have an easy way to see where a site ranked in Google so thought id post my quick way of keeping track</p>
<p><a target="_blank" href="javascript:javascript:styles='body%20{counter-reset:%20ch3;%20}%20#res%20h3%20{%20counter-increment:%20ch3;%20}%20#res%20h3:before%20{%20content:%20counter(ch3)%20%22%20%22;%20}%20#web%20h3%20{%20counter-increment:%20ch3;%20}%20#web%20h3:before%20{%20content:%20counter(ch3)%20%22%20%22;%20}';%20newSS%20=%20document.createElement('link');%20newSS.rel%20=%20'stylesheet';%20newSS.href%20=%20'data:text/css,'%20+%20escape(styles);%20document.documentElement.childNodes[0].appendChild(newSS);%20void%200">Result Counter</a></p>
<p><a target="_blank" href="javascript:location.href=location.href+'&#038;num=100'">100 Results</a></p>
<p>To use these just drag them onto your shortcut bar in FFox<br />
So it looks like the image below&#8230;</p>
<p><a target="_blank" href="http://www.flickr.com/photos/seoidiot/3548627744/" title="Photo Sharing"><img src="http://farm4.static.flickr.com/3403/3548627744_795baeb52f.jpg" width="500" height="65" alt="2009-05-20_1133" title="Making your Serps more useful in FFox Pic" /></a></p>
<p>Then to use &#8211; do a Google search and click 100 results followed by the Result counter<br />
You are just a CTRL+F away from finding your position then <img src='http://www.seoidiot.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Making your Serps more useful in FFox Pic" /> </p>
</div><p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/making-serps-ffox/">Making your Serps more useful in FFox</a></p>


<p>Related posts:<ol><li><a href='http://www.seoidiot.co.uk/bookmarklets-to-add-simple-logic-to-your-search-the-danny-sullivan-way/' rel='bookmark' title='Permanent Link: Bookmarklets to add simple logic to your search the Danny Sullivan way'>Bookmarklets to add simple logic to your search the Danny Sullivan way</a></li>
<li><a href='http://www.seoidiot.co.uk/meatuk-and-googles-inability-to-provide-value/' rel='bookmark' title='Permanent Link: MeatUK and Googles inability to provide value'>MeatUK and Googles inability to provide value</a></li>
<li><a href='http://www.seoidiot.co.uk/making-the-wordpress-search-functionality-better/' rel='bookmark' title='Permanent Link: Making the Wordpress search functionality better'>Making the Wordpress search functionality better</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seoidiot.co.uk/making-serps-ffox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO for SMF Forums, Some simple hacks</title>
		<link>http://www.seoidiot.co.uk/seo-for-smf-forums-some-simple-hacks/</link>
		<comments>http://www.seoidiot.co.uk/seo-for-smf-forums-some-simple-hacks/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 10:32:52 +0000</pubDate>
		<dc:creator>SEOidiot</dc:creator>
				<category><![CDATA[SEOidiot Blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SMF Forum]]></category>

		<guid isPermaLink="false">http://www.seoidiot.com/seoblog/?p=357</guid>
		<description><![CDATA[I have been doing some work over at my Affiliate Marketing Forum, Affearners. Minor tweaks really but I felt that they could be useful to anyone else with an SMF powered forum.
I would really like to spend some time ripping the whole thing to pieces as its all table driven and the code looks like [...]<p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/seo-for-smf-forums-some-simple-hacks/">SEO for SMF Forums, Some simple hacks</a></p>



Related posts:<ol><li><a href='http://www.seoidiot.co.uk/friendly-404-page-for-smf-forums/' rel='bookmark' title='Permanent Link: Friendly 404 page for SMF Forums'>Friendly 404 page for SMF Forums</a></li>
<li><a href='http://www.seoidiot.co.uk/solving-forum-profile-spam/' rel='bookmark' title='Permanent Link: Solving forum profile spam'>Solving forum profile spam</a></li>
<li><a href='http://www.seoidiot.co.uk/how-to-stop-forum-link-spam-on-smf/' rel='bookmark' title='Permanent Link: How to stop forum link spam on SMF'>How to stop forum link spam on SMF</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="credropcaps_content"><p>I have been doing some work over at my Affiliate Marketing Forum, Affearners. Minor tweaks really but I felt that they could be useful to anyone else with an SMF powered forum.</p>
<p>I would really like to spend some time ripping the whole thing to pieces as its all table driven and the code looks like someone threw it up, but instead of that mammoth task I did the lazy thing and tweaked it to get some benefits.</p>
<p>First off Affearners uses the SEO package created by Earl over at Syndk8 and I inherited that when I bought the forum. In my opinion it does a decent job of sorting the URL&#8217;s out but has some issues that perhaps newer packages dont (I dont wanna go through a complete URL migration so sod it it will do).</p>
<p>So first thing to sort is that the post pages dont even have a decent H1 title, so that should be easy to sort&#8230;</p>
<p>Open up dispaly.template.php (in your current forums theme folder) and change the following line: -<br />
<code>
<td valign="middle" width="85%" style="padding-left: 6px;" id="top_subject">        ', $txt[118], ': ', $context['subject'], ' &nbsp;(', $txt[641], ' ', $context['num_views'], ' ', $txt[642], ')</td>
<p></code><br />
And replace it with the following: -</p>
<p><code></p>
<td valign="middle" width="85%" style="padding-left: 6px;" id="top_subject">
<h1 class="topictitle">', $context['subject'], '</h1>
</td>
<p></code></p>
<p>Thats gotten rid of the crap we didn&#8217;t need in there and made the page title a nice H1.</p>
<p>Next the formatting may be a bit crappy for your forum so we may have to alter the CSS to sort that out. Heres what I did, open up style.css (Same folder as display.template above) and add this to the end of the stylesheet: -</p>
<p><code></p>
<p>/* seo hacks etc */</p>
<p>#top_subject h1 {<br />
font-size: 16px;<br />
line-height: 18px;<br />
color: #ffffff;}</p>
<p></code></p>
<p>That just makes the title big but still fits in nice even if people do long stupid titles (Like I tend to <img src='http://www.seoidiot.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' title="SEO for SMF Forums, Some simple hacks Pic" />  )</p>
<p>Thats it really, simple change really but I feel a lot happier about the what each page is saying about itself.</p>
</div><p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/seo-for-smf-forums-some-simple-hacks/">SEO for SMF Forums, Some simple hacks</a></p>


<p>Related posts:<ol><li><a href='http://www.seoidiot.co.uk/friendly-404-page-for-smf-forums/' rel='bookmark' title='Permanent Link: Friendly 404 page for SMF Forums'>Friendly 404 page for SMF Forums</a></li>
<li><a href='http://www.seoidiot.co.uk/solving-forum-profile-spam/' rel='bookmark' title='Permanent Link: Solving forum profile spam'>Solving forum profile spam</a></li>
<li><a href='http://www.seoidiot.co.uk/how-to-stop-forum-link-spam-on-smf/' rel='bookmark' title='Permanent Link: How to stop forum link spam on SMF'>How to stop forum link spam on SMF</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seoidiot.co.uk/seo-for-smf-forums-some-simple-hacks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adsense Tips &#8211; Greyscale sites convert better</title>
		<link>http://www.seoidiot.co.uk/adsense-tips-greyscale-sites-convert-better/</link>
		<comments>http://www.seoidiot.co.uk/adsense-tips-greyscale-sites-convert-better/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 12:04:56 +0000</pubDate>
		<dc:creator>SEOidiot</dc:creator>
				<category><![CDATA[SEOidiot Blog]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.seoidiot.com/seoblog/2007/07/05/adsense-tips-greyscale-sites-convert-better/</guid>
		<description><![CDATA[Carrying on down the idea that its good practice to make those ads stand out as the best option for your visitor to click on I have done many sites where i limit the colour on the page to only being the ad. The links are hidden, the page text is grey and the ads [...]<p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/adsense-tips-greyscale-sites-convert-better/">Adsense Tips &#8211; Greyscale sites convert better</a></p>



Related posts:<ol><li><a href='http://www.seoidiot.co.uk/adsense-tips-css-links/' rel='bookmark' title='Permanent Link: Adsense Tips &#8211; CSS links'>Adsense Tips &#8211; CSS links</a></li>
<li><a href='http://www.seoidiot.co.uk/adsense-tips-getting-a-new-account-in-the-uk/' rel='bookmark' title='Permanent Link: Adsense Tips &#8211; Getting a new account in the UK'>Adsense Tips &#8211; Getting a new account in the UK</a></li>
<li><a href='http://www.seoidiot.co.uk/adsense-tips-im-gonna-tell-the-whole-world-what-to-do/' rel='bookmark' title='Permanent Link: Adsense Tips &#8211; Im gonna tell the whole world what to do'>Adsense Tips &#8211; Im gonna tell the whole world what to do</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="credropcaps_content"><p>Carrying on down the idea that its good practice to make those ads stand out as the best option for your visitor to click on I have done many sites where i limit the colour on the page to only being the ad. The links are hidden, the page text is grey and the ads are black and blue, the classic recipe to see your CTR soar!</p>
<p>Heres an example image I just knocked up: -</p>
<p>[photopress:greyscalesite.jpg,full,pp_image]</p>
<p>Update &#8211; for Keemo &#8211; heres the source code for the above<br />
&lt;code&gt;</p>
<p>&lt;style type=&#8221;text/css&#8221;&gt;<br />
&lt;!&#8211;<br />
body {<br />
color: #999999;<br />
font-family: Arial, Helvetica, sans-serif;<br />
font-size: 9px;<br />
background-color: #666666;<br />
}<br />
a:link {<br />
color: #666666;<br />
text-decoration: none;<br />
}<br />
a:visited {<br />
color: #666666;<br />
text-decoration: none;<br />
}<br />
a:hover {<br />
color: #666666;<br />
text-decoration: none;<br />
}<br />
a:active {<br />
color: #666666;<br />
text-decoration: none;<br />
}<br />
.style1 {<br />
font-family: Arial, Helvetica, sans-serif;<br />
color: #FFFFFF;<br />
}<br />
.style2 {font-size: 9px}<br />
td {<br />
font-size: 11px;<br />
}<br />
&#8211;&gt;<br />
&lt;/style&gt;</p>
<p>&lt;table width=&#8221;800&#8243; border=&#8221;0&#8243; align=&#8221;center&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;1&#8243; bgcolor=&#8221;#333333&#8243;&gt;<br />
&lt;tr&gt;<br />
&lt;td bgcolor=&#8221;#FFFFFF&#8221;&gt;&lt;table width=&#8221;100%&#8221; border=&#8221;0&#8243; align=&#8221;center&#8221; cellpadding=&#8221;6&#8243; cellspacing=&#8221;6&#8243;&gt;<br />
&lt;tr bgcolor=&#8221;#CCCCCC&#8221;&gt;<br />
&lt;td height=&#8221;80&#8243; colspan=&#8221;2&#8243;&gt;&lt;div align=&#8221;right&#8221;&gt;<br />
&lt;h1 class=&#8221;style1&#8243;&gt;Burglar Alarms &lt;/h1&gt;<br />
&lt;/div&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td width=&#8221;300&#8243; align=&#8221;center&#8221; valign=&#8221;top&#8221;&gt;SHOVE 1 ADSENSE AD HERE&lt;/td&gt;<br />
&lt;td width=&#8221;458&#8243; height=&#8221;774&#8243; valign=&#8221;top&#8221;&gt;Burglar (or intrusion), fire and safety alarms are found in electronic form today. Sensors are connected to a control unit via either a low-voltage hardwire or narrowband RF signal, which is used to interact with a response device. The most common security sensors indicate the opening of a door or window or detect motion via passive infrared (PIR). In new construction systems are predominately hardwired for economy while in retrofits wireless systems may be more economical and certainly quicker to install. Some systems are dedicated to one mission, others handle fire, intrusion, and safety alarms simultaneously. Sophistication ranges from small, self-contained noisemakers, to complicated, multi-zoned systems with color-coded computer monitor outputs. Many of these concepts also apply to portable alarms for protecting cars, trucks or other vehicles and their contents (i.e., &#8220;car alarms&#8221;). See also fire alarm control panel for specific fire system issues. Burglar alarms are sometimes referred to as alarm systems, see burglar alarm control panel for a discussion of hard-wired burglar alarm system design.&lt;br&gt;<br />
Burglar (or intrusion), fire and safety alarms are found in electronic form today.<br />
&lt;p&gt;Sensors are connected to a control unit via either a low-voltage hardwire or narrowband RF signal, which is used to interact with a response device. The most common security sensors indicate the opening of a door or window or detect motion via passive infrared (PIR). In new construction systems are predominately hardwired for economy while in retrofits wireless systems may be more economical and certainly quicker to install. Some systems are dedicated to one mission, others handle fire, intrusion, and safety alarms simultaneously. Sophistication ranges from small, self-contained noisemakers, to complicated, multi-zoned systems with color-coded computer monitor outputs. Many of these concepts also apply to portable alarms for protecting cars, trucks or other vehicles and their contents (i.e., &#8220;car alarms&#8221;). See also fire alarm control panel for specific fire system issues. Burglar alarms are sometimes referred to as alarm systems, see burglar alarm control panel for a discussion of hard-wired burglar alarm system design.&lt;/p&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr bgcolor=&#8221;#EAEAEA&#8221;&gt;<br />
&lt;td height=&#8221;40&#8243; colspan=&#8221;2&#8243;&gt;&lt;div align=&#8221;right&#8221; class=&#8221;style2&#8243;&gt;Blah Blah&lt;/div&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<p>&lt;/code&gt;</p>
</div><p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/adsense-tips-greyscale-sites-convert-better/">Adsense Tips &#8211; Greyscale sites convert better</a></p>


<p>Related posts:<ol><li><a href='http://www.seoidiot.co.uk/adsense-tips-css-links/' rel='bookmark' title='Permanent Link: Adsense Tips &#8211; CSS links'>Adsense Tips &#8211; CSS links</a></li>
<li><a href='http://www.seoidiot.co.uk/adsense-tips-getting-a-new-account-in-the-uk/' rel='bookmark' title='Permanent Link: Adsense Tips &#8211; Getting a new account in the UK'>Adsense Tips &#8211; Getting a new account in the UK</a></li>
<li><a href='http://www.seoidiot.co.uk/adsense-tips-im-gonna-tell-the-whole-world-what-to-do/' rel='bookmark' title='Permanent Link: Adsense Tips &#8211; Im gonna tell the whole world what to do'>Adsense Tips &#8211; Im gonna tell the whole world what to do</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seoidiot.co.uk/adsense-tips-greyscale-sites-convert-better/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adsense Tips &#8211; CSS links</title>
		<link>http://www.seoidiot.co.uk/adsense-tips-css-links/</link>
		<comments>http://www.seoidiot.co.uk/adsense-tips-css-links/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 21:13:27 +0000</pubDate>
		<dc:creator>SEOidiot</dc:creator>
				<category><![CDATA[SEOidiot Blog]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.seoidiot.com/seoblog/2007/07/01/adsense-tips-css-links/</guid>
		<description><![CDATA[Ok so when you build or generate a page for Adsense and only for Adsense whats the aim of the page?
Click ! &#8211; Yup thats right you need the visitor to click and fuck off as soon as possible, whilst they are browsing they are eating bandwidth and the risk of them finding something useful [...]<p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/adsense-tips-css-links/">Adsense Tips &#8211; CSS links</a></p>



Related posts:<ol><li><a href='http://www.seoidiot.co.uk/adsense-tips-greyscale-sites-convert-better/' rel='bookmark' title='Permanent Link: Adsense Tips &#8211; Greyscale sites convert better'>Adsense Tips &#8211; Greyscale sites convert better</a></li>
<li><a href='http://www.seoidiot.co.uk/tips-for-the-person-starting-out-on-adsense-publishing/' rel='bookmark' title='Permanent Link: Tips for the person starting out on adsense publishing'>Tips for the person starting out on adsense publishing</a></li>
<li><a href='http://www.seoidiot.co.uk/adsense-tips-im-gonna-tell-the-whole-world-what-to-do/' rel='bookmark' title='Permanent Link: Adsense Tips &#8211; Im gonna tell the whole world what to do'>Adsense Tips &#8211; Im gonna tell the whole world what to do</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="credropcaps_content"><p>Ok so when you build or generate a page for Adsense and only for Adsense whats the aim of the page?</p>
<p>Click ! &#8211; Yup thats right you need the visitor to click and fuck off as soon as possible, whilst they are browsing they are eating bandwidth and the risk of them finding something useful to read is increasing.</p>
<p>Whats the best way to make sure that happens whilst remaining legal? What I do is make sure that my links arent easy to spot and i make sure that the ads are the brightest thing on the page.</p>
<p>More about making the ads stand out soon and more about making the page as dull as possible too but today we are just going to make the links dissapear via css.</p>
<p>I dont add navigation links in a list, mine are often just in the middle of the content and look like another paragraph of content. Heres the css I use to make them dissapear: -</p>
<p>&lt;code&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
&lt;!&#8211;<br />
body {<br />
color: #666666;<br />
}<br />
a:link {<br />
color: #666666;<br />
text-decoration: none;<br />
}<br />
a:visited {<br />
color: #666666;<br />
text-decoration: none;<br />
}<br />
a:hover {<br />
color: #666666;<br />
text-decoration: none;<br />
}<br />
a:active {<br />
color: #666666;<br />
text-decoration: none;<br />
}<br />
&#8211;&gt;<br />
&lt;/style&gt;<br />
&lt;/code&gt;</p>
<p>More on why the text isnt black its dark grey another day but all your links have faded into the general content and your click happy visitor will be reading those ads with their finger on the money button <img src='http://www.seoidiot.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Adsense Tips   CSS links Pic" /> </p>
</div><p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/adsense-tips-css-links/">Adsense Tips &#8211; CSS links</a></p>


<p>Related posts:<ol><li><a href='http://www.seoidiot.co.uk/adsense-tips-greyscale-sites-convert-better/' rel='bookmark' title='Permanent Link: Adsense Tips &#8211; Greyscale sites convert better'>Adsense Tips &#8211; Greyscale sites convert better</a></li>
<li><a href='http://www.seoidiot.co.uk/tips-for-the-person-starting-out-on-adsense-publishing/' rel='bookmark' title='Permanent Link: Tips for the person starting out on adsense publishing'>Tips for the person starting out on adsense publishing</a></li>
<li><a href='http://www.seoidiot.co.uk/adsense-tips-im-gonna-tell-the-whole-world-what-to-do/' rel='bookmark' title='Permanent Link: Adsense Tips &#8211; Im gonna tell the whole world what to do'>Adsense Tips &#8211; Im gonna tell the whole world what to do</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seoidiot.co.uk/adsense-tips-css-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hard disk test &#8217;surprises&#8217; Google</title>
		<link>http://www.seoidiot.co.uk/hard-disk-test-surprises-google/</link>
		<comments>http://www.seoidiot.co.uk/hard-disk-test-surprises-google/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 01:38:22 +0000</pubDate>
		<dc:creator>SEOidiot</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.seoidiot.com/seoblog/2007/02/20/hard-disk-test-surprises-google/</guid>
		<description><![CDATA[

Hard disk test &#8217;surprises&#8217; Google
      	     	            The impact of heavy use and high temperatures on hard disk drive failure may be overstated, says a report by three Google engineers.     	 [...]<p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/hard-disk-test-surprises-google/">Hard disk test &#8217;surprises&#8217; Google</a></p>



Related posts:<ol><li><a href='http://www.seoidiot.co.uk/google-still-winning-in-the-battle-for-search/' rel='bookmark' title='Permanent Link: Google still winning in the battle for search'>Google still winning in the battle for search</a></li>
<li><a href='http://www.seoidiot.co.uk/craphat-seo-its-your-own-fault-google/' rel='bookmark' title='Permanent Link: CrapHat SEO &#8211; Its your own fault Google'>CrapHat SEO &#8211; Its your own fault Google</a></li>
<li><a href='http://www.seoidiot.co.uk/google-launch-click-to-call-in-google-maps/' rel='bookmark' title='Permanent Link: Google Launch Click To Call in Google Maps'>Google Launch Click To Call in Google Maps</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="credropcaps_content"><link type="text/css" rel="stylesheet" />
<div class="logo"><img width="163" height="34" alt="BBC NEWS" src="/nol/shared/img/printer_friendly/news_logo.gif" title="Hard disk test surprises Google Pic" /></div>
<div class="headline">Hard disk test &#8217;surprises&#8217; Google</div>
<p><strong>      	     	            The impact of heavy use and high temperatures on hard disk drive failure may be overstated, says a report by three Google engineers.     	     	            </strong>     	     	                 	     	             The report examined 100,000 commercial hard drives, ranging from 80GB to 400GB in capacity, used at Google since 2001.      	     	                 	     	             The firm uses &#8220;off-the-shelf&#8221;  drives to store cached web pages and services.      	     	                 	     	             &#8220;Our data indicate a much weaker correlation between utilisation levels and failures than previous work has suggested,&#8221; the authors noted.</p>
<div class="bo">A wide variety of manufacturers and models were included in the report, but a breakdown was not provided.      	     	                  	     	            <strong>     	     	            Widely-held belief     	     	            </strong>     	     	                 	     	             There is a widely held belief that hard disks which are subject to heavy use are more likely to fail than those used intermittently. It was also thought that hard drives preferred cool temperatures to hotter environments.      	     	                 	     	             The authors wrote: &#8220;We expected to notice a very strong and consistent correlation between high utilisation and higher failure rates.      	     	                 	     	             &#8220;However our results appear to paint a more complex picture. First, only very young and very old age groups appear to show the expected behaviour.&#8221;      	     	                 	     	              A hard disk was described as having &#8220;failed&#8221; if it needed to be replaced.       	     	                 	     	             The report was compiled by Eduardo Pinheiro, Wolf-Dietrich Weber and Luiz Andre Barroso, and was presented to a storage conference in California last week.      	     	                 	     	             In the report the authors said Google had developed an infrastructure which collected &#8220;vital information&#8221; about all of the firm&#8217;s systems every few minutes.      	     	                 	     	            <strong>     	     	            &#8216;Essentially forever&#8217;     	     	            </strong>     	     	                 	     	             The firm then stores that information &#8220;essentially forever&#8221;.      	     	                  	     	             Google employs its own file system to organise the storage of data, using inexpensive commercially available hard drives rather than bespoke  systems.</div>
<div class="ibox">
<table>
<tr>
<td style="width: 5px"></td>
<td class="fact"><!--So-->      	     	            <!--Eo-->     	     	            <!--Smva-->     	     	            <strong>     	     	            Lower temperatures are associated with higher failure rates     	     	            </strong><br />
<!--Emva-->     	     	            <!--Smva-->     	     	            Google report     	     	            <!--Emva--></td>
</tr>
</table>
</div>
<div class="bo">Hard drives less than three years old and used a lot are less likely to fail than similarly aged hard drives that are used infrequently, according to the report.      	     	                 	     	             &#8220;One possible explanation for this behaviour is the survival of the fittest theory,&#8221; said the authors, speculating that drives which failed early on in their lifetime had been removed from the overall sample leaving only the older, more robust units.      	     	                 	     	             The report said that there was a clear trend showing &#8220;that lower temperatures are associated with higher failure rates&#8221;.       	     	                  	     	             &#8220;Only at very high temperatures is there a slight reversal of this trend.&#8221;      	     	                 	     	             But hard drives which are three years old and older were more likely to suffer a failure when used in warmer environments.      	     	                 	     	             &#8220;This is a surprising result, which could indicate that data centre or server designers have more freedom than previously thought when setting operating temperatures for equipment containing disk drives,&#8221; said the authors.      	     	                 	     	             The report also looked at the impact of scan errors &#8211; problems found on the surface of a disc &#8211; on hard drive failure.       	     	                 	     	             &#8220;We find that the group of drives with scan errors are 10 times more likely to fail than the group with no errors,&#8221; said the authors.      	     	                 	     	             They added: &#8220;After the first scan error, drives are 39 times more likely to fail within 60 days than drives without scan errors.&#8221;</div>
<div class="footer">Story from BBC NEWS:<br />
<a href="http://news.bbc.co.uk/go/pr/fr/-/1/hi/technology/6376021.stm">http://news.bbc.co.uk/go/pr/fr/-/1/hi/technology/6376021.stm</a></p>
<p>Published: 2007/02/19 15:28:02 GMT</p>
<p>Â© BBC MMVII</p></div>
</div><p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/hard-disk-test-surprises-google/">Hard disk test &#8217;surprises&#8217; Google</a></p>


<p>Related posts:<ol><li><a href='http://www.seoidiot.co.uk/google-still-winning-in-the-battle-for-search/' rel='bookmark' title='Permanent Link: Google still winning in the battle for search'>Google still winning in the battle for search</a></li>
<li><a href='http://www.seoidiot.co.uk/craphat-seo-its-your-own-fault-google/' rel='bookmark' title='Permanent Link: CrapHat SEO &#8211; Its your own fault Google'>CrapHat SEO &#8211; Its your own fault Google</a></li>
<li><a href='http://www.seoidiot.co.uk/google-launch-click-to-call-in-google-maps/' rel='bookmark' title='Permanent Link: Google Launch Click To Call in Google Maps'>Google Launch Click To Call in Google Maps</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seoidiot.co.uk/hard-disk-test-surprises-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Templates and footprints &#8211; a CSS issue</title>
		<link>http://www.seoidiot.co.uk/templates-and-footprints-a-css-issue/</link>
		<comments>http://www.seoidiot.co.uk/templates-and-footprints-a-css-issue/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 12:05:14 +0000</pubDate>
		<dc:creator>SEOidiot</dc:creator>
				<category><![CDATA[Blackhat]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.seoidiot.com/seoblog/2007/01/24/templates-and-footprints-a-css-issue/</guid>
		<description><![CDATA[When creating sites on a large scale you have to be sure that you dont make life easy for anyone looking to track you down or to ban your entire network. So it is important that you dont leave any footprints.
I have talked with people who change their template on each batch of sites they [...]<p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/templates-and-footprints-a-css-issue/">Templates and footprints &#8211; a CSS issue</a></p>



Related posts:<ol><li><a href='http://www.seoidiot.co.uk/change-your-wordpress-title-tags/' rel='bookmark' title='Permanent Link: Change your Wordpress title tags'>Change your Wordpress title tags</a></li>
<li><a href='http://www.seoidiot.co.uk/building-a-distributed-link-network/' rel='bookmark' title='Permanent Link: Building a distributed link network'>Building a distributed link network</a></li>
<li><a href='http://www.seoidiot.co.uk/the-themes-screwed-up/' rel='bookmark' title='Permanent Link: The themes screwed up'>The themes screwed up</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="credropcaps_content"><p>When creating sites on a large scale you have to be sure that you dont make life easy for anyone looking to track you down or to ban your entire network. So it is important that you dont leave any footprints.</p>
<p>I have talked with people who change their template on each batch of sites they do &#8211; to be honest I never did, I simply changed em once in a while.</p>
<p>What really gets me though is when people use a publically available system and dont even bother to change the default templates it comes with. Some people also make a simple error here too, they see the structure of the site in visual terms rather than in coding terms. They simply look at the css and alter it to give the site a different look. Dont get me wrong you can make sites look completely different using just the css but remember one thing.</p>
<p>THE SPIDER SEES THE CODE NOT THE PAGE</p>
<p>So altering the css and leaving the divs and page structure as is means from the spiders point of view its the same as the default page, stupid move eh?</p>
<p>Even when I am doing wordpress templates I change the layout structure from css to tables so suddenly from a search engines point of view its not a simple wordpress blog its a normal yet unique website.</p>
<p>Think people think!</p>
<p>Edit: THIS IMAGE IS OF ESRUN &#8211; HE MADE ME POST IT IN PLACE OF HOMER</p>
<p>[photopress:Photo_74.jpg,thumb,pp_image]</p>
</div><p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/templates-and-footprints-a-css-issue/">Templates and footprints &#8211; a CSS issue</a></p>


<p>Related posts:<ol><li><a href='http://www.seoidiot.co.uk/change-your-wordpress-title-tags/' rel='bookmark' title='Permanent Link: Change your Wordpress title tags'>Change your Wordpress title tags</a></li>
<li><a href='http://www.seoidiot.co.uk/building-a-distributed-link-network/' rel='bookmark' title='Permanent Link: Building a distributed link network'>Building a distributed link network</a></li>
<li><a href='http://www.seoidiot.co.uk/the-themes-screwed-up/' rel='bookmark' title='Permanent Link: The themes screwed up'>The themes screwed up</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seoidiot.co.uk/templates-and-footprints-a-css-issue/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Apple sending cease and desist for doing nothing</title>
		<link>http://www.seoidiot.co.uk/apple-sending-cease-and-desist-for-doing-nothing/</link>
		<comments>http://www.seoidiot.co.uk/apple-sending-cease-and-desist-for-doing-nothing/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 18:16:17 +0000</pubDate>
		<dc:creator>SEOidiot</dc:creator>
				<category><![CDATA[SEOidiot Blog]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.seoidiot.com/seoblog/2007/01/15/apple-sending-cease-and-desist-for-doing-nothing/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	Apple Windows Mobile iPhone Theme, originally uploaded by TheAgencyBlog.com.


	Apple are reportedly sending cease and desist letters out to bloggers who post this photo. Its a picture of a windows mobile skin someone created to look [...]<p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/apple-sending-cease-and-desist-for-doing-nothing/">Apple sending cease and desist for doing nothing</a></p>



Related posts:<ol><li><a href='http://www.seoidiot.co.uk/spamming-from-the-iphone/' rel='bookmark' title='Permanent Link: Spamming from the iPhone'>Spamming from the iPhone</a></li>
<li><a href='http://www.seoidiot.co.uk/10-tips-on-using-odesk-to-outsource-your-life/' rel='bookmark' title='Permanent Link: 10 tips on using oDesk to outsource your life'>10 tips on using oDesk to outsource your life</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="credropcaps_content"><style type="text/css">
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
</style>
<div class="flickr-frame">
	<a target="_blank" href="http://www.flickr.com/photos/theagencyblog/358288077/" title="photo sharing"><img src="http://farm1.static.flickr.com/164/358288077_c9b46b99cd.jpg" class="flickr-photo" alt="Apple sending cease and desist for doing nothing"  title="Apple sending cease and desist for doing nothing Pic" /></a><br />
<br />
	<span class="flickr-caption"><a target="_blank" href="http://www.flickr.com/photos/theagencyblog/358288077/">Apple Windows Mobile iPhone Theme</a>, originally uploaded by <a target="_blank" href="http://www.flickr.com/people/theagencyblog/">TheAgencyBlog.com</a>.</span>
</div>
<p class="flickr-yourcomment">
	Apple are reportedly sending cease and desist letters out to bloggers who post this photo. Its a picture of a windows mobile skin someone created to look like the new iPhone.</p>
<p>I can understand if they want to stop the skin maker but anyone who even talks about it? Isnt this the same company who did the 1984 style adverts in the eighties? Now they are acting like the oppressive state.</p>
</div><p>Post from: <a href="http://www.seoidiot.co.uk">SEOidiot </a><br/><br/><a href="http://www.seoidiot.co.uk/apple-sending-cease-and-desist-for-doing-nothing/">Apple sending cease and desist for doing nothing</a></p>


<p>Related posts:<ol><li><a href='http://www.seoidiot.co.uk/spamming-from-the-iphone/' rel='bookmark' title='Permanent Link: Spamming from the iPhone'>Spamming from the iPhone</a></li>
<li><a href='http://www.seoidiot.co.uk/10-tips-on-using-odesk-to-outsource-your-life/' rel='bookmark' title='Permanent Link: 10 tips on using oDesk to outsource your life'>10 tips on using oDesk to outsource your life</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.seoidiot.co.uk/apple-sending-cease-and-desist-for-doing-nothing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
