<?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>Mike Southby &#187; wave</title>
	<atom:link href="http://www.mikesouthby.co.uk/tag/wave/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikesouthby.co.uk</link>
	<description>Microsoft MCSE certified geek and general technology enthusiast</description>
	<lastBuildDate>Thu, 02 Sep 2010 11:37:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Google Wave &#8211; Another 10 Invites Available&#8230;</title>
		<link>http://www.mikesouthby.co.uk/2009/11/google-wave-another-10-invites-available/</link>
		<comments>http://www.mikesouthby.co.uk/2009/11/google-wave-another-10-invites-available/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 17:02:13 +0000</pubDate>
		<dc:creator>Mike Southby</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Technology Related]]></category>
		<category><![CDATA[Wave]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[invite]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://www.mikesouthby.co.uk/?p=1083</guid>
		<description><![CDATA[As promised, I now have more Google Wave invites available after the initial batch.  If you need one, take a look at my original post for details...]]></description>
			<content:encoded><![CDATA[<p>As promised, I now have more Google Wave invites available after the initial batch.  If you need one, take a look at my original post for details:</p>
<p><a title="http://www.mikesouthby.co.uk/2009/10/google-wave-invites-are-in/" href="http://www.mikesouthby.co.uk/2009/10/google-wave-invites-are-in/" target="_self">http://www.mikesouthby.co.uk/2009/10/google-wave-invites-are-in/</a></p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesouthby.co.uk/2009/11/google-wave-another-10-invites-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave &#8211; WordPress Integration&#8230;</title>
		<link>http://www.mikesouthby.co.uk/2009/10/909/</link>
		<comments>http://www.mikesouthby.co.uk/2009/10/909/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 10:52:34 +0000</pubDate>
		<dc:creator>Mike Southby</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blah]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Technology Related]]></category>
		<category><![CDATA[Wave]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://www.mikesouthby.co.uk/?p=909</guid>
		<description><![CDATA[I thought being as the latest thing is Google Wave, I'd try and integrate a wave into one of my posts making use of the APIs.  Remember it is still very buggy (wave integration that is) so don't be too surprised if this doesn't work!  Also, remember that in order to be able to use Google Wave or even see the wave below you need to have an active account and be logged in.  Here goes...]]></description>
			<content:encoded><![CDATA[<p>I thought being as the latest thing is<strong> Google Wave</strong>, I&#8217;d try and integrate a wave into one of my posts making use of the APIs.  Remember it is still <strong>very</strong> buggy (wave integration that is) so don&#8217;t be too surprised if this doesn&#8217;t work.  Also, remember that in order to be able to use Google Wave or even see the wave below you need to have an active account and be logged in, if your not it&#8217;ll probably break the post and look a bit rubbish!  Here goes:</p>

		<div id="waveframe-1"  style="width:100%;height:300px;"  ></div>
		 <script type="text/javascript">

				add_wave("waveframe-1",{
					bgcolor:"#edf1f9",
					color:"#000000",
					font:"Segoe UI",
					font_size:"1em",
					width:"100%",
					height:"300px",
					server:"https://wave.google.com/wave/",
					id:"googlewave.com!w+uT63EJBcC"		});

		</script>
		
<p>Here&#8217;t the code that I used to make it work:<br />
<code><br />
&lt;head&gt;<br />
&lt;script src="http://www.mikesouthby.co.uk/embed.js" type="text/javascript"&gt;<br />
&lt;/script&gt;<br />
&lt;script type="text/javascript"&gt;<br />
function initialize() {<br />
var wavePanel = new WavePanel('http://wave.google.com/wave/'); wavePanel.loadWave('INSERT YOUR WAVE ID HERE'); wavePanel.init(document.getElementById('waveframe'));<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body onload="initialize()"&gt;<br />
&lt;div id="waveframe" style="width: 100%; height: 350px"&gt;<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
<!--formatted--></code></p>
<p>In order to find your wave ID, you&#8217;ll need to open Google Wave in your browser and either create a new wave or open an existing one that you want to use, then when the wave is in focus, have a look up in the browsers address bar and make a note of the URL, in my case this is <strong>https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BqjsuPV2cI</strong>.  Next, take a look at the end part after wave: so, <strong>googlewave.com!w%252BqjsuPV2cI</strong>.  Now we need to substritute the part <strong>%252B</strong> for a <strong>+</strong> so my wave ID would be <strong>googlewave.com!w+qjsuPV2cI</strong></p>
<p>Hope that all makes sense.  Enjoy and if you are a wave user, please add to my wave!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesouthby.co.uk/2009/10/909/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Wave &#8211; Invites Are In&#8230;</title>
		<link>http://www.mikesouthby.co.uk/2009/10/google-wave-invites-are-in/</link>
		<comments>http://www.mikesouthby.co.uk/2009/10/google-wave-invites-are-in/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 11:42:32 +0000</pubDate>
		<dc:creator>Mike Southby</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blah]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Wave]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://www.mikesouthby.co.uk/?p=866</guid>
		<description><![CDATA[So, as I hinted at in a previous comment, I now have some Google Wave invites in my account...!]]></description>
			<content:encoded><![CDATA[<p>As I hinted in a previous comment, I now have some <strong>Google Wave</strong> invites in my account.</p>
<p>Now as we all know they are pretty rare so I am not going to be just giving them away as I will be reserving them mainly for friends and colleagues so we can interact on Wave but, I had already decided that I would be putting one up for grabs here on my blog as a thank you for those who regularly read my ramblings.  Not sure exactly how I am going to do it, I thought perhaps I would just leave it open and maybe in a week or so, read down through the comments on the post and the best  one wins!  Seems like the easiest solution&#8230;</p>
<p>So, leave a comment below, be as creative as you want (“hello I&#8217;d like an invite please” doesn&#8217;t really do it&#8230;), it doesn&#8217;t even have to be on topic, ‘freestyle’ is the key here!  <strong>Best comment wins</strong>.  Be sure to check back to see if anyone else leaves something more interesting so you can counter!</p>
<p>Enjoy!</p>
<p><em>Note:  I&#8217;m also an active Google Voice user so will soon have some invites for that too..!</em></p>
<p><strong><span style="color: #000000;">Update 29/11/2009 &#8211; 10 more invites to give away!  As per my comment below, if anyone who has ALREADY commented below still needs an invite, leave another comment just to let me know and you get an invite!  Simple as that, first come first served for those that qualify over the next few days, but be quick&#8230;  Starting on 01/12/2009, the remaining invites will be given away at a rate of 2 a week until they are all gone.  I&#8217;ll use the same methods as above so if you have not commented on my blog before, please leave me an interesting comment below and you&#8217;ll be in with a chance.  It doesn&#8217;t have to be about anything in particular, it&#8217;s purely to add interest to the thread!  Enjoy&#8230;</span><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesouthby.co.uk/2009/10/google-wave-invites-are-in/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Google Wave Invite&#8230;</title>
		<link>http://www.mikesouthby.co.uk/2009/10/google-wave-invite/</link>
		<comments>http://www.mikesouthby.co.uk/2009/10/google-wave-invite/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 01:10:43 +0000</pubDate>
		<dc:creator>Mike Southby</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blah]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://www.mikesouthby.co.uk/?p=622</guid>
		<description><![CDATA[So I have been sat here patiently waiting for my invite to come through from the nice folk over at Google and as of yet nothing, absolutely nothing...]]></description>
			<content:encoded><![CDATA[<p>So I have been sat here patiently waiting for my invite to come through from the nice folk over at Google and as of yet nothing, absolutely nothing.</p>
<p>Do you think they have lost my address?  Could it have somehow been lost in cyberspace?  Have they run out?  Has the chief invite geek be abducted by little green men?  Something tells me I need to cut down on the caffeine at this time of night&#8230;</p>
<p>So I was wondering, does anyone have a spare one?  If so, invite me over at michael.southby (at) googlemail.com and I&#8217;ll be a happy man!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesouthby.co.uk/2009/10/google-wave-invite/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
