<?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>Simon Rycroft's musings &#187; Simon Rycroft</title>
	<atom:link href="http://blog.simon.rycroft.name/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.simon.rycroft.name</link>
	<description>Too lazy to be a blog, but a little more than the average web page.</description>
	<lastBuildDate>Thu, 09 Oct 2008 11:43:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AMD64 Ubuntu and Zend Studio 6</title>
		<link>http://blog.simon.rycroft.name/2008/10/09/amd64-ubuntu-and-zend-studio-6/</link>
		<comments>http://blog.simon.rycroft.name/2008/10/09/amd64-ubuntu-and-zend-studio-6/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 11:43:56 +0000</pubDate>
		<dc:creator>Simon Rycroft</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.simon.rycroft.name/?p=26</guid>
		<description><![CDATA[As a relatively new convert to Debian/Ubuntu, I found the process of getting Zend Studio 6 to run on my machine a little tricky.  What I ended up doing was the following:# Install sun-jre
sudo apt-get install sun-java6-bin
# Install libraries to allow 32bit software to run
# (not sure whether all are necessary)
sudo apt-get install ia32-libs [...]]]></description>
			<content:encoded><![CDATA[<p>As a relatively new convert to Debian/Ubuntu, I found the process of getting Zend Studio 6 to run on my machine a little tricky.  What I ended up doing was the following:<code># Install sun-jre<br />
sudo apt-get install sun-java6-bin<br />
# Install libraries to allow 32bit software to run<br />
# (not sure whether all are necessary)<br />
sudo apt-get install ia32-libs lib32asound2 util-linux<br />
# Finally install Zend using the installed JRE<br />
sudo ./ZendStudioForEclipse-6_1_0.bin LAX_VM /usr/bin/java</code><br />
If the final install fails, it may be because /usr/bin/java isn&#8217;t pointing at the Sun version of java, you can check this by doing the following:<code>java -version</code>which should output something like<code>java version "1.6.0_06"<br />
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)<br />
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode)</code>If it doesn&#8217;t, you&#8217;ll need to change where the symbolic link /etc/alternatives/java points to.<code>cd /etc/alternatives<br />
rm java<br />
ln -s /usr/lib/jvm/java-6-sun/jre/bin/java</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simon.rycroft.name/2008/10/09/amd64-ubuntu-and-zend-studio-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bluetooth OS X</title>
		<link>http://blog.simon.rycroft.name/2008/07/14/bluetooth-os-x/</link>
		<comments>http://blog.simon.rycroft.name/2008/07/14/bluetooth-os-x/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 21:37:01 +0000</pubDate>
		<dc:creator>Simon Rycroft</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.simon.rycroft.name/?p=25</guid>
		<description><![CDATA[Holy cow, this took me far too long to locate.  Why is OSX&#8217;s ability to receive files via Bluetooth hobbled under the sharing settings?
]]></description>
			<content:encoded><![CDATA[<p>Holy cow, this took me far too long to locate.  Why is OSX&#8217;s ability to <em>receive</em> files via Bluetooth hobbled under the <em>sharing</em> settings?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simon.rycroft.name/2008/07/14/bluetooth-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zero Spam</title>
		<link>http://blog.simon.rycroft.name/2008/04/30/zero-spam/</link>
		<comments>http://blog.simon.rycroft.name/2008/04/30/zero-spam/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 22:17:45 +0000</pubDate>
		<dc:creator>Simon Rycroft</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.simon.rycroft.name/?p=24</guid>
		<description><![CDATA[I&#8217;m now close to 100% confident that we&#8217;ve managed to cut out spam completely on the Scratchpads.  We&#8217;re doing this using two modules, Hashcash (as mentioned previously on this blog), and Mollom.
What&#8217;s Mollom?  Well, it&#8217;s a spam detection service which implements its own Captcha on a site if it thinks some content posted [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m now close to 100% confident that we&#8217;ve managed to cut out spam completely on the <a href="http://scratchpads.eu">Scratchpads</a>.  We&#8217;re doing this using two modules, <a href="http://drupal.org/project/hashcash">Hashcash</a> (as mentioned previously on this blog), and <a href="http://mollom.com">Mollom</a>.</p>
<p>What&#8217;s <a href="http://mollom.com">Mollom</a>?  Well, it&#8217;s a spam detection service which implements its own Captcha on a site if it thinks some content posted is spam.  It&#8217;s the one module I&#8217;d now recommend all Drupal installations shouldn&#8217;t be without.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simon.rycroft.name/2008/04/30/zero-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hashcash</title>
		<link>http://blog.simon.rycroft.name/2008/04/22/hashcash/</link>
		<comments>http://blog.simon.rycroft.name/2008/04/22/hashcash/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 22:00:53 +0000</pubDate>
		<dc:creator>Simon Rycroft</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.simon.rycroft.name/2008/04/22/hashcash/</guid>
		<description><![CDATA[I&#8217;ve raved about how good the Wordpress Hashcash plugin is before, so I decided to implement it for Drupal (http://drupal.org/project/hashcash).  I&#8217;ve got it installed on the fifty plus sites I manage, and so far it seems to be doing its thing.  I&#8217;ll post here with updates if it does anything silly!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve raved about how good the Wordpress Hashcash plugin is before, so I decided to implement it for Drupal (<a href="http://drupal.org/project/hashcash">http://drupal.org/project/hashcash</a>).  I&#8217;ve got it installed on the fifty plus sites I manage, and so far it seems to be doing its thing.  I&#8217;ll post here with updates if it does anything silly!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simon.rycroft.name/2008/04/22/hashcash/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Current work</title>
		<link>http://blog.simon.rycroft.name/2007/12/12/current-work/</link>
		<comments>http://blog.simon.rycroft.name/2007/12/12/current-work/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 16:18:24 +0000</pubDate>
		<dc:creator>Simon Rycroft</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.simon.rycroft.name/2007/12/12/current-work/</guid>
		<description><![CDATA[I just thought I&#8217;d post a comment on my own blog, partly to keep this thing going, and partly to play around with the trackback functionality provided by WP and Drupal.  I&#8217;m really quite enjoying the work that we&#8217;re doing at the moment with David Remsen of GBIF.  It&#8217;s nothing too complicated, but [...]]]></description>
			<content:encoded><![CDATA[<p>I just thought I&#8217;d post a comment on my own blog, partly to keep this thing going, and partly to play around with the trackback functionality provided by WP and Drupal.  I&#8217;m really quite enjoying the work that we&#8217;re doing at the moment with David Remsen of <a href="http://www.gbif.org/">GBIF</a>.  It&#8217;s nothing too complicated, but I feel it will help form the backbone of further interesting work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simon.rycroft.name/2007/12/12/current-work/feed/</wfw:commentRss>
		<slash:comments>-30</slash:comments>
		</item>
		<item>
		<title>BT incompetence</title>
		<link>http://blog.simon.rycroft.name/2007/11/28/bt-incompetence/</link>
		<comments>http://blog.simon.rycroft.name/2007/11/28/bt-incompetence/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 11:47:27 +0000</pubDate>
		<dc:creator>Simon Rycroft</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.simon.rycroft.name/2007/11/28/bt-incompetence/</guid>
		<description><![CDATA[I received the following in my mail this morning:
Thank you for your email regarding online billing.
In response to you email, I have checked your account and it shows your  telephone number is alloted this BT  Account number. Furthermore, I would like to inform you that  account may not be registered online due [...]]]></description>
			<content:encoded><![CDATA[<p>I received the following in my mail this morning:</p>
<blockquote><p>Thank you for your email regarding online billing.</p>
<p>In response to you email, I have checked your account and it shows your  telephone number is alloted this BT  Account number. Furthermore, I would like to inform you that  account may not be registered online due to technical error. </p>
<p>I hope this information satisfies your query.</p></blockquote>
<p>I hope this information satisfies your query&#8230; what do you bloody think?<br />
<span id="more-19"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simon.rycroft.name/2007/11/28/bt-incompetence/feed/</wfw:commentRss>
		<slash:comments>-5</slash:comments>
		</item>
		<item>
		<title>Imagex</title>
		<link>http://blog.simon.rycroft.name/2007/11/28/imagex/</link>
		<comments>http://blog.simon.rycroft.name/2007/11/28/imagex/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 01:14:15 +0000</pubDate>
		<dc:creator>Simon Rycroft</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.simon.rycroft.name/2007/11/28/imagex/</guid>
		<description><![CDATA[Just felt I should shout about the new module I&#8217;ve developed for Drupal.  It extends the Image module to make adding large numbers of images even simpler than before.  It, of course, uses Postlet for the image upload, and then a tiny smattering of jQuery for the dynamic page refresh.
]]></description>
			<content:encoded><![CDATA[<p>Just felt I should shout about the new module I&#8217;ve developed for Drupal.  It extends the <a href="http://drupal.org/project/image">Image module</a> to make adding large numbers of images even simpler than before.  It, of course, uses <a href="http://www.postlet.com/">Postlet</a> for the image upload, and then a tiny smattering of jQuery for the dynamic page refresh.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simon.rycroft.name/2007/11/28/imagex/feed/</wfw:commentRss>
		<slash:comments>-7</slash:comments>
		</item>
		<item>
		<title>Drupal module weight</title>
		<link>http://blog.simon.rycroft.name/2007/11/26/drupal-module-weight/</link>
		<comments>http://blog.simon.rycroft.name/2007/11/26/drupal-module-weight/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 11:53:01 +0000</pubDate>
		<dc:creator>Simon Rycroft</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[execution order]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[order]]></category>

		<guid isPermaLink="false">http://blog.simon.rycroft.name/2007/11/26/drupal-module-weight/</guid>
		<description><![CDATA[I just had to write a quick post having scratched my head over this one for a little too long.
Basically, within Drupal I&#8217;d wanted to change the order that the hook_form_alter hooks were executed.  In order to do this all you need to do is to set the &#8220;weight&#8221; of the module in question [...]]]></description>
			<content:encoded><![CDATA[<p>I just had to write a quick post having scratched my head over this one for a little too long.</p>
<p>Basically, within Drupal I&#8217;d wanted to change the order that the hook_form_alter hooks were executed.  In order to do this all you need to do is to set the &#8220;weight&#8221; of the module in question to a greater value.  In our example, I wanted my module to execute its code <strong>after</strong> the location module.  The location module has a weight of 0 (the default), so simply be setting mine to 1 its code was executed after the location module&#8217;s code.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simon.rycroft.name/2007/11/26/drupal-module-weight/feed/</wfw:commentRss>
		<slash:comments>-31</slash:comments>
		</item>
		<item>
		<title>England</title>
		<link>http://blog.simon.rycroft.name/2007/11/21/england/</link>
		<comments>http://blog.simon.rycroft.name/2007/11/21/england/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 22:54:33 +0000</pubDate>
		<dc:creator>Simon Rycroft</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.simon.rycroft.name/2007/11/21/england/</guid>
		<description><![CDATA[Well, I&#8217;ve just watched my team slump to their lowest point for some years, there is nothing more that can be said, other than &#8220;Bollocks!&#8221;.
]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve just watched my team slump to their lowest point for some years, there is nothing more that can be said, other than &#8220;Bollocks!&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simon.rycroft.name/2007/11/21/england/feed/</wfw:commentRss>
		<slash:comments>-113</slash:comments>
		</item>
		<item>
		<title>Online again</title>
		<link>http://blog.simon.rycroft.name/2007/11/11/online-again/</link>
		<comments>http://blog.simon.rycroft.name/2007/11/11/online-again/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 02:33:00 +0000</pubDate>
		<dc:creator>Simon Rycroft</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.simon.rycroft.name/2007/11/11/online-again/</guid>
		<description><![CDATA[At long last the server is back online.  It only two two months for BT to pull their fingers from out of their arses, but now that it has been done, I can almost forgive them (almost, but not quite).  This one&#8217;s to the guy that I told was &#8220;Useless&#8221; &#8211; thanks for [...]]]></description>
			<content:encoded><![CDATA[<p>At long last the server is back online.  It only two two months for BT to pull their fingers from out of their arses, but now that it has been done, I can almost forgive them (almost, but not quite).  This one&#8217;s to the guy that I told was &#8220;Useless&#8221; &#8211; thanks for nothing you&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simon.rycroft.name/2007/11/11/online-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
