<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Craig Cook's Blog</title>
	<atom:link href="http://boycook.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://boycook.wordpress.com</link>
	<description>it's not just about code...</description>
	<lastBuildDate>Fri, 01 Apr 2011 21:43:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='boycook.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Craig Cook's Blog</title>
		<link>http://boycook.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://boycook.wordpress.com/osd.xml" title="Craig Cook&#039;s Blog" />
	<atom:link rel='hub' href='http://boycook.wordpress.com/?pushpress=hub'/>
		<item>
		<title>XML find and change node script</title>
		<link>http://boycook.wordpress.com/2010/10/17/xml-find-and-change-node-script/</link>
		<comments>http://boycook.wordpress.com/2010/10/17/xml-find-and-change-node-script/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 12:07:23 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[change node]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/?p=123</guid>
		<description><![CDATA[This is a script written in ruby designed to find a specified node in an XML file, and replace one value with another. Usage example: changenode /home/me/foo bar.xml name bob john will find all &#8216;name&#8217; nodes in bar.xml and replace &#8216;bob&#8217; with &#8216;john&#8217; The code can be found on github here<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=123&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2010/10/17/xml-find-and-change-node-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript Map object implementation</title>
		<link>http://boycook.wordpress.com/2010/10/16/javascript-map-implementation/</link>
		<comments>http://boycook.wordpress.com/2010/10/16/javascript-map-implementation/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 18:01:20 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/?p=117</guid>
		<description><![CDATA[The idea of this object is to mimic the API of the Map object in Java. It can be used in the following way: I know this behaviour can also be attained by using an array in the following manner: But I thought it interesting to implement it as a map too. The code can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=117&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2010/10/16/javascript-map-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>Replace webapp in deployed tomcat</title>
		<link>http://boycook.wordpress.com/2010/10/16/replace-webapp-in-deployed-tomcat/</link>
		<comments>http://boycook.wordpress.com/2010/10/16/replace-webapp-in-deployed-tomcat/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 15:03:23 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/?p=103</guid>
		<description><![CDATA[This script will quickly replace the webapp dir of a deployed webapp in tomcat. It scans at your current directory tree for an appropriate artifact. It will look for a target subdirectory, and will try to find a .war file in it (assumes you&#8217;ve build your app with maven). The script takes two parameters, &#8216;webapp&#8217; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=103&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2010/10/16/replace-webapp-in-deployed-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>Copy to apache script</title>
		<link>http://boycook.wordpress.com/2010/10/16/copy-to-apache-script/</link>
		<comments>http://boycook.wordpress.com/2010/10/16/copy-to-apache-script/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 14:05:14 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/?p=100</guid>
		<description><![CDATA[This script is designed to work with OS X and will copy the specified dir into the users local sites dir. It looks for the specified dir, and if it exists copies it into apache. If the dir already exists in apache, it first deletes it. The script takes one parameter, &#8216;dir&#8217; which is the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=100&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2010/10/16/copy-to-apache-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>Copy to tomcat script</title>
		<link>http://boycook.wordpress.com/2010/10/16/copy-to-tomcat-script/</link>
		<comments>http://boycook.wordpress.com/2010/10/16/copy-to-tomcat-script/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 13:28:06 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/?p=86</guid>
		<description><![CDATA[This script will quickly copy an app into tomcat by scanning at your current directory tree for an appropriate artifact. It will look for a target subdirectory, and will try to find a .war file in it (assumes you&#8217;ve build your app with maven). The script takes two parameters, &#8216;tomcat&#8217; and &#8216;app&#8217;: The first is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=86&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2010/10/16/copy-to-tomcat-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>Generic tomcat script</title>
		<link>http://boycook.wordpress.com/2010/10/16/generic-tomcat-script/</link>
		<comments>http://boycook.wordpress.com/2010/10/16/generic-tomcat-script/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 13:13:01 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[CATALINA_HOME]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/?p=79</guid>
		<description><![CDATA[This script makes it easy to control your main tomcat installation. All you need to do is set the $CATALINA_HOME environment variable to the location of your tomcat installation. The available switches are: start starts tomcat stop stops tomcat restart stops then starts tomcat kill kill -9&#8242;s tomcat process tail tails tomcat log Usage examples: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=79&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2010/10/16/generic-tomcat-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>Introducing unix scripts</title>
		<link>http://boycook.wordpress.com/2010/10/16/introducing-unix-scripts/</link>
		<comments>http://boycook.wordpress.com/2010/10/16/introducing-unix-scripts/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 12:54:01 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/?p=75</guid>
		<description><![CDATA[I&#8217;ve got several scripts that I use for doing useful things on unix. They can be found on github here. I&#8217;ll add some details about them individually in separate posts.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=75&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2010/10/16/introducing-unix-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>Date Driven Development (DDD)</title>
		<link>http://boycook.wordpress.com/2009/10/30/date-driven-development-ddd/</link>
		<comments>http://boycook.wordpress.com/2009/10/30/date-driven-development-ddd/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 15:52:52 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[corporate]]></category>
		<category><![CDATA[DDD]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/?p=62</guid>
		<description><![CDATA[I tweeted this as a joke, but thought it deserved a brief post: A senior manager in the company arbitrarily pulls a date out of the air (normally the Friday just before an important golfing holiday) for when he needs a report. This means that a load of developers need to jump though hoops to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=62&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2009/10/30/date-driven-development-ddd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>More on TiddlyBlogger</title>
		<link>http://boycook.wordpress.com/2009/02/17/more-on-tiddlyblogger/</link>
		<comments>http://boycook.wordpress.com/2009/02/17/more-on-tiddlyblogger/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 16:27:04 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2009/02/17/more-on-tiddlyblogger/</guid>
		<description><![CDATA[Just a quick note to point out some work that&#8217;s been done &#8220;White Hat Marketer&#8221; Check out the details here: http://whitehat-marketer.com/blog/tiddlyblogger-with-permalinks-and-updates/ It basically includes the capability to update posts (rather than just create new ones), and also create permalinks.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=60&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2009/02/17/more-on-tiddlyblogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>C# Win32 messaging with SendMessage and WM_COPYDATA</title>
		<link>http://boycook.wordpress.com/2008/07/29/c-win32-messaging-with-sendmessage-and-wm_copydata/</link>
		<comments>http://boycook.wordpress.com/2008/07/29/c-win32-messaging-with-sendmessage-and-wm_copydata/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 18:32:26 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[geeky]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[SendMessage]]></category>
		<category><![CDATA[Win32 API]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[WM_COPYDATA]]></category>
		<category><![CDATA[WM_USER]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/?p=43</guid>
		<description><![CDATA[I had a real pain recently where I wanted to control one windows app from another. I found some useful stuff on the net, but nothing that gave an end to end solution. So here&#8217;s what I came up with. Firstly I&#8217;ll explain why this is useful. SendMessage is part of the Win32 API, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=43&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2008/07/29/c-win32-messaging-with-sendmessage-and-wm_copydata/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>TiddlyBlogger updated</title>
		<link>http://boycook.wordpress.com/2007/11/05/tiddlyblogger-updated/</link>
		<comments>http://boycook.wordpress.com/2007/11/05/tiddlyblogger-updated/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 16:13:13 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[TiddlyWiki]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[craig cook]]></category>
		<category><![CDATA[JayFresh]]></category>
		<category><![CDATA[TiddlyBlogger]]></category>
		<category><![CDATA[XML-RPC]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2007/11/05/tiddlyblogger-updated/</guid>
		<description><![CDATA[I&#8217;ve recently updated my original TiddlyBlogger code to include JayFresh&#8216;s additions mentioned here (cheers for your work here Jon). The added features are: You can publish tags You get a response to the XML-RPC Ajax call (i.e. you know if your post was successful The &#8216;publish as blog&#8217; option now only appears when you add [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=38&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2007/11/05/tiddlyblogger-updated/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>Media streaming with PS3 (DivX, Xvid)</title>
		<link>http://boycook.wordpress.com/2007/10/30/media-streaming-with-ps3-divx-xvid/</link>
		<comments>http://boycook.wordpress.com/2007/10/30/media-streaming-with-ps3-divx-xvid/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 17:46:01 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[DivX]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Media Player]]></category>
		<category><![CDATA[media streaming]]></category>
		<category><![CDATA[XviD]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2007/10/30/media-streaming-with-ps3-divx-xvid/</guid>
		<description><![CDATA[I&#8217;ve had a strange day today. I started off loving Sony, then I hated them, now I&#8217;m almost loving them again. I&#8217;ll explain: I&#8217;m fed up with watching all of the torrents that I download on my PC in my study. I&#8217;ve got a 19&#8242; widescreen monitor so it&#8217;s not terrible, but in my front [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=35&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2007/10/30/media-streaming-with-ps3-divx-xvid/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>Link for 2007-10-21</title>
		<link>http://boycook.wordpress.com/2007/10/21/link-for-2007-10-21/</link>
		<comments>http://boycook.wordpress.com/2007/10/21/link-for-2007-10-21/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 22:28:17 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2007/10/21/link-for-2007-10-21/</guid>
		<description><![CDATA[I&#8217;m not normally impressed by feats of extreme nerdness but this is pretty impressive. This guys plays tetris seriously quickly, and he then plays it with invisible bricks. Check it out: http://youtube.com/watch?v=jwC544Z37qo<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=31&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2007/10/21/link-for-2007-10-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>Tidying up code</title>
		<link>http://boycook.wordpress.com/2007/10/21/tidying-up-code/</link>
		<comments>http://boycook.wordpress.com/2007/10/21/tidying-up-code/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 14:03:22 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2007/10/21/tidying-up-code/</guid>
		<description><![CDATA[I&#8217;ve gone through some of my sample files and tided up the code a bit: http://www.craigcook.co.uk/samples/ I&#8217;ve changed the TiddlyWiki&#8217;s to have all of the code in one file (keeping with the ToddlyWiki sentiment). The script files are still there, and I&#8217;ll still keep adding them.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=29&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2007/10/21/tidying-up-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>Musings over the great Facebook debate &#8211; friends are friends</title>
		<link>http://boycook.wordpress.com/2007/10/18/musings-over-the-great-facebook-debate-friends-are-friends/</link>
		<comments>http://boycook.wordpress.com/2007/10/18/musings-over-the-great-facebook-debate-friends-are-friends/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 09:01:28 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[debate]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[persona]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2007/10/18/musings-over-the-great-facebook-debate-friends-are-friends/</guid>
		<description><![CDATA[So I was at &#8216;The great Facebook debate&#8217; yesterday, an event hosted by BT. After some initial statements from people like JP Rangaswami, and some Q&#38;A with them, there was debate over these two motions (I&#8217;m not sure on the exact wording): &#8220;It was a mistake to open up the Facebook platform to developers&#8221; &#8220;You [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=27&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2007/10/18/musings-over-the-great-facebook-debate-friends-are-friends/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>TiddlyBlogger is here &#8211; JavaScript blog posting with XML-RPC and TiddlyWiki</title>
		<link>http://boycook.wordpress.com/2007/10/11/tiddlyblogger-is-here/</link>
		<comments>http://boycook.wordpress.com/2007/10/11/tiddlyblogger-is-here/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 12:13:34 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[TiddlyWiki]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[TiddlyBlogger]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[XML-RPC]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2007/10/11/tiddlyblogger-is-here/</guid>
		<description><![CDATA[I mentioned in an earlier post that I was interested in turning TiddlyWiki into an offline blogging tool. The idea being that you often get a spare few minutes when you&#8217;re offline, and you could use that time to do things like write your blog. So what I&#8217;ve done is added an option to each [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=25&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2007/10/11/tiddlyblogger-is-here/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>TiddlyMojo &#8211; Sending SMS and making phone calls with TiddlyWiki</title>
		<link>http://boycook.wordpress.com/2007/10/05/tiddlymojo-sending-sms-and-making-phone-calls-with-tiddlywiki/</link>
		<comments>http://boycook.wordpress.com/2007/10/05/tiddlymojo-sending-sms-and-making-phone-calls-with-tiddlywiki/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 10:58:26 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[BT mojo]]></category>
		<category><![CDATA[BT SDK]]></category>
		<category><![CDATA[TiddlyWiki]]></category>
		<category><![CDATA[Web21C]]></category>
		<category><![CDATA[BT]]></category>
		<category><![CDATA[TiddlyMojo]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2007/10/05/tiddlymojo-sending-sms-and-making-phone-calls-with-tiddlywiki/</guid>
		<description><![CDATA[So I took a slightly different route than planned this week. My day job steered me towards looking into mojo (http://mojo.bt.com). This is an implementation of the BT SDK (http://web21c.bt.com/) that allows you to create gadgets that utilise Web21C and can be easily be added to your website (or application). So in keeping of all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=16&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2007/10/05/tiddlymojo-sending-sms-and-making-phone-calls-with-tiddlywiki/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>TiddlyBlogger &#8211; publishing blogs created in TiddlyWiki to online blog</title>
		<link>http://boycook.wordpress.com/2007/10/01/tiddlyblogger-publishing-blogs-created-in-tiddlywiki-to-online-blog/</link>
		<comments>http://boycook.wordpress.com/2007/10/01/tiddlyblogger-publishing-blogs-created-in-tiddlywiki-to-online-blog/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 14:50:53 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[TiddlyWiki]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[TiddlyBlogger]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2007/10/01/tiddlyblogger-publishing-blogs-created-in-tiddlywiki-to-online-blog/</guid>
		<description><![CDATA[Continuing on from my RSS reader TiddlyWiki frame of mind, I thought that it would be cool to be able to something similar with writing blogs. My idea stems from the fact that TiddlyWiki is perfect for offline working. So to set the scenario you you&#8217;re working offline, but you want to write your blog: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=15&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2007/10/01/tiddlyblogger-publishing-blogs-created-in-tiddlywiki-to-online-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>RSSWiki or TiddlyBlog &#8211; pulling RSS feeds into your TiddlyWiki</title>
		<link>http://boycook.wordpress.com/2007/09/26/rsswiki-or-tiddlyblog-pulling-rss-feeds-into-your-tiddlywiki/</link>
		<comments>http://boycook.wordpress.com/2007/09/26/rsswiki-or-tiddlyblog-pulling-rss-feeds-into-your-tiddlywiki/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 07:36:09 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[TiddlyWiki]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[RSSWiki]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2007/09/26/rsswiki-or-tiddlyblog-pulling-rss-feeds-into-your-tiddlywiki/</guid>
		<description><![CDATA[When I first looked at TiddlyWiki I thought that this would be really cool to use for blogging. So recently I&#8217;ve started to fiddle with creating macros/plugins for TiddlyWiki and I came up with the idea of an RSS reader macro. What it does is pulls in blogs via RSS, and creates a tiddler for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=6&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2007/09/26/rsswiki-or-tiddlyblog-pulling-rss-feeds-into-your-tiddlywiki/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I see users presence on a website? (or How do I detect when a user closes the browser?)</title>
		<link>http://boycook.wordpress.com/2007/09/24/how-do-i-see-users-presence-on-a-website-or-how-do-i-detect-when-a-user-closes-the-browser/</link>
		<comments>http://boycook.wordpress.com/2007/09/24/how-do-i-see-users-presence-on-a-website-or-how-do-i-detect-when-a-user-closes-the-browser/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 13:22:44 +0000</pubDate>
		<dc:creator>boycook</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[browser close]]></category>
		<category><![CDATA[presence]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://boycook.wordpress.com/2007/09/24/how-do-i-see-users-presence-on-a-website-or-how-do-i-detect-when-a-user-closes-the-browser/</guid>
		<description><![CDATA[This applies to a website with the client/server relationship. The short answer to this is that you can’t (that I’m aware of anyway). Not properly using any web browser/server components anyway. You can however make a good attempt at it. The problem is this situation is that the client and the server are not in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=boycook.wordpress.com&amp;blog=1763379&amp;post=5&amp;subd=boycook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://boycook.wordpress.com/2007/09/24/how-do-i-see-users-presence-on-a-website-or-how-do-i-detect-when-a-user-closes-the-browser/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d3208cff2559445740d8ff7481c9940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">BoyCook</media:title>
		</media:content>
	</item>
	</channel>
</rss>
