<?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>Rob HammondRob Hammond - SEO, Perl, etc</title>
	<atom:link href="http://rob-hammond.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://rob-hammond.co.uk</link>
	<description>SEO, Perl, etc</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:20:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Free OrangeHRM Leave Calendar</title>
		<link>http://rob-hammond.co.uk/free-orangehrm-leave-calendar</link>
		<comments>http://rob-hammond.co.uk/free-orangehrm-leave-calendar#comments</comments>
		<pubDate>Mon, 09 Jan 2012 18:47:00 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[orangehrm]]></category>

		<guid isPermaLink="false">http://rob-hammond.co.uk/?p=518</guid>
		<description><![CDATA[The open source version of OrangeHRM is a great system and a really good way of managing a team&#8217;s annual leave dates. However one feature achingly missing from the free version is a leave calendar, which you have to pay $250(!) in order to add in the functionality. I&#8217;ve knocked up an easy (and moreover [...]]]></description>
		<wfw:commentRss>http://rob-hammond.co.uk/free-orangehrm-leave-calendar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When is an author not an author?</title>
		<link>http://rob-hammond.co.uk/when-is-an-author-not-an-author</link>
		<comments>http://rob-hammond.co.uk/when-is-an-author-not-an-author#comments</comments>
		<pubDate>Tue, 20 Dec 2011 17:08:38 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://rob-hammond.co.uk/?p=498</guid>
		<description><![CDATA[A little SEO riddle for you&#8230; Q: When is an author not an author? A: When that author has only written a template for spamming the SERPs &#160;]]></description>
		<wfw:commentRss>http://rob-hammond.co.uk/when-is-an-author-not-an-author/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting up Nutch &#8211; troubleshooting</title>
		<link>http://rob-hammond.co.uk/setting-up-nutch-troubleshooting</link>
		<comments>http://rob-hammond.co.uk/setting-up-nutch-troubleshooting#comments</comments>
		<pubDate>Tue, 29 Nov 2011 19:31:20 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[nutch]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://rob-hammond.co.uk/?p=516</guid>
		<description><![CDATA[It&#8217;s pretty easy downloading the latest version of Nutch but I had a few issues getting it set up on my Red Hat server; it&#8217;s pretty easy really but there are a couple of gotchas along the way and it doesn&#8217;t work exactly as specified in the tutorial. Download &#38; install Java &#8211; super simple: [...]]]></description>
		<wfw:commentRss>http://rob-hammond.co.uk/setting-up-nutch-troubleshooting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jaamit: an SEO Legend</title>
		<link>http://rob-hammond.co.uk/jaamit-an-seo-legend</link>
		<comments>http://rob-hammond.co.uk/jaamit-an-seo-legend#comments</comments>
		<pubDate>Fri, 25 Nov 2011 19:50:14 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://rob-hammond.co.uk/?p=491</guid>
		<description><![CDATA[The below is an internal email sent out today at OMD which I thought would be nice to share with the wider SEO community. &#8212;&#8212;&#8212;&#8212; Today marks the day last year when we lost a highly valued colleague and friend on the OMD SEO team Jaamit Durrani. His dedication, passion, humour &#38; intelligence he showed [...]]]></description>
		<wfw:commentRss>http://rob-hammond.co.uk/jaamit-an-seo-legend/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get HTML returned from HTML::TreeBuilder::XPath</title>
		<link>http://rob-hammond.co.uk/get-html-returned-from-htmltreebuilderxpath</link>
		<comments>http://rob-hammond.co.uk/get-html-returned-from-htmltreebuilderxpath#comments</comments>
		<pubDate>Thu, 24 Nov 2011 17:10:33 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[treebuilder]]></category>
		<category><![CDATA[xpath]]></category>

		<guid isPermaLink="false">http://rob-hammond.co.uk/?p=514</guid>
		<description><![CDATA[Perl&#8217;s HTML::TreeBuilder::XPath is a great module for parsing HTML documents without regular expressions, however it returns text content by default, which is not always what you want when you&#8217;re doing advanced HTML processing. The documentation on CPAN doesn&#8217;t mention this, but if you want to get out the HTML content, just use &#8220;findnodes&#8221; and &#8220;-&#62;shift-&#62;as_HTML&#8221; [...]]]></description>
		<wfw:commentRss>http://rob-hammond.co.uk/get-html-returned-from-htmltreebuilderxpath/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Less Google keyword data = more black hat activity</title>
		<link>http://rob-hammond.co.uk/google-took-away-our-keyword-data</link>
		<comments>http://rob-hammond.co.uk/google-took-away-our-keyword-data#comments</comments>
		<pubDate>Fri, 21 Oct 2011 08:01:09 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://rob-hammond.co.uk/?p=450</guid>
		<description><![CDATA[This post purely reflects my own personal opinion, and does not reflect those of my employer or colleagues. For those faint of heart, warning: contains traces of black hat material. So Google has taken our keyword data away, probably for good. What next for SEO? I think we have to assume this rollout will eventually [...]]]></description>
		<wfw:commentRss>http://rob-hammond.co.uk/google-took-away-our-keyword-data/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Dynamically fetch web page contents in Excel</title>
		<link>http://rob-hammond.co.uk/dynamically-fetch-web-page-contents-in-excel</link>
		<comments>http://rob-hammond.co.uk/dynamically-fetch-web-page-contents-in-excel#comments</comments>
		<pubDate>Fri, 23 Sep 2011 08:07:49 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[vba]]></category>

		<guid isPermaLink="false">http://rob-hammond.co.uk/?p=426</guid>
		<description><![CDATA[Excel&#8217;s built-in web features are pretty frustrating when you want to do more with the web than import a static HTML table to a predefined set of cells. I&#8217;ve often wanted to be able to update the contents of a cell based on dynamic parameters passed into a URL, and not found a decent, easy [...]]]></description>
		<wfw:commentRss>http://rob-hammond.co.uk/dynamically-fetch-web-page-contents-in-excel/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why code?</title>
		<link>http://rob-hammond.co.uk/why-code</link>
		<comments>http://rob-hammond.co.uk/why-code#comments</comments>
		<pubDate>Tue, 09 Aug 2011 07:13:35 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://rob-hammond.co.uk/?p=416</guid>
		<description><![CDATA[I wish I had a pound for every time another SEO told me they want to learn a programming language. It seems most SEOs are sure they want to learn PHP, Python or another programming language, but when asked the question “to what end?” the answers generally become less clear. Because of this I think [...]]]></description>
		<wfw:commentRss>http://rob-hammond.co.uk/why-code/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Spot the difference&#8230;</title>
		<link>http://rob-hammond.co.uk/spot-the-difference</link>
		<comments>http://rob-hammond.co.uk/spot-the-difference#comments</comments>
		<pubDate>Sat, 06 Aug 2011 09:14:09 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://rob-hammond.co.uk/?p=410</guid>
		<description><![CDATA[From this Saturday&#8217;s Guardian &#8211; wonder why they dropped the external references/links in the offline article&#8230;]]></description>
		<wfw:commentRss>http://rob-hammond.co.uk/spot-the-difference/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Real Link Wheel</title>
		<link>http://rob-hammond.co.uk/the-real-link-wheel</link>
		<comments>http://rob-hammond.co.uk/the-real-link-wheel#comments</comments>
		<pubDate>Fri, 05 Aug 2011 17:35:07 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[link development]]></category>

		<guid isPermaLink="false">http://rob-hammond.co.uk/?p=404</guid>
		<description><![CDATA[Link development doesn&#8217;t exist in a silo. Sometimes I think the following gets lost in translation in the client/agency relationship: Both us agencies and the SEO industry as a whole are guilty of propagating the perception you can do really great link development without the support of a good website to support it by offering [...]]]></description>
		<wfw:commentRss>http://rob-hammond.co.uk/the-real-link-wheel/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

