<?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>tcbutler.co.uk &#187; internet</title>
	<atom:link href="http://www.tcbutler.co.uk/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tcbutler.co.uk</link>
	<description>tom butler&#039;s internet home.</description>
	<lastBuildDate>Wed, 13 Jan 2010 11:14:20 +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>Using the Skype API in Excel VBA: Rich mood messages v0.1</title>
		<link>http://www.tcbutler.co.uk/2007/04/05/using-the-skype-api-in-excel-vba-rich-mood-messages-v01/</link>
		<comments>http://www.tcbutler.co.uk/2007/04/05/using-the-skype-api-in-excel-vba-rich-mood-messages-v01/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 23:18:20 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.tcbutler.co.uk/2007/04/05/using-the-skype-api-in-excel-vba-rich-mood-messages-v01/</guid>
		<description><![CDATA[After winning a packet of Haribo for having the &#8220;most informative Skype mood message&#8221; during a recent 9 month project (you can imagine how exciting the other awards were&#8230;) I decided that it would be a good idea to continue the practice of updating all-and-sundry with my current location, the weather and my upcoming plans. [...]]]></description>
			<content:encoded><![CDATA[<p>After winning a packet of Haribo for having the &#8220;most informative Skype mood message&#8221; during a recent 9 month project (you can imagine how exciting the other awards were&#8230;) I decided that it would be a good idea to continue the practice of updating all-and-sundry with my current location, the weather and my upcoming plans.  I also, while musing on this, happened to notice that Skype now supports &#8220;rich&#8221; mood messages &#8211; meaning that you can use basic HTML to add bold and the like.  Finally, being a bit of an Excel fan and a follower of <a href="http://www.alexschultz.co.uk/weblog/2007/01/skype4com_creat.html" target="_blank" class="liexternal">Alex Schultz&#8217;s blog</a>, I wondered how easy it would be to speak to the Skype API from Excel VBA.</p>
<p><span id="more-66"></span></p>
<p>The answer?  <em>Really </em>easy.Version 0.1 below &#8211; after remembering to reference the Skype4COM dll in VBA (Tools&gt; References&#8230;), the following code pulls the current weather (from an Excel webquery which ends up in cell L4 of worksheet) pulls my location from my current Skype IP, and populates my rich Skype mood message.  Took about 20 minutes, including reading Alex&#8217;s blog, the Skype API docs, and getting a Lemsip.</p>
<p><code>Dim oSkype As Skype<br />
Set oSkype = CreateObject("Skype4COM.Skype")<br />
ThisWorkbook.Sheets("weather").Cells(2, 2).QueryTable.Refresh BackgroundQuery:=False<br />
oSkype.CurrentUserProfile.RichMoodText = Format(Now(), "dddd d mmmm yyyy") + " | currently in " + oSkype.CurrentUserProfile.IPCountry + " | London weather (" + Format(Now(), "hh:mm") + "): " + ThisWorkbook.Sheets("weather").Cells(4, 12) + " | &lt;i&gt;testing the Excel Skype Mood-a-tron&lt;/i&gt;"<br />
Set oSkype = Nothing</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tcbutler.co.uk/2007/04/05/using-the-skype-api-in-excel-vba-rich-mood-messages-v01/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Countdown sidebar widget v0.1 for Wordpress</title>
		<link>http://www.tcbutler.co.uk/2007/02/17/countdown-sidebar-widget-v01-for-wordpress/</link>
		<comments>http://www.tcbutler.co.uk/2007/02/17/countdown-sidebar-widget-v01-for-wordpress/#comments</comments>
		<pubDate>Sat, 17 Feb 2007 13:05:11 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.tcbutler.co.uk/2007/02/17/countdown-sidebar-widget-v01-for-wordpress/</guid>
		<description><![CDATA[Ah no, I&#8217;ve gotten to the point where not only am I blogging, I&#8217;m blogging about writing tools for blogging.  Do not read on unless you&#8217;re particularly interested in Wordpress and Countdowns.  &#60;sigh&#62;How self-fulfilling is that?
Anyway.  I&#8217;ve made a little Countdown widget v0.1 to go with Peter Keung&#8217;s Countdown plugin.  You [...]]]></description>
			<content:encoded><![CDATA[<p>Ah no, I&#8217;ve gotten to the point where not only am I blogging, I&#8217;m blogging about writing tools for blogging.  Do not read on unless you&#8217;re particularly interested in Wordpress and Countdowns.  &lt;sigh&gt;<span id="more-64"></span>How self-fulfilling is that?</p>
<p>Anyway.  I&#8217;ve made a little <a href="http://www.tcbutler.co.uk/?attachment_id=65" rel="attachment wp-att-65" title="Countdown widget v0.1" class="liinternal">Countdown widget v0.1</a> to go with <a href="http://www.theblog.ca/?p=41" title="Visit author homepage" target="_blank" class="liexternal">Peter Keung</a>&#8217;s Countdown plugin.  You can see it on my homepage somewhere in the sidebar to the right.  I&#8217;ll improve it at some point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tcbutler.co.uk/2007/02/17/countdown-sidebar-widget-v01-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making a search engine</title>
		<link>http://www.tcbutler.co.uk/2007/02/01/making-a-search-engine/</link>
		<comments>http://www.tcbutler.co.uk/2007/02/01/making-a-search-engine/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 18:15:06 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.tcbutler.co.uk/2007/02/01/making-a-search-engine/</guid>
		<description><![CDATA[I&#8217;ve been tinkering.  I was grumbling about how bad sites&#8217; own search engines generally are, and it occurred to me that it might actually be quite hard to make one work well.  So I&#8217;ve started writing my own from first principles.
I&#8217;ve got as far as something which can index pages it&#8217;s fed (doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been tinkering.  I was grumbling about how bad sites&#8217; own search engines generally are, and it occurred to me that it might actually be quite hard to make one work well.  So I&#8217;ve started writing my own from first principles.<span id="more-58"></span></p>
<p>I&#8217;ve got as far as something which can index pages it&#8217;s fed (doesn&#8217;t spider yet) and comes up with keyword densities per page and then for the whole dataset, which it then indexes against each other&#8230; the idea being that you quickly identify if a page has unusual content versus its peers.  Equally, words in common usage like &#8220;the&#8221;, &#8220;and&#8221;, &#8220;if&#8221; etc are automatically under-indexed as a result.</p>
<p>I&#8217;ve now developed it to handle multiple search keywords (it ranks the rarity of each keyword searched for and then weights the page rankings accordingly) and to reduce all indexed and searched words to their <a href="http://www.chuggnutt.com/stemmer.php" target="_blank" class="liexternal">stems</a>, making the system blind to the differences between &#8220;car&#8221; and &#8220;cars&#8221; for example.</p>
<p>The next challenge is identifying meaningful phrases (e.g. &#8220;Prime Minister&#8221;) then indexing them and possibly identifying associated words (e.g. &#8220;10 Downing Street&#8221;) by looking for pages which over-index for particular combinations of phrases.  Strictly I&#8217;m getting into a world of Bayesian logic and matrices, but as long as I can avoid going back to my text books I will; though this excellent <a href="http://www.seobythesea.com/?p=413" target="_blank" class="liexternal">article summarising some work by Google</a> gives me nightmares about Finals again.</p>
<p>I&#8217;ll publish some PHP code on here at some point, or maybe I&#8217;ll start a Sourceforge project and share the love.  Having added a comma to a Wikipedia article the other day and been sucked into Facebook, I&#8217;m feeling very Web 2.0 this week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tcbutler.co.uk/2007/02/01/making-a-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving my gallery to Flickr&#8230;</title>
		<link>http://www.tcbutler.co.uk/2006/10/15/moving-my-gallery-to-flickr/</link>
		<comments>http://www.tcbutler.co.uk/2006/10/15/moving-my-gallery-to-flickr/#comments</comments>
		<pubDate>Sun, 15 Oct 2006 20:14:20 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[announcements]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.tcbutler.co.uk/2006/10/15/moving-my-gallery-to-flickr/</guid>
		<description><![CDATA[Finally given in and admitted that Flickr, with added Yahoo stability, is actually the best way to put my photos online.
It&#8217;s taking a long time to move all my travelling photos over, but I&#8217;m getting there.
And I might even transition by blog to Blogger, as there&#8217;s a nifty way to mirror it onto my hosting [...]]]></description>
			<content:encoded><![CDATA[<p>Finally given in and admitted that Flickr, with added Yahoo stability, is actually the best way to put my photos online.</p>
<p>It&#8217;s taking a long time to move all my travelling photos over, but I&#8217;m getting there.</p>
<p>And I might even transition by blog to Blogger, as there&#8217;s a nifty way to mirror it onto my hosting via FTP, I&#8217;ve been reading.</p>
<p>Have a look at my budding new gallery here: <a href="http://www.flickr.com/photos/tcbutler/" target="_blank" class="liflickr">http://www.flickr.com/photos/tcbutler/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tcbutler.co.uk/2006/10/15/moving-my-gallery-to-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Brick Testament</title>
		<link>http://www.tcbutler.co.uk/2006/06/22/the-brick-testament/</link>
		<comments>http://www.tcbutler.co.uk/2006/06/22/the-brick-testament/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 12:20:56 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.tcbutler.co.uk/2006/06/22/the-brick-testament/</guid>
		<description><![CDATA[Dammit, I hate people who trawl the Internet for cool stuff, then put it on their blog to look clever or something.
I overcame this hatred to share this with the world.  It&#8217;s the Bible, in Lego.  I&#8217;m a sucker for anything involving Lego, and this is just great.  I&#8217;m not sure if [...]]]></description>
			<content:encoded><![CDATA[<p>Dammit, I hate people who trawl the Internet for cool stuff, then put it on their blog to look clever or something.</p>
<p><img align="right" style="float: right" alt="exodus in lego" title="exodus in lego" src="http://www.thebricktestament.com/website_images/thumbnail_exodus.jpg" />I overcame this hatred to share this with the world.  It&#8217;s the Bible, in Lego.  I&#8217;m a sucker for anything involving Lego, and this is just great.  I&#8217;m not sure if it&#8217;s blasphemy, but it&#8217;s painstakingly done, and I like it.</p>
<p><a href="http://www.thebricktestament.com" target="_blank" class="liexternal">The Brick Testament</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tcbutler.co.uk/2006/06/22/the-brick-testament/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rapleaf reputation system live</title>
		<link>http://www.tcbutler.co.uk/2006/05/07/rapleaf-reputation-system-live/</link>
		<comments>http://www.tcbutler.co.uk/2006/05/07/rapleaf-reputation-system-live/#comments</comments>
		<pubDate>Sun, 07 May 2006 20:04:13 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.tcbutler.co.uk/2006/05/07/rapleaf-reputation-system-live/</guid>
		<description><![CDATA[Interested to see Rapleaf is now live.  It allows you to rate other people in a similar way to eBay, but you don&#8217;t have to have been in a transaction with them.  I&#8217;ll be very interested to see how meaningful the ratings are once a few people are using it&#8230; have a look at my [...]]]></description>
			<content:encoded><![CDATA[<p>Interested to see <a href="http://www.rapleaf.com" title="Rapleaf" target="_blank" class="liexternal">Rapleaf</a> is now live.  It allows you to rate other people in a similar way to eBay, but you don&#8217;t have to have been in a transaction with them.  I&#8217;ll be very interested to see how meaningful the ratings are once a few people are using it&#8230; have a <a href="http://www.rapleaf.com/profile/J1kHRtgQ" title="my reputation" target="_blank" class="liexternal">look at my reputation</a> if you&#8217;re interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tcbutler.co.uk/2006/05/07/rapleaf-reputation-system-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>People on the Internet don&#8217;t just play with themselves&#8230;</title>
		<link>http://www.tcbutler.co.uk/2006/01/30/people-on-the-internet-dont-just-play-with-themselves/</link>
		<comments>http://www.tcbutler.co.uk/2006/01/30/people-on-the-internet-dont-just-play-with-themselves/#comments</comments>
		<pubDate>Mon, 30 Jan 2006 22:25:40 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.tcbutler.co.uk/2006/01/30/people-on-the-internet-dont-just-play-with-themselves/</guid>
		<description><![CDATA[&#8230; excusing the pun; I was surprised to see just how many online multiplayer games there are (which you don&#8217;t have to pay for, too!)
Role Playing Games &#8211; Free Multiplayer Online Games
Curiouser and curiouser.
]]></description>
			<content:encoded><![CDATA[<p>&#8230; excusing the pun; I was surprised to see just how many online multiplayer games there are (which you don&#8217;t have to pay for, too!)</p>
<p><a href="http://play-free-online-games.com/games/games_rpg.html" target="_blank" class="liexternal">Role Playing Games &#8211; Free Multiplayer Online Games</a></p>
<p>Curiouser and curiouser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tcbutler.co.uk/2006/01/30/people-on-the-internet-dont-just-play-with-themselves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use your eyeToy as a webcam on a PC</title>
		<link>http://www.tcbutler.co.uk/2006/01/26/use-your-eyetoy-as-a-webcam-on-a-pc/</link>
		<comments>http://www.tcbutler.co.uk/2006/01/26/use-your-eyetoy-as-a-webcam-on-a-pc/#comments</comments>
		<pubDate>Thu, 26 Jan 2006 17:44:58 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.tcbutler.co.uk/2006/01/26/use-your-eyetoy-as-a-webcam-on-a-pc/</guid>
		<description><![CDATA[Updated 4th Feb 2007!
Today I received my shiny new silver PS2 eyeToy and Play3 software.  Bit of a spur of the moment purchase from eBay (saved about a tenner from the high-street price).
While watching a company webcast, I wondered whether the eyeToy works as a USB webcam on the PC.  Well, it does, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.play.com.hr/proizvodi/velike/Silver_EyeToyCam_velika.jpg" alt="my new silver eyetoy" title="my new silver eyetoy" align="right" hspace="10" vspace="10" /><strong>Updated 4th Feb 2007!</strong></p>
<p>Today I received my shiny new silver PS2 eyeToy and Play3 software.  Bit of a spur of the moment purchase from eBay (saved about a tenner from the high-street price).</p>
<p>While watching a company webcast, I wondered whether the eyeToy works as a USB webcam on the PC.  Well, it does, and I found a driver to make it work fully on XP.</p>
<p><span id="more-35"></span>The good news is that although I&#8217;ve got the &#8216;new&#8217; silver eyeToy (which has a weird model number) the SLEH-00031 driver on the following site works just fine &#8211; even the audio works.</p>
<p>5 mins after plugging it in, it was working on Skype.  Good luck!</p>
<p>The original link I pasted here is now dead.  I&#8217;ve found some more drivers which work well now.</p>
<p>You can read a forum post about it <a href="http://www.gadgetmadness.com/phpbb/viewtopic.php?p=3962&amp;" target="_blank" class="liexternal">here</a>, or you can just <strong>click <a href="http://www.lunacy8m.com/eyetoy/sony_eye_toy.zip" target="_blank" class="liexternal">here</a> to download the file directly</strong>.  This will work with all versions of the EyeToy; just make sure you read the readme file if you have an older EyeToy as you have to rename a file to make it work.  Enjoy!</p>
<p><em>Note: I&#8217;ve also uploaded <a href="http://www.tcbutler.co.uk/wp-content/uploads/2007/02/eyetoy-drivers.zip" title="Copy of EyeToy drivers" class="liinternal">a copy of the EyeToy drivers</a> to my server &#8211; but please don&#8217;t use that unless the link above breaks at some point!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tcbutler.co.uk/2006/01/26/use-your-eyetoy-as-a-webcam-on-a-pc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>50 miliseconds to get someone&#8217;s attention on the web</title>
		<link>http://www.tcbutler.co.uk/2006/01/20/50-miliseconds-to-get-someones-attention-on-the-web/</link>
		<comments>http://www.tcbutler.co.uk/2006/01/20/50-miliseconds-to-get-someones-attention-on-the-web/#comments</comments>
		<pubDate>Fri, 20 Jan 2006 14:08:48 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.tcbutler.co.uk/2006/01/20/50-miliseconds-to-get-someones-attention-on-the-web/</guid>
		<description><![CDATA[I&#8217;m getting into reading a few other people&#8217;s blogs now, and discovered this article on how long it takes someone to take in the first page of a website.  Quite amazing: Web users form first impressions of web pages in as little as 50 miliseconds (1/20th of a second), according to Canadian researchers.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting into reading a few other people&#8217;s blogs now, and discovered this article on how long it takes someone to take in the first page of a website.  Quite amazing: <a href="http://www.websiteoptimization.com/speed/tweak/blink/" target="_blank" class="liexternal">Web users form first impressions of web pages in as little as 50 miliseconds (1/20th of a second), according to Canadian researchers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tcbutler.co.uk/2006/01/20/50-miliseconds-to-get-someones-attention-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find music you never even knew you liked&#8230;</title>
		<link>http://www.tcbutler.co.uk/2006/01/12/find-music-you-never-even-knew-you-liked/</link>
		<comments>http://www.tcbutler.co.uk/2006/01/12/find-music-you-never-even-knew-you-liked/#comments</comments>
		<pubDate>Thu, 12 Jan 2006 16:45:35 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.tcbutler.co.uk/2006/01/12/find-music-you-never-even-knew-you-liked/</guid>
		<description><![CDATA[I&#8217;m rather enjoying a site I was introduced to earlier this week, which automagically analyses your musical tastes and suggests music you might like.  You can say &#8216;yes&#8217; or &#8216;no&#8217; to each song suggested until the system totally nails it and every tune is pure, solid, musical gold.  It&#8217;s called Pandora.
Great fun, and you can [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m rather enjoying a site I was introduced to earlier this week, which automagically analyses your musical tastes and suggests music you might like.  You can say &#8216;yes&#8217; or &#8216;no&#8217; to each song suggested until the system totally nails it and every tune is pure, solid, musical gold.  It&#8217;s called <a href="http://www.pandora.com" target="_blank" class="liexternal">Pandora</a>.</p>
<p>Great fun, and you can also challenge it by providing it with really stupid &#8217;seed&#8217; songs, like &#8216;Barbie Girl&#8217; by Aqua vs &#8216;Babylon&#8217; by David Grey.  And yes, it will find the common ground.  Strange but true!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tcbutler.co.uk/2006/01/12/find-music-you-never-even-knew-you-liked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
