<?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>billbailey.co.nzAuthor | billbailey.co.nz</title>
	<atom:link href="http://www.billbailey.co.nz/author/author/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billbailey.co.nz</link>
	<description>SEO, Affiliate Marketing, Graphic Design, Web Development</description>
	<lastBuildDate>Thu, 01 May 2014 11:09:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.23</generator>
	<item>
		<title>Connect to MySQL Servers thru a Command Line Application</title>
		<link>http://www.billbailey.co.nz/connect-to-mysql-servers-thru-a-command-line-application/</link>
		<comments>http://www.billbailey.co.nz/connect-to-mysql-servers-thru-a-command-line-application/#comments</comments>
		<pubDate>Sun, 13 Apr 2014 11:40:39 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/?p=83</guid>
		<description><![CDATA[The MySQL command-line interface gives interactive feedback, and has a few very nice features. Using the command-line tool can save a lot of time, especially for things that you won&#8217;t do very often. It&#8217;s also a fantastic environment to test new queries for correctness. Learning the command-line interface is not required, but it is often [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The MySQL command-line interface gives interactive feedback, and has a few very nice features.<br />
Using the command-line tool can save a lot of time, especially for things that you won&#8217;t do very often.<br />
It&#8217;s also a fantastic environment to test new queries for correctness.<br />
Learning the command-line interface is not required, but it is often extremely helpful, and is highly recommended.</p>
<p>Download Putty very good light weight application for ssl into your site trhu the Command Line</p>
<p><a title="Putty Command Line Application" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html</a></p>
<h3>What is PuTTY?</h3>
<p>PuTTY is a client program for the SSH, Telnet and Rlogin network protocols.</p>
<p>These protocols are all used to run a remote session on a computer, over a network.<br />
PuTTY implements the client end of that session: the end at which the session is displayed,<br />
rather than the end at which it runs.</p>
<p>In really simple terms: you run PuTTY on a Windows machine, and tell it to connect to (for example) a Unix machine.<br />
PuTTY opens a window. Then, anything you type into that window is sent straight to the Unix machine,<br />
and everything the Unix machine sends back is displayed in the window. So you can work on the Unix machine as if you were sitting at its console, while actually sitting somewhere else. formore info refer Link Below</p>
<p><a title="What is Putty" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-what" target="_blank">http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-what</a></p>
<p>Open Putty and Enter you login details such as User Name  and Password<br />
If you Dont Know these then you Shouldnt Connect</p>
<p>What login name / password should I use?</p>
<p>This is not a question you should be asking Me!!.</p>
<p>PuTTY is a communications tool, for making connections to other computers.<br />
I don&#8217;t administer any computers that you&#8217;re going to be able to use, Just like the folk  who make web browsers aren&#8217;t responsible for most of the content you can view in them.<br />
I WILLnot help with questions of this sort.</p>
<p>If you know the name of the computer you want to connect to, but don&#8217;t know what login name or password to use,  you should talk to whoever administers that computer.</p>
<div id="attachment_78" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/01/basic-putty_screen.gif"><img class="size-medium wp-image-78" title="basic-putty_screen" alt="Putty Default Screen" src="http://www.billbailey.co.nz/wp-content/uploads/2009/01/basic-putty_screen-300x287.gif" width="300" height="287" /></a><p class="wp-caption-text">Putty Default Screen</p></div>
<p>I actually set up a Saved Session for Each Site</p>
<p>HOST NAME (Or IP Address)  port Number Normally  port 22</p>
<p>freeblog.co.nz</p>
<p>Give the Session a Name the Website Name Is good</p>
<p>Hit the save Button</p>
<p>Hit the Load Button  below is what should Show</p>
<div id="attachment_81" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/01/load_saved_session.gif"><img class="size-medium wp-image-81" title="load_saved_session" alt="This a saved Putty session" src="http://www.billbailey.co.nz/wp-content/uploads/2009/01/load_saved_session-300x286.gif" width="300" height="286" /></a><p class="wp-caption-text">This a saved Putty session</p></div>
<p>Add your Login and Password at the Prompts</p>
<p>and you should be Logged In</p>
<div id="attachment_80" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/01/commandline_screen.gif"><img class="size-medium wp-image-80" title="commandline_screen" alt="This is what your Command Line Interface should Look like" src="http://www.billbailey.co.nz/wp-content/uploads/2009/01/commandline_screen-300x286.gif" width="300" height="286" /></a><p class="wp-caption-text">This is what your Command Line Interface should Look like</p></div>
<p>Now to see any Databases you have  to Login to the MySQL sERVER</p>
<p>This Should Do it</p>
<p>Username@website.com [~]# mysql -u username -ppassword;</p>
<div id="attachment_82" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/01/logged_in_mysql_server.gif"><img class="size-medium wp-image-82" title="logged_in_mysql_server" alt="This is your logged in command line interface" src="http://www.billbailey.co.nz/wp-content/uploads/2009/01/logged_in_mysql_server-300x251.gif" width="300" height="251" /></a><p class="wp-caption-text">This is your logged in command line interface</p></div>
<p>Now we want to see the Databases so its simple in the command Line type this</p>
<p>Username@website.com [~]# mysql show databases;</p>
<div id="attachment_77" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/01/show_databases_mysql_server.gif"><img class="size-medium wp-image-77" title="show_databases_mysql_server" alt="Viewing your databases in the Command Line" src="http://www.billbailey.co.nz/wp-content/uploads/2009/01/show_databases_mysql_server-300x251.gif" width="300" height="251" /></a><p class="wp-caption-text">Viewing your databases in the Command Line</p></div>
<p>So you want to Add a database now In the mysql program, issue this statement:</p>
<p>mysql&gt; CREATE DATABASE Whatever;</p>
<p>To change a Database</p>
<p>In the mysql program, issue this statement:</p>
<p>mysql&gt; use whatever;</p>
<p>Database changed</p>
<p>[usefull Mysql Tips http://billbailey.co.nz/MySQL_Useful_tips.php]</p>
<p>To Quit the MySQL Server</p>
<p>In the mysql program, issue this statement:</p>
<p>mysql&gt; quit</p>
<p>Bye</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/connect-to-mysql-servers-thru-a-command-line-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Slap Hurts Affiliates</title>
		<link>http://www.billbailey.co.nz/google-slap-hurts-affiliates/</link>
		<comments>http://www.billbailey.co.nz/google-slap-hurts-affiliates/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 10:30:42 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[Change]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web2]]></category>
		<category><![CDATA[Affiliate Slap]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Google Slap]]></category>
		<category><![CDATA[Landing Page]]></category>

		<guid isPermaLink="false">http://billbailey.co.nz/?p=107</guid>
		<description><![CDATA[I was Reading A great article the Other Day about the Great Google Slap LATE 2009 Quote  [ Like many affiliates in the past few weeks, I got the Google slap on a few of my top running PPC campaigns which felt like getting my faced kicked repeatedly from Chuck Norris wearing a football cleat. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I was Reading A great <a href="http://www.loganthompson.me/affiliate-traffic/google-slaps-affiliate-landing-pages/comment-page/#comment-5803">article</a> the Other Day about the Great Google Slap LATE 2009</p>
<p><strong>Quote  [</strong> Like many affiliates in the past few weeks, I got the<a href="http://billbailey.co.nz"> Google slap</a> on a few of my top running PPC campaigns which felt like getting my faced kicked repeatedly from Chuck Norris wearing a football cleat. Being a bit upset over losing a big part of my income I had to step back and look at things differently than I have lately  <strong>]</strong></p>
<p>I would call mine Depression.</p>
<p>Still NOT over it I lost a $300 to 500 $ a day campaign (its still not back for me) Google have filtered my whole site in fact I had 2 sites that Just Dropped off the world,10 articles per site, Privacy disclosure, contact, Incoming Blog posts out going links to top site s in the niche, SEO Bomb proof still get Q S 1?</p>
<p>I have lost 2 accounts with Google and I don&#8217;t want to lose another.</p>
<p>I could Go On I have lots to say and Have learn t heaps In short this is the main Problem Its not the content although Google expect to see certain things, its where your site is pointing to (think about it if 1000 affiliates are pointing to the same weight loss Sales Page) Google Basically Is saying that its spamming their network and in the Long run they are right.</p>
<p>So you need to Take a name and email and work them from a list or go article marketing which can stack up $$$ for you and it takes time, There are no easy solutions at the Moment.</p>
<p>I think I have a slap proof site Now but its harder to get the sales as you have to be 1-2 Page&#8217;s further from the sales page.</p>
<p>My split testing says that the Hop Rate (amount of people that actually make it thru to the sales page on the vendor site ) drops from 50% down to 25% and so do you sales which is the difference between profit and loss.</p>
<p>Don&#8217;t Give in Its gotten easier in terms of competition as there is less its a matter of finding a way back in I am running a campaign on Google at the moment and getting 300 + ad clicks a day at and average cost of 6 US cents a click.</p>
<p>So there is traffic on the Google network for your site Just make sure you have a testing account or two Google also don&#8217;t seem to track credit cards So don&#8217;t be paranoid about setting multiple accounts up off the the one credit Card.</p>
<p>Oh by the Way Google has the Best Buying traffic End of story</p>
<p>So Don&#8217;t Give Up</p>
<p>Regards Bill Bailey</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/google-slap-hurts-affiliates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-Database Step by step Installation</title>
		<link>http://www.billbailey.co.nz/multi-database-step-by-step-installation/</link>
		<comments>http://www.billbailey.co.nz/multi-database-step-by-step-installation/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 02:42:12 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web2]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[Multi Database]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/?p=90</guid>
		<description><![CDATA[Step by step installation Guide for Multi DB Introduction When I first read about Multi DB I was lured by the fact that it could streamline and break my 10,000 Table Single wp-freeblog Database into many such as 16, 256, 4096, databases, &#8220;yeah I thought, Millions of Blogs!&#8221;. Whooa down, lets get real you need [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: left;">Step by step installation Guide for Multi DB</h2>
<h3><span style="font-size: large;">Introduction</span></h3>
<p style="text-align: left;">When I first read about Multi DB I was lured by the fact that it could streamline and break my 10,000 Table Single wp-freeblog Database into many such as 16, 256, 4096, databases, &#8220;yeah I thought, Millions of Blogs!&#8221;.</p>
<p style="text-align: left;">Whooa down, lets get real you need to be realistic about where you will be in the Future I personally think 256 Databases is a good starting Place lets face it if you get that many you will probably be making some OK money or at least be Making enough to keep developing your Platform Ok pic a number</p>
<ol style="text-align: left;">
<li>16 Databases Up to 10,000 BLOGS</li>
<li>256 Databases Up to 50,000 to 100,000 Blogs</li>
<li>4096 Database Up to 4,000,000 Blogs</li>
</ol>
<p style="text-align: left;">
<h3 style="text-align: left;"><span style="font-size: large;">Step 1</span></h3>
<p style="text-align: left;">The first thing to do is try to create your databases now this is either Straight Forward or not depending on your server restrictions, if there are restrictions then you will possibly need to change hosts or get the server Folk to CREATE the databases and GRANT PRIVILEGES to your account for these Databases</p>
<p style="text-align: left;">How I Create Databases thru the Command Line. (Building This now)</p>
<p style="text-align: left;">Go Now and Create your Databases done then Come Back here when you have got this sorted, As we cannot move on untill its done.</p>
<p style="text-align: left;"><span id="more-90"></span></p>
<p>[ad#post-ad]</p>
<h3 style="text-align: left;"><span style="font-size: large;">Step 2</span></h3>
<p style="text-align: left;">Get the latest Multi DB Plugin  <a title="Multi Dtabase" href="http://premium.wpmudev.org/" target="_blank">HERE</a> and Unpack it on your own Local Machine</p>
<p style="text-align: left;">This is what should be inside  see the contents of this Folder minus the Zip folder,  the install notes here will only help you  put the files and Folders in the right directories which is a little dangerous Initially,  I actually Broke My site by uploading the Wrong file out of sequence so listen up</p>
<p style="text-align: left;"><strong>Below is the contents of the Multi DB Plugin</strong></p>
<p style="text-align: left;"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/02/multi_db_software.gif"><img class="size-medium wp-image-87 alignnone" title="multi_db_software" alt="" src="http://www.billbailey.co.nz/wp-content/uploads/2009/02/multi_db_software-300x224.gif" width="300" height="224" /></a></p>
<h3 style="text-align: left;"></h3>
<h3 style="text-align: left;"><span style="font-size: large;">Step 3</span></h3>
<p style="text-align: left;">OK  So you Now have your down Load  its unzipped on your local machine we are cranking</p>
<p style="text-align: left;">Now you need to take it easy here no rush load these files into  the appropriate folders</p>
<p style="text-align: left;">Firstly create a folder Called <strong> wp-content/scripts/ </strong>then load the following files</p>
<p style="text-align: left;"><strong></strong><strong>list-hashes.php</strong> &#8211; goes in /wp-content/scripts/<br />
<strong>move-blogs.php</strong> &#8211; goes in /wp-content/scripts/</p>
<p style="text-align: left;">Add these files into these directories</p>
<p style="text-align: left;"><strong>db.php </strong>- goes in   /wp-content<br />
<strong>db-config.php</strong> &#8211; goes in /wp-content/</p>
<p style="text-align: left;">Make sure that you do not FTP upload these yet, we need to groom them first!</p>
<h3 style="text-align: left;"><span style="font-size: large;">Step 4</span></h3>
<p style="text-align: left;">Ok lets establish<strong> </strong>which files need be edited</p>
<p style="text-align: left;"><strong><span style="text-decoration: underline;">You do not need to edit the files below</span><br />
</strong></p>
<ul>
<li><strong>db.php</strong></li>
<li><strong> list-hashes</strong></li>
<li><strong> server-ip.php</strong></li>
</ul>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>The files you will need to edit</strong></span></p>
<ul>
<li><strong>move-blogs.php</strong></li>
<li><strong>db-config.php</strong></li>
</ul>
<h3 style="text-align: left;"><span style="font-size: large;">Step 5</span></h3>
<h3 style="text-align: left;">Lets Get editing this is the area we need to take care saves a lot of time</h3>
<ol>
<li><strong> move-blogs.php</strong> &#8211; which sits in <strong>/wp-content/scripts/move-blogs.php</strong></li>
</ol>
<p style="text-align: left;">The only parts you will need to edit of  <strong>move-blogs.php</strong> are below</p>
<p style="text-align: left;">$dbname ( <strong>your_current _database</strong> )<br />
$blog_table_prefix ( <strong>wp_</strong> %99 chance this wont need changing )<br />
$newdb_prefix ( <strong>mynewprefix_</strong> this is the prefix to your new 16, 256, 4096 databases )</p>
<p style="text-align: left;">Then you need to change the database connection details such as below</p>
<p style="text-align: left;">$dbhost = &#8216;<strong>localhost</strong>&#8216;;     this is probably fine no need to change<br />
$dbuname = &#8216;<strong>username</strong>&#8216;;  this is your Business<br />
$dbpass = &#8216;<strong>password</strong>&#8216;;  this is your Business</p>
<p style="text-align: left;">$db_scaling = &#8216;<strong>256</strong>&#8216;; this is where you put the amount of Databases</p>
<p style="text-align: left;">Here is part of the <strong>move-blogs.php file</strong></p>
<p style="text-align: left;"><code> /*<br />
Plugin Name: Multi-DB (Conversion Tool)<br />
Plugin URI: http://XXXXXXXXXXXXXX/project/Multiple-Databases<br />
Description:<br />
Author: Ron Dillehay - FanMail to rdillehay@hotmail.com (no tech support please) - Modified slightly by Andrew Billits (Incsub)<br />
Version: 2.6.0<br />
Author URI:<br />
Descriptiom:<br />
This script is to move blogs from a wordpress mu single database setup, to a wordpress mu multiple database setup using an MD5 hash to establish blog routing<br />
Use this script at your own risk. My test setup uses php 5, mysql 5, and wordpress mu 1.2.5a<br />
*/ </code></p>
<p style="text-align: left;">//&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;//<br />
//&#8212;Config&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;//<br />
//&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;//</p>
<p style="text-align: left;">///DB Settings<br />
$dbname = &#8220;<strong>your_current _database</strong>&#8220;; //This is your current database<br />
$blog_table_prefix = &#8216;<strong>wp_</strong>&#8216;; //Prefix of your wpmu blog tables, most likely this won&#8217;t need to be changed<br />
$newdb_prefix = &#8216;<strong>mynewprefix_</strong>&#8216;; //This is the prefix of the db&#8217;s you&#8217;re moving your tables into &#8211; we assume they are all the same, if not, you&#8217;re in trouble</p>
<p style="text-align: left;">//We need info to connect to the databases<br />
$dbhost = &#8216;<strong>localhost</strong>&#8216;; this is probably fine<br />
$dbuname = &#8216;<strong>username</strong>&#8216;;<br />
$dbpass = &#8216;<strong>password</strong>&#8216;;</p>
<p style="text-align: left;">//How many db&#8217;s are you moving into (16, 256, or 4096)?<br />
$db_scaling = &#8216;<strong>256</strong>&#8216;;</p>
<p style="text-align: left;">//&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;//<br />
?&gt;</p>
<h3 style="text-align: left;"><span style="font-size: large;">Step 6</span></h3>
<p style="text-align: left;"><strong>We have to edit and  correct</strong> the <strong>move-blogs.php</strong> (which will throw you if your not ready)</p>
<p style="text-align: left;">Note**  there is a typo in this file which still hasn&#8217;t been corrected YET its to do with<strong> line 83</strong> and <strong>line 85 </strong>instead of a<strong> hyphen -</strong> there is an <strong>underscore  _  between move-blogs.php<br />
</strong></p>
<p style="text-align: left;">This is the original part  of<strong> move-blogs.php</strong><strong> </strong>file that is incorrect</p>
<p>//////////////////////////////////////////////////////////////////////////////////////////////</p>
<p>line 79 echo &#8220;&lt;table align=&#8217;center&#8217; class=&#8217;stats&#8217;&gt;&lt;tr&gt;&lt;td colspan=&#8217;4&#8242; align=&#8217;center&#8217;&gt;&lt;br /&gt;&lt;ol&gt;<br />
line 80   &lt;li&gt;Tested on PHP 5 &amp; MySQL 5&lt;/li&gt;<br />
line 81   &lt;li&gt;Make sure all of your new db&#8217;s exist (green text next to table name in db column below)&lt;/li&gt;<br />
line 82   &lt;li&gt;In the status section, each table should show &lt;i&gt;not in new db (unless you&#8217;ve already run this script)   &lt;/i&gt;&lt;/li&gt;<br />
<strong>line 83</strong> &lt;li&gt;To start the copy process &lt;a href=&#8217;<strong>move_blogs.php</strong>?table=copy&#8217;&gt;click here&lt;/a&gt; &lt;/li&gt;<br />
line 84  &lt;li&gt;Be patient, depending on how many blogs you have, this could take a while&lt;/li&gt;<br />
<strong>line 85</strong> &lt;li&gt;Once completed, refresh this page by &lt;a href=&#8217;<strong>move_blogs.php</strong>&#8216;&gt;clicking here&lt;/a&gt;&lt;/li&gt;<br />
line 86  &lt;li&gt;Check to make sure that in the status section all tables say &lt;i&gt;table in new db&lt;/i&gt;&lt;/li&gt;<br />
line 87  &lt;li&gt;Rejoice, I probably just saved you hours of your life!&lt;/li&gt;<br />
line 88  &lt;li&gt;If this didn&#8217;t work, don&#8217;t blame me.  Sometimes life is just like that..&lt;/li&gt;&lt;/ol&gt;<br />
line 89  &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&#8217;head&#8217; width=&#8217;25%&#8217;&gt;table name&lt;/td&gt;&lt;td class=&#8217;head&#8217; width=&#8217;25%&#8217;&gt;table info&lt;/td&gt;&lt;td class=&#8217;head&#8217; width=&#8217;25%&#8217;&gt;new db&lt;/td&gt;&lt;td class=&#8217;head&#8217; width=&#8217;25%&#8217;&gt;status&lt;/td&gt;&lt;/tr&gt;&#8221;;</p>
<p>/////////////////////////////////////////////////////////////////////////////////////////////</p>
<p style="text-align: left;">This is the corrected original file<strong> move-blogs.php</strong></p>
<p>line 79 echo &#8220;&lt;table align=&#8217;center&#8217; class=&#8217;stats&#8217;&gt;&lt;tr&gt;&lt;td colspan=&#8217;4&#8242; align=&#8217;center&#8217;&gt;&lt;br /&gt;&lt;ol&gt;<br />
line 80   &lt;li&gt;Tested on PHP 5 &amp; MySQL 5&lt;/li&gt;<br />
line 81   &lt;li&gt;Make sure all of your new db&#8217;s exist (green text next to table name in db column below)&lt;/li&gt;<br />
line 82   &lt;li&gt;In the status section, each table should show &lt;i&gt;not in new db (unless you&#8217;ve already run this script)   &lt;/i&gt;&lt;/li&gt;<br />
<strong>line 83</strong> &lt;li&gt;To start the copy process &lt;a href=&#8217;<strong>move-blogs.php</strong>?table=copy&#8217;&gt;click here&lt;/a&gt; &lt;/li&gt;<br />
line 84  &lt;li&gt;Be patient, depending on how many blogs you have, this could take a while&lt;/li&gt;<br />
<strong>line 85</strong> &lt;li&gt;Once completed, refresh this page by &lt;a href=&#8217;<strong>move-blogs.php</strong>&#8216;&gt;clicking here&lt;/a&gt;&lt;/li&gt;<br />
line 86  &lt;li&gt;Check to make sure that in the status section all tables say &lt;i&gt;table in new db&lt;/i&gt;&lt;/li&gt;<br />
line 87  &lt;li&gt;Rejoice, I probably just saved you hours of your life!&lt;/li&gt;<br />
line 88  &lt;li&gt;If this didn&#8217;t work, don&#8217;t blame me.  Sometimes life is just like that..&lt;/li&gt;&lt;/ol&gt;<br />
line 89  &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&#8217;head&#8217; width=&#8217;25%&#8217;&gt;table name&lt;/td&gt;&lt;td class=&#8217;head&#8217; width=&#8217;25%&#8217;&gt;table info&lt;/td&gt;&lt;td class=&#8217;head&#8217; width=&#8217;25%&#8217;&gt;new db&lt;/td&gt;&lt;td class=&#8217;head&#8217; width=&#8217;25%&#8217;&gt;status&lt;/td&gt;&lt;/tr&gt;&#8221;;</p>
<p>//////////////////////////////////////////////////////////////////////////////////////////////</p>
<p style="text-align: left;">When you get this working Its a thing of Beauty and Saves you Heaps of time</p>
<p style="text-align: left;">Thats it for now do not FTP this file  ACROSS TILL I say !!!</p>
<h3 style="text-align: left;"><span style="font-size: large;">Step7</span></h3>
<p style="text-align: left;">Now the  Next Most Important Part which is setting Up the <strong>db-config.php</strong></p>
<p style="text-align: left;"><a title="Multi DB Configuration File" href="http://freeblog.co.nz/images/db-config.txt " target="_blank">Multi DB Configuratrion</a> this is based on my set up so you may have less Global tables to add or more depending on your Installed plugins</p>
<p style="text-align: left;">There are Four areas of editing here</p>
<p style="text-align: left;"><strong>DB SCALING &gt;&gt;&gt; THIS IS WHERE WE STIPULATE THE AMOUNT OF DATABASES YOU HAVE</strong></p>
<p style="text-align: left;">////////////////&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;////////////////</p>
<p style="text-align: left;">//   E.G  16, 256, 4096<br />
define (&#8216;DB_SCALING&#8217;, &#8217;256&#8242;);</p>
<p style="text-align: left;"><strong>DC IPs  &gt;&gt;&gt; THIS IS THE SERVER IP ADDRESS OF YOUR WEBSITE HOST</strong></p>
<p style="text-align: left;">////////////////&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;////////////////</p>
<p style="text-align: left;">//    Usage: add_dc_ip(IP, DC)<br />
//    EX: add_dc_ip(&#8217;123.123.123.&#8217;, &#8216;dc1&#8242;);<br />
add_dc_ip(&#8217;127.127.127.25&#8242;, &#8216;dc1&#8242;);  this is where you<br />
<strong>GLOBAL TABLES &gt;&gt;&gt; THESE ARE YOUR GLOBAL TABLES</strong></p>
<p style="text-align: left;"><strong> These are an Example of my global tables you must use your own as they will be different<br />
</strong></p>
<p style="text-align: left;"><code>///////////////--------------------------////////////////</code></p>
<p style="text-align: left;">// Do not include default global tables PREFIX as in  Leave off base prefix (eg: <strong>wp_</strong>)</p>
<p style="text-align: left;">//    Usage: add_global_table(TABLE_NAME)<br />
//    EX: add_global_table(&#8216;<strong>something</strong>&#8216;);<br />
add_global_table(&#8216;blogs&#8217;);<br />
add_global_table(&#8216;blogs_cets_topics&#8217;);<br />
add_global_table(&#8216;blogs_cets_topics_relationships&#8217;);<br />
add_global_table(&#8216;blog_activity&#8217;);<br />
add_global_table(&#8216;blog_types&#8217;);<br />
add_global_table(&#8216;blog_versions&#8217;);<br />
add_global_table(&#8216;comment_activity&#8217;);<br />
add_global_table(&#8216;mass_mailer&#8217;);<br />
add_global_table(&#8216;post_activity&#8217;);<br />
add_global_table(&#8216;registration_log&#8217;);<br />
add_global_table(&#8216;signups&#8217;);<br />
add_global_table(&#8216;wsignup_blog_types&#8217;);<br />
add_global_table(&#8216;site&#8217;);<br />
add_global_table(&#8216;sitecategories&#8217;);<br />
add_global_table(&#8216;sitemeta&#8217;);<br />
add_global_table(&#8216;spam&#8217;);<br />
add_global_table(&#8216;support_faq&#8217;);<br />
add_global_table(&#8216;support_faq_cats&#8217;);<br />
add_global_table(&#8216;support_tickets&#8217;);<br />
add_global_table(&#8216;support_tickets_cats&#8217;);<br />
add_global_table(&#8216;support_tickets_messages&#8217;);<br />
add_global_table(&#8216;wusermeta&#8217;);<br />
add_global_table(&#8216;users&#8217;);<br />
add_global_table(&#8216;user_activity&#8217;);</p>
<p style="text-align: left;">Go in thru your server end and get into the Database that way</p>
<p style="text-align: left;">You can get all the global Tables from your Current single WPMU Database wp_global be as thorough as you can take your Time and get it right</p>
<p style="text-align: left;"><strong>These are the CONNECTION DETAILS FOR LOCATION OF DATABASE  these need be correct</strong></p>
<p style="text-align: left;"><a title="Multi DB Configuration File" href="http://freeblog.co.nz/images/db-config.txt " target="_blank">Multi DB Configuratrion</a> Go here and have another Lookat my config file</p>
<p style="text-align: left;">Create your Database SQL <a title="Multi DB Configuration creator" href="http://db-tools.wpmudev.org/db_servers.php" target="_blank">HERE</a> this is a great tool the easy way to create the databases</p>
<p style="text-align: left;"><code>// Usage: add_db_server(DS, DC, READ, WRITE, HOST, LAN_HOST, NAME, USER, PASS)<br />
// EX: add_db_server('global', 'dc1', 1, 1,'global.mysql.example.com:3509','global.mysql.example.lan:3509', 'global-db', 'globaluser', 'globalpassword');<br />
//<br />
// Note: you can also place this section in a file called db-list.php in wp-content</code></p>
<p style="text-align: left;"><code>add_db_server('global', 'dc1', 1, 1,'127.0.0.1','63.247.133.25', 'freeblog_global', 'someuser', 'xxxx');</code></p>
<p style="text-align: left;">add_db_server(&#8217;00&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_00&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;01&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_01&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;02&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_02&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;03&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_03&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;04&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_04&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;05&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_05&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;06&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_06&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;07&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_07&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;08&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_08&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;09&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_09&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;0a&#8217;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_0a&#8217;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;0b&#8217;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_0b&#8217;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;0c&#8217;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_0c&#8217;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;0d&#8217;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_0d&#8217;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;0e&#8217;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_0e&#8217;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;0f&#8217;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_0f&#8217;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;10&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_10&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;11&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_11&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;12&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_12&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;13&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_13&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;14&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_14&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;15&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_15&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;16&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_16&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;17&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_17&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;18&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_18&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;19&#8242;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_19&#8242;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);<br />
add_db_server(&#8217;1a&#8217;, &#8216;dc1&#8242;, 1, 1,&#8217;127.0.0.1&#8242;,&#8217;63.247.133.25&#8242;, &#8216;freeblog_1a&#8217;, &#8216;someuser&#8217;, &#8216;xxxx&#8217;);</p>
<p style="text-align: left;">OK you done yet does your <a title="Multi DB Configuration File" href="http://freeblog.co.nz/images/db-config.txt " target="_blank">Multi DB Configuratrion</a> look like this great lets get to the exciting bit, I bet there is a little bit of paranoia  in the back of your mind follow it and double check!</p>
<h3 style="text-align: left;"><span style="font-size: large;">Step 8</span></h3>
<p style="text-align: left;">So here we are standing at the Abyss ready to take the Plunge Ok lets do it&#8230;</p>
<p style="text-align: left;"><strong>FTP move-blogs.php into wp-content/scripts/move-blogs.php</strong></p>
<p style="text-align: left;">then Open a browser and navigate to www.yoursite.com/wp-content/scripts/move-blogs.php</p>
<p style="text-align: left;">you should see this Image below.</p>
<div id="attachment_94" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/02/multi-db_move-blogs-start-screen.gif"><img class="size-medium wp-image-94" title="multi-db_move-blogs-start-screen" alt="Your Start Screen for Moving Blogs into Multi Databases" src="http://www.billbailey.co.nz/wp-content/uploads/2009/02/multi-db_move-blogs-start-screen-300x225.gif" width="300" height="225" /></a><p class="wp-caption-text">Your Start Screen for Moving Blogs into Multi Databases</p></div>
<p style="text-align: left;">OK no time for hesitation go to step 4 which says..</p>
<p style="text-align: left;"><strong>4.</strong> To start the Copy process <a title="This is where you would click on tne Move Blogs screen" href="http://#">click here</a> this is Just a dummy link on this site for your benefit</p>
<p style="text-align: left;">Ok sit Back its going to take a wee while depending on the size of your database and you will see some error output but do not Panic its Part of the process</p>
<p style="text-align: left;">see image below</p>
<div id="attachment_89" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/02/expected_errors_multidatabase_conversion.gif"><img class="size-medium wp-image-89" title="expected_errors_multidatabase_conversion" alt="Expected output errors during Move process" src="http://www.billbailey.co.nz/wp-content/uploads/2009/02/expected_errors_multidatabase_conversion-300x249.gif" width="300" height="249" /></a><p class="wp-caption-text">Expected output errors during Move process</p></div>
<p style="text-align: left;">after process is completed refresh your Browser and you should see this BELOW</p>
<div id="attachment_88" style="width: 310px" class="wp-caption alignnone"><a href="http://www.billbailey.co.nz/wp-content/uploads/2009/02/completed_multi_database_conversion.gif"><img class="size-medium wp-image-88" title="completed_multi_database_conversion" alt="Blog move into Multi Databases complete" src="http://www.billbailey.co.nz/wp-content/uploads/2009/02/completed_multi_database_conversion-300x225.gif" width="300" height="225" /></a><p class="wp-caption-text">Blog move into Multi Databases complete</p></div>
<p style="text-align: left;">Go get your self a drink and feel happy with yourself you just moved all of your blogs in to  256 Databases (or how ever many you where going for)sit back and revel for a second you did good</p>
<p style="text-align: left;"><strong>Oh and thank you Andrew for you great script</strong></p>
<h3 style="text-align: left;"><span style="font-size: large;">Step 9</span></h3>
<p style="text-align: left;">Ok Now is when you put or FTP the rest of your files across</p>
<p><strong>db.php </strong>- goes in   /wp-content<br />
<strong>db-config.php</strong> &#8211; goes in /wp-content/</p>
<p>these files will take over from your DB CONFIG FILES by default you do not need to change any thing in wp-config.php</p>
<p>Well actually I did just to prove that I was using the new Multi database setup  by commenting out the second line defining the Database name //define(&#8216;DB_NAME&#8217;, &#8216;myold_singledatabase&#8217;);</p>
<p><code>define('WP_CACHE', true); //Added by WP-Cache Manager<br />
<strong>//define('DB_NAME', 'myold_singledatabase');    I commented this line out</strong><br />
define('DB_USER', '<strong>username</strong>');     // Your MySQL username<br />
define('DB_PASSWORD', '<strong>Password</strong>'); // ...and password<br />
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value<br />
define('DB_CHARSET', 'utf8');<br />
define('DB_COLLATE', '');<br />
define('VHOST', 'yes');<br />
$base = '/';</code></p>
<p>Also there is one other part in this config which you just leave alone I&#8217;ve seen a few people get hung up on it so don&#8217;t!</p>
<p><code>define( "WP_USE_MULTIPLE_DB", false );  no need to touch this at all</code></p>
<p style="text-align: left;">
<p>Now also Something else is how the hell do you find where blogs are in 256 Databases easy</p>
<p>First thing is to get the Blog Id and enter it<a title="MD5 Hash tool" href="http://calc.wpmudev.org/md5.php" target="_blank"> here</a> using this MD5 Hash tool say if i put  blog id  2 into the submit box  the result is this</p>
<p><strong>c81e728d9d4c2f636f067f89cc14862c</strong> The relevant parts of this result are the first 2 or three Numbers</p>
<p>Now go to database <strong>c8</strong> and I bet your blog Id 2 tables are there, Magic aye and much faster then tryng to skim 10000 tables</p>
<p>So good Luck if you dont uderstand this or follow it Im sorry let me know where the problem is and I try to clarify it</p>
<p>Regards Bill Bailey</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/multi-database-step-by-step-installation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google has got problems</title>
		<link>http://www.billbailey.co.nz/google-has-got-problems/</link>
		<comments>http://www.billbailey.co.nz/google-has-got-problems/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 08:23:03 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[Facts]]></category>
		<category><![CDATA[Global]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Web2]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Data Center]]></category>
		<category><![CDATA[Huge web]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Worlds Biggest Computer]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/?p=60</guid>
		<description><![CDATA[&#160; The web is huge the web consumes 4% of North American Power Google has got problems What are Google s Problems, well lets look into but first we need to change the way we think, so lets scale up the way we think because the average internet user has no idea what belies the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<h1>The web is huge</h1>
<h3>the web consumes 4% of North American Power</h3>
<h3><strong>Google has got problems</strong></h3>
<p>What are Google s Problems, well lets look into but first we need to change the way we think, so lets scale up the way we think because the average internet user has no idea what belies the Google search page, after all its just a browser and a search result right !<br />
[ad#post-ad]</p>
<h3>The Facts</h3>
<h2>BIGGEST COMPUTER ON EARTH</h2>
<p>Google use alot of computors 200,000.00 to 400,000.00 and increasing daily some suggest even up to 600,000.00 to 800,000.00 ?</p>
<h3 style="text-align: center;">A Google Data center</h3>
<div id="attachment_68" style="width: 310px" class="wp-caption aligncenter"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/11/google-data-center.jpg"><img class="size-medium wp-image-68" title="google-data-center" alt="Google Data Center there are 36 worlwide" src="http://www.billbailey.co.nz/wp-content/uploads/2008/11/google-data-center-300x118.jpg" width="300" height="118" /></a><p class="wp-caption-text">Google Data Center there are 36 world wide</p></div>
<p><span id="more-60"></span></p>
<p>600 million dollars each the size of three football fields under cover with a Four story cooling tower.</p>
<p>No two data centers are alike each Data center has 10 &#8211; 12 clusters at 2000 machines per cluster giving a total of 20,000.00</p>
<p>American data centers consume more power then American televisions, over 4 years  the cost of a computers power is half the cost of the hardware.</p>
<div id="attachment_69" style="width: 310px" class="wp-caption aligncenter"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/11/google-data-center1.jpg"><img class="size-medium wp-image-69" title="google-data-center-map" alt=" Google Data Centers" src="http://www.billbailey.co.nz/wp-content/uploads/2008/11/google-data-center1-300x145.jpg" width="300" height="145" /></a><p class="wp-caption-text">Google Data Centers</p></div>
<p><strong>Googles power usage  is close to 50MW  or  $5000 per Hour (Not very Green)</strong><br />
Google has to build its own custom designed mother Boards as-well-as power supplies. ( * Note: Google&#8217;s custom built power supplies are 90% efficient where commercial units are 70%)</p>
<h2>FAILURE IS AN OPTION</h2>
<p>In the first year for a new Data center there will be at least 1000 Machine failures, Thousands of Disk drive failures, One power unit will will fail taking out between 500 &#8211; 1000 machines for 6 hours, there is also a 50% chance a cluster will fail taking 1 &#8211; 2 days to recover a minimum of 20 racks  will fail!</p>
<p><strong>Google quote : </strong>&#8220;Our view is its better to have twice as much hardware thats not as reliable than half as much thats more reliable&#8221;</p>
<p>Custom software is how Google handle failure</p>
<p style="text-align: center;"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/11/servidores_en_datacenter.jpg"><img class="size-medium wp-image-70  aligncenter" title="servidores_en_datacenter" alt="" src="http://www.billbailey.co.nz/wp-content/uploads/2008/11/servidores_en_datacenter-297x300.jpg" width="297" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/google-has-got-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>National Wins 2008 Election</title>
		<link>http://www.billbailey.co.nz/national-takes-top-honors/</link>
		<comments>http://www.billbailey.co.nz/national-takes-top-honors/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 11:56:33 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[Change]]></category>
		<category><![CDATA[Election]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Labour]]></category>
		<category><![CDATA[MMP]]></category>
		<category><![CDATA[National]]></category>
		<category><![CDATA[Politician]]></category>
		<category><![CDATA[Trust]]></category>
		<category><![CDATA[Act]]></category>
		<category><![CDATA[Greens]]></category>
		<category><![CDATA[New Zealand]]></category>
		<category><![CDATA[November 2008]]></category>
		<category><![CDATA[NZF]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/?p=62</guid>
		<description><![CDATA[National are Election Night winners, the people of New Zealand have spoken  voting in Nationals favor with A clear majority concluding with a 11 seat gain, This has been a landslide victory with the public sentiment being that it was time for a change Miss Clark called Mr Key at 11pm to concede defeat. [ad#post-ad] [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>National are Election Night winners</strong>, the people of New Zealand have spoken  voting in Nationals favor with A clear majority concluding with a 11 seat gain, This has been a landslide victory with the public sentiment being that it was time for a change</p>
<p><strong>Miss Clark called Mr Key at 11pm to concede defeat.</strong><br />
<span id="more-62"></span><br />
[ad#post-ad]</p>
<h2>Election Night Stats</h2>
<ul>
<li>Results for National 59 seats and ACT 5. United Future leader Peter Dunne adds 1 seat, making a total of 65.</li>
</ul>
<ul>
<li>Labour has 43 seats, the Greens 8, and they are joined by Progressive Party leader Jim Anderton for a total of 52.</li>
</ul>
<ul>
<li>The Maori Party has 5 of the 7 Maori seats but does not hold the balance of power in Parliament.</li>
</ul>
<p>It is expected that the Maori party will swing towards National with a vote of confidence  some time today</p>
<p>M</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/national-takes-top-honors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer circuit builds itself</title>
		<link>http://www.billbailey.co.nz/computer-circuit-builds-itself/</link>
		<comments>http://www.billbailey.co.nz/computer-circuit-builds-itself/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 11:34:44 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[Change]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Web2]]></category>
		<category><![CDATA[builds itself]]></category>
		<category><![CDATA[circuit]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/2008/11/08/computer-circuit-builds-itself/</guid>
		<description><![CDATA[I thought this might interest some Readers? It wont be long now before we see some of the largest swings in technology, I was sent this today and although this was released on the 15 Of October it stands to have a long lasting impact on our future Organic molecules organize themselves to form a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I thought this might interest some Readers?</p>
<p>It wont be long now before we see some of the largest swings in technology, I was sent this today and although this was released on the 15 Of October it stands to have a long lasting impact on our future</p>
<h3 class="intro entry-summary">Organic molecules organize themselves to form a bridge between electrodes.</h3>
<p><span id="more-61"></span></p>
<p>[ad#post-ad]</p>
<p class="byline"><span class="vcard"><span class="author fn"> <strong>Geoff Brumfiel </strong></span></span></p>
<p><strong>A team of European physicists has developed an integrated circuit that can build itself. The work, appearing in this week&#8217;s <span class="i">Nature</span><sup><a href="http://www.nature.com/news/2008/081015/full/news.2008.1171.html#B1">1</a></sup>, is an important step towards its ultimate goal — a self-assembling computer.</strong></p>
<p><strong>To get more of this info you will need to go here to <a title="Nuture News" href="http://www.nature.com/news/2008/081015/full/news.2008.1171.html" target="_blank">Nature News</a> and sign in</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/computer-circuit-builds-itself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Labour at Helm of Deteriorating economy</title>
		<link>http://www.billbailey.co.nz/labour-at-helm-of-deterioating-economy/</link>
		<comments>http://www.billbailey.co.nz/labour-at-helm-of-deterioating-economy/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 01:37:48 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[Election]]></category>
		<category><![CDATA[Fianancial]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Labour]]></category>
		<category><![CDATA[Markets]]></category>
		<category><![CDATA[National]]></category>
		<category><![CDATA[Promises]]></category>
		<category><![CDATA[Current Accounts]]></category>
		<category><![CDATA[New Zealand]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/?p=57</guid>
		<description><![CDATA[Books Not a Pretty Picture DR Cullen -  there is &#8220;quite significant deterioration&#8221; in the books compared with the Budget in May. A weak Economy and a higher then expected take up on the likes of Kiwi saver and the governments commitment to provide 20 hours a week of free early child-hood education, While treaty [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: left;">Books Not a Pretty Picture</h2>
<p style="text-align: left;"><strong>DR Cullen</strong> -  there is &#8220;quite significant deterioration&#8221; in the books compared with the Budget in May.</p>
<p style="text-align: left;">A <a href="http://www.theaustralian.news.com.au/story/0,25197,24405321-20142,00.html">weak Economy</a> and a higher then expected take up on the likes of Kiwi saver and the governments commitment to provide 20 hours a week of free early child-hood education, While treaty of wiatangi will bring even more anticipated expenditure &#8220;The debt track is not a pretty picture, I think one would say,&#8221; Doctor Cullen said.</p>
<p style="text-align: left;">Now the Books are deteriorating Doctor Cullen appears to be uncomfortable with knowing that his government has conceded that the debt target of under 20% will be exceeded indicating tight times for any ruling political party in power over the next three year term</p>
<p style="text-align: left;">.</p>
<div id="attachment_56" style="width: 310px" class="wp-caption alignleft"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/09/fig6_large.jpg"><img class="size-medium wp-image-56" title="Current Accounts" alt="New Zealands Current Accounts" src="http://www.billbailey.co.nz/wp-content/uploads/2008/09/fig6_large-300x150.jpg" width="300" height="150" /></a><p class="wp-caption-text">New Zealands Current Accounts</p></div>
<p style="text-align: left;">The Balance of Payments statements set out a country&#8217;s transactions with the rest of the world. The current account balance is the sum of the balances of trade in goods and services, current transfers, and investment income. More simply, the current account measures what a country saves minus what it spends or invests. The graph shows that since 1990, New Zealand has been a net borrower. Thus, the current account deficit has reflected the amounts of other countries&#8217; savings that New Zealand has had to borrow, in order to finance spending. The last time that New Zealand was a net saver &#8211; that is, had a current account surplus &#8211; was 1973.<br />
Data from 1970 is available in Excel by selecting the <a href="http://www.rbnz.govt.nz/keygraphs/graphdata.xls">download data</a></p>
<p><span id="more-57"></span></p>
<p>[ad#post-ad]</p>
<p style="text-align: left;">The red ink in the Current account books is going to spark  further debate as to wether National can still offer its promised taxs cuts under this new deteriorating global economy, Labour has been accusing National of preparing to loan monies to pay for tax cuts, But the way things have panned out will probably mean labour also will have to borrow monies to effect their own tax cuts promised ( <a title="Labour Broken Promises" href="http://www.billbailey.co.nz/2008/09/23/vote-national-not-labour/" target="_self">Labours growing list of broken promises</a> ) Although in typical cullenl style he has to try to take pressure from him self by passing comments such as &#8216;National is doing its best to sound as if it were fully prepered for this down turn in global economy.&#8221;</p>
<p style="text-align: left;"><a title="John Key" href="http://www.johnkey.co.nz/"><strong>Leader John Key </strong></a>said yesterday it had been factored into the National parties long tem strategy ( it has to be said that this was not that sudden and could be seen on the horizon for years) Asked if he was worried with about extending the current account deficiet by another 2 % he said no as this was part of a long term growth stratergy</p>
<p style="text-align: left;">&#8220;New Zealand Has a growth problem, We need to address that and one of the ways out of that growth problem is to have an ifrastructure which will allow us to grow&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/labour-at-helm-of-deterioating-economy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stevie Wonder Cancels New Plymouth Concert</title>
		<link>http://www.billbailey.co.nz/stevie-wonder-cancels-new-plymouth-concert/</link>
		<comments>http://www.billbailey.co.nz/stevie-wonder-cancels-new-plymouth-concert/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 23:06:30 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[Facts]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Grammy]]></category>
		<category><![CDATA[Legend]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Tour]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/2008/09/25/stevie-wonder-cancels-new-plymouth-concert/</guid>
		<description><![CDATA[Stevie Wonder Cancels the New Plymouth Bowl Of Brooklands Stevie Wonder has canceled the Bowl of Brooklands as date with United States presidential election celebrations proves to be bigger draw . The US music legend was booked to play the Beautiful location of the Bowl of Brooklands on November  1st , and has stated that [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2><strong>Stevie Wonder Cancels the New Plymouth Bowl Of Brooklands</strong></h2>
<p>Stevie Wonder has canceled the Bowl of Brooklands as date with United States presidential election celebrations proves to be bigger draw .</p>
<p>The US music legend was booked to play the Beautiful location of the Bowl of Brooklands on November  1st , and has stated that the presidential elections as the main reason for canceling  half of the 4 planned shows the other being Auckland on the 31st</p>
<p>The<a href="http://en.wikipedia.org/wiki/United_States_presidential_election,_2008"> united State presidential election</a> culminates on November 4th</p>
<div id="attachment_52" style="width: 310px" class="wp-caption aligncenter"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/09/52stevie.jpg"><img class="size-medium wp-image-52" title="Stevie Wonder with Obama" alt="Stevie Wonder with Obama" src="http://www.billbailey.co.nz/wp-content/uploads/2008/09/52stevie-300x213.jpg" width="300" height="213" /></a><p class="wp-caption-text">Stevie Wonder with Obama</p></div>
<p><span id="more-54"></span><br />
[ad#post-ad]<br />
The New Plymouth Music Fesitval was was suddenly announced for November  1st, last week and promptly canceled on the Wednesday night only hours before tickets went on sale to the General public.</p>
<p>How ever, that does not do anything for the thousands of early bird pre ticket sales buyers who will at this stage be feeling gutted by the turn around from the music legends itinerary, although a 100% refund is being offered.</p>
<p>Promoter Gary Sharpe-young is equally disappointed stating that Stevie wonder and the Bowl where as good as it could get! .</p>
<p><a title="New Plymouth Accommodation" href="http://www.newplymouthmotel.co.nz" target="_self">New Plymouth Accommodation</a> providers are also affected by the News of Stevie Canceling with <a title="New Plymouth motels" href="http://www.newplymouthmotel.co.nz/" target="_self">New Plymouth motels</a> being the most heavily effected with booking Cancellations .</p>
<p><a href="http://en.wikipedia.org/wiki/Stevie_Wonder">Stevie Wonder</a> 58 is a solid supporter of Democratic nominee Obama and has already been involved with run up to the election date, Stevie Wonder is one the artists featured on Obamas official campaign soundtrack.</p>
<p><strong>Stevie Wonder</strong> (born <strong>Stevland Hardaway Judkins</strong> on May 13, 1950, name later changed to <strong>Stevland Hardaway Morris</strong>)<sup class="reference" id="cite_ref-0"><a href="http://en.wikipedia.org/wiki/Stevie_Wonder#cite_note-0">[1]</a></sup> is an <a title="United States" href="http://en.wikipedia.org/wiki/United_States">American</a> <a title="Singer-songwriter" href="http://en.wikipedia.org/wiki/Singer-songwriter">singer-songwriter</a>, <a title="Multi-instrumentalist" href="http://en.wikipedia.org/wiki/Multi-instrumentalist">multi-instrumentalist</a>, and <a title="Record producer" href="http://en.wikipedia.org/wiki/Record_producer">record producer</a>. A prominent figure in <a title="Popular music" href="http://en.wikipedia.org/wiki/Popular_music">popular music</a> during the latter half of the 20th century, Wonder has recorded more than thirty top ten hits, won 26 <a title="Grammy Award" href="http://en.wikipedia.org/wiki/Grammy_Award">Grammy Awards</a><sup class="reference" id="cite_ref-1"><a href="http://en.wikipedia.org/wiki/Stevie_Wonder#cite_note-1">[2]</a></sup> (a record for a solo artist), plus one for <a title="Grammy Lifetime Achievement Award" href="http://en.wikipedia.org/wiki/Grammy_Lifetime_Achievement_Award">lifetime achievement</a>, won an <a class="mw-redirect" title="Academy Award for Best Song" href="http://en.wikipedia.org/wiki/Academy_Award_for_Best_Song">Academy Award for Best Song</a> and been inducted into both the <a title="Rock and Roll Hall of Fame" href="http://en.wikipedia.org/wiki/Rock_and_Roll_Hall_of_Fame">Rock and Roll</a> and <a title="Songwriters Hall of Fame" href="http://en.wikipedia.org/wiki/Songwriters_Hall_of_Fame">Songwriters</a> halls of fame. He has also been awarded the <a title="Polar Music Prize" href="http://en.wikipedia.org/wiki/Polar_Music_Prize">Polar Music Prize</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/stevie-wonder-cancels-new-plymouth-concert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flat tourism predicted</title>
		<link>http://www.billbailey.co.nz/flat-tourism-predicted/</link>
		<comments>http://www.billbailey.co.nz/flat-tourism-predicted/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 22:53:34 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[Facts]]></category>
		<category><![CDATA[Fianancial]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Global]]></category>
		<category><![CDATA[Markets]]></category>
		<category><![CDATA[National]]></category>
		<category><![CDATA[Tourism]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/2008/09/24/flat-tourism-predicted/</guid>
		<description><![CDATA[Can New Zealand Stem the reducing Tourist Numbers New Zealand Accommodation tourism businesses face a tough winter as industry bosses warn of flat trading as the high kiwi dollar and economic woes thump global visitor spending. Tourism Minister Damien O&#8217;Connor and Tourism New Zealand boss George Hickton were in Christchurch yesterday to prepare traders for [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2>Can New Zealand Stem the reducing Tourist Numbers</h2>
<div id="attachment_46" style="width: 180px" class="wp-caption alignleft"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/09/aruban_20tourism_20graph_small1.jpg"><img class="size-full wp-image-46" title="aruban_20tourism_20graph_small1" src="http://www.billbailey.co.nz/wp-content/uploads/2008/09/aruban_20tourism_20graph_small1.jpg" alt="Numbers Going Down" width="170" height="116" /></a><p class="wp-caption-text">Numbers Going Down</p></div>
<p><a title="New Zealand Accommodation Finder" href="http://www.newzealandmotel.co.nz" target="_blank">New Zealand Accommodation</a> tourism businesses face a tough winter as industry bosses warn of flat trading as the high kiwi dollar and economic woes thump global visitor spending.</p>
<p>Tourism Minister Damien O&#8217;Connor and Tourism New Zealand boss George Hickton were in Christchurch yesterday to prepare traders for what lies ahead, because of the world-wide credit crunch.</p>
<p>&#8220;I think it will be tougher. It would be hard to pick at this stage but I&#8217;d certainly be surprised if we got any growth in the winter,&#8221; Hickton said before the briefing.</p>
<p>&#8220;The ski season is lining up OK, and next year we&#8217;ll probably have a reasonable summer again &#8230; but I think we&#8217;ll get one or two months this winter which are a bit tough,&#8221; Hickton said.</p>
<p>Negatives included the continued fall in visitors from Japan and South Korea, and higher demand for aircraft around the world constraining the number of seats to New Zealand.</p>
<p>Higher oil prices and falling house prices were reducing discretionary spending of consumers, particularly in North America and Europe.</p>
<p>Most traders were expecting a flat season, with competition getting more intense, O&#8217;Connor said. &#8220;They are concerned about whether they should plan for growth or whether they should try and make better use of the (visitor) numbers they are currently getting.&#8221;</p>
<p><a rel="me" href="http://technorati.com/claim/67pbjs9c96"></a></p>
<p><span id="more-48"></span><br />
[ad#post-ad]<br />
Businesses needed to pay more attention to yield &#8212; getting more dollar out of each visiting tourist, O&#8217;Connor said.</p>
<p>Hickton said small tourism firms could use the internet for better marketing and to target overseas wholesalers, rather than expecting visitors &#8220;to come automatically&#8221;.</p>
<p>Christchurch and Canterbury Tourism chief executive Christine Prince said the region had performed above the national average for gaining more Australian visitors.</p>
<p>Yesterday the tourism bosses were looking ahead to the <a href="http://www.newzealandmotel.co.nz">2011 Rugby World Cup</a> as a way to target visitors, particularly from Europe.</p>
<p>By November, O&#8217;Connor said a decision on where teams would be based around New Zealand, would allow more strategic marketing initiatives.</p>
<p>Prince said she hoped the English team would be based in Canterbury for pool games &#8212; providing a drawcard to the high spending UK supporters.</p>
<div class="mceTemp">
<div id="attachment_47" style="width: 211px" class="wp-caption alignright"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/09/397.jpg"><img class="size-medium wp-image-47" title="New Zealand Tourism" src="http://www.billbailey.co.nz/wp-content/uploads/2008/09/397-201x300.jpg" alt="New Zealand Tourism Going Down" width="201" height="300" /></a><p class="wp-caption-text">New Zealand Tourism Going Down</p></div>
<dl id="attachment_47" class="wp-caption alignnone" style="width: 440px;">
<dt class="wp-caption-dt"></dt>
<dd class="wp-caption-dd">New Zealand Tourism Going Down</dd>
</dl>
</div>
<p>The most recent figures from Statistics New Zealand show in February 2008 there were more than 280,500 visitors to the country, up 4.8 per cent from February 2007.</p>
<p>To balance falling numbers from South Korea &#8212; down 16.8% in February from the year earlier &#8212; and Japan (down 13.4%)- TNZ would now focus on Australia, China and the United Kingdom.</p>
<p>&#8220;<a title="New Zealand Backpackers" href="http://www.accommodationbooking.co.nz/New-Zealand-Backpackers-Accommodation/New-Zealand-Backpackers.php" target="_blank">New Zealand  Backpacker</a> Markets like Japan and Korea won&#8217;t be growing next year,&#8221; Hickton said.</p>
<p>In China, TNZ would chase higher spending Chinese wanting to visit New Zealand, Hickton said.</p>
<p>He hoped to see further growth in competition on the important trans-Tasman market to draw even more Australian visitors, given that fares on that route had recently gone up. &#8220;That could well change. You&#8217;ve got Emirates possibly introducing the A380 from the beginning of next year to Auckland. But it will still have some (wider) impacts in terms of volumes.&#8221;</p>
<p>Alan Wood &#8211; The Press</p>
<p>Useful Travel Links</p>
<p>www.Newplymouthmotel.co.nz &#8211; <a title="Budget New Plymouth Accommodation" href="http://www.newplymouthmotel.co.nz/Sunflower-lodge.html" target="_blank">New Plymouth Backpackers</a></p>
<p>www.newplymouthmotel.co.nz &#8211; <a title="New Plymouth Motel" href="http://www.newplymouthmotel.co.nz/bookonline_carrington_motel.htm" target="_blank">New Plymouth Motel</a></p>
<p>www.newzealandmotel.co.nz &#8211; <a title="New Zealand Motel" href="http://www.newzealandmotel.co.nz" target="_self">New Zealand Motel</a></p>
<p>www.accommdationfinder.co.nz &#8211; <a title="New Zealand Accommodation" href="http://www.accommodationbooking.co.nz" target="_self">New Zealand Accommodation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/flat-tourism-predicted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whats your Vote National or Labour</title>
		<link>http://www.billbailey.co.nz/vote-national-not-labour/</link>
		<comments>http://www.billbailey.co.nz/vote-national-not-labour/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 23:05:25 +0000</pubDate>
		<dc:creator><![CDATA[Author]]></dc:creator>
				<category><![CDATA[Change]]></category>
		<category><![CDATA[Facts]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Labour]]></category>
		<category><![CDATA[Law]]></category>
		<category><![CDATA[Lies]]></category>
		<category><![CDATA[Misinformation]]></category>
		<category><![CDATA[National]]></category>
		<category><![CDATA[Promises]]></category>
		<category><![CDATA[Voting]]></category>

		<guid isPermaLink="false">http://www.billbailey.co.nz/2008/09/23/vote-national-not-labour/</guid>
		<description><![CDATA[Time for a change New Zealand needs a New Direction? I saw a great Headline the other Day it went Like this 500 Billion Dollars and 3000 days what could you do with that! Well I know I wouldn&#8217;t be 14 billion in debt! Labour has failed to deliver on many of its election Promises [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2>Time for a change New Zealand needs a New Direction?</h2>
<p>I saw a great Headline the other Day it went Like this</p>
<p>500 Billion Dollars and 3000 days what could you do with that!</p>
<div id="attachment_38" style="width: 133px" class="wp-caption alignleft"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/09/cullen.jpeg"><img class="size-medium wp-image-38" title="Cullen Fianance Minister" src="http://www.billbailey.co.nz/wp-content/uploads/2008/09/cullen.jpeg" alt="Tight fisted Social Bully" width="123" height="150" /></a><p class="wp-caption-text">Cullen</p></div>
<p>Well I know I wouldn&#8217;t be 14 billion in debt!</p>
<p>Labour has failed to deliver on many of its election Promises</p>
<p>Cheaper Housing, Better Health, Better Education, Honesty, More Employment Tougher Sentencing, The Criminal Proceeds Bill, which was promised before the 2005 election. The Corrections Amendment Bill, which was introduced in June 2007 by their fifth Corrections Minister. The Legal Services Amendment Bill, which Justice Minister Annette King said would be introduced in May and passed soon after, but which is still to have its first reading. Electronic bail legislation, which Helen Clark announced in June, but which has yet to appear before Parliament. The amendment to the Domestic Violence Act, which Annette King said would be introduced in July but which also has not appeared.</p>
<p>A fair review of <a title="MMP" href="http://www.elections.org.nz/voting/mmp/" target="_blank">M M P</a> which is still to happen but why would that Happen before their last election they need all the support of all the hangers  on even if they don&#8217;t hold a seat in parliament</p>
<p>In the famous qoute from Prime Minister <a title="Benjamin Disraeli" href="http://en.wikipedia.org/wiki/Benjamin_Disraeli">Benjamin Disraeli</a> &#8221; THERE&#8217;S LIES, DAMN LIES AND STATISTICS&#8221;</p>
<p>a quick lesson on how to temporarily reduce the work Unemployment situation, Create a social welfare programme and call it a course or even create a Wānanga</p>
<p>Labour is <a href="http://www.billbailey.co.nz/2008/09/22/winston-peters-is-going-going-gone/" target="_self">Addicted to Power</a> No matter what the cost!</p>
<p><span id="more-39"></span><br />
[ad#post-ad]</p>
<h3>This Photo says it all</h3>
<div id="attachment_37" style="width: 310px" class="wp-caption alignleft"><a href="http://www.billbailey.co.nz/wp-content/uploads/2008/09/tui-helen.jpg"><img class="size-medium wp-image-37" title="tui-helen" src="http://www.billbailey.co.nz/wp-content/uploads/2008/09/tui-helen-300x150.jpg" alt="Addicted To power" width="300" height="150" /></a><p class="wp-caption-text">The evil tax collector Addicted To power </p></div>
<p>our very own new Age robin Hood Stealing from the rich and giving to the poor, Government Workers paid 20% more then the private sector a massive investment into State Owned Assets and an exploding Government  workforce, Labour  is hell bent on building Liability when now is the time to build physical Infrastructure or repair the ones that are there! this will be the Last time Oil will be this cheap!.</p>
<h3>.</h3>
<h3>Some Interesting Facts 2007  Stats  Via  <a title="CIA Facts" href="https://www.cia.gov/library/publications/the-world-factbook/docs/rankorderguide.html" target="_blank">CIA World Fact Book</a></h3>
<p><span style="color: #000000;"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif;">World Rank Order &#8211; Current account balance</span></strong></span></p>
<p>174   New Zealand     $     -10,380,000,000</p>
<p><span style="color: #000000;"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif;">World </span></strong></span><span style="color: #000000;"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif;">Rank Order &#8211; GDP &#8211; real growth rate</span></strong></span></p>
<p>169   New Zealand        3%             2007</p>
<p><span style="color: #000000;"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif;">World </span></strong></span><span style="color: #000000;"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif;">Rank Order &#8211; GDP &#8211; per capita (PPP)</span></strong></span></p>
<p>46   New Zealand      $            27,200      2007</p>
<p><span style="color: #000000;"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif;">World </span></strong></span><span style="color: #000000;"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif;">Rank Order &#8211; Unemployment rate</span></strong></span></p>
<p>42   New Zealand         3.60%        2007</p>
<p><span style="color: #000000;"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif;">World </span></strong></span><span style="color: #000000;"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif;">Rank Order &#8211; Public debt</span></strong></span></p>
<p>96   New Zealand        20.70%       2007</p>
<p>Not that Pretty a Picture</p>
<p>[poll id="3"]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/vote-national-not-labour/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
