<?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>Internet Marketing - Bobby Jason &#187; Advice / Tips</title>
	<atom:link href="http://bobbyjason.co.uk/blog/category/advice-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobbyjason.co.uk/blog</link>
	<description>Internet Marketing From a Web Developer</description>
	<lastBuildDate>Thu, 25 Feb 2010 15:38:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone SDK on a Mac G4 without a intel based CPU.</title>
		<link>http://bobbyjason.co.uk/blog/81/iphone-sdk-on-a-mac-g4-without-a-intel-based-cpu/</link>
		<comments>http://bobbyjason.co.uk/blog/81/iphone-sdk-on-a-mac-g4-without-a-intel-based-cpu/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 15:00:11 +0000</pubDate>
		<dc:creator>BobbyJason</dc:creator>
				<category><![CDATA[Advice / Tips]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[leopard]]></category>

		<guid isPermaLink="false">http://bobbyjason.co.uk/blog/?p=81</guid>
		<description><![CDATA[So,
last weekend i spent about 2 hours watching the &#8220;getting started&#8221; videos on how to use the apple iPhone SDK. I proceeded to try to download the iPhone SDK but to my disappointment this is only possible if you have Mac OS X. I currently use a Core 2 DUO with 2 GB RAM running [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>So,</p>
<p>last weekend i spent about 2 hours watching the &#8220;getting started&#8221; videos on how to use the apple iPhone SDK. I proceeded to try to download the iPhone SDK but to my disappointment this is only possible if you have Mac OS X. I currently use a Core 2 DUO with 2 GB RAM running Windows 7; whereas my laptop is a Core2duo with 3GB RAM running Vista. I didn&#8217;t fancy dual booting with a dodgy copy and hacked version of Mac OS X</p>
<p>The idea was to create an application for the company I work for; so during the week my boss found me a spare Mac Mini PowerPC G4. It&#8217;s been laying around on a desk collecting dust for god knows how long. So last night I fetched it home&#8230;(my first mac, EVER!)</p>
<p>After upgrading from Panther to Leopard 10.5; I upgraded to 10.5.8 and downloaded the 2GB iPhone SDK (bundled with the latest verison of xcode) from the Apple site. I proceeded to open the installation only to discover that whilst I can install xcode the iPhone SDK option is only available if you have an Intel-based Mac. This was rather infuriating! Anyway; long story short &#8211; I Googled until I was highly delighted with finding the following site:</p>
<p><a href="http://www.diskordia.ch/blog/?p=79" target="_blank">How to run iPhone SDK on a non intel based Mac (G4, G5 etc)</a></p>
<p>At the above URL. there are instructions on how to get xcode to let you build an iPhone app on a non-intel based Mac. Just in case the link doesnt work , I have pasted the post here:</p>
<blockquote><p>Officially the iPhone SDK requires an Intel Mac with OSX 10.5. Since I have a four year old dual G5, which is still running like a young dear, I don’t want to buy a new Mac just for writing iPhone Applications.</p>
<p>After some research, I found out, that it’s possible to make it work on PPC since the iPhone SDK are universal binaries.</p>
<p>To share my knowledge, I write a small tutorial. <strong><span>Note, that I don’t take responsibility, for any defects cause somebody used my code!</span></strong></p>
<p><strong><span>How to get the iPhone SDK to work on PPC Macs</span></strong><strong></strong></p>
<p><strong></strong></p>
<p>Most of the tutorials I found in the Web are not up to date, because there where no “Aspen” packages anymore. With the iPhone SDK for IPhone OS 2.1 (build 9M2517) you can follow these steps:<br />
1. Download the official iPhone SDK <a href="http://developer.apple.com/iphone/index.action">here</a>.</p>
<p>2. Mount the .dmg image and install the iPhone SDK (the iPhone SDK will be grayed out!).</p>
<p>3. After rebooting the Mac, mount the image again and go to the folder Package. Install all packages which have <em>iphone</em> in the name (e.g. Simulator, SDK, Documentation).</p>
<p>4. Go to the folder <em>/Platforms</em> on the local HD and copy the<em> iPhone.platform</em> and the<em>iPhoneSimulator.platform</em> folders to <em>/Developer/Platform</em>.<br />
<span>Don’t copy the whole platforms folder, Xcode will not run correctly anymore<strong>!</strong></span></p>
<p>5. Now we come to the interesting part. Xcode has now access to the iPhone SDK, you can already create iPhone projects, but Xcode still wants to compile the sources for the Intel architecture. To change that, open the folder <em>/Developer/Platforms/iPhoneSimulator.platform/Developer/<br />
Library/Xcode/Specifications/</em> .<br />
In this folder you will find the file iPhone Simulator <em>Architectures.xcspec</em>. Make a backup and open it in any text editor. The content should look something like this:</p>
<pre>(
// 32-Bit
{ Type = Architecture;
Identifier = Standard;
Name = "Standard (iPhone Simulator: i386)";
Description = "32-bit iPhone Simulator architectures";
ListInEnum = YES;
SortNumber = 1;
RealArchitectures = ( i386);
ArchitectureSetting = "ARCHS_STANDARD_32_BIT";
},

// Old-style Debug
{ Type = Architecture;
Identifier = Native;
Name = "Native Architecture of Build Machine";
Description = "32-bit for build machine";
ListInEnum = YES;
SortNumber = 101;
ArchitectureSetting = "NATIVE_ARCH";
},

// Intel
{ Type = Architecture;
Identifier = i386;
Name = "Intel";
Description = "32-bit Intel";
PerArchBuildSettingName = "Intel";
ByteOrder = little;
ListInEnum = NO;
SortNumber = 105;
},
)</pre>
<p>6. Change the line “<em>RealArchitectures = ( i386);</em>” to “<em>RealArchitectures = ( i386, </em><strong>ppc</strong><em>);</em>“.</p>
<p>7. Add the architecture configuration for G3, G4 an G5, the edited file should now look like this.</p>
<pre>(
// 32-Bit
{ Type = Architecture;
Identifier = Standard;
Name = "Standard (iPhone Simulator: i386, <strong>ppc</strong>)";
Description = "32-bit iPhone Simulator architectures";
ListInEnum = YES;
SortNumber = 1;
RealArchitectures = ( i386, ppc7400 );
ArchitectureSetting = "ARCHS_STANDARD_32_BIT";
},

// Old-style Debug
{ Type = Architecture;
Identifier = Native;
Name = "Native Architecture of Build Machine";
Description = "32-bit for build machine";
ListInEnum = YES;
SortNumber = 101;
ArchitectureSetting = "NATIVE_ARCH";
},

<strong>// G3
{ Type = Architecture;
Identifier = ppc;
Name = "Minimal (32-bit PowerPC only)";
Description = "32-bit PowerPC ";
PerArchBuildSettingName = "PowerPC";
ByteOrder = big;
ListInEnum = No;
SortNumber = 201;
},

// G4
{ Type = Architecture;
Identifier = ppc7400;
Name = "PowerPC G4";
Description = "32-bit PowerPC for G4 processor";
ByteOrder = big;
ListInEnum = NO;
SortNumber = 202;
},

// G5 32-bit
{ Type = Architecture;
Identifier = ppc970;
Name = "PowerPC G5 32-bit";
Description = "32-bit PowerPC for G5 processor";
ByteOrder = big;
ListInEnum = NO;
SortNumber = 203;
},</strong>

// Intel
{ Type = Architecture;
Identifier = i386;
Name = "Intel";
Description = "32-bit Intel";
PerArchBuildSettingName = "Intel";
ByteOrder = little;
ListInEnum = NO;
SortNumber = 105;
},
)</pre>
<p>Now you should be able to compile the iPhone project and run the app in the iPhoneSimulator. I never tried to put an App into the AppStore, but I think it should work.</p></blockquote>
<p>So &#8211; if you follow those instructions (like I did) then you should be able to open xcode and build an iPhone app!</p>
<p>Worked a treat for me!</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;title=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU.&amp;bodytext=So%2C%0D%0A%0D%0Alast%20weekend%20i%20spent%20about%202%20hours%20watching%20the%20%22getting%20started%22%20videos%20on%20how%20to%20use%20the%20apple%20iPhone%20SDK.%20I%20proceeded%20to%20try%20to%20download%20the%20iPhone%20SDK%20but%20to%20my%20disappointment%20this%20is%20only%20possible%20if%20you%20have%20Mac%20OS%20X.%20I%20currently%20use%20a%20C" title="Digg"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;title=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU.&amp;notes=So%2C%0D%0A%0D%0Alast%20weekend%20i%20spent%20about%202%20hours%20watching%20the%20%22getting%20started%22%20videos%20on%20how%20to%20use%20the%20apple%20iPhone%20SDK.%20I%20proceeded%20to%20try%20to%20download%20the%20iPhone%20SDK%20but%20to%20my%20disappointment%20this%20is%20only%20possible%20if%20you%20have%20Mac%20OS%20X.%20I%20currently%20use%20a%20C" title="del.icio.us"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;t=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU." title="Facebook"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;h=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU." title="NewsVine"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;title=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU." title="Reddit"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;title=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU." title="StumbleUpon"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;title=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU.&amp;annotation=So%2C%0D%0A%0D%0Alast%20weekend%20i%20spent%20about%202%20hours%20watching%20the%20%22getting%20started%22%20videos%20on%20how%20to%20use%20the%20apple%20iPhone%20SDK.%20I%20proceeded%20to%20try%20to%20download%20the%20iPhone%20SDK%20but%20to%20my%20disappointment%20this%20is%20only%20possible%20if%20you%20have%20Mac%20OS%20X.%20I%20currently%20use%20a%20C" title="Google Bookmarks"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;submitHeadline=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU.&amp;submitSummary=So%2C%0D%0A%0D%0Alast%20weekend%20i%20spent%20about%202%20hours%20watching%20the%20%22getting%20started%22%20videos%20on%20how%20to%20use%20the%20apple%20iPhone%20SDK.%20I%20proceeded%20to%20try%20to%20download%20the%20iPhone%20SDK%20but%20to%20my%20disappointment%20this%20is%20only%20possible%20if%20you%20have%20Mac%20OS%20X.%20I%20currently%20use%20a%20C&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU.%20-%20http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F" title="Twitter"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F" title="Technorati"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;title=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU." title="Live"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;title=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU.&amp;source=Internet+Marketing+-+Bobby+Jason+Internet+Marketing+From+a+Web+Developer&amp;summary=So%2C%0D%0A%0D%0Alast%20weekend%20i%20spent%20about%202%20hours%20watching%20the%20%22getting%20started%22%20videos%20on%20how%20to%20use%20the%20apple%20iPhone%20SDK.%20I%20proceeded%20to%20try%20to%20download%20the%20iPhone%20SDK%20but%20to%20my%20disappointment%20this%20is%20only%20possible%20if%20you%20have%20Mac%20OS%20X.%20I%20currently%20use%20a%20C" title="LinkedIn"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;t=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU." title="MySpace"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F81%2Fiphone-sdk-on-a-mac-g4-without-a-intel-based-cpu%2F&amp;linkname=iPhone%20SDK%20on%20a%20Mac%20G4%20without%20a%20intel%20based%20CPU."><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bobbyjason.co.uk/blog/81/iphone-sdk-on-a-mac-g4-without-a-intel-based-cpu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Your Web Presence with Google Webmaster Tools</title>
		<link>http://bobbyjason.co.uk/blog/44/increase-your-web-presence-with-google-webmaster-tools/</link>
		<comments>http://bobbyjason.co.uk/blog/44/increase-your-web-presence-with-google-webmaster-tools/#comments</comments>
		<pubDate>Sun, 17 May 2009 12:59:16 +0000</pubDate>
		<dc:creator>BobbyJason</dc:creator>
				<category><![CDATA[Advice / Tips]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemaps]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://bobbyjason.co.uk/blog/?p=44</guid>
		<description><![CDATA[It&#8217;s one thing to get your site showing up in Google. It&#8217;s another thing to make sure you get all your pages into Google.
The easiest way to do this is by using an XML sitemap &#38; Google Webmaster Tools (GWT).
GWT allows you to analyse your website from the Google Bot&#8217;s perspective to ensure that all [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s one thing to get your site showing up in Google. It&#8217;s another thing to make sure you get all your pages into Google.</p>
<p>The easiest way to do this is by using an XML sitemap &amp; Google Webmaster Tools (GWT).</p>
<p>GWT allows you to analyse your website from the Google Bot&#8217;s perspective to ensure that all your links are working, your meta tags are not duplicated and many other things such as setting the rate at which bots visit your site.</p>
<p>All you need is a Google Account &amp; access to the HTML of your homepage.</p>
<p>Once you&#8217;ve signed in, it&#8217;s fairly easy to follow the on-screen instructions to setup your domain.</p>
<p>Google will index your pages, and you can also use your sitemap on Yahoo!, Live and other search engines.</p>
<p>If you dont have it already, get <a title="google webmaster tools" href="http://www.google.com/webmastertools" target="_self">Google Webmaster Tools</a> now!</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;title=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools&amp;bodytext=It%27s%20one%20thing%20to%20get%20your%20site%20showing%20up%20in%20Google.%20It%27s%20another%20thing%20to%20make%20sure%20you%20get%20all%20your%20pages%20into%20Google.%0D%0A%0D%0AThe%20easiest%20way%20to%20do%20this%20is%20by%20using%20an%20XML%20sitemap%20%26amp%3B%20Google%20Webmaster%20Tools%20%28GWT%29.%0D%0A%0D%0AGWT%20allows%20you%20to%20analyse%20your%20w" title="Digg"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;title=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools&amp;notes=It%27s%20one%20thing%20to%20get%20your%20site%20showing%20up%20in%20Google.%20It%27s%20another%20thing%20to%20make%20sure%20you%20get%20all%20your%20pages%20into%20Google.%0D%0A%0D%0AThe%20easiest%20way%20to%20do%20this%20is%20by%20using%20an%20XML%20sitemap%20%26amp%3B%20Google%20Webmaster%20Tools%20%28GWT%29.%0D%0A%0D%0AGWT%20allows%20you%20to%20analyse%20your%20w" title="del.icio.us"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;t=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools" title="Facebook"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;h=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools" title="NewsVine"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;title=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools" title="Reddit"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;title=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools" title="StumbleUpon"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;title=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools&amp;annotation=It%27s%20one%20thing%20to%20get%20your%20site%20showing%20up%20in%20Google.%20It%27s%20another%20thing%20to%20make%20sure%20you%20get%20all%20your%20pages%20into%20Google.%0D%0A%0D%0AThe%20easiest%20way%20to%20do%20this%20is%20by%20using%20an%20XML%20sitemap%20%26amp%3B%20Google%20Webmaster%20Tools%20%28GWT%29.%0D%0A%0D%0AGWT%20allows%20you%20to%20analyse%20your%20w" title="Google Bookmarks"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;submitHeadline=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools&amp;submitSummary=It%27s%20one%20thing%20to%20get%20your%20site%20showing%20up%20in%20Google.%20It%27s%20another%20thing%20to%20make%20sure%20you%20get%20all%20your%20pages%20into%20Google.%0D%0A%0D%0AThe%20easiest%20way%20to%20do%20this%20is%20by%20using%20an%20XML%20sitemap%20%26amp%3B%20Google%20Webmaster%20Tools%20%28GWT%29.%0D%0A%0D%0AGWT%20allows%20you%20to%20analyse%20your%20w&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools%20-%20http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F" title="Twitter"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F" title="Technorati"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;title=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools" title="Live"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;title=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools&amp;source=Internet+Marketing+-+Bobby+Jason+Internet+Marketing+From+a+Web+Developer&amp;summary=It%27s%20one%20thing%20to%20get%20your%20site%20showing%20up%20in%20Google.%20It%27s%20another%20thing%20to%20make%20sure%20you%20get%20all%20your%20pages%20into%20Google.%0D%0A%0D%0AThe%20easiest%20way%20to%20do%20this%20is%20by%20using%20an%20XML%20sitemap%20%26amp%3B%20Google%20Webmaster%20Tools%20%28GWT%29.%0D%0A%0D%0AGWT%20allows%20you%20to%20analyse%20your%20w" title="LinkedIn"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;t=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools" title="MySpace"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F44%2Fincrease-your-web-presence-with-google-webmaster-tools%2F&amp;linkname=Increase%20Your%20Web%20Presence%20with%20Google%20Webmaster%20Tools"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bobbyjason.co.uk/blog/44/increase-your-web-presence-with-google-webmaster-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 7 Must-Have Plugins for WordPress</title>
		<link>http://bobbyjason.co.uk/blog/38/my-7-must-have-plugins-for-wordpress/</link>
		<comments>http://bobbyjason.co.uk/blog/38/my-7-must-have-plugins-for-wordpress/#comments</comments>
		<pubDate>Sat, 16 May 2009 19:42:33 +0000</pubDate>
		<dc:creator>BobbyJason</dc:creator>
				<category><![CDATA[Advice / Tips]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemaps]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[YARPP]]></category>

		<guid isPermaLink="false">http://bobbyjason.co.uk/blog/?p=38</guid>
		<description><![CDATA[I make sure I use these on ALL my WordPress blogs. I use many more, but this is a list of plugins that I think anyone who is serious about maximising the potential of their blog should be using.
All in One SEO Pack
Google Analytics for WordPress
Google XML Sitemaps
TweetMyBlog!
wp-cache
Add to Any: Share/Bookmark/Email Button
YARPP
If you have others [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I make sure I use these on ALL my WordPress blogs. I use many more, but this is a list of plugins that I think anyone who is serious about maximising the potential of their blog should be using.</p>
<p><a title="Visit plugin homepage" href="http://semperfiwebdesign.com/">All in One SEO Pack</a><br />
<a title="Visit plugin homepage" href="http://yoast.com/wordpress/analytics/">Google Analytics for WordPress</a><br />
<a title="Visit plugin homepage" href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps</a><br />
<a href="http://www.tweetmyblog.com/?rid=12043" target="_blank">TweetMyBlog!</a><br />
<a title="Visit plugin homepage" href="http://mnm.uib.es/gallir/wp-cache-2/">wp-cache</a><br />
<a title="Visit plugin homepage" href="http://www.addtoany.com/">Add to Any: Share/Bookmark/Email Button</a><br />
<a title="Visit plugin homepage" href="http://mitcho.com/code/yarpp/">YARPP</a></p>
<p>If you have others that you believe are essnetial and should be mentioned then leave a comment and I shall consider updating this list.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;title=My%207%20Must-Have%20Plugins%20for%20WordPress&amp;bodytext=I%20make%20sure%20I%20use%20these%20on%20ALL%20my%20WordPress%20blogs.%20I%20use%20many%20more%2C%20but%20this%20is%20a%20list%20of%20plugins%20that%20I%20think%20anyone%20who%20is%20serious%20about%20maximising%20the%20potential%20of%20their%20blog%20should%20be%20using.%0D%0A%0D%0AAll%20in%20One%20SEO%20Pack%0D%0AGoogle%20Analytics%20for%20WordPress%0D" title="Digg"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;title=My%207%20Must-Have%20Plugins%20for%20WordPress&amp;notes=I%20make%20sure%20I%20use%20these%20on%20ALL%20my%20WordPress%20blogs.%20I%20use%20many%20more%2C%20but%20this%20is%20a%20list%20of%20plugins%20that%20I%20think%20anyone%20who%20is%20serious%20about%20maximising%20the%20potential%20of%20their%20blog%20should%20be%20using.%0D%0A%0D%0AAll%20in%20One%20SEO%20Pack%0D%0AGoogle%20Analytics%20for%20WordPress%0D" title="del.icio.us"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;t=My%207%20Must-Have%20Plugins%20for%20WordPress" title="Facebook"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;h=My%207%20Must-Have%20Plugins%20for%20WordPress" title="NewsVine"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;title=My%207%20Must-Have%20Plugins%20for%20WordPress" title="Reddit"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;title=My%207%20Must-Have%20Plugins%20for%20WordPress" title="StumbleUpon"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;title=My%207%20Must-Have%20Plugins%20for%20WordPress&amp;annotation=I%20make%20sure%20I%20use%20these%20on%20ALL%20my%20WordPress%20blogs.%20I%20use%20many%20more%2C%20but%20this%20is%20a%20list%20of%20plugins%20that%20I%20think%20anyone%20who%20is%20serious%20about%20maximising%20the%20potential%20of%20their%20blog%20should%20be%20using.%0D%0A%0D%0AAll%20in%20One%20SEO%20Pack%0D%0AGoogle%20Analytics%20for%20WordPress%0D" title="Google Bookmarks"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;submitHeadline=My%207%20Must-Have%20Plugins%20for%20WordPress&amp;submitSummary=I%20make%20sure%20I%20use%20these%20on%20ALL%20my%20WordPress%20blogs.%20I%20use%20many%20more%2C%20but%20this%20is%20a%20list%20of%20plugins%20that%20I%20think%20anyone%20who%20is%20serious%20about%20maximising%20the%20potential%20of%20their%20blog%20should%20be%20using.%0D%0A%0D%0AAll%20in%20One%20SEO%20Pack%0D%0AGoogle%20Analytics%20for%20WordPress%0D&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=My%207%20Must-Have%20Plugins%20for%20WordPress%20-%20http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F" title="Twitter"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F" title="Technorati"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;title=My%207%20Must-Have%20Plugins%20for%20WordPress" title="Live"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;title=My%207%20Must-Have%20Plugins%20for%20WordPress&amp;source=Internet+Marketing+-+Bobby+Jason+Internet+Marketing+From+a+Web+Developer&amp;summary=I%20make%20sure%20I%20use%20these%20on%20ALL%20my%20WordPress%20blogs.%20I%20use%20many%20more%2C%20but%20this%20is%20a%20list%20of%20plugins%20that%20I%20think%20anyone%20who%20is%20serious%20about%20maximising%20the%20potential%20of%20their%20blog%20should%20be%20using.%0D%0A%0D%0AAll%20in%20One%20SEO%20Pack%0D%0AGoogle%20Analytics%20for%20WordPress%0D" title="LinkedIn"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;t=My%207%20Must-Have%20Plugins%20for%20WordPress" title="MySpace"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F38%2Fmy-7-must-have-plugins-for-wordpress%2F&amp;linkname=My%207%20Must-Have%20Plugins%20for%20WordPress"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bobbyjason.co.uk/blog/38/my-7-must-have-plugins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>8 Simple Reasons You Should Signup to Twitter</title>
		<link>http://bobbyjason.co.uk/blog/21/8-simple-reasons-you-should-signup-to-twitter/</link>
		<comments>http://bobbyjason.co.uk/blog/21/8-simple-reasons-you-should-signup-to-twitter/#comments</comments>
		<pubDate>Sat, 16 May 2009 17:27:33 +0000</pubDate>
		<dc:creator>BobbyJason</dc:creator>
				<category><![CDATA[Advice / Tips]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[katie price]]></category>
		<category><![CDATA[peter andre]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://bobbyjason.co.uk/blog/?p=21</guid>
		<description><![CDATA[This is Step 2 of the “How to get your site into Google” post
The other day I was using Twitter and caught a glimpse that Katie Price &#38; Peter Andre had split up. I Googled for it and couldn&#8217;t find any news about it. What was splashed on newspapers the next day? Their divorce.
Twitter BEAT [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is Step 2 of the “<a title="get your site into google" href="../2009/05/how-to-start-with-nothing-and-be-in-google-in-less-than-72-hours/" target="_blank">How to get your site into Google</a>” post</p>
<p>The other day I was using Twitter and caught a glimpse that <a title="katie and peter split" href="http://news.bbc.co.uk/1/hi/entertainment/8044335.stm" target="_blank">Katie Price &amp; Peter Andre had split up.</a> I Googled for it and couldn&#8217;t find any news about it. What was splashed on newspapers the next day? Their divorce.</p>
<p>Twitter BEAT Google. Now that&#8217;s serious because many folk use Google is their primary source of finding information and suddenly you have this website [twitter] with instant news!</p>
<p>If that doesn&#8217;t convince you, let me list some reasons why you should sign up:</p>
<p>1. You want to keep &#8220;connected&#8221; with like-minded individuals. Twitter is great for this.<br />
2. It quick &#8211; to post an update it takes less than 30 seconds. A few updates a day with latest news and you&#8217;re sorted.<br />
3. It&#8217;s easy. Really, it is.<br />
4. It&#8217;s viral. Do it right and your news can be splashed around the net in a matter of hours, if not minutes.<br />
5. It integrates with everyday tools like WordPress. You can even post from messenger &amp; your mobile.<br />
6. It&#8217;s live. The information on here is real-time news.<br />
7. Social &#8211; it&#8217;s the easiest way to tell folks about your latest blog post and get those important comments.<br />
8. And&#8230; well: it&#8217;s free; in this current climate you should grab everything that&#8217;s free!</p>
<p>Take all the points above, and you have a serious tool: its the mobile web; in real-time.</p>
<p><a title="signup to twitter" href="http://www.twitter.com" target="_blank">Sign Up Now</a>!</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;title=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter&amp;bodytext=This%20is%20Step%202%20of%20the%20%E2%80%9CHow%20to%20get%20your%20site%20into%20Google%E2%80%9D%20post%0D%0A%0D%0AThe%20other%20day%20I%20was%20using%20Twitter%20and%20caught%20a%20glimpse%20that%20Katie%20Price%20%26amp%3B%20Peter%20Andre%20had%20split%20up.%20I%20Googled%20for%20it%20and%20couldn%27t%20find%20any%20news%20about%20it.%20What%20was%20splashed%20on%20ne" title="Digg"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;title=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter&amp;notes=This%20is%20Step%202%20of%20the%20%E2%80%9CHow%20to%20get%20your%20site%20into%20Google%E2%80%9D%20post%0D%0A%0D%0AThe%20other%20day%20I%20was%20using%20Twitter%20and%20caught%20a%20glimpse%20that%20Katie%20Price%20%26amp%3B%20Peter%20Andre%20had%20split%20up.%20I%20Googled%20for%20it%20and%20couldn%27t%20find%20any%20news%20about%20it.%20What%20was%20splashed%20on%20ne" title="del.icio.us"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;t=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter" title="Facebook"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;h=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter" title="NewsVine"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;title=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter" title="Reddit"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;title=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter" title="StumbleUpon"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;title=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter&amp;annotation=This%20is%20Step%202%20of%20the%20%E2%80%9CHow%20to%20get%20your%20site%20into%20Google%E2%80%9D%20post%0D%0A%0D%0AThe%20other%20day%20I%20was%20using%20Twitter%20and%20caught%20a%20glimpse%20that%20Katie%20Price%20%26amp%3B%20Peter%20Andre%20had%20split%20up.%20I%20Googled%20for%20it%20and%20couldn%27t%20find%20any%20news%20about%20it.%20What%20was%20splashed%20on%20ne" title="Google Bookmarks"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;submitHeadline=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter&amp;submitSummary=This%20is%20Step%202%20of%20the%20%E2%80%9CHow%20to%20get%20your%20site%20into%20Google%E2%80%9D%20post%0D%0A%0D%0AThe%20other%20day%20I%20was%20using%20Twitter%20and%20caught%20a%20glimpse%20that%20Katie%20Price%20%26amp%3B%20Peter%20Andre%20had%20split%20up.%20I%20Googled%20for%20it%20and%20couldn%27t%20find%20any%20news%20about%20it.%20What%20was%20splashed%20on%20ne&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter%20-%20http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F" title="Twitter"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F" title="Technorati"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;title=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter" title="Live"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;title=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter&amp;source=Internet+Marketing+-+Bobby+Jason+Internet+Marketing+From+a+Web+Developer&amp;summary=This%20is%20Step%202%20of%20the%20%E2%80%9CHow%20to%20get%20your%20site%20into%20Google%E2%80%9D%20post%0D%0A%0D%0AThe%20other%20day%20I%20was%20using%20Twitter%20and%20caught%20a%20glimpse%20that%20Katie%20Price%20%26amp%3B%20Peter%20Andre%20had%20split%20up.%20I%20Googled%20for%20it%20and%20couldn%27t%20find%20any%20news%20about%20it.%20What%20was%20splashed%20on%20ne" title="LinkedIn"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;t=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter" title="MySpace"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F21%2F8-simple-reasons-you-should-signup-to-twitter%2F&amp;linkname=8%20Simple%20Reasons%20You%20Should%20Signup%20to%20Twitter"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bobbyjason.co.uk/blog/21/8-simple-reasons-you-should-signup-to-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add some more Plugins and Signup To Google Analytics</title>
		<link>http://bobbyjason.co.uk/blog/17/add-some-more-plugins-and-signup-to-google-analytics/</link>
		<comments>http://bobbyjason.co.uk/blog/17/add-some-more-plugins-and-signup-to-google-analytics/#comments</comments>
		<pubDate>Sat, 16 May 2009 11:16:51 +0000</pubDate>
		<dc:creator>BobbyJason</dc:creator>
				<category><![CDATA[Advice / Tips]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bobbyjason.co.uk/blog/?p=17</guid>
		<description><![CDATA[Providing you&#8217;ve completed the earlier steps on getting into Google in just 72 hours, then by now I would imagine you&#8217;re tweeting away whilst blogging about your niche.
It&#8217;s simply impossible for me to mention every that you can do to promote your site; but I&#8217;m trying to help you in the best way I can.
Next [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Providing you&#8217;ve completed the earlier steps on <a title="Getting into Google in just 72 hours" href="http://bobbyjason.co.uk/blog/2009/05/how-to-start-with-nothing-and-be-in-google-in-less-than-72-hours/" target="_blank">getting into Google in just 72 hours</a>, then by now I would imagine you&#8217;re tweeting away whilst blogging about your niche.</p>
<p>It&#8217;s simply impossible for me to mention every that you can do to promote your site; but I&#8217;m trying to help you in the best way I can.</p>
<p>Next stop: <a title="7 plugins for wordpress" href="http://bobbyjason.co.uk/blog/2009/05/my-7-must-have-plugins-for-wordpress/" target="_self">Must-have WordPress Plugins</a>,  <a title="google webmaster tools" href="http://bobbyjason.co.uk/blog/2009/05/increase-your-web-presence-with-google-webmaster-tools/" target="_self">Using Google Webmaster Tools</a> &amp; Signing up to Google Analytics.</p>
<p>The wordpress plugins in the link above are not necessarily essential, but they will help get your site out in the open, and grab some more traffic in addition to helping your site rank in the search engines. A real must-have though is the google analytics plugin; In fact I&#8217;d go as far as saying it should be one of the first things you do to your WordPress installation.</p>
<p>Checkout the links above to upgrade your Internet life!</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;title=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics&amp;bodytext=Providing%20you%27ve%20completed%20the%20earlier%20steps%20on%20getting%20into%20Google%20in%20just%2072%20hours%2C%20then%20by%20now%20I%20would%20imagine%20you%27re%20tweeting%20away%20whilst%20blogging%20about%20your%20niche.%0D%0A%0D%0AIt%27s%20simply%20impossible%20for%20me%20to%20mention%20every%20that%20you%20can%20do%20to%20promote%20your" title="Digg"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;title=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics&amp;notes=Providing%20you%27ve%20completed%20the%20earlier%20steps%20on%20getting%20into%20Google%20in%20just%2072%20hours%2C%20then%20by%20now%20I%20would%20imagine%20you%27re%20tweeting%20away%20whilst%20blogging%20about%20your%20niche.%0D%0A%0D%0AIt%27s%20simply%20impossible%20for%20me%20to%20mention%20every%20that%20you%20can%20do%20to%20promote%20your" title="del.icio.us"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;t=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics" title="Facebook"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;h=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics" title="NewsVine"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;title=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics" title="Reddit"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;title=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics" title="StumbleUpon"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;title=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics&amp;annotation=Providing%20you%27ve%20completed%20the%20earlier%20steps%20on%20getting%20into%20Google%20in%20just%2072%20hours%2C%20then%20by%20now%20I%20would%20imagine%20you%27re%20tweeting%20away%20whilst%20blogging%20about%20your%20niche.%0D%0A%0D%0AIt%27s%20simply%20impossible%20for%20me%20to%20mention%20every%20that%20you%20can%20do%20to%20promote%20your" title="Google Bookmarks"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;submitHeadline=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics&amp;submitSummary=Providing%20you%27ve%20completed%20the%20earlier%20steps%20on%20getting%20into%20Google%20in%20just%2072%20hours%2C%20then%20by%20now%20I%20would%20imagine%20you%27re%20tweeting%20away%20whilst%20blogging%20about%20your%20niche.%0D%0A%0D%0AIt%27s%20simply%20impossible%20for%20me%20to%20mention%20every%20that%20you%20can%20do%20to%20promote%20your&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics%20-%20http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F" title="Twitter"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F" title="Technorati"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;title=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics" title="Live"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;title=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics&amp;source=Internet+Marketing+-+Bobby+Jason+Internet+Marketing+From+a+Web+Developer&amp;summary=Providing%20you%27ve%20completed%20the%20earlier%20steps%20on%20getting%20into%20Google%20in%20just%2072%20hours%2C%20then%20by%20now%20I%20would%20imagine%20you%27re%20tweeting%20away%20whilst%20blogging%20about%20your%20niche.%0D%0A%0D%0AIt%27s%20simply%20impossible%20for%20me%20to%20mention%20every%20that%20you%20can%20do%20to%20promote%20your" title="LinkedIn"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;t=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics" title="MySpace"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F17%2Fadd-some-more-plugins-and-signup-to-google-analytics%2F&amp;linkname=Add%20some%20more%20Plugins%20and%20Signup%20To%20Google%20Analytics"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bobbyjason.co.uk/blog/17/add-some-more-plugins-and-signup-to-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Free Google Mail Account</title>
		<link>http://bobbyjason.co.uk/blog/14/creating-a-free-google-mail-account/</link>
		<comments>http://bobbyjason.co.uk/blog/14/creating-a-free-google-mail-account/#comments</comments>
		<pubDate>Sat, 16 May 2009 10:58:42 +0000</pubDate>
		<dc:creator>BobbyJason</dc:creator>
				<category><![CDATA[Advice / Tips]]></category>
		<category><![CDATA[forwarding]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google mail]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://bobbyjason.co.uk/blog/?p=14</guid>
		<description><![CDATA[This is Step 1 of the &#8220;How to get your site into Google&#8221; post
You should really create a free GMail account. This will be your base for a &#8220;Google Account&#8221; which you will use for a host of other Google services such as Google Webmaster Tools, Google Analytics, Google Docs etc.
Get your Google Account now!
GMail [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is Step 1 of the &#8220;<a title="get your site into google" href="http://bobbyjason.co.uk/blog/2009/05/how-to-start-with-nothing-and-be-in-google-in-less-than-72-hours/" target="_blank">How to get your site into Google</a>&#8221; post</p>
<p>You should really create a free GMail account. This will be your base for a &#8220;Google Account&#8221; which you will use for a host of other Google services such as Google Webmaster Tools, Google Analytics, Google Docs etc.</p>
<p>Get your <a title="Get Google Account" href="https://www.google.com/accounts/NewAccount?service=mail" target="_blank">Google Account now</a>!</p>
<p>GMail allows POP3 access, SMTP, email forwarding, out of office. GMail also has the great functionality of grouping similar emails which makes it easier to read.</p>
<p>Do you have any thoughts on Google Mail? Do you dislike it? Do you love it? Please, I would love to hear your feedback.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;title=Creating%20a%20Free%20Google%20Mail%20Account&amp;bodytext=This%20is%20Step%201%20of%20the%20%22How%20to%20get%20your%20site%20into%20Google%22%20post%0D%0A%0D%0AYou%20should%20really%20create%20a%20free%20GMail%20account.%20This%20will%20be%20your%20base%20for%20a%20%22Google%20Account%22%20which%20you%20will%20use%20for%20a%20host%20of%20other%20Google%20services%20such%20as%20Google%20Webmaster%20Tools%2C%20Googl" title="Digg"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;title=Creating%20a%20Free%20Google%20Mail%20Account&amp;notes=This%20is%20Step%201%20of%20the%20%22How%20to%20get%20your%20site%20into%20Google%22%20post%0D%0A%0D%0AYou%20should%20really%20create%20a%20free%20GMail%20account.%20This%20will%20be%20your%20base%20for%20a%20%22Google%20Account%22%20which%20you%20will%20use%20for%20a%20host%20of%20other%20Google%20services%20such%20as%20Google%20Webmaster%20Tools%2C%20Googl" title="del.icio.us"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;t=Creating%20a%20Free%20Google%20Mail%20Account" title="Facebook"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;h=Creating%20a%20Free%20Google%20Mail%20Account" title="NewsVine"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;title=Creating%20a%20Free%20Google%20Mail%20Account" title="Reddit"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;title=Creating%20a%20Free%20Google%20Mail%20Account" title="StumbleUpon"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;title=Creating%20a%20Free%20Google%20Mail%20Account&amp;annotation=This%20is%20Step%201%20of%20the%20%22How%20to%20get%20your%20site%20into%20Google%22%20post%0D%0A%0D%0AYou%20should%20really%20create%20a%20free%20GMail%20account.%20This%20will%20be%20your%20base%20for%20a%20%22Google%20Account%22%20which%20you%20will%20use%20for%20a%20host%20of%20other%20Google%20services%20such%20as%20Google%20Webmaster%20Tools%2C%20Googl" title="Google Bookmarks"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;submitHeadline=Creating%20a%20Free%20Google%20Mail%20Account&amp;submitSummary=This%20is%20Step%201%20of%20the%20%22How%20to%20get%20your%20site%20into%20Google%22%20post%0D%0A%0D%0AYou%20should%20really%20create%20a%20free%20GMail%20account.%20This%20will%20be%20your%20base%20for%20a%20%22Google%20Account%22%20which%20you%20will%20use%20for%20a%20host%20of%20other%20Google%20services%20such%20as%20Google%20Webmaster%20Tools%2C%20Googl&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Creating%20a%20Free%20Google%20Mail%20Account%20-%20http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F" title="Twitter"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F" title="Technorati"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;title=Creating%20a%20Free%20Google%20Mail%20Account" title="Live"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;title=Creating%20a%20Free%20Google%20Mail%20Account&amp;source=Internet+Marketing+-+Bobby+Jason+Internet+Marketing+From+a+Web+Developer&amp;summary=This%20is%20Step%201%20of%20the%20%22How%20to%20get%20your%20site%20into%20Google%22%20post%0D%0A%0D%0AYou%20should%20really%20create%20a%20free%20GMail%20account.%20This%20will%20be%20your%20base%20for%20a%20%22Google%20Account%22%20which%20you%20will%20use%20for%20a%20host%20of%20other%20Google%20services%20such%20as%20Google%20Webmaster%20Tools%2C%20Googl" title="LinkedIn"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;t=Creating%20a%20Free%20Google%20Mail%20Account" title="MySpace"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F14%2Fcreating-a-free-google-mail-account%2F&amp;linkname=Creating%20a%20Free%20Google%20Mail%20Account"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bobbyjason.co.uk/blog/14/creating-a-free-google-mail-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to start with nothing and be in Google in less than 72 hours</title>
		<link>http://bobbyjason.co.uk/blog/10/how-to-start-with-nothing-and-be-in-google-in-less-than-72-hours/</link>
		<comments>http://bobbyjason.co.uk/blog/10/how-to-start-with-nothing-and-be-in-google-in-less-than-72-hours/#comments</comments>
		<pubDate>Thu, 14 May 2009 18:48:59 +0000</pubDate>
		<dc:creator>BobbyJason</dc:creator>
				<category><![CDATA[Advice / Tips]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[squidoo]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://bobbyjason.co.uk/blog/?p=10</guid>
		<description><![CDATA[My website is listed in Google 6 hours after domain name setup. Impressed?
That&#8217;s my whole aim. I want to show you how to push boundaries. I want to show you how to speed up the things that normally take a longer that they should. If you don&#8217;t know how &#8211; then it&#8217;s bound to take [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>My website is listed in Google 6 hours after domain name setup. Impressed?</p>
<p>That&#8217;s my whole aim. I want to show you how to push boundaries. I want to show you how to speed up the things that normally take a longer that they should. If you don&#8217;t know how &#8211; then it&#8217;s bound to take a longer than it should.</p>
<p>To show you my feat; I&#8217;m going to break down the 2 posts that I&#8217;ve made so far (this being the third). I&#8217;ll write an individual blog post for each step, but before I do that these are the steps you should be aiming for:</p>
<p><strong>Step 1:</strong></p>
<p>First off, I created a <a title="free gmail account" href="http://bobbyjason.co.uk/blog/2009/05/creating-a-free-google-mail-account/" target="_self">free gmail account</a>. Gmail, or GoogleMail as it&#8217;s officially branded here in the UK is a fantastic web client for managing your email. The pioneer of &#8220;unlimited&#8221; email storage and of course owned by Google.</p>
<p><strong>Step 2:</strong></p>
<p><a title="signed up to twitter" href="http://bobbyjason.co.uk/blog/2009/05/8-simple-reasons-you-should-signup-to-twitter/" target="_self">Signed up to Twitter</a>. Shout at me for jumping on the band-wagon if you wish; but if you want to have a successful &#8220;social&#8221; site then you need to keep up with the times. In other words; it doesn&#8217;t matter if you think it&#8217;s a lame idea &#8211; the simple fact is you can, and you WILL gain a large audience from using Twitter. Add to that the fact that its free, and the fact its got a great API linking it to every day tools such as Wordpress and Facebook; you&#8217;d be foolish to ignore it.</p>
<p><strong>Step 3:</strong></p>
<p><a title="internet marketing website" href="http://bobbyjason.co.uk" target="_self">Internet Marketing Website</a>. Yes, that&#8217;s where you are now. As an internet marketer in the 21st century, having your own website is as important as having an internet connection. If you don&#8217;t have your own website then you may as well work away now, or get your own website now! If you want to do what I did, just register the domain name and come back to this later.</p>
<p><strong>Step 4:</strong></p>
<p>Signing up to Squidoo. Not only does Squidoo integrate into Twitter but it&#8217;s also a great way to build a strong article in your niche area. As you create a &#8220;squidoo lens&#8221; it will allow you pull in other bits of data from other websites such as YouTube.</p>
<p><strong>Step 5: </strong></p>
<p>Joining LinkedIn. LinkedIn has been around for some time, it&#8217;s got a nice pagerank and its another great way to link your sites together.</p>
<p>Just from the first five steps; you should now have built a strong profile about yourself. LinkedIn with a link to your Internet Marketing Website; Twitter linking to your website (even if it is the registrar holding page). A Squidoo Lens linking to your homepage. Even without even setting up your website, you have built a strong portfolio about yourself and they are all linking back to your homepage.</p>
<p><strong>Step 6:</strong></p>
<p>Using Social Media Tools (SMT) is fun, but it can take longer than necessary without the right apps. An easy way to make your life a lot easier is to find the right apps to help you. Find out how to use TwiveAway, Twhirl, bit.ly, TwitPic and Create an OpenID.</p>
<p><strong>Step 7:</strong></p>
<p>So, you&#8217;ve got an arsenal of tools to help you along your way; just on their own these will work wonders for your Internet Marketing. The next step is to create a wordpress blog. This can be seen as the single biggest step. It&#8217;s the last step simply because if you make it your first step you&#8217;ll most probably be too lazy to go back to the other steps. Why is that? Well it&#8217;s because you&#8217;ll then spend hours scouring the Internet for worpdress themes. Be honest with yourself!</p>
<p><strong>Step 8:</strong></p>
<p>Another great step to make is to sign up to TwitterFeed using your OpenID. This means you don&#8217;t need to spend countless hours getting lost in the world of Twitter. If folk like your posts, they&#8217;ll read them, and Re-Tweet your link. As they do that you will gain more followers without even needed to login to Twitter. I&#8217;m not suggesting you avoid twitter.com but my point is you can you spend your time focussing on more important things.</p>
<p>That&#8217;s where I am now. Okay, I was lazy &#8211; I&#8217;ve not exactly gone to town on the &#8220;filling in my profile information&#8221; aspect of signing up to all these Social Media Tools but I&#8217;ve put in the basic info.</p>
<p>When did I start? 23:10 on Monday 11th May 2009. That was the exact time I received my welcome email from Google Mail and Did Steps 1-6. I went to bed at 01:30 meaning I spent a grand total of 2hr20 minutes.</p>
<p>I didn&#8217;t get chance to get on my laptop on Tuesday; but on Wednesday I had a 3 hour blast from 21:30 to 00:30.</p>
<p>I installed Wordpress @ 22:30 last night, and 6 hours later my blog posts had been indexed by Google.</p>
<p>This is my no means a comprehensive list but it should be enough to give you a kick start. I shall start to write a blog post for each step; and edit the post as necessary.</p>
<p>Gracias</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;title=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours&amp;bodytext=My%20website%20is%20listed%20in%20Google%206%20hours%20after%20domain%20name%20setup.%20Impressed%3F%0D%0A%0D%0AThat%27s%20my%20whole%20aim.%20I%20want%20to%20show%20you%20how%20to%20push%20boundaries.%20I%20want%20to%20show%20you%20how%20to%20speed%20up%20the%20things%20that%20normally%20take%20a%20longer%20that%20they%20should.%20If%20you%20don%27t%20kno" title="Digg"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;title=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours&amp;notes=My%20website%20is%20listed%20in%20Google%206%20hours%20after%20domain%20name%20setup.%20Impressed%3F%0D%0A%0D%0AThat%27s%20my%20whole%20aim.%20I%20want%20to%20show%20you%20how%20to%20push%20boundaries.%20I%20want%20to%20show%20you%20how%20to%20speed%20up%20the%20things%20that%20normally%20take%20a%20longer%20that%20they%20should.%20If%20you%20don%27t%20kno" title="del.icio.us"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;t=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours" title="Facebook"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;h=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours" title="NewsVine"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;title=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours" title="Reddit"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;title=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours" title="StumbleUpon"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;title=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours&amp;annotation=My%20website%20is%20listed%20in%20Google%206%20hours%20after%20domain%20name%20setup.%20Impressed%3F%0D%0A%0D%0AThat%27s%20my%20whole%20aim.%20I%20want%20to%20show%20you%20how%20to%20push%20boundaries.%20I%20want%20to%20show%20you%20how%20to%20speed%20up%20the%20things%20that%20normally%20take%20a%20longer%20that%20they%20should.%20If%20you%20don%27t%20kno" title="Google Bookmarks"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;submitHeadline=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours&amp;submitSummary=My%20website%20is%20listed%20in%20Google%206%20hours%20after%20domain%20name%20setup.%20Impressed%3F%0D%0A%0D%0AThat%27s%20my%20whole%20aim.%20I%20want%20to%20show%20you%20how%20to%20push%20boundaries.%20I%20want%20to%20show%20you%20how%20to%20speed%20up%20the%20things%20that%20normally%20take%20a%20longer%20that%20they%20should.%20If%20you%20don%27t%20kno&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours%20-%20http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F" title="Twitter"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F" title="Technorati"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;title=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours" title="Live"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;title=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours&amp;source=Internet+Marketing+-+Bobby+Jason+Internet+Marketing+From+a+Web+Developer&amp;summary=My%20website%20is%20listed%20in%20Google%206%20hours%20after%20domain%20name%20setup.%20Impressed%3F%0D%0A%0D%0AThat%27s%20my%20whole%20aim.%20I%20want%20to%20show%20you%20how%20to%20push%20boundaries.%20I%20want%20to%20show%20you%20how%20to%20speed%20up%20the%20things%20that%20normally%20take%20a%20longer%20that%20they%20should.%20If%20you%20don%27t%20kno" title="LinkedIn"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;t=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours" title="MySpace"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F10%2Fhow-to-start-with-nothing-and-be-in-google-in-less-than-72-hours%2F&amp;linkname=How%20to%20start%20with%20nothing%20and%20be%20in%20Google%20in%20less%20than%2072%20hours"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bobbyjason.co.uk/blog/10/how-to-start-with-nothing-and-be-in-google-in-less-than-72-hours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Up and Running</title>
		<link>http://bobbyjason.co.uk/blog/6/blog-up-and-running/</link>
		<comments>http://bobbyjason.co.uk/blog/6/blog-up-and-running/#comments</comments>
		<pubDate>Wed, 13 May 2009 23:22:27 +0000</pubDate>
		<dc:creator>BobbyJason</dc:creator>
				<category><![CDATA[Advice / Tips]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[nameservers]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bobbyjason.co.uk/blog/?p=6</guid>
		<description><![CDATA[It&#8217;s 9:30pm and didn&#8217;t get any chance to get on here yesterday either. I play football in my local 6-a-side league! We won 1-0 which keeps us in 3rd place!
Right got a a lot to do. Shall update once I&#8217;m done.
Okay. Done. I&#8217;ve managed to get this stuff out of the way:
Changed nameservers of bobbyjason.co.uk
Created [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s 9:30pm and didn&#8217;t get any chance to get on here yesterday either. I play football in my local 6-a-side league! We won 1-0 which keeps us in 3rd place!</p>
<p>Right got a a lot to do. Shall update once I&#8217;m done.</p>
<p>Okay. Done. I&#8217;ve managed to get this stuff out of the way:</p>
<p>Changed nameservers of bobbyjason.co.uk<br />
Created a hosting account on my server for bobbyjason.co.uk<br />
Installed wordpress<br />
Spent a while trying to set up the &#8220;mail to blog&#8221; function in wordpress (new to me&#8230;)</p>
<p>*yawn*</p>
<p>Okay, gave up on that &#8211; I shall write a post about it once I have it working.<br />
Installed Wordpress plugins, the All-In-One SEO pack, and the WP-Cache.</p>
<p>It&#8217;s now 00:03 on the 14th, so I&#8217;m going to try TwitterFeed and publish this post!</p>
<p>Created an OpenID account so that I could sign up to TwitterFeed, registered a feed with them and linked to to my bit.ly account!</p>
<p>Lets see!</p>
<p>3 hours well spent.</p>
<p>Night.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;title=Blog%20Up%20and%20Running&amp;bodytext=It%27s%209%3A30pm%20and%20didn%27t%20get%20any%20chance%20to%20get%20on%20here%20yesterday%20either.%20I%20play%20football%20in%20my%20local%206-a-side%20league%21%20We%20won%201-0%20which%20keeps%20us%20in%203rd%20place%21%0D%0A%0D%0ARight%20got%20a%20a%20lot%20to%20do.%20Shall%20update%20once%20I%27m%20done.%0D%0A%0D%0AOkay.%20Done.%20I%27ve%20managed%20to%20get%20thi" title="Digg"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;title=Blog%20Up%20and%20Running&amp;notes=It%27s%209%3A30pm%20and%20didn%27t%20get%20any%20chance%20to%20get%20on%20here%20yesterday%20either.%20I%20play%20football%20in%20my%20local%206-a-side%20league%21%20We%20won%201-0%20which%20keeps%20us%20in%203rd%20place%21%0D%0A%0D%0ARight%20got%20a%20a%20lot%20to%20do.%20Shall%20update%20once%20I%27m%20done.%0D%0A%0D%0AOkay.%20Done.%20I%27ve%20managed%20to%20get%20thi" title="del.icio.us"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;t=Blog%20Up%20and%20Running" title="Facebook"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;h=Blog%20Up%20and%20Running" title="NewsVine"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;title=Blog%20Up%20and%20Running" title="Reddit"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;title=Blog%20Up%20and%20Running" title="StumbleUpon"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;title=Blog%20Up%20and%20Running&amp;annotation=It%27s%209%3A30pm%20and%20didn%27t%20get%20any%20chance%20to%20get%20on%20here%20yesterday%20either.%20I%20play%20football%20in%20my%20local%206-a-side%20league%21%20We%20won%201-0%20which%20keeps%20us%20in%203rd%20place%21%0D%0A%0D%0ARight%20got%20a%20a%20lot%20to%20do.%20Shall%20update%20once%20I%27m%20done.%0D%0A%0D%0AOkay.%20Done.%20I%27ve%20managed%20to%20get%20thi" title="Google Bookmarks"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;submitHeadline=Blog%20Up%20and%20Running&amp;submitSummary=It%27s%209%3A30pm%20and%20didn%27t%20get%20any%20chance%20to%20get%20on%20here%20yesterday%20either.%20I%20play%20football%20in%20my%20local%206-a-side%20league%21%20We%20won%201-0%20which%20keeps%20us%20in%203rd%20place%21%0D%0A%0D%0ARight%20got%20a%20a%20lot%20to%20do.%20Shall%20update%20once%20I%27m%20done.%0D%0A%0D%0AOkay.%20Done.%20I%27ve%20managed%20to%20get%20thi&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Blog%20Up%20and%20Running%20-%20http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F" title="Twitter"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F" title="Technorati"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;title=Blog%20Up%20and%20Running" title="Live"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;title=Blog%20Up%20and%20Running&amp;source=Internet+Marketing+-+Bobby+Jason+Internet+Marketing+From+a+Web+Developer&amp;summary=It%27s%209%3A30pm%20and%20didn%27t%20get%20any%20chance%20to%20get%20on%20here%20yesterday%20either.%20I%20play%20football%20in%20my%20local%206-a-side%20league%21%20We%20won%201-0%20which%20keeps%20us%20in%203rd%20place%21%0D%0A%0D%0ARight%20got%20a%20a%20lot%20to%20do.%20Shall%20update%20once%20I%27m%20done.%0D%0A%0D%0AOkay.%20Done.%20I%27ve%20managed%20to%20get%20thi" title="LinkedIn"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;t=Blog%20Up%20and%20Running" title="MySpace"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F6%2Fblog-up-and-running%2F&amp;linkname=Blog%20Up%20and%20Running"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bobbyjason.co.uk/blog/6/blog-up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First Blog Post</title>
		<link>http://bobbyjason.co.uk/blog/3/my-first-blog-post/</link>
		<comments>http://bobbyjason.co.uk/blog/3/my-first-blog-post/#comments</comments>
		<pubDate>Wed, 13 May 2009 22:42:52 +0000</pubDate>
		<dc:creator>BobbyJason</dc:creator>
				<category><![CDATA[Advice / Tips]]></category>

		<guid isPermaLink="false">http://bobbyjason.co.uk/blog/?p=3</guid>
		<description><![CDATA[date: 12/May/2009
Hi There,
Well it&#8217;s all very exciting writing my &#8220;first blog post&#8221;, but the truth is I don&#8217;t even have a blog yet. I&#8217;m typing this in my favourite text editor, EditPlus!
I&#8217;m still in the process of creating my new internet profile so you will have to bear with me if you wouldn&#8217;t mind. Where [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>date: 12/May/2009</p>
<p>Hi There,</p>
<p>Well it&#8217;s all very exciting writing my &#8220;first blog post&#8221;, but the truth is I don&#8217;t even have a blog yet. I&#8217;m typing this in my favourite text editor, EditPlus!</p>
<p>I&#8217;m still in the process of creating my new internet profile so you will have to bear with me if you wouldn&#8217;t mind. Where am I so far?</p>
<ul>
<li>Gmail: bobbyjason85 [at] gmail.com</li>
<li>Twitter: @bobbyjason (http://twitter.com/bobbyjason)</li>
<li>Website: http://www.bobbyjason.co.uk</li>
<li>Squidoo: http://www.squidoo.com/lensmasters/bobbyjason</li>
<li>LinkedIn: http://www.linkedin.com/pub/13/569/2a3</li>
<li>TwiveAway: Joined</li>
<li>Twhirl: Joined</li>
<li>bit.ly: Joined</li>
<li>twitpic: Joined</li>
</ul>
<p>Who?</p>
<p>What you can gather from the above is that my name is, Bobby Jason. Depending when you view this post, you will see that right now I have zero social activity; no friends, no followers, or to put it bluntly, diddly-squat. That&#8217;s not to say I&#8217;m a lonely fellow; but it does put me in a good spot to explain myself.</p>
<p>What?</p>
<p>Well, after a number of years &#8216;playing&#8217; on the Internet; I&#8217;ve found myself in the luxurious position of being able generate a decent sum of money from it! I started a long time ago; and its taken me a long time to realise my full potential. However, it&#8217;s finally dawned on me that after 14 years of using the Internet to &#8220;take take take&#8221; that I should finally start to repay the Internet for the fantastic life and opportunities it has given me.</p>
<p>Fact is I&#8217;ve learnt a hell of a lot and I want to show other folks how to do a lot the stuff I do; as well as share the mass of knowledge that I have accumulated. I don&#8217;t have bloaty head disease but I have learnt a lot of stuff, okay?!</p>
<ul>
<li>A little bit about me (mini-profile):</li>
<li>I made my first website in Summer 1995. I was 9.</li>
<li>I never owned a power-ranger.</li>
<li>My first &#8216;job&#8217; was as a Go-Karting track Marshall.</li>
<li>My first &#8216;real job&#8217; was as as Software Developer.</li>
<li>I code in PHP</li>
<li>I code in .NET (VB &amp; C#)</li>
<li>I use MySQL for PHP web apps.</li>
<li>I use MSSQL for .NET apps.</li>
<li>I use EditPlus to write XHTML / CSS</li>
<li>I have a dedicated server which I use to sell hosting packages</li>
<li>I know a lot about &#8220;SEO&#8221;.</li>
<li>I like (and use) Google. Checkout. Base. AdWords. Analytics. Apps. Mail. etc.</li>
<li>I own over 50 domain names</li>
<li>I create graphics using Adobe CS4 Suite.</li>
<li>I&#8217;m not a [anything] fanb0i. I like Macs, PCs, Steve Jobs &amp; Bill Gates.</li>
<li>I think MLM is awful, CPA is a godsend.</li>
<li>I earn more online than I ever imagined.</li>
<li>By day I am an E-Marketing Specialist for Fortune 500 company</li>
<li>By night I am an Internet Marketing Whizoo.</li>
<li>I love Formula 1. I love Go-Karting. I like Football. I like Music. I hate salad.</li>
</ul>
<p>Oh, and I also intend to prove to you that SEO is not as complex as some folks make it out to be. It&#8217;s really, really quite simple! (see last section of post for stats)</p>
<p>I don&#8217;t claim to be an expert in everything above; but then again &#8211; if I were an expert in all the above I&#8217;d be swimming of the shores of Hawaii by now. That said, I havn&#8217;t mentioned them for a laugh. I really do know a lot about the above.</p>
<p>Why?</p>
<p>Re-iterating my statement above, I think it&#8217;s time to start repaying the Internet for everything I&#8217;ve taken from it; at least that way others can benefit the same way that I did. I&#8217;d like say I&#8217;m going to &#8220;plant 5 trees for every 1 tree that I knock down&#8221;, but 14 years of &#8220;knocking down trees&#8221; is a hell of a lot of plant-potting! Time will tell.</p>
<p>Where?</p>
<p>From the luxurious confinement of my living room, in not-so-sunny South Yorkshire. I may tweet from my iPhone but I&#8217;m trying to limit myself to a few hours per week on this project.</p>
<p>When?</p>
<p>Right now!</p>
<p>Sorry for the five &#8220;W&#8221;s I&#8217;d done the first three so had to do the other two!</p>
<p>Right, I intended to give you some stats on current web-rankings, current twitter followers etc, current keyword results &#8211; but what&#8217;s the point? All my figures are zero!</p>
<p>Anyway &#8211; I&#8217;m off to bed; its 01:43 on Tuesday 12th May.</p>
<p>Night folks.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;title=My%20First%20Blog%20Post&amp;bodytext=date%3A%2012%2FMay%2F2009%0D%0A%0D%0AHi%20There%2C%0D%0A%0D%0AWell%20it%27s%20all%20very%20exciting%20writing%20my%20%22first%20blog%20post%22%2C%20but%20the%20truth%20is%20I%20don%27t%20even%20have%20a%20blog%20yet.%20I%27m%20typing%20this%20in%20my%20favourite%20text%20editor%2C%20EditPlus%21%0D%0A%0D%0AI%27m%20still%20in%20the%20process%20of%20creating%20my%20new%20internet%20" title="Digg"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;title=My%20First%20Blog%20Post&amp;notes=date%3A%2012%2FMay%2F2009%0D%0A%0D%0AHi%20There%2C%0D%0A%0D%0AWell%20it%27s%20all%20very%20exciting%20writing%20my%20%22first%20blog%20post%22%2C%20but%20the%20truth%20is%20I%20don%27t%20even%20have%20a%20blog%20yet.%20I%27m%20typing%20this%20in%20my%20favourite%20text%20editor%2C%20EditPlus%21%0D%0A%0D%0AI%27m%20still%20in%20the%20process%20of%20creating%20my%20new%20internet%20" title="del.icio.us"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;t=My%20First%20Blog%20Post" title="Facebook"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;h=My%20First%20Blog%20Post" title="NewsVine"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;title=My%20First%20Blog%20Post" title="Reddit"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;title=My%20First%20Blog%20Post" title="StumbleUpon"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;title=My%20First%20Blog%20Post&amp;annotation=date%3A%2012%2FMay%2F2009%0D%0A%0D%0AHi%20There%2C%0D%0A%0D%0AWell%20it%27s%20all%20very%20exciting%20writing%20my%20%22first%20blog%20post%22%2C%20but%20the%20truth%20is%20I%20don%27t%20even%20have%20a%20blog%20yet.%20I%27m%20typing%20this%20in%20my%20favourite%20text%20editor%2C%20EditPlus%21%0D%0A%0D%0AI%27m%20still%20in%20the%20process%20of%20creating%20my%20new%20internet%20" title="Google Bookmarks"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;submitHeadline=My%20First%20Blog%20Post&amp;submitSummary=date%3A%2012%2FMay%2F2009%0D%0A%0D%0AHi%20There%2C%0D%0A%0D%0AWell%20it%27s%20all%20very%20exciting%20writing%20my%20%22first%20blog%20post%22%2C%20but%20the%20truth%20is%20I%20don%27t%20even%20have%20a%20blog%20yet.%20I%27m%20typing%20this%20in%20my%20favourite%20text%20editor%2C%20EditPlus%21%0D%0A%0D%0AI%27m%20still%20in%20the%20process%20of%20creating%20my%20new%20internet%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=My%20First%20Blog%20Post%20-%20http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F" title="Twitter"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F" title="Technorati"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;title=My%20First%20Blog%20Post" title="Live"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;title=My%20First%20Blog%20Post&amp;source=Internet+Marketing+-+Bobby+Jason+Internet+Marketing+From+a+Web+Developer&amp;summary=date%3A%2012%2FMay%2F2009%0D%0A%0D%0AHi%20There%2C%0D%0A%0D%0AWell%20it%27s%20all%20very%20exciting%20writing%20my%20%22first%20blog%20post%22%2C%20but%20the%20truth%20is%20I%20don%27t%20even%20have%20a%20blog%20yet.%20I%27m%20typing%20this%20in%20my%20favourite%20text%20editor%2C%20EditPlus%21%0D%0A%0D%0AI%27m%20still%20in%20the%20process%20of%20creating%20my%20new%20internet%20" title="LinkedIn"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;t=My%20First%20Blog%20Post" title="MySpace"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fbobbyjason.co.uk%2Fblog%2F3%2Fmy-first-blog-post%2F&amp;linkname=My%20First%20Blog%20Post"><img src="http://bobbyjason.co.uk/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bobbyjason.co.uk/blog/3/my-first-blog-post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.468 seconds -->
