<?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>Playlab.net &#124;&#124; Mark Rochefort &#187; Technology</title>
	<atom:link href="http://www.playlab.net/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.playlab.net</link>
	<description>My name is Mark Rochefort and this is my website. Are you still searching? I doubt you'll find it here but you might find some other guff - sometimes with photos.</description>
	<lastBuildDate>Sat, 13 Mar 2010 06:20:00 +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>Sleepy Statistics</title>
		<link>http://www.playlab.net/2010/02/01/sleepy-statistics/</link>
		<comments>http://www.playlab.net/2010/02/01/sleepy-statistics/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 13:18:54 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.playlab.net/?p=478</guid>
		<description><![CDATA[As you move differently in bed during the different phases of sleep, Sleep Cycle uses the accelerometer in your iPhone to monitor your movement to determine which sleep phase you are in. Come morning and it plots out a graph of your nocturnal activity. Here&#8217;s mine from the last couple of nights:
Sleep statistics for 30 [...]]]></description>
			<content:encoded><![CDATA[<p>As you move differently in bed during the different phases of sleep, <a href="http://www.lexwarelabs.com/sleepcycle/">Sleep Cycle</a> uses the accelerometer in your iPhone to monitor your movement to determine which sleep phase you are in. Come morning and it plots out a graph of your nocturnal activity. Here&#8217;s mine from the last couple of nights:</p>
<p><strong>Sleep statistics for 30 &#8211; 31 Jan</strong><br />
Went to bed / woke up: 01:18 / 08:27 | Total time: 7h 08m</p>
<p><img src="http://www.playlab.net/wp-content/uploads/1.png" alt="" title="sleep stats graph 1" width="279" height="201" class="alignnone size-full wp-image-479" /></p>
<p><strong>Sleep statistics for 31 &#8211; 01 Feb </strong><br />
Went to bed / woke up: 23:21 / 06:30 | Total time: 7h 08m</p>
<p><img src="http://www.playlab.net/wp-content/uploads/2.png" alt="" title="Sleep stats graph 2" width="280" height="201" class="alignnone size-full wp-image-480" /></p>
<p>Can you guess when I woke to tend to our son? <img src='http://www.playlab.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now I *know* when I woke at night&#8230;</p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2010/02/01/sleepy-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A thing called Phing</title>
		<link>http://www.playlab.net/2009/03/04/a-thing-called-phing/</link>
		<comments>http://www.playlab.net/2009/03/04/a-thing-called-phing/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 23:08:28 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[phing]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[web development]]></category>
<category></category><category></category><category></category><category></category>
		<guid isPermaLink="false">http://www.playlab.net/?p=378</guid>
		<description><![CDATA[Agile web app deployment with svn, rsynch, phing and more&#8230;
We are a small development team, at Harvest Digital, handling multiple tasks throughout the day, across different environments and projects. It makes for an exciting challenge. Our roles/ skills are clearly defined and our small size means we can react quickly to change, with little margin [...]]]></description>
			<content:encoded><![CDATA[<h3>Agile web app deployment with svn, rsynch, phing and more&#8230;</h3>
<p>We are a small development team, at <a href="http://www.harvestdigital.com">Harvest Digital</a>, handling multiple tasks throughout the day, across different environments and projects. It makes for an exciting challenge. Our roles/ skills are clearly defined and our small size means we can react quickly to change, with little margin for communication errors and so on (see <a href="http://gettingreal.37signals.com/">Getting Real</a> and <a href="http://www.stevemcconnell.com/articles/art06.htm">Less is more: Jumpstarting Productivity with Small Teams</a>). But, when it comes to deploying to a staging or production server, I am ashamed to admit that we had often introduced a huge potential for human error by doing much of the work manually. Each project is different and so there is no consistent deployment process across the board. </p>
<p>Deployment is often the last step in the process to get any attention and it is one that can be unnecessarily tedious and prone to error. With more agile development projects, where deployments may be required several times a day, we obviously cannot afford the time nor the potential mistakes that may be made by manually deploying a project. </p>
<p>At its simplest level, deployment may just involve making sure that the target server (i.e. staging or production) has the latest revision of files from the project&#8217;s source control repository (we use SVN). But factor in tests and database migration and you can see how easily things can go wrong. Especially if you are deploying several times a day. You need to automate as many steps in the process as possible, thereby eliminating any manual tasks that introduce potential error and duplication.</p>
<p>Whenever we reach a point in a project where the code can be considered stable, we should tag it in SVN as a release. This gives you the ability to deploy a particular release based on its tag, instead of just the latest revision in the repository. By <em>convention</em> you never create revisions in the <em>tag</em> folder &#8211; tags are simply named snapshots of the source repository. We typically use version numbers as tags with some scheme based on feature-set or milestone and release date that can be ordered alpha-numerically e.g. &#8220;rel_belfast_2.04&#8243;. This allows us to say with certainty what is deployed at any one time, without having to scan logs etc. Tags give context to a release name (you can easily associate the release with project milestones) that revision numbers and timestamps do not. Tags are usually kept in a &#8216;tags&#8217; subfolder, in the top level of the repository.</p>
<p>For a while now at Harvest, we&#8217;ve been working with <a href="http://www.symfony-project.org/">symfony</a> &#8211; an excellent PHP framework &#8211; that includes a few tools to help simplify the deployment process (such as <a href="http://www.pake-project.org/">Pake</a>). These tools allow for remote syncronisation of files with rsync (the benefits of synchronisation over standard FTP are much touted elsewhere) via SSH (with the shell command: e.g. <code>symfony sync staging</code>) and semi-automate the build process (including database schema changes, data dumps etc: e.g. <code>symfony propel-build-all myApp</code>) by using Pake on the target machine. </p>
<p>But there is still a lot of room for improvement, particularly when it comes to database migrations and SVN integration. Plus, symfony is not our only set-up. We need an automated deployment process that can be applied across all our projects. This is where I&#8217;ve previously seen shell scripts being used but <a href="http://www.phing.info/">Phing</a> can do much of this heavy lifting work for us, as it has many standard deployment tasks built-in to it. According to the <a href="http://www.phing.info/">Phing</a> blurb:</p>
<blockquote><p>Features include file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations), file system operations, interactive build support, SQL execution, CVS operations, tools for creating PEAR packages, and much more.</p></blockquote>
<p><a href="http://www.phing.info/">Phing (PHing Is Not GNU make)</a> is a project build system based on <a href="http://ant.apache.org/" class="ulink" target="_top">Apache Ant</a> and is available through the PEAR installer. If you use <code>--alldeps</code> on Phing, it&#8217;ll grab, funnily enough, all the dependencies. But most are good packages (e.g. PHPUnit, PHPdoc and VersionControl_SVN). It can be used in a multitude of ways, including unit testing, creating docs, running SQL &#8211; which allows us to keep database schema changes in version control. The beauty of Phing is everything can be configured easily through the build.xml file (and then further with properties files) &#8211; so that the project&#8217;s deployment configuration can be kept in version control too.</p>
<p><em>In short, we love this thing called Phing!</em></p>
<p>For more detail on advanced tasks such as database migration take a look at these posts from <a href="http://phpimpact.wordpress.com/2008/06/22/database-deployment-using-phing/">Federico Cargnelutti</a> and <a href="http://www.davedevelopment.co.uk/2008/04/14/how-to-simple-database-migrations-with-phing-and-dbdeploy/">Dave Marshall</a>.</p>
<a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2009/03/04/a-thing-called-phing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The return of the platform game: From Jet Set Willy to LittleBigPlanet</title>
		<link>http://www.playlab.net/2008/12/02/the-return-of-the-platform-game-from-jet-set-willy-to-littlebigplanet/</link>
		<comments>http://www.playlab.net/2008/12/02/the-return-of-the-platform-game-from-jet-set-willy-to-littlebigplanet/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 13:55:13 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
<category></category><category></category><category></category><category></category><category></category><category></category><category></category><category></category><category></category><category></category>
		<guid isPermaLink="false">http://www.playlab.net/2008/12/02/the-return-of-the-platform-game-from-jet-set-willy-to-littlebigplanet/</guid>
		<description><![CDATA[I&#8217;m not much of a &#8220;gamer&#8221;, although I have to admit I am able to reference my life by what computer game I was playing since I was about 10 years old (for the record &#8211; Jet Set Willy, on the trusty ZX Spectrum) &#8211; maybe before then, if you include the clunky Radio Shack [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not much of a &#8220;gamer&#8221;, although I have to admit I am able to reference my life by what computer game I was playing since I was about 10 years old (for the record &#8211; Jet Set Willy, on the trusty ZX Spectrum) &#8211; maybe before then, if you include the clunky Radio Shack games I played on my Dad&#8217;s computers.</p>
<p><img src="http://upload.wikimedia.org/wikipedia/en/d/d2/JetSetWilly-ColdStore.png" style="float:right;"/></p>
<p>Jet Set Willy (1984: ZX Spectrum), Sonic the Hedgehog (1991: Sega Megadrive), Monkey Island (1990: PC), Doom (1993: PC), Worms (1995: PC), Abe&#8217;s Oddysee (1997: PS1), Grand Theft Auto (1997: PC), Rainbow Six (1998: PC) and many more; they all chart a certain personal view of the evolution of console and computer gaming. And it&#8217;s incredible to think how things have changed.</p>
<p>I can mark eras of my life in the same way you might signpost your autobiographical memory with where you were living. Sad but true. It tends to be just the one game as I don&#8217;t devote masses of time to gaming &#8211; when I find a game that I like, I stick with it.</p>
<p>Recently, I persuaded my wife that a PS3 would be a great addition to our family because &#8220;a PS3 is so much more than just a games console &#8211; you can use it to view all those digital photos and videos of our son&#8221;. And I&#8217;m glad I did as I think I&#8217;ve found the game to mark the next era - <a href="http://www.mediamolecule.com/games.html">LittleBigPlanet</a>. This game is incredible. It has brought the traditional platform game into the future with a fun, creative and collaborative online world that is constantly changing and ever evolving. Irrespective of what it represents in terms of amazing media and technological innovation, it also represents a return to pure and simple platform based game-play, with a few twists. And, possibly most importantly, it is impossible not to feel happy playing this game. It looks like we&#8217;re going to have some fun with this one&#8230;</p>
<a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>, <a href="http://www.playlab.net/index.php?tag=" rel="tag"></a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/12/02/the-return-of-the-platform-game-from-jet-set-willy-to-littlebigplanet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stephen Fry on free software</title>
		<link>http://www.playlab.net/2008/09/08/stephen-fry-on-free-software/</link>
		<comments>http://www.playlab.net/2008/09/08/stephen-fry-on-free-software/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 15:34:46 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>gnu</category><category>linux</category><category>open source</category><category>Technology</category><category>unix</category>
		<guid isPermaLink="false">http://www.playlab.net/2008/09/08/stephen-fry-on-free-software/</guid>
		<description><![CDATA[Happy birthday to GNU!

gnu, linux, open source, Technology, unix]]></description>
			<content:encoded><![CDATA[<p>Happy birthday to GNU!<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/3dcxtEKShXA&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/3dcxtEKShXA&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<a href="http://www.playlab.net/index.php?tag=gnu" rel="tag">gnu</a>, <a href="http://www.playlab.net/index.php?tag=linux" rel="tag">linux</a>, <a href="http://www.playlab.net/index.php?tag=open-source" rel="tag">open source</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=unix" rel="tag">unix</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/09/08/stephen-fry-on-free-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome &#8211; first look</title>
		<link>http://www.playlab.net/2008/09/02/google-chrome-first-look/</link>
		<comments>http://www.playlab.net/2008/09/02/google-chrome-first-look/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:35:51 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>browser</category><category>chrome</category><category>google</category><category>Technology</category><category>web</category>
		<guid isPermaLink="false">http://www.playlab.net/2008/09/02/google-chrome-first-look/</guid>
		<description><![CDATA[Last night Google &#8220;mistakenly&#8221; released a comic book presentation of a their new Chrome browser application. Well it certainly got the buzz going and has whetted my appetite to give it a whirl. Less than an hour ago, Google made the download available and I&#8217;ve just been in a live walk-through (that hung my Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Last night Google &#8220;mistakenly&#8221; released a <a href="http://www.google.com/googlebooks/chrome/">comic book presentation</a> of a their new <a href="http://www.google.com/chrome">Chrome</a> browser application. Well it certainly got the buzz going and has whetted my appetite to give it a whirl. Less than an hour ago, Google made the download available and I&#8217;ve just been in a <a href="http://www.readwriteweb.com/archives/chrome_test_it_with_us_live.php">live walk-through</a> (that hung my Firefox &#8211; oh the irony!), looking at some of its major features. In a nutshell &#8211; it is quick. More later&#8230;<br />
[UPDATE: The verdict - it is fast. Much more screen space. Ideal for web apps. Wonâ€™t replace Firefox/ IE / Safari. Yet.]</p>
<a href="http://www.playlab.net/index.php?tag=browser" rel="tag">browser</a>, <a href="http://www.playlab.net/index.php?tag=chrome" rel="tag">chrome</a>, <a href="http://www.playlab.net/index.php?tag=google" rel="tag">google</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=web" rel="tag">web</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/09/02/google-chrome-first-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source: utopian-dreams, recession-proofing and socialism&#8230;</title>
		<link>http://www.playlab.net/2008/08/19/open-source-utopian-dreams-recession-proofing-and-socialism/</link>
		<comments>http://www.playlab.net/2008/08/19/open-source-utopian-dreams-recession-proofing-and-socialism/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 09:59:31 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>Politics</category><category>Technology</category>
		<guid isPermaLink="false">http://www.playlab.net/2008/08/19/open-source-utopian-dreams-recession-proofing-and-socialism/</guid>
		<description><![CDATA[Those who know me will undoubtedly have at some point had the pleasure of listening to me ranting on about the power of the open source movement &#8211; or, more generally, social collaboration online. On the bus yesterday I read an editorial piece &#8211; &#8220;Collaboration is the new revolution&#8221; &#8211; in the Guardian newspaper that [...]]]></description>
			<content:encoded><![CDATA[<p>Those who know me will undoubtedly have at some point had the pleasure of listening to me ranting on about the power of the open source movement &#8211; or, more generally, social collaboration online. On the bus yesterday I read an editorial piece &#8211; &#8220;<a href="http://www.guardian.co.uk/commentisfree/2008/aug/18/editorial.open.source">Collaboration is the new revolution</a>&#8221; &#8211; in the Guardian newspaper that certainly struck a few chords. Here&#8217;s a few extracts, by way of a summary:</p>
<p>1) Open source paves the way for the odd utopian dream:</p>
<blockquote><p>Sir Thomas More&#8217;s description of Utopia as a place where &#8220;nobody owns anything, but everyone is rich&#8221; is not a bad way to describe the open source movement in which people around the world collaborate with each other to produce services that anyone can use &#8211; or improve on &#8211; for nothing.</p></blockquote>
<p>2) Open source is recession proof:</p>
<blockquote><p>One of the interesting things about the collaborative movement is that it is probably recession-proof, though you won&#8217;t see it in economic statistics because it mostly does not involve cash transactions.</p></blockquote>
<p>3) Open source is robust and well-trusted by large successful organisations:</p>
<blockquote><p>Big corporations, such as IBM, Google and Amazon, are devourers of open source software because they find it cheap, efficient, low-maintenance and reliable. But UK government departments, including health and the foreign office, have proved risk-averse with hardly any open source in their infrastructure.</p></blockquote>
<p>4) Open source is socialism (well, social collaboration at least):</p>
<blockquote><p>&#8230;open source combines the cooperative spirit that was at the heart of the Labour party in the past with the entrepreneurial skills needed today.</p></blockquote>
<p>And with nothing more to add to that summary, I&#8217;m off to join the revolution (well, okay, I&#8217;m off down the pub to carry on ranting to anyone who&#8217;s too polite to stop me).</p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=politics" rel="tag">Politics</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/08/19/open-source-utopian-dreams-recession-proofing-and-socialism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more mobile tweets?</title>
		<link>http://www.playlab.net/2008/08/14/no-more-mobile-tweets/</link>
		<comments>http://www.playlab.net/2008/08/14/no-more-mobile-tweets/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 09:07:58 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>mobile</category><category>sms</category><category>Technology</category><category>twitter</category>
		<guid isPermaLink="false">http://www.playlab.net/2008/08/14/no-more-mobile-tweets/</guid>
		<description><![CDATA[Twitter has announced they will cut outbound SMS alerts for users in the UK because it was costing too much!
Whatever you say about Twitter, I was enjoying the ability it gave me to receive updates via SMS. In fact, it was this feature that won me over to using it and helped demonstrate what it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.twitter.com/2008/08/changes-for-some-sms-usersgood-and-bad.html">Twitter has announced</a> they will cut outbound SMS alerts for users in the UK because it was costing too much!</p>
<p>Whatever you say about Twitter, I was enjoying the ability it gave me to receive updates via SMS. In fact, it was this feature that won me over to using it and helped demonstrate what it was all about to mates. I figured that the initial free SMS alerts that appeared in my Twitter account would run out one day and then I&#8217;d have to pay for more credits &#8211; easy business model. I&#8217;d happily have paid too. So why pull it? Maybe its all part of some ploy by Twitter to gather a crowd reaction &#8211; so that when they announce payment plans for SMS alerts, they already have the crowds&#8217; support. Yeah &#8211; okay, that may be a tad cynical but I do hope they listen to their UK users (and, in fact, anyone who used the UK based SMS alerts). The reaction is already gathering pace &#8211; with <a href="http://uk.techcrunch.com/2008/08/14/twitter-cuts-sms-there-goes-another-business-model/">comments</a> and <a href="http://search.twitter.com/search?q=twitter+sms+uk">tweets</a> a plenty &#8211; and now a <a href="http://www.facebook.com/group.php?gid=23679055487">Facebook group</a>. SMS is huge here and it seems to be a glaringly obvious way to actually turn Twitter into a revenue making business, in the UK at the very least.</p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=mobile" rel="tag">mobile</a>, <a href="http://www.playlab.net/index.php?tag=sms" rel="tag">sms</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=twitter" rel="tag">twitter</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/08/14/no-more-mobile-tweets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWO: Semantic Web Optimisation?</title>
		<link>http://www.playlab.net/2008/05/09/swo-semantic-web-optimisation/</link>
		<comments>http://www.playlab.net/2008/05/09/swo-semantic-web-optimisation/#comments</comments>
		<pubDate>Fri, 09 May 2008 11:11:36 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>marketing</category><category>Media</category><category>microformats</category><category>open platform</category><category>Random</category><category>rdf</category><category>semantic web</category><category>Technology</category><category>web standards</category><category>yahoo</category><category>yahoo search</category>
		<guid isPermaLink="false">http://www.playlab.net/2008/05/09/swo-semantic-web-optimisation/</guid>
		<description><![CDATA[It looks like the semantic web is about to gain traction with the Yahoo! Search open platform that was announced last month. In summary, Yahoo! is hoping to spread the use of semantic web standards by  supporting microformats and RDF &#8211; promising enhanced search results for content adhering to such standards.
And with this promise [...]]]></description>
			<content:encoded><![CDATA[<p>It looks like the <a href="http://en.wikipedia.org/wiki/Semantic_Web">semantic web</a> is about to gain traction with the <a href="http://www.ysearchblog.com/archives/000527.html">Yahoo! Search open platform</a> that was announced last month. In summary, Yahoo! is hoping to spread the use of semantic web standards by  supporting <a href="http://microformats.org/">microformats</a> and <a href="http://en.wikipedia.org/wiki/Resource_Description_Framework">RDF</a> &#8211; promising enhanced search results for content adhering to such standards.</p>
<p>And with this promise of an enhanced search presence will come the marketing need for publishers to create content that capitalises on this. Just as <acronym title="Search Engine Optimistation">SEO</acronym> emerged as an industry all of its own, I expect Semantic Web Optimisation to emerge as an industry all of its own in the very near future.</p>
<p>[Before submitting this post, I quickly <a href="http://www.google.co.uk/search?q=Semantic+Web+Optimisation">searched on the topic</a> (yes - I appreciate the irony of having used Google!) and came across <a href="http://technologyweekly.mad.co.uk/Main/Home/Articlex/1a9fdeedbec34cc5aa3aec6bea4ef5d6/Are-we-there-yet-Why-we-need-the-semantic-Web.html">this article</a> - essentially saying the same thing as me above. But <em>please </em>can we not fall into the trap of applying version numbers after "Web" for every evolution in web technology that occurs!]</p>
<a href="http://www.playlab.net/index.php?tag=marketing" rel="tag">marketing</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=microformats" rel="tag">microformats</a>, <a href="http://www.playlab.net/index.php?tag=open_platform" rel="tag">open platform</a>, <a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>, <a href="http://www.playlab.net/index.php?tag=rdf" rel="tag">rdf</a>, <a href="http://www.playlab.net/index.php?tag=semantic_web" rel="tag">semantic web</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=web_standards" rel="tag">web standards</a>, <a href="http://www.playlab.net/index.php?tag=yahoo" rel="tag">yahoo</a>, <a href="http://www.playlab.net/index.php?tag=yahoo_search" rel="tag">yahoo search</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/05/09/swo-semantic-web-optimisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The rise and rise of websites</title>
		<link>http://www.playlab.net/2008/05/08/the-rise-and-rise-of-websites/</link>
		<comments>http://www.playlab.net/2008/05/08/the-rise-and-rise-of-websites/#comments</comments>
		<pubDate>Thu, 08 May 2008 15:47:03 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>domain names</category><category>graph</category><category>Media</category><category>Technology</category>
		<guid isPermaLink="false">http://www.playlab.net/2008/05/08/the-rise-and-rise-of-websites/</guid>
		<description><![CDATA[Another graph. This time showing how the number of websites has grown since 1990. Actually, things only really started to grow about ten years ago in 1998, a year or two after I first played about on the Internet at university. It took six years (1990-1996) for the number to reach 100,000. In 2008, it [...]]]></description>
			<content:encoded><![CDATA[<p>Another graph. This time showing how the number of websites has grown since 1990. Actually, things only really started to grow about ten years ago in 1998, a year or two after I first played about on the Internet at university. It took six years (1990-1996) for the number to reach 100,000. In 2008, it is now 162 million! While the numbers have risen and risen, what is also interesting to note is the dip in numbers during 2002. Post dot-com bubble slump? Anything to do with 9/11? Or was it simply that a lot of domain names, bought during the dot-com boom years &#8211; with little more than a holding page to show, expired at this time? This little blip aside &#8211; it seems the upwards curve is un-stoppable. Will it ever reach saturation point?</p>
<p><a href="http://royal.pingdom.com/?p=273"><img src="http://www.playlab.net/wp-content/uploads/2008/05/54t2345.png" alt="Websites (1990 - 2008)" /></a></p>
<a href="http://www.playlab.net/index.php?tag=domain_names" rel="tag">domain names</a>, <a href="http://www.playlab.net/index.php?tag=graph" rel="tag">graph</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/05/08/the-rise-and-rise-of-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The rise and rise of Google&#8217;s advertising revenue</title>
		<link>http://www.playlab.net/2008/04/24/the-rise-and-rise-of-googles-advertising-revenue/</link>
		<comments>http://www.playlab.net/2008/04/24/the-rise-and-rise-of-googles-advertising-revenue/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 15:34:03 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>Random</category><category>Technology</category>
		<guid isPermaLink="false">http://www.playlab.net/2008/04/24/the-rise-and-rise-of-googles-advertising-revenue/</guid>
		<description><![CDATA[
Scary or exciting?
Media, Random, Technology]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.playlab.net/wp-content/uploads/2008/04/rise.png" title="The rise and rise of Googleâ€™s advertising revenue"><img src="http://www.playlab.net/wp-content/uploads/2008/04/rise.png" alt="The rise and rise of Googleâ€™s advertising revenue" /></a></p>
<p>Scary or exciting?</p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/04/24/the-rise-and-rise-of-googles-advertising-revenue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google App Engine</title>
		<link>http://www.playlab.net/2008/04/08/google-app-engine/</link>
		<comments>http://www.playlab.net/2008/04/08/google-app-engine/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 10:37:39 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2008/04/08/google-app-engine/</guid>
		<description><![CDATA[Google has just released &#8220;Google App Engine&#8221; &#8211; which will let you run your web applications on Google&#8217;s infrastructure. It sounds similar to Amazon&#8217;s offerings (S3, EC2 and SimpleDB) and the ill-fated Zimki:

Dynamic webserving
Persistent storage
Automatic scaling and load balancing
APIs for authenticating users and sending email
Fully featured local development environment

Python is the only language supported at [...]]]></description>
			<content:encoded><![CDATA[<p>Google has just <a href="http://googleappengine.blogspot.com/2008/04/introducing-google-app-engine-our-new.html">released</a> &#8220;<a href="http://appengine.google.com">Google App Engine</a>&#8221; &#8211; which will let you run your web applications on Google&#8217;s infrastructure. It sounds similar to Amazon&#8217;s offerings (<a href="http://aws.amazon.com/s3">S3</a>, <a href="http://aws.amazon.com/ec2">EC2</a> and <a href="http://www.amazon.com/SimpleDB-AWS-Service-Pricing/b/">SimpleDB</a>) and the ill-fated Zimki:</p>
<ul>
<li>Dynamic webserving</li>
<li>Persistent storage</li>
<li>Automatic scaling and load balancing</li>
<li>APIs for authenticating users and sending email</li>
<li>Fully featured local development environment</li>
</ul>
<p>Python is the only language supported at the moment but they say more languages will be supported in the future. With the weight of Google behind it, this service looks set to provide an excellent all-in-one route to rapid web-app development. So long as you are happy using Python and all of Google&#8217;s Web services.</p>
<a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/04/08/google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>another web service fails &#8211; this time it is GMail</title>
		<link>http://www.playlab.net/2008/03/25/another-web-service-fails-this-time-gmail/</link>
		<comments>http://www.playlab.net/2008/03/25/another-web-service-fails-this-time-gmail/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 10:38:39 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2008/03/25/another-web-service-fails-this-time-gmail/</guid>
		<description><![CDATA[
Yet another critical web app has a brief spell offline&#8230;
Again &#8211; while annoying &#8211; I do find a slight comfort in the fact that even the big boys have bad days.
Technology]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stillsearching.co.uk/wp-content/uploads/2008/03/server-error_1206440595761.png" title="server-error_1206440595761.png"><img src="http://www.stillsearching.co.uk/wp-content/uploads/2008/03/server-error_1206440595761.thumbnail.png" alt="server-error_1206440595761.png" /></a></p>
<p>Yet another critical web app has a brief spell offline&#8230;</p>
<p>Again &#8211; while annoying &#8211; I do find a slight comfort in the fact that even the big boys have bad days.</p>
<a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/03/25/another-web-service-fails-this-time-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tsk tsk tiscali &#8211; my internet is still down</title>
		<link>http://www.playlab.net/2008/02/21/tsk-tsk-tiscali-my-internet-is-still-down/</link>
		<comments>http://www.playlab.net/2008/02/21/tsk-tsk-tiscali-my-internet-is-still-down/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 13:17:56 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
<category>Random</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2008/02/21/tsk-tsk-tiscali-my-internet-is-still-down/</guid>
		<description><![CDATA[Bit of a random rant this one but I seem to be caught in a perpetual loop with Tiscali and BT support. Over the last couple of weeks, there has been no ADSL connection at home &#8211; which affects both our internet and TV, as we receive Homechoice (aka Tiscali TV). So we&#8217;ve called support, [...]]]></description>
			<content:encoded><![CDATA[<p>Bit of a random rant this one but I seem to be caught in a perpetual loop with Tiscali and BT support. Over the last couple of weeks, there has been no ADSL connection at home &#8211; which affects both our internet and TV, as we receive Homechoice (aka Tiscali TV). So we&#8217;ve called support, they&#8217;ve gone through the standard questions and then sent out an engineer. The engineer, when at our house, then blames the company that they are not from (i.e. Tiscali or BT). Rinse and repeat, ad infinitum. I&#8217;ve heard from a couple of other people that their ADSL connection with Tiscali is also down. Is this an issue with the ADSL line supplied by Tiscali TV then? Bring back Homechoice!</p>
<a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/02/21/tsk-tsk-tiscali-my-internet-is-still-down/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>(day) streaming our lives away</title>
		<link>http://www.playlab.net/2008/02/10/day-streaming-our-lives-away/</link>
		<comments>http://www.playlab.net/2008/02/10/day-streaming-our-lives-away/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 19:15:38 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
<category>blogging</category><category>friends</category><category>lifestream</category><category>Media</category><category>microblogging</category><category>microformats</category><category>pipes</category><category>Random</category><category>Technology</category><category>tumblr</category><category>yahoo</category><category>yahoo pipes</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2008/02/12/day-streaming-our-lives-away/</guid>
		<description><![CDATA[I&#8217;ve just taken a quick look at friendfeed.com &#8211; it&#8217;s basically a lifestream service, where people can aggregate and publish their web-lives. It&#8217;s done rather nicely &#8211; enabling you to quickly create your own lifestream from various feeds (here&#8217;s mine) and not too different in look to the lifestream I quickly hacked together with pipes [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just taken a quick look at <a href="http://www.friendfeed.com">friendfeed.com</a> &#8211; it&#8217;s basically a <a href="http://adactio.com/journal/1202/">lifestream</a> service, where people can aggregate and publish their web-lives. It&#8217;s done rather nicely &#8211; enabling you to quickly create your own lifestream from various feeds (<a href="http://friendfeed.com/markrocky">here&#8217;s mine</a>) and not too different in look to the <a href="http://code.stillsearching.co.uk/lifestream/">lifestream I quickly hacked together with pipes</a> &#8211; but done way better and on a grand scale! You can also track friends&#8217; feeds easily too, making it a much more two-way tool than others out there &#8211; say <a href="http://www.tumblr.com">Tumblr</a>, for example, which publishes your combined feeds. There&#8217;s definitely a need for this &#8211; with the whole micro-blogging/twitter/lifestream thing, it is useful to show this data in one place and provides an excellent way for potential stalkers to gather all their up-to-the-minute information on a particular target in one easily digestible feed <img src='http://www.playlab.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<a href="http://www.playlab.net/index.php?tag=blogging" rel="tag">blogging</a>, <a href="http://www.playlab.net/index.php?tag=friends" rel="tag">friends</a>, <a href="http://www.playlab.net/index.php?tag=lifestream" rel="tag">lifestream</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=microblogging" rel="tag">microblogging</a>, <a href="http://www.playlab.net/index.php?tag=microformats" rel="tag">microformats</a>, <a href="http://www.playlab.net/index.php?tag=pipes" rel="tag">pipes</a>, <a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=tumblr" rel="tag">tumblr</a>, <a href="http://www.playlab.net/index.php?tag=yahoo" rel="tag">yahoo</a>, <a href="http://www.playlab.net/index.php?tag=yahoo_pipes" rel="tag">yahoo pipes</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/02/10/day-streaming-our-lives-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft to buy Yahoo!?</title>
		<link>http://www.playlab.net/2008/02/01/microsoft-to-buy-yahoo/</link>
		<comments>http://www.playlab.net/2008/02/01/microsoft-to-buy-yahoo/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 14:59:32 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2008/02/01/microsoft-to-buy-yahoo/</guid>
		<description><![CDATA[This could be huge
Media, Technology]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brandrepublic.com/Digital/News/781056/Microsoft-tables-45bn-Yahoo-takeover-bid/">This could be huge</a></p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/02/01/microsoft-to-buy-yahoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>37signals System Status</title>
		<link>http://www.playlab.net/2008/01/18/37signals-system-status/</link>
		<comments>http://www.playlab.net/2008/01/18/37signals-system-status/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 17:19:02 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2008/01/18/37signals-system-status/</guid>
		<description><![CDATA[&#8220;Basecamp, Backpack, Highrise, Campfire, Writeboard, Ta-da List, and our blogs are all offline&#8221; &#8211; Ouch.
 .flickr-photo { border: solid 2px #000000; } .flickr-yourcomment { } .flickr-frame { text-align: left; padding: 3px; } .flickr-caption { font-size: 0.8em; margin-top: 0px; } 
 	
37signals System Status, originally uploaded by markrocky.
One reason why you shouldn&#8217;t rely on all this [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Basecamp, Backpack, Highrise, Campfire, Writeboard, Ta-da List, and our blogs are all offline&#8221; &#8211; Ouch.</p>
<style type="text/css"> .flickr-photo { border: solid 2px #000000; } .flickr-yourcomment { } .flickr-frame { text-align: left; padding: 3px; } .flickr-caption { font-size: 0.8em; margin-top: 0px; } </style>
<p class="flickr-frame"> 	<a href="http://www.flickr.com/photos/stillsearching/2202168526/" title="photo sharing"><img src="http://farm3.static.flickr.com/2173/2202168526_94655674e6.jpg" class="flickr-photo" /></a></p>
<p><span class="flickr-caption"><a href="http://www.flickr.com/photos/stillsearching/2202168526/">37signals System Status</a>, originally uploaded by <a href="http://www.flickr.com/people/stillsearching/">markrocky</a>.</span></p>
<p>One reason why you shouldn&#8217;t rely on all this fancy web 2.0 stuff for your business&#8230;</p>
<p>Although I do get a certain reassurance from seeing that even people like 37signals can have bad days (sorry 37signals)!</p>
<a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/01/18/37signals-system-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook fatigue</title>
		<link>http://www.playlab.net/2008/01/15/facebook-fatigue/</link>
		<comments>http://www.playlab.net/2008/01/15/facebook-fatigue/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 00:16:17 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
<category>facebook</category><category>hype cycle</category><category>Media</category><category>Random</category><category>scoble</category><category>Technology</category><category>tom hodgkinson</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2008/01/15/facebook-fatigue/</guid>
		<description><![CDATA[I&#8217;ll admit I&#8217;m quite a fan of Tom Hodgkinson&#8217;s work (being an avid reader of the Idler and having read both his recent books  &#8211; &#8220;How To Be Free&#8221; and &#8220;How To Be Idle&#8221;), so I might be more inclined to understand where his rants and raves are coming from. But his latest outburst [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll admit I&#8217;m quite a fan of Tom Hodgkinson&#8217;s work (being an avid reader of <a href="http://www.idler.co.uk">the Idler</a> and having read both his recent books  &#8211; &#8220;How To Be Free&#8221; and &#8220;How To Be Idle&#8221;), so I might be more inclined to understand where his rants and raves are coming from. But <a href="http://www.guardian.co.uk/technology/2008/jan/14/facebook">his latest outburst in the Guardian concerning Facebook</a> certainly seems to have generated a bit of a maelstrom in the murky waters of the social media world (more than 500 <a href="http://del.icio.us/url/47abe04ff1533c68fc60345e5ca24e09">del.icio.us bookmarks</a> after one day and counting). While a little conspiratorial, there&#8217;s a certain weight to what he&#8217;s saying.</p>
<p>Lately there&#8217;s been a spate of negative blog entries and articles slating Facebook &#8211; and the furore surrounding <a href="http://www.readwriteweb.com/archives/goog-fb-data.php">Mr Scoble&#8217;s recent quarrel with Facebook</a> pushed things even further. [Although some may argue that this simply served as an excellent PR pre-cursor to <a href="http://www.readwriteweb.com/archives/goog-fb-data.php">last week's announcement</a> that Facebook (along with Google) were to join the <a href="http://dataportability.org/">Data Portability</a> initiative.]</p>
<p>Is this the beginning of Facebook fatigue? In 2008, will Facebook go the way that Second Life went in 2007? Or is this simply the natural media/ public reaction to &#8220;hype&#8221;, as described in <a href="http://en.wikipedia.org/wiki/Hype_cycle">Gartner&#8217;s Hype Cycle</a>, and we&#8217;re now in the &#8220;<em>Trough of Disillusionment</em>&#8220;? I have to admit that the tedious slew of unanswered invites in my inbox from zombies, pirates and vampires has sent me sliding down my own trough of Facebook disillusionment. Although, rather lazily, I do find it handy to have friends&#8217; details in one place on the web &#8211; I use Facebook to arrange meeting after work or even to message someone, for example, as it is easier than digging around for their contact details. Will I still be doing this in 12 months? I certainly wasn&#8217;t a year ago, so who knows? Maybe <a href="http://www.gartner.com/DisplayDocument?id=543310">Gartner</a> does.</p>
<a href="http://www.playlab.net/index.php?tag=facebook" rel="tag">facebook</a>, <a href="http://www.playlab.net/index.php?tag=hype_cycle" rel="tag">hype cycle</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>, <a href="http://www.playlab.net/index.php?tag=scoble" rel="tag">scoble</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=tom_hodgkinson" rel="tag">tom hodgkinson</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2008/01/15/facebook-fatigue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Google Spreadsheets as a database</title>
		<link>http://www.playlab.net/2007/12/20/using-google-spreadsheets-as-a-database/</link>
		<comments>http://www.playlab.net/2007/12/20/using-google-spreadsheets-as-a-database/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 20:06:29 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>database</category><category>google</category><category>Technology</category><category>web apps</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/12/20/using-google-spreadsheets-as-a-database/</guid>
		<description><![CDATA[While not exactly something I&#8217;d advise for your critical web apps, I&#8217;m still intrigued to see this in action&#8230;
database, google, Technology, web apps]]></description>
			<content:encoded><![CDATA[<p>While not exactly something I&#8217;d advise for your critical web apps, I&#8217;m still intrigued to see <a href="http://code.google.com/support/bin/answer.py?answer=81026&amp;topic=11364&amp;fromblog=true">this </a>in action&#8230;</p>
<a href="http://www.playlab.net/index.php?tag=database" rel="tag">database</a>, <a href="http://www.playlab.net/index.php?tag=google" rel="tag">google</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=web_apps" rel="tag">web apps</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/12/20/using-google-spreadsheets-as-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zimki dies</title>
		<link>http://www.playlab.net/2007/12/18/zimki-dies/</link>
		<comments>http://www.playlab.net/2007/12/18/zimki-dies/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 15:43:01 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>app development</category><category>javascript</category><category>servers</category><category>Technology</category><category>web app</category><category>zimki</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/12/18/zimki-dies/</guid>
		<description><![CDATA[Got a web app that relies on a 3rd party service? Well, I hope you selected that service well! A year or so ago I was evaluating Zimki and nearly selected it to provide a platform for some web app development at work. I&#8217;m rather glad I didn&#8217;t now&#8230;
 Please note that this is your [...]]]></description>
			<content:encoded><![CDATA[<p>Got a web app that relies on a 3rd party service? Well, I hope you selected that service well! A year or so ago I was evaluating Zimki and nearly selected it to provide a platform for some web app development at work. I&#8217;m rather glad I didn&#8217;t now&#8230;</p>
<blockquote><p> Please note that this is your final notification of the withdrawal of the Zimki service, which will occur on the 24/12/2007.</p>
<p>All user applications and data remaining on the Zimki service will be deleted and the servers decommissioned shortly after this date.</p></blockquote>
<p>It certainly highlights the importance of building your fancy-pants web 2.0 application on solid and reputable services.</p>
<a href="http://www.playlab.net/index.php?tag=app_development" rel="tag">app development</a>, <a href="http://www.playlab.net/index.php?tag=javascript" rel="tag">javascript</a>, <a href="http://www.playlab.net/index.php?tag=servers" rel="tag">servers</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=web_app" rel="tag">web app</a>, <a href="http://www.playlab.net/index.php?tag=zimki" rel="tag">zimki</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/12/18/zimki-dies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>impressed?</title>
		<link>http://www.playlab.net/2007/12/12/impressed/</link>
		<comments>http://www.playlab.net/2007/12/12/impressed/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 15:22:48 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[Technology]]></category>
<category>advent calendar</category><category>friends</category><category>Technology</category><category>web geeks</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/12/12/impressed/</guid>
		<description><![CDATA[24 ways to impress your friends is back for the third year running. It&#8217;s like a web geeks advent calendar and I&#8217;m impressed.
advent calendar, friends, Technology, web geeks]]></description>
			<content:encoded><![CDATA[<p><a href="http://24ways.org" title="24 ways to impress your friends">24 ways to impress your friends</a> is back for the third year running. It&#8217;s like a web geeks advent calendar and I&#8217;m impressed.</p>
<a href="http://www.playlab.net/index.php?tag=advent_calendar" rel="tag">advent calendar</a>, <a href="http://www.playlab.net/index.php?tag=friends" rel="tag">friends</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=web_geeks" rel="tag">web geeks</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/12/12/impressed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Graphs and Portable Social Networks</title>
		<link>http://www.playlab.net/2007/11/22/social-graphs-and-portable-social-networks/</link>
		<comments>http://www.playlab.net/2007/11/22/social-graphs-and-portable-social-networks/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 12:46:39 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>data feeds</category><category>facebook</category><category>google</category><category>Media</category><category>microformats</category><category>openid</category><category>relationships</category><category>semantic web</category><category>social networks</category><category>Technology</category><category>tim berners lee</category><category>visualisation tool</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/11/22/social-graphs-and-portable-social-networks/</guid>
		<description><![CDATA[The &#8220;social graph&#8221; is a global mapping of everybody and how they&#8217;re related. I had a play with a visualisation tool for Facebook relationships last night and it was great. Slightly scary but fun nonetheless. However, our weblives are not just about Facebook (although Facebook does provide a platform to bring them all together). Google&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>The &#8220;<a href="http://en.wikipedia.org/wiki/Social_graph">social graph</a>&#8221; is a global mapping of everybody and how they&#8217;re related. I had a play with a <a href="http://www.touchgraph.com/TGFacebookBrowser.html">visualisation tool for Facebook relationships</a> last night and it was great. Slightly scary but fun nonetheless. However, our weblives are not just about Facebook (although Facebook does provide a platform to bring them all together). Google&#8217;s OpenSocial is promising to provide another way to pull them together but, as <a href="http://bradfitz.com/social-graph-problem/">Brad Fitzpatrick points out</a>, a centralized &#8220;owner&#8221; of the social graph is a dangerous thing. Social networks need to be made <a href="http://www.wired.com/software/webservices/news/2007/08/open_social_net">open </a>and <a href="http://www.brianoberkirch.com/category/portablesocialnetworks/">portable</a>. And they can be.</p>
<p>Tim Berners-Lee stated <a href="http://dig.csail.mit.edu/breadcrumbs/node/215">in a post yesterday</a> that</p>
<blockquote><p>&#8230;we have the technology &#8212; it is Semantic Web technology&#8230;</p></blockquote>
<p>In other words, the connections and relationships made possible by the semantic web (or social graph &#8211; use interchangeably from hereon). He goes on:</p>
<blockquote><p>Now, people are making another mental move. There is realization now, &#8220;It&#8217;s not the documents, it is the things they are about which are important&#8221;. Obvious, really.</p></blockquote>
<p>and on opening up this data:</p>
<blockquote><p>It is about getting excited about connections, rather than nervous.</p></blockquote>
<p>So, yes &#8211; I am excited but how are we going to do this? Think data feeds, <a href="http://microformats.org/">microformats </a>and <a href="http://openid.net/">openID</a> &#8211; things that would tend to be met with blank stares if I were to suggest them to clients. But show a client how you could remove barriers (such as log-in/ sign-up) to that all important &#8220;conversion&#8221; (with openID or microformats &#8211; <a href="http://getsatisfaction.com/people/new" title="nice hcard microformat example of easing sign-up.... lets you pick your existing hCard-supporting profile on sites like Corkâ€™d, Last FM, Flickr, Technorati, Twitter, Yedda etc. to fill out such basics as your name, your user icon, and URL.">here&#8217;s an excellent microformat implementation</a> doing just that) and show how this person would be able to instantly tell all their friends about it (via their social graph) and then they&#8217;ll be interested.</p>
<a href="http://www.playlab.net/index.php?tag=data_feeds" rel="tag">data feeds</a>, <a href="http://www.playlab.net/index.php?tag=facebook" rel="tag">facebook</a>, <a href="http://www.playlab.net/index.php?tag=google" rel="tag">google</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=microformats" rel="tag">microformats</a>, <a href="http://www.playlab.net/index.php?tag=openid" rel="tag">openid</a>, <a href="http://www.playlab.net/index.php?tag=relationships" rel="tag">relationships</a>, <a href="http://www.playlab.net/index.php?tag=semantic_web" rel="tag">semantic web</a>, <a href="http://www.playlab.net/index.php?tag=social_networks" rel="tag">social networks</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=tim_berners_lee" rel="tag">tim berners lee</a>, <a href="http://www.playlab.net/index.php?tag=visualisation_tool" rel="tag">visualisation tool</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/11/22/social-graphs-and-portable-social-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LifeStream</title>
		<link>http://www.playlab.net/2007/11/20/lifestream/</link>
		<comments>http://www.playlab.net/2007/11/20/lifestream/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 14:19:10 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>data stream</category><category>lifestream</category><category>life stream</category><category>microblogging</category><category>microformats</category><category>Technology</category><category>yahoo pipes</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/11/20/life-stream/</guid>
		<description><![CDATA[With all the feeds available from the various apps that make up my weblife these days, there&#8217;s a wealth of data that can be brought together into a single data stream &#8211; or &#8220;lifestream&#8220;, if you will. Using Yahoo! Pipes to mash up these feeds, I&#8217;ve hacked together something that displays all this fantastic data [...]]]></description>
			<content:encoded><![CDATA[<p>With all the feeds available from the various apps that make up my weblife these days, there&#8217;s a wealth of data that can be brought together into a single data stream &#8211; or &#8220;<a href="http://www.wordspy.com/words/lifestreaming.asp">lifestream</a>&#8220;, if you will. Using <a href="http://pipes.yahoo.com/">Yahoo! Pipes</a> to <a href="http://pipes.yahoo.com/markrocky/lifestream">mash up these feeds</a>, I&#8217;ve hacked together something that displays <a href="http://code.stillsearching.co.uk/lifestream/">all this fantastic data on one page</a> &#8211; with the idea of this eventually being displayed on a <a href="http://simile.mit.edu/timeline/">timeline</a>. I don&#8217;t expect the hordes will be rushing to view my aggregated weblife in a single <a href="http://code.stillsearching.co.uk/lifestream/">life stream</a> but there are some rather nice applications for this in a wider <a href="http://eponymousx.com/blog/2007/09/16/tagclouds/its-a-me-me-me-meme-world/">micro-blogging context</a>.<br />
<span id="more-313"></span><br />
View <a href="http://code.stillsearching.co.uk/lifestream/">my lifestream Â»</a></p>
<a href="http://www.playlab.net/index.php?tag=data_stream" rel="tag">data stream</a>, <a href="http://www.playlab.net/index.php?tag=lifestream" rel="tag">lifestream</a>, <a href="http://www.playlab.net/index.php?tag=life_stream" rel="tag">life stream</a>, <a href="http://www.playlab.net/index.php?tag=microblogging" rel="tag">microblogging</a>, <a href="http://www.playlab.net/index.php?tag=microformats" rel="tag">microformats</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=yahoo_pipes" rel="tag">yahoo pipes</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/11/20/lifestream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Prism, Adobe Air, Google gears &#8211; what next?</title>
		<link>http://www.playlab.net/2007/10/30/mozilla-prism/</link>
		<comments>http://www.playlab.net/2007/10/30/mozilla-prism/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 17:53:11 +0000</pubDate>
		<dc:creator>Mark Rochefort</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>desktop apps</category><category>google</category><category>guardian</category><category>mozilla</category><category>prism</category><category>uk technology</category><category>web applications</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/10/30/mozilla-prism/</guid>
		<description><![CDATA[Rich Internet Applications (RIA) are gaining credibility as a buzzword in the interweb playground right now and there&#8217;s a new kid in class.

Prism (formerly, Webrunner) lets users &#8220;split web applications out of their browser and run them directly on their desktop&#8221;. In this web-as-platform era, it might initially sound counter intuitive to break out of [...]]]></description>
			<content:encoded><![CDATA[<p>Rich Internet Applications (RIA) are gaining credibility as a buzzword in the interweb playground right now and there&#8217;s a <a href="http://www.riapedia.com/2007/10/26/prism_gives_web_apps_desktop_space">new kid in class</a>.<br />
<span id="more-307"></span></p>
<p><a href="http://labs.mozilla.com/2007/10/prism/">Prism</a> (formerly, Webrunner) lets users &#8220;split web applications out of their browser and run them directly on their desktop&#8221;. In this <a href="http://www.readwriteweb.com/archives/web_as_platform.php">web-as-platform</a> era, it might initially sound counter intuitive to break out of the browser but many online applications are increasingly seeing new life as desktop apps. And, <a href="http://www.mikechambers.com/blog/2007/10/25/mozilla-prism-and-the-disingenuous-web/">squaring up</a> against <a href="http://labs.adobe.com/technologies/air/" title="AdobeÂ® AIRâ„¢ lets developers use their existing web development skills in HTML, AJAX, Flash and Flex to build and deploy rich Internet applications to the desktop.">Adobe AIR</a>, this prototype from Mozilla is definitely one to watch. I&#8217;m not suggesting they are the same (the prototype Prism simply looks like an elaborate bookmarking thingy right now) but they do both all present a significant step in a certain direction &#8211; particularly when you consider the possibilities that Prism coupled with <a href="http://gears.google.com/" title=" Google Gears (BETA) is an open source browser extension that enables web applications to provide offline functionality">Google gears</a> might offer within Mozilla (a.k.a. Firefox 3?).</p>
<p><a href="http://www.joelonsoftware.com/">Joel Spolsky</a> wrote an <a href="http://www.guardian.co.uk/technology/2007/oct/25/software.it?gusrc=rss&amp;feed=technology">interesting article</a> suggesting that &#8220;as bandwidth increases, a compelling SDK should emerge that will provide developers with a standard interface for online apps&#8221;. While his case is one for a Javascript development framework or SDK for online apps and he doesn&#8217;t mention AIR, Gears or Prism, it seems to me that these desktop runtimes are the beginning of a new wave in the world of Javascript based web applications, hefty frameworks and their migration to desktop apps&#8230;</p>
<a href="http://www.playlab.net/index.php?tag=desktop_apps" rel="tag">desktop apps</a>, <a href="http://www.playlab.net/index.php?tag=google" rel="tag">google</a>, <a href="http://www.playlab.net/index.php?tag=guardian" rel="tag">guardian</a>, <a href="http://www.playlab.net/index.php?tag=mozilla" rel="tag">mozilla</a>, <a href="http://www.playlab.net/index.php?tag=prism" rel="tag">prism</a>, <a href="http://www.playlab.net/index.php?tag=uk_technology" rel="tag">uk technology</a>, <a href="http://www.playlab.net/index.php?tag=web_applications" rel="tag">web applications</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/10/30/mozilla-prism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>joost beta</title>
		<link>http://www.playlab.net/2007/05/09/joost-beta/</link>
		<comments>http://www.playlab.net/2007/05/09/joost-beta/#comments</comments>
		<pubDate>Wed, 09 May 2007 15:33:43 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>internet</category><category>iptv</category><category>Media</category><category>Technology</category><category>tv</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/05/09/joost-beta/</guid>
		<description><![CDATA[Some of you will have already heard about Joost (formerly known as The Venice Project) &#8211; an IPTV thingy from the folks who brought us Kazaa and Skype. There has been much speculation about its implications for the media, advertising and marketing industries &#8211; bringing together the wonders of the internet and TV in one [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you will have already heard about Joost (formerly known as The Venice Project) &#8211; an IPTV thingy from the folks who brought us Kazaa and Skype. There has been much speculation about its implications for the media, advertising and marketing industries &#8211; bringing together the wonders of the internet and TV in one glorious multimedia dream (well &#8211; that&#8217;s what the hype will have us believe anyway). Find out more over at <a href="http://www.wired.com/wired/archive/15.02/trouble.html">Wired</a> and <a href="http://adverlab.blogspot.com/2007/05/some-time-ago-i-posted-general-overview.html">MIT</a>.</p>
<p>Anyway &#8211; I&#8217;ve have been having a bit of a play and it looks rather nice indeed. Not that I&#8217;ll be watching TV all day &#8211; it&#8217;s all purely in the name of research, of course!</p>
<p>I&#8217;ve also got a bunch of beta invites for anyone who wants to check it out for themselves &#8211; just let me know your email that you want to use for your Joost account&#8230;</p>
<a href="http://www.playlab.net/index.php?tag=internet" rel="tag">internet</a>, <a href="http://www.playlab.net/index.php?tag=iptv" rel="tag">iptv</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=tv" rel="tag">tv</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/05/09/joost-beta/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MS Photosynth: 3D browsing and web2.0 photo data = web3pointD?</title>
		<link>http://www.playlab.net/2007/02/28/ms-photosynth-3pointd-web2/</link>
		<comments>http://www.playlab.net/2007/02/28/ms-photosynth-3pointd-web2/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 15:46:57 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>3d</category><category>google</category><category>microsoft</category><category>Technology</category><category>web2.0</category><category>web3pointd</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/02/28/ms-photosyth-3pointd-web2/</guid>
		<description><![CDATA[MS Photosynth is an app or a Firefox plugin (and yes &#8211; this is a Microsoft product!) that connects to geo-coded photo sites like Flickr and enables you to browse through similar pictures in 3D. The tech preview is visually very impressive but I&#8217;ve not yet seen a real-life demo so the verdict is still [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://labs.live.com/photosynth/default.html">MS Photosynth</a> is an app or a Firefox plugin (and yes &#8211; this is a Microsoft product!) that connects to geo-coded photo sites like Flickr and enables you to browse through similar pictures in 3D. The tech preview is visually very impressive but I&#8217;ve not yet seen a real-life demo so the verdict is still open. The <a href="http://www.youtube.com/watch?v=IgBQCoEfiMs" title="Youtube - from when the product was in research">video of the demo</a> does look good though.</p>
<p>In my mind, this represents an interesting step forward in the cross-overs between web 2.0 apps and 3d browsing. It also raises interesting questions about where Microsoft might be headed in the 3d browsing space (aka &#8220;3pointD&#8221;). Particularly considering the rumours around Google&#8217;s developments in this field &#8211; where Google Earth and SketchUp could be brought together to create a &#8220;Google Planet&#8221; &#8211; a virtual-real-world Second Life, if you will.  As has been <a href="http://www.newscientist.com/blog/technology/2007/01/welcome-to-google-planet.html" title="more on the subject at New Scientist">suggested</a> &#8211; maybe, in the not-to-distant future, &#8220;every Google Account [will] include a plot of land on Google Planet?&#8221;</p>
<a href="http://www.playlab.net/index.php?tag=3d" rel="tag">3d</a>, <a href="http://www.playlab.net/index.php?tag=google" rel="tag">google</a>, <a href="http://www.playlab.net/index.php?tag=microsoft" rel="tag">microsoft</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=web2.0" rel="tag">web2.0</a>, <a href="http://www.playlab.net/index.php?tag=web3pointd" rel="tag">web3pointd</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/02/28/ms-photosynth-3pointd-web2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>fowalondon07</title>
		<link>http://www.playlab.net/2007/02/22/keeping-it-real/</link>
		<comments>http://www.playlab.net/2007/02/22/keeping-it-real/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 01:30:06 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[London]]></category>
		<category><![CDATA[Technology]]></category>
<category>fowa</category><category>London</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/02/22/keeping-it-real/</guid>
		<description><![CDATA[Do I really need to blog my notes from the last two days at this year&#8217;s London FOWA event?  No, I thought not.
fowa, London, Technology]]></description>
			<content:encoded><![CDATA[<p>Do I really need to <a href="http://www.technorati.com/search/fowa+london+2007">blog my notes</a> from the last two days at this year&#8217;s <a href="http://www.futureofwebapps.com/">London FOWA</a> event?  No, I thought not.</p>
<a href="http://www.playlab.net/index.php?tag=fowa" rel="tag">fowa</a>, <a href="http://www.playlab.net/index.php?tag=london" rel="tag">London</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/02/22/keeping-it-real/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Machine is Us/ing Us</title>
		<link>http://www.playlab.net/2007/02/05/the-machine-is-using-us/</link>
		<comments>http://www.playlab.net/2007/02/05/the-machine-is-using-us/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 14:05:13 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>Technology</category><category>video</category><category>web2.0</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/02/05/the-machine-is-using-us/</guid>
		<description><![CDATA[I stumbled across this rather slick video  this morning, introducing how internet technology is evolving. I quite like it&#8230;


Media, Technology, video, web2.0]]></description>
			<content:encoded><![CDATA[<p>I stumbled across <a href="http://www.youtube.com/watch?v=6gmP4nk0EOE">this rather slick video</a>  this morning, introducing how internet technology is evolving. I quite like it&#8230;<br />
<span id="more-259"></span></p>
<p><object height="353" width="425"><param name="movie" value="http://www.youtube.com/v/6gmP4nk0EOE&amp;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/6gmP4nk0EOE&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" height="353" width="425"></embed></object></p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=video" rel="tag">video</a>, <a href="http://www.playlab.net/index.php?tag=web2.0" rel="tag">web2.0</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/02/05/the-machine-is-using-us/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Red Lion this afternoon</title>
		<link>http://www.playlab.net/2007/01/10/red-lion-this-afternoon/</link>
		<comments>http://www.playlab.net/2007/01/10/red-lion-this-afternoon/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 15:41:30 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>pub</category><category>second life</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2007/01/10/red-lion-this-afternoon/</guid>
		<description><![CDATA[Amongst all this Second Life hype, I&#8217;d like to add a little prediction &#8211; on the back of trends in buzzwords in the media &#8211; that 2007 will see the rise of &#8220;web3.d&#8221; applications. Where the 3d web (i.e. apps like second life) and web2.0 (i.e. social apps like myspace and del.icio.us) collide in a [...]]]></description>
			<content:encoded><![CDATA[<p>Amongst all this Second Life hype, I&#8217;d like to add a little prediction &#8211; on the back of trends in buzzwords in the media &#8211; that 2007 will see the rise of &#8220;web3.d&#8221; applications. Where the 3d web (i.e. apps like second life) and web2.0 (i.e. social apps like myspace and del.icio.us) collide in a mash-uptastic frenzy. Oh yes.</p>
<p>If anyone has any &#8220;web3.d&#8221; ideas, you can catch me down the Red Lion this afternoon to discuss further. That&#8217;s the Red Lion in Second Life, of course.</p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=pub" rel="tag">pub</a>, <a href="http://www.playlab.net/index.php?tag=second-life" rel="tag">second life</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2007/01/10/red-lion-this-afternoon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using del.icio.us as a marketing channel</title>
		<link>http://www.playlab.net/2006/08/23/using-delicious-as-a-marketing-channel/</link>
		<comments>http://www.playlab.net/2006/08/23/using-delicious-as-a-marketing-channel/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 15:57:53 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>del.icio.us</category><category>marketing</category><category>Media</category><category>search</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2006/08/23/using-delicious-as-a-marketing-channel/</guid>
		<description><![CDATA[I&#8217;ve just spotted Adobe as a &#8220;user&#8221; on del.icio.us. It&#8217;s interesting to see that organisations like this are using del.icio.us as an online marketing channel to increase brand awareness, page rank and general online visibility.
I&#8217;m sure we&#8217;ll see many other organisations doing the same thing in the near future as people turn to bookmarking sites [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just spotted <a href="http://del.icio.us/adobe/">Adobe as a &#8220;user&#8221; on del.icio.us</a>. It&#8217;s interesting to see that organisations like this are using del.icio.us as an online marketing channel to increase brand awareness, page rank and general online visibility.</p>
<p>I&#8217;m sure we&#8217;ll see many other organisations doing the same thing in the near future as people turn to bookmarking sites like del.icio.us as their first port of call for search &#8211; where &#8220;page rank&#8221; is effectively determined by the users themselves and you can be guaranteed better results. I can even see a niche emerging for optimisation services for these sites, just like SEO became a niche industry around Google page ranks.</p>
<a href="http://www.playlab.net/index.php?tag=del.icio.us" rel="tag">del.icio.us</a>, <a href="http://www.playlab.net/index.php?tag=marketing" rel="tag">marketing</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=search" rel="tag">search</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2006/08/23/using-delicious-as-a-marketing-channel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some thoughts about &#8220;convergence&#8221; and IPTV</title>
		<link>http://www.playlab.net/2006/08/22/some-thoughts-about-convergence/</link>
		<comments>http://www.playlab.net/2006/08/22/some-thoughts-about-convergence/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 23:12:57 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>iptv</category><category>Media</category><category>Technology</category><category>tv</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2006/08/22/some-thoughts-about-convergence/</guid>
		<description><![CDATA[I feel the need to air some thoughts after recent goings on in the &#8220;convergence&#8221; realm. It&#8217;s a term that has been bashed about for years now &#8211; with every new development being heralded as the harbinger of a new dawn of convergence in digital media and the like. And this last year has been [...]]]></description>
			<content:encoded><![CDATA[<p>I feel the need to air some thoughts after recent goings on in the &#8220;convergence&#8221; realm. It&#8217;s a term that has been bashed about for years now &#8211; with every new development being heralded as the <em>harbinger of a new dawn of convergence in digital media</em> and the like. And this last year has been no different. We have the other weekend&#8217;s Homechoice (aka Video Networks) and Tiscali <a href="http://www.theregister.co.uk/2006/08/14/tiscali_buys_homechoice/">merger</a>. There&#8217;s that <a href="http://news.bbc.co.uk/1/hi/business/4363036.stm">BSkyB and Easynet deal</a> last October. There&#8217;s a <a href="http://www.cybertelly.com/">peer to peer IPTV</a> service about to surface. And finally, there&#8217;s something a sales guy said to me this afternoon. In fact, something that got me thinking about all this in the first place. Something about &#8220;convergence&#8221;, &#8220;entertainment hubs&#8221; and how we&#8217;ll all &#8220;obviously be browsing the internet on our TVs in the next couple of years&#8221;.  Well, sorry, but I beg to differ. Will digital media delivery really converge on a single device as many people seem to think? Surely, as more electronic media devices become IP enabled, media delivery will start to diverge not converge? Okay &#8211; so I&#8217;m getting bogged down with semantics &#8211; I guess that the term &#8220;<a href="http://en.wikipedia.org/wiki/Technological_convergence#Convergence_in_the_media">convergence</a>&#8221; really refers to overlapping realms of different media with new technologies.  But I&#8217;m not sure that this single device view is the right direction for IPTV. Particularly whe you consider the most successful interactive TV programmes I have worked on have been those that encourage interaction using a completely different device and media &#8211; such as mobile and SMS &#8211; rather than relying on a remote control or a keyboard.</p>
<p>The advent of broadband has made delivery of video and other digital media possible via the internet but viewing via your desktop or laptop computer screen is not always practical. Equally, browsing and searching the web from your sofa via the TV is not exactly an easy or sociable thing to do.  Surely the best solution is one where you would search on your PC then sit back and view on your TV? I know this is exactly what many people are already doing but it often means situating the PC near the TV so that you can run a cable from the PC&#8217;s AV output into the TV. What I want to do, and I&#8217;m sure a solution must exist (please tell me if it does &#8211; otherwise I hereby patent this idea!), is utilise my Wi-Fi network to stream content to the TV. Maybe via a SCART device that doubles as a Wi-Fi antennae, receiving data streams via the local network? Surely such a simple single device must exist? It&#8217;s all I need &#8211; not some &#8220;media hub&#8221; or &#8220;home entertainment centre&#8221;. It seems to completely bridge that gap between the different tasks of searching/ interacting (i.e. &#8220;lean forward&#8221; tasks) and watching (i.e. &#8220;sit back&#8221; tasks). Please &#8211; somebody help!</p>
<a href="http://www.playlab.net/index.php?tag=iptv" rel="tag">iptv</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=tv" rel="tag">tv</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2006/08/22/some-thoughts-about-convergence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! UI goodness</title>
		<link>http://www.playlab.net/2006/03/02/yahoo-ui-goodness/</link>
		<comments>http://www.playlab.net/2006/03/02/yahoo-ui-goodness/#comments</comments>
		<pubDate>Thu, 02 Mar 2006 22:16:59 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>Technology</category><category>yahoo</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2006/03/02/yahoo-ui-goodness/</guid>
		<description><![CDATA[When coding websites, there are some problems I come across time and time again &#8211; where I generally tend to crtl-c ctrl-v a previous solution into my work. The same goes for user interface tricks &#8211; like pagination, breadcrumbs, validation, event handling and DOM manipulation. Now the optimal solutions for all these woes have been [...]]]></description>
			<content:encoded><![CDATA[<p>When coding websites, there are some problems I come across time and time again &#8211; where I generally tend to crtl-c ctrl-v a previous solution into my work. The same goes for user interface tricks &#8211; like pagination, breadcrumbs, validation, event handling and DOM manipulation. Now the optimal solutions for all these woes have been bundled together into tested, robust and cross-browser <a href="http://developer.yahoo.net/yui/">UI libraries </a> and <a href="http://developer.yahoo.net/ypatterns/">design patterns</a> by the <a href="http://yuiblog.com/">clever people at Yahoo!</a> I&#8217;ve spent some time playing with them and I&#8217;m impressed.  A very shrewd move indeed &#8211; get the support of the people building the web and the rest will follow. Or something like that. Yahoo! have been making some rather interesting moves lately, with all their buy outs and what-not. I&#8217;d watch them closely, if I were you.</p>
<a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=yahoo" rel="tag">yahoo</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2006/03/02/yahoo-ui-goodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>brrreeeport</title>
		<link>http://www.playlab.net/2006/02/14/brrreeeport/</link>
		<comments>http://www.playlab.net/2006/02/14/brrreeeport/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 17:19:09 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>search</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2006/02/14/brrreeeport/</guid>
		<description><![CDATA[brrreeeporting on searching blogs can be interesting. honest.
search, Technology]]></description>
			<content:encoded><![CDATA[<p>brrreeeporting on searching blogs can be <a href="http://scobleizer.wordpress.com/2006/02/13/the-brrreeeport-report/">interesting</a>. honest.</p>
<a href="http://www.playlab.net/index.php?tag=search" rel="tag">search</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2006/02/14/brrreeeport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BT TV pacing in the aisles</title>
		<link>http://www.playlab.net/2006/02/14/bt-tv/</link>
		<comments>http://www.playlab.net/2006/02/14/bt-tv/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 09:05:32 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>iptv</category><category>Media</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2006/02/14/bt-tv/</guid>
		<description><![CDATA[As BT prepares to step up onto the IPTV stage &#8211; to take on the likes of Homechoice, NTL and sky &#8211; it is starting to gather together content providers like Warner Music, Paramount, the Beeb and National Geographic. All the sort of content providers that are likely to produce decent TV that people will [...]]]></description>
			<content:encoded><![CDATA[<p>As BT <a href="http://news.bbc.co.uk/2/hi/technology/4332337.stm">prepares</a> to step up onto the <a href="http://en.wikipedia.org/wiki/IPTV"><acronym title="Internet Protocol Television">IPTV</acronym></a> stage &#8211; to take on the likes of Homechoice, NTL and sky &#8211; it is starting to gather together content providers like Warner Music, Paramount, the Beeb and National Geographic. All the sort of content providers that are likely to produce decent TV that people will sign up to &#8220;BT TV&#8221; to watch but please tell me that there&#8217;ll be more than Big Brother re-runs coming from <a href="http://news.independent.co.uk/business/news/article345254.ece">Endemol</a>.</p>
<p>On a similar note, I wonder what BT will use to deliver their video streams? It would be quite fitting if they used BitTorrent (BT &#8211; geddit?) really. Although, it looks like NTL are <a href="http://blogs.guardian.co.uk/technology/archives/2006/02/11/ntl_to_try_bittorrent.html">one step ahead</a> on that one.</p>
<a href="http://www.playlab.net/index.php?tag=iptv" rel="tag">iptv</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2006/02/14/bt-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>future of web apps summit</title>
		<link>http://www.playlab.net/2006/02/08/future-of-web-apps-summit/</link>
		<comments>http://www.playlab.net/2006/02/08/future-of-web-apps-summit/#comments</comments>
		<pubDate>Wed, 08 Feb 2006 17:02:19 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Technology]]></category>
<category>fowa</category><category>Media</category><category>photos</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2006/02/08/future-of-web-apps-summit/</guid>
		<description><![CDATA[    
The Future of Web Apps Summit.

why buck a trend at a geek fest?
everyone else is blogging here, so here&#8217;s my quick notes to self:

the event
 the speakers

self referential blogospheric egos
yahoo is everywhere
motivation? hippies need cash too
tag.alicio.us
iam(certainlynot)cal.com
does every ruby need a rail?
flex your flash (or the adobe ajax)
that mint bloke needs more [...]]]></description>
			<content:encoded><![CDATA[<p style="float: right; margin-left: 10px; margin-bottom: 10px">  <a href="http://www.flickr.com/photos/stillsearching/99833055/" title="photo sharing"><img src="http://static.flickr.com/37/99833055_e88ceefbe6_m.jpg" style="border: 2px solid #000000" /></a>  <span style="font-size: 0.9em; margin-top: 0px"><br />
<a href="http://www.flickr.com/photos/stillsearching/99833055/">The Future of Web Apps Summit</a>.<br />
</span></p>
<p>why buck a trend at a <a href="http://www.carsonworkshops.com/summit/index.html">geek fest</a>?<br />
everyone else is blogging here, so here&#8217;s my quick notes to self:</p>
<ul>
<li><a href="http://www.carsonworkshops.com/summit/index.html">the event</a></li>
<li> the speakers
<ul>
<li>self referential blogospheric egos</li>
<li><a href="http://research.yahoo.com/">yahoo</a> is everywhere</li>
<li>motivation? hippies need cash too</li>
<li><a href="http://del.icio.us/">tag.alicio.us</a></li>
<li><a href="http://www.iamcal.com"></a>iam(certainlynot)cal.com</li>
<li>does every ruby need a <a href="http://www.rubyonrails.com">rail</a>?</li>
<li><a href="http://labs.macromedia.com/flexproductline/">flex</a> your flash (or the adobe ajax)</li>
<li>that <a href="http://www.haveamint.com">mint</a> <a href="http://www.shauninman.com">bloke</a> needs more slides/ help</li>
<li><a href="http://www.dropsend.com">dropsend</a> should have been dropbox</li>
<li>the vc is dead  (reminded me of Chris Anderson&#8217;s <a href="http://www.wired.com/wired/archive/14.02/boom.html">article in this month&#8217;s wired magazine</a>)</li>
<li>(maybe i could launch ***.com from my bedroom after all)</li>
<li>wow. where did they get that german google guy?</li>
<li><a href="http://bingo.adactio.com">bingo!</a></li>
</ul>
</li>
<li>the inevitable resulting <a href="http://flickr.com/photos/tags/futureofwebapps/">photos</a>, <a href="http://del.icio.us/tag/futureofwebapps">tags</a> and even some slightly <a href="http://simon.incutio.com/archive/2006/02/08/summit">sensible</a> <a href="http://adactio.com/journal/1087/">notes</a>.</li>
</ul>
<a href="http://www.playlab.net/index.php?tag=fowa" rel="tag">fowa</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=photos" rel="tag">photos</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2006/02/08/future-of-web-apps-summit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C4 ditches interactive TV service</title>
		<link>http://www.playlab.net/2006/01/20/c4-ditches-interactive-tv-service/</link>
		<comments>http://www.playlab.net/2006/01/20/c4-ditches-interactive-tv-service/#comments</comments>
		<pubDate>Fri, 20 Jan 2006 10:25:37 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>iptv</category><category>Media</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2006/01/20/c4-ditches-interactive-tv-service/</guid>
		<description><![CDATA[Channel 4 have ditched their clunky red button interactive TV service that supports some broadcasts like Big Brother.  Some might be shocked by this but, if the truth be told, it makes sense. It&#8217;s a bold move that apparently flies in the face of interactive TV &#8220;progress&#8221; but look at the underlying factors and [...]]]></description>
			<content:encoded><![CDATA[<p>Channel 4 have <a href="http://informitv.com/articles/2006/01/19/redbuttonturns/">ditched</a> their clunky red button <a href="http://en.wikipedia.org/wiki/Interactive_TV">interactive TV</a> service that supports some broadcasts like Big Brother.  Some might be shocked by this but, if the truth be told, it makes sense. It&#8217;s a bold move that apparently flies in the face of interactive TV &#8220;progress&#8221; but look at the underlying factors and you&#8217;ll see it&#8217;s actually a very wise decision. The red button service that Channel 4 offered was only ever delivered over the sky platform, where the initial data associated with the interactive TV service had to be transmitted as part of the broadcast stream via satellite. Over satellite, this broadcast stream bandwidth is very limited and, as you&#8217;ve probably seen, results in a very slow interactive experience. Once the base interactive TV application had been loaded, additional data could be retrieved via a sluggish 28k modem. All in all a rather painful user experience. And, believe me, unless you are following a &#8220;template&#8221; like the i-Ad  format (the red button feature for interactive TV adverts, which C4 are keeping) developing for the platform was an even more tedious process! In fact, I wouldn&#8217;t be surprised if the driving force behind Channel 4&#8217;s decision were their programme producers. When I left Endemol they were struggling to develop interactive TV applications &#8211; it simply did not fit into the way TV is produced. These applications require defining and rigorous testing, whereas TV production is a much more fluid process &#8211; with concepts potentially changing completely at the 11th hour. Besides, <acronym title="Short Messaging Service">SMS</acronym> voting is much easier to shoe-horn into a TV concept as a viable revenue stream.</p>
<p>So, step aside clunky satellite interactive TV and make room for TV delivered via a fast broadband connection. The real interactive TV experience is when you don&#8217;t even notice you are &#8220;interacting&#8221; &#8211; where viewing is no longer passive but your involvement (like choosing what to watch, whether live or achived) is very much part of the TV experience. Whether you call it <a href="http://en.wikipedia.org/wiki/Internet_TV">internet TV</a>, <a href="http://en.wikipedia.org/wiki/Broadband_TV">broadband TV</a>, <a href="http://en.wikipedia.org/wiki/IPTV"><acronym title="Internet Protocol Television">IPTV</acronym></a> or <a href="http://en.wikipedia.org/wiki/Video_on_Demand">Video On Demand</a>, the underlying concepts are essentially the same. And <a href="http://www.homechoice.co.uk">Homechoice</a> is already there.</p>
<p>As <a href="http://www.stillsearching.co.uk/2006/01/09/itv-and-bt-rumours/">mentioned before</a> I&#8217;m keen to see how the areas of TV content, broadband and search technologies eventually come together. I&#8217;m sure it won&#8217;t be a clean race.</p>
<a href="http://www.playlab.net/index.php?tag=iptv" rel="tag">iptv</a>, <a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2006/01/20/c4-ditches-interactive-tv-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ITV and BT rumours</title>
		<link>http://www.playlab.net/2006/01/09/itv-and-bt-rumours/</link>
		<comments>http://www.playlab.net/2006/01/09/itv-and-bt-rumours/#comments</comments>
		<pubDate>Mon, 09 Jan 2006 11:21:43 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2006/01/09/itv-and-bt-rumours/</guid>
		<description><![CDATA[Now then, I don&#8217;t like it when blogs just re-hash speculation but this one is just too big not to comment on. I&#8217;ve just heard on the grapevine that BT *might* be considering making a bid for ITV. Buying such an established UK content provider would certainly realign BT against competition from Homechoice, BSkyB and [...]]]></description>
			<content:encoded><![CDATA[<p>Now then, I don&#8217;t like it when blogs just re-hash speculation but this one is just too big not to comment on. I&#8217;ve just heard on the <a href="http://digital-lifestyles.info/display_page.asp?section=business&amp;id=2895">grapevine</a> that BT *might* be considering making a bid for ITV. Buying such an established UK content provider would certainly realign BT against competition from Homechoice, BSkyB and ntl in this emerging market.</p>
<p>With last week&#8217;s news that <a href="http://blogs.guardian.co.uk/technology/archives/2006/01/05/sky_to_use_microsoft_video_technology_for_broadband_tv.html">Sky will be using Microsoft&#8217;s Windows Media Center to deliver its forthcoming Sky By Broadband service</a> and <a href="http://news.yahoo.com/s/ap/20060107/ap_on_hi_te/gadget_show_google_video">Google announcing a new video store</a>, some interesting areas in technology and media are finally starting to come together. It looks like the big players are jostling for starting positions in the race to realise the much heralded interplay of TV content, broadband and search technologies in the UK.</p>
<p>So &#8211; who&#8217;s next?</p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2006/01/09/itv-and-bt-rumours/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft Live on O&#8217;Reilly radar</title>
		<link>http://www.playlab.net/2005/11/02/microsoft-live-on-oreilly-radar/</link>
		<comments>http://www.playlab.net/2005/11/02/microsoft-live-on-oreilly-radar/#comments</comments>
		<pubDate>Wed, 02 Nov 2005 15:37:11 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>microsoft</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2005/11/02/microsoft-live-on-oreilly-radar/</guid>
		<description><![CDATA[In relation to my previous post, I&#8217;ve just found an article from the man that started whole Web 2.0 buzz &#8211; he&#8217;s saying much the same as me. Only better.
Media, microsoft, Technology]]></description>
			<content:encoded><![CDATA[<p>In relation to my <a href="http://www.stillsearching.co.uk/2005/11/02/microsoft-stumbles-across-web-20/">previous post</a>, I&#8217;ve just found an <a href="http://radar.oreilly.com/archives/2005/11/live_software.html">article</a> from the man that started whole Web 2.0 buzz &#8211; he&#8217;s saying much the same as me. Only better.</p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=microsoft" rel="tag">microsoft</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2005/11/02/microsoft-live-on-oreilly-radar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft stumbles across Web 2.0</title>
		<link>http://www.playlab.net/2005/11/02/microsoft-stumbles-across-web-20/</link>
		<comments>http://www.playlab.net/2005/11/02/microsoft-stumbles-across-web-20/#comments</comments>
		<pubDate>Wed, 02 Nov 2005 15:26:26 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>Random</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2005/11/02/microsoft-stumbles-across-web-20/</guid>
		<description><![CDATA[In the wake of Bill Gate&#8217;s media spin last week, Microsoft announces a &#8220;strategic shift&#8221;.  The new services will be called Windows Live and Office Live, and Mr Gates said they were &#8220;a revolution in how we think about software&#8221;.
Hmm. Forgive me but haven&#8217;t we all been using applications &#8220;online and on demand&#8221; for [...]]]></description>
			<content:encoded><![CDATA[<p>In the wake of <a href="http://www.brandrepublic.com/bulletins/digital/article/524897/gates-says-future-advertising-lies-internet/">Bill Gate&#8217;s media spin last week</a>, Microsoft announces a <a href="http://news.bbc.co.uk/1/hi/business/4399018.stm">&#8220;strategic shift&#8221;</a>.  The new services will be called <a href="http://www.live.com/">Windows Live and Office Live</a>, and Mr Gates said they were &#8220;a revolution in how we think about software&#8221;.</p>
<p>Hmm. Forgive me but haven&#8217;t we all been using applications &#8220;online and on demand&#8221; for a while now? To unashamedly use a meme that&#8217;s been bashed about for the last year or so &#8211; it&#8217;s all about this &#8220;<a href="http://www.wired.com/news/technology/0,1282,69114,00.html" title="a constellation made up of links between web applications that rival desktop applications, the blog publishing revolution and self-service advertising.">Web 2.0</a>&#8221; stuff, innit?</p>
<p>Web services like <a href="http://www.flickr.com">Flickr</a>, <a href="http://www.writely.com">Writely</a>, <a href="http://www.inetword.com">inetWord</a> and even <a href="http://www.microsoft.com/exchange/">MSExchange</a> all offer feature rich applications as &#8220;online and on demand&#8221; software. And with broadband use becoming increasingly prolific, the thin-client model is now a feasible direction for certain applications. I can see that embedded advertising within these applications is a way to make money &#8211; particularly for the likes of Microsoft. But I guarantee the developer community will quickly find a way to outrun the displaying of these embedded adverts.</p>
<p>Either way &#8211; is this the beginning of the end for CD installed software? Maybe one day even our <a href="http://www.eyeos.org/">operating systems will be online</a>&#8230;</p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2005/11/02/microsoft-stumbles-across-web-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Looking to the sky for the future of TV</title>
		<link>http://www.playlab.net/2005/11/01/87/</link>
		<comments>http://www.playlab.net/2005/11/01/87/#comments</comments>
		<pubDate>Tue, 01 Nov 2005 11:43:46 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>Random</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2005/11/01/87/</guid>
		<description><![CDATA[Sky have apparently seen the light and are considering making a bid for Video Networks &#8211; the owners of Homechoice. They say they are not for sale and, of course, it is all rumours but I&#8217;d say it was inevitable that a big player such as Sky makes a move on these guys at some [...]]]></description>
			<content:encoded><![CDATA[<p>Sky have <a href="http://www.brandrepublic.com/bulletins/media/article/525402/sky-mulls-bid-threeinone-operator-homechoice/">apparently</a> seen the light and are considering making a bid for Video Networks &#8211; the owners of Homechoice. They say they are <a href="http://media.guardian.co.uk/broadcast/story/0,7493,1606201,00.html">not for sale</a> and, of course, it is all rumours but I&#8217;d say it was inevitable that a big player such as Sky makes a move on these guys at some point. And what with Sky going on a bit of a spending spree right now, you know it makes sense. Sky certainly appear to be angling towards IPTV &#8211; having <a href="http://news.bbc.co.uk/1/hi/business/4364566.stm">bought</a> broadband provider EasyNet and a few specialist content providers in recent weeks. I&#8217;ve been <a href="http://www.stillsearching.co.uk/2005/03/20/61/">ranting</a> about Homechoice for a while now and think their technology is second to none. To me it&#8217;s true interactive TV &#8211; you don&#8217;t even notice it happening &#8211; the interactivity just happens as part of the viewing experience. Not like Sky&#8217;s slow and rather hotch-potch combo of a piddly modem and satellite data feed. Does this mean the technology might finally reach further than the 15,000 Londoners currently subscribing to Homechoice? At the moment the cost of installing digital exchanges required to provide the kind of IPTV you see with Homechoice is preventing its growth but perhaps Sky&#8217;s credibility and massive subscriber base will help prolificate the reach of this technology beyond the M25. And it might just keep <a href="http://www.theregister.co.uk/2005/09/28/bt_iptv/">BT&#8217;s move into IPTV</a> at bay too. However, one of the reasons I like Homechoice (technology aside) is the simple fact it&#8217;s not Sky. I guess Homechoice is hardly a little guy either &#8211; with some heavyweight shareholders such as Microsoft&#8217;s Chris Larson, Time Warner, Sony and Disney &#8211; but it did feel as if Homechoice was one of the last great hopes in the fight against the <a href="http://news.bbc.co.uk/1/hi/uk/2162658.stm">Murdoch media empire</a>.</p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2005/11/01/87/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wellcome to the future</title>
		<link>http://www.playlab.net/2005/04/18/wellcome-to-the-future/</link>
		<comments>http://www.playlab.net/2005/04/18/wellcome-to-the-future/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[London]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Technology]]></category>
<category>London</category><category>Science</category><category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2005/04/18/wellcome-to-the-future/</guid>
		<description><![CDATA[Considering where I am working right now, I haven&#8217;t seen enough of the local area during lunch breaks and so on. But when I do, I&#8217;m happy to have dragged myself away from the usual half hour of joy &#8211; slowly dribbling bits of sandwich between the keys. Walking in from a bright Spring afternoon, [...]]]></description>
			<content:encoded><![CDATA[<p>Considering <a href="http://www.bibendum.co.uk/michelin-house.htm" title="the nice building i work in">where I am working</a> right now, I haven&#8217;t seen enough of the <a href="http://en.wikipedia.org/wiki/South_Kensington">local area</a> during lunch breaks and so on. But when I do, I&#8217;m happy to have dragged myself away from the usual half hour of joy &#8211; slowly dribbling bits of sandwich between the keys. Walking in from a bright Spring afternoon, <a href="http://www.sciencemuseum.org.uk/wellcome-wing/">this place</a> &#8211; with its perspex tables, neon lights, beeps, whirls and blips &#8211; was all a bit disorientating but then this is the future after all (and maybe that&#8217;s how I&#8217;ll feel at eighty years old). And what a future it is. I am going there more often. The <a href="http://www.sciencemuseum.org.uk/wellcome-wing/">Wellcome Wing at the Science Museum</a> that is &#8211; not the future. Although you never know&#8230;</p>
<a href="http://www.playlab.net/index.php?tag=london" rel="tag">London</a>, <a href="http://www.playlab.net/index.php?tag=science" rel="tag">Science</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2005/04/18/wellcome-to-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThisWayPlease.com</title>
		<link>http://www.playlab.net/2004/09/14/thiswaypleasecom/</link>
		<comments>http://www.playlab.net/2004/09/14/thiswaypleasecom/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>
<category>friends</category><category>Random</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2004/09/14/thiswaypleasecom/</guid>
		<description><![CDATA[this way please&#8230; go check it out, fred&#8217;s been busy.
EDIT: more here 
friends, Random]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thiswayplease.com" title="thiswayplease.com">this way please</a>&#8230; go check it out, fred&#8217;s been busy.</p>
<p>EDIT: more <a href="http://thiswayplease.com/extra-extra/" title="extra extra">here </a></p>
<a href="http://www.playlab.net/index.php?tag=friends" rel="tag">friends</a>, <a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2004/09/14/thiswaypleasecom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Am I more important than the internet?</title>
		<link>http://www.playlab.net/2004/09/01/am-i-more-important-than-the-internet/</link>
		<comments>http://www.playlab.net/2004/09/01/am-i-more-important-than-the-internet/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
<category>Media</category><category>Random</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2004/09/01/44/</guid>
		<description><![CDATA[with a certain magazine deciding to strip the most important thing in the world of its capital &#8220;i&#8221;, it&#8217;s good to see some people are sticking to their guns. i mean &#8211; these things are important!
Media, Random]]></description>
			<content:encoded><![CDATA[<p>with a <a href="http://www.wired.com/" title="wired magazine">certain magazine</a> deciding to strip the <a href="#" title="the INTERNET silly!">most important thing in the world</a> of its capital &#8220;i&#8221;, it&#8217;s good to see <a href="http://news.bbc.co.uk/2/hi/technology/3613594.stm">some people</a> are sticking to their guns. i mean &#8211; these things are important!</p>
<a href="http://www.playlab.net/index.php?tag=media" rel="tag">Media</a>, <a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2004/09/01/am-i-more-important-than-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hack0rz come a scribbling</title>
		<link>http://www.playlab.net/2004/03/15/hack0rz-come-a-scribbling/</link>
		<comments>http://www.playlab.net/2004/03/15/hack0rz-come-a-scribbling/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
<category>Random</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2004/03/15/33/</guid>
		<description><![CDATA[i was greeted this morning by a &#8220;hacked&#8221; homepage. strange &#8211; the kid(s) behind this bizarre defacement even logged the hack. very strange. logging it like that makes it appear like a 
white hat attack but i can&#8217;t help feel it&#8217;s more akin to kids scribbling their names on the back of school bus seats [...]]]></description>
			<content:encoded><![CDATA[<p>i was greeted this morning by a <a href="/tech/hacks/bloodbr.php" title="bloodbr">&#8220;hacked&#8221; homepage</a>. strange &#8211; the kid(s) behind this bizarre defacement even <a href="http://www.zone-h.org/en/defacements/view/id=1049827/">logged the hack</a>. very strange. logging it like that makes it appear like a <a href="http://www.wbglinks.net/pages/reads/misc/whitehat.html"><br />
white hat attack</a> but i can&#8217;t help feel it&#8217;s more akin to kids scribbling their names on the back of school bus seats with a marker pen.</p>
<a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2004/03/15/hack0rz-come-a-scribbling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mobile photos</title>
		<link>http://www.playlab.net/2004/02/29/32/</link>
		<comments>http://www.playlab.net/2004/02/29/32/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
<category>Random</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2004/02/29/32/</guid>
		<description><![CDATA[now we&#8217;re talking. mobile photos straight to this page right here&#8230; project in progress. watch this space.
oh &#8211; and my new usb pen drive rocks. i really am turning into a geek now.
Random]]></description>
			<content:encoded><![CDATA[<p>now we&#8217;re talking. mobile photos straight to this page right here&#8230; project in progress. watch this space.</p>
<p>oh &#8211; and my new usb pen drive rocks. i really am turning into a geek now.</p>
<a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2004/02/29/32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>big brother</title>
		<link>http://www.playlab.net/2004/01/28/180/</link>
		<comments>http://www.playlab.net/2004/01/28/180/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[London]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
<category>Random</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2004/01/28/180/</guid>
		<description><![CDATA[new webcam installed (from the endemol offices)&#8230;
Random]]></description>
			<content:encoded><![CDATA[<p>new <a href="/webcam/">webcam</a> installed (from the endemol offices)&#8230;</p>
<a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2004/01/28/180/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dodging it</title>
		<link>http://www.playlab.net/2004/01/24/30/</link>
		<comments>http://www.playlab.net/2004/01/24/30/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>Random</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2004/01/24/30/</guid>
		<description><![CDATA[a blog on a friday night? Yeah, well, we&#8217;re in the depths of winter, it&#8217;s pissing down outside and i&#8217;m saving myself for a bike ride tomorrow. Anyway &#8211; i just stumbled across this amazingly simple idea for a site Â» dodgeit.com &#8211; a great way to avoid having to reveal your email address when [...]]]></description>
			<content:encoded><![CDATA[<p>a blog on a friday night? Yeah, well, we&#8217;re in the depths of winter, it&#8217;s pissing down outside and i&#8217;m saving myself for a bike ride tomorrow. Anyway &#8211; i just stumbled across this amazingly simple idea for a site Â» <a href="http://dodgeit.com">dodgeit.com</a> &#8211; a great way to avoid having to reveal your email address when required for registrations that inevitably gets passed on to spam lists. i imagine the traffic to this site will shoot up beyond affordability but for now it&#8217;s a url worth remembering. plus it&#8217;s fun reading other people&#8217;s emails.</p>
<a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2004/01/24/30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.net going standards compliant?</title>
		<link>http://www.playlab.net/2003/10/27/22/</link>
		<comments>http://www.playlab.net/2003/10/27/22/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>Technology</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2003/10/27/22/</guid>
		<description><![CDATA[it looks like somebody has written an inheritable framework for web controls that produce xhtml 1.0 strict compliant code. excellent! it&#8217;s only in beta but certainly a step in the right direction. they say they won&#8217;t be releasing source code, so i wonder how much they&#8217;ll be charging?
Technology]]></description>
			<content:encoded><![CDATA[<p>it looks like <a href="http://www.xhtmlwebcontrols.net/">somebody</a> has written an <a href="http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&amp;PostID=371374">inheritable framework for web controls</a> that produce xhtml 1.0 strict compliant code. excellent! it&#8217;s only in beta but certainly a step in the right direction. they <a href="http://forums.xhtmlwebcontrols.net/ShowPost.aspx?PostID=5">say</a> they won&#8217;t be releasing source code, so i wonder how much they&#8217;ll be charging?</p>
<a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2003/10/27/22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cross-platform delivery, the microsoft way</title>
		<link>http://www.playlab.net/2003/10/24/cross-platform-delivery-the-microsoft-way/</link>
		<comments>http://www.playlab.net/2003/10/24/cross-platform-delivery-the-microsoft-way/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>cross platform</category><category>jakarta</category><category>microsoft</category><category>mvc</category><category>net framework</category><category>Technology</category><category>w3c</category><category>w3c standards</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2003/10/24/23/</guid>
		<description><![CDATA[i went to the .net roadshow on wednesday and was suitably sold to by microsoft geeks. the new .net framework actually looks like a great development platform and visual studio is a rather nice coding environment. i just couldn&#8217;t get my head around microsoft&#8217;s claim to enable &#8220;cross-platform delivery&#8221;. yeah right &#8211; as long as [...]]]></description>
			<content:encoded><![CDATA[<p>i went to the <a href="http://www.microsoft.com/uk/msdn/roadshow/">.net roadshow</a> on wednesday and was suitably sold to by microsoft geeks. the new .net framework actually looks like a great development platform and visual studio is a rather nice coding environment. i just couldn&#8217;t get my head around microsoft&#8217;s claim to enable &#8220;cross-platform delivery&#8221;. yeah right &#8211; as long as it&#8217;s a microsoft platform.</p>
<p>and the code it spits out &#8211; ergh! it is such a shame &#8211; server side controls and the idea of coding behind pages are the best ideas to come out of .net and are on the path of enlightenment to separating logic from presentation (in much the same way as <a href="http://jakarta.apache.org/struts/">jakarta&#8217;s mvc</a> framework that i&#8217;ve gotten so used to in <a href="http://jakarta.apache.org/struts/">struts</a>). but the html code that things like asp:form tags spew out is ridiculous. microsoft sits on the w3c standards board and built .net from scratch but still can&#8217;t develop these controls to output valid html (let alone xhtml)! i guess this same company can&#8217;t build a compliant web page on their <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.msn.co.uk">own site</a> either so at least they&#8217;re consistent.</p>
<p>it looks like i&#8217;m going to have to spend a lot of unnecessary time overriding all server side controls using customized Render() methods to output what i want. not ideal. with any luck microsoft will listen to the <a href="http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&amp;PostID=34126">development community</a> and change this annoying &#8220;feature&#8221;.</p>
<a href="http://www.playlab.net/index.php?tag=cross_platform" rel="tag">cross platform</a>, <a href="http://www.playlab.net/index.php?tag=jakarta" rel="tag">jakarta</a>, <a href="http://www.playlab.net/index.php?tag=microsoft" rel="tag">microsoft</a>, <a href="http://www.playlab.net/index.php?tag=mvc" rel="tag">mvc</a>, <a href="http://www.playlab.net/index.php?tag=net_framework" rel="tag">net framework</a>, <a href="http://www.playlab.net/index.php?tag=technology" rel="tag">Technology</a>, <a href="http://www.playlab.net/index.php?tag=w3c" rel="tag">w3c</a>, <a href="http://www.playlab.net/index.php?tag=w3c_standards" rel="tag">w3c standards</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2003/10/24/cross-platform-delivery-the-microsoft-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>i&#8217;m getting the decorators in</title>
		<link>http://www.playlab.net/2003/10/16/im-getting-the-decorators-in/</link>
		<comments>http://www.playlab.net/2003/10/16/im-getting-the-decorators-in/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Technology]]></category>
<category>Random</category>
		<guid isPermaLink="false">http://www.stillsearching.co.uk/2003/10/16/24/</guid>
		<description><![CDATA[right that&#8217;s it&#8230; i&#8217;m re-doing the stylesheet for this site. i&#8217;ve been reading designing with web standards lately and, without getting all evangelical about the virtues of XHTML and CSS, i&#8217;ve learnt a few things i didn&#8217;t know before and it bothers me to see things i could make better on this site.
Random]]></description>
			<content:encoded><![CDATA[<p>right that&#8217;s it&#8230; i&#8217;m re-doing the stylesheet for this site. i&#8217;ve been reading <a href="http://www.zeldman.com/dwws/">designing with web standards</a> lately and, without getting all evangelical about the virtues of XHTML and CSS, i&#8217;ve learnt a few things i didn&#8217;t know before and it bothers me to see things i could make better on this site.</p>
<a href="http://www.playlab.net/index.php?tag=random" rel="tag">Random</a>]]></content:encoded>
			<wfw:commentRss>http://www.playlab.net/2003/10/16/im-getting-the-decorators-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
