<?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>David Kitchen</title>
	<atom:link href="http://www.buro9.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buro9.com/blog</link>
	<description>Just another SharePoint developer blogging</description>
	<lastBuildDate>Thu, 15 Jul 2010 10:23:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>From SharePoint to Java</title>
		<link>http://www.buro9.com/blog/2010/03/15/from-sharepoint-to-java/</link>
		<comments>http://www.buro9.com/blog/2010/03/15/from-sharepoint-to-java/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 10:05:58 +0000</pubDate>
		<dc:creator>DavidK</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.buro9.com/blog/?p=179</guid>
		<description><![CDATA[After almost 7 years working with Project Server and SharePoint I am moving on. I&#8217;ve been lucky enough to have been given some complex problems to solve for a range of great clients including some great work for the Home Office in the UK, several major banks including Deutsche Bank, Royal Bank of Scotland, Merrill [...]]]></description>
		<wfw:commentRss>http://www.buro9.com/blog/2010/03/15/from-sharepoint-to-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing /tmp and /var/tmp on Ubuntu whilst keeping apt-get working</title>
		<link>http://www.buro9.com/blog/2010/01/20/securing-tmp-and-vartmp-on-ubuntu-whilst-keeping-apt-get-working/</link>
		<comments>http://www.buro9.com/blog/2010/01/20/securing-tmp-and-vartmp-on-ubuntu-whilst-keeping-apt-get-working/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 13:00:32 +0000</pubDate>
		<dc:creator>DavidK</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.buro9.com/blog/?p=176</guid>
		<description><![CDATA[Securing /tmp and /var/tmp , not the highest of priority but it seems like a fair few script kiddies like attacking this via Apache, so whilst this doesn&#8217;t equate to &#8220;secure&#8221; it does help guard against a specific attack. This guide was written for Ubuntu 9.10 Karmic Koala, but I’m sure it will work on [...]]]></description>
		<wfw:commentRss>http://www.buro9.com/blog/2010/01/20/securing-tmp-and-vartmp-on-ubuntu-whilst-keeping-apt-get-working/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing ConfigServer Security &amp; Firewall</title>
		<link>http://www.buro9.com/blog/2009/12/08/installing-configserver-security-firewall/</link>
		<comments>http://www.buro9.com/blog/2009/12/08/installing-configserver-security-firewall/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 17:31:25 +0000</pubDate>
		<dc:creator>DavidK</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.buro9.com/blog/?p=164</guid>
		<description><![CDATA[The information on this is to be found here: http://www.configserver.com/cp/csf.html In a very brief summary though, it&#8217;s a simplified configuration manager for iptables (the Linux firewall) and also provides things like log file watching, alerts, authentication failures, login tracking, suspicious process reporting, etc. This guide was written for Ubuntu 9.10 Karmic Koala, but I&#8217;m sure [...]]]></description>
		<wfw:commentRss>http://www.buro9.com/blog/2009/12/08/installing-configserver-security-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing HAProxy and Stunnel (load balance http and https)</title>
		<link>http://www.buro9.com/blog/2009/12/07/installing-haproxy-load-balance-http-and-https/</link>
		<comments>http://www.buro9.com/blog/2009/12/07/installing-haproxy-load-balance-http-and-https/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 15:25:57 +0000</pubDate>
		<dc:creator>DavidK</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.buro9.com/blog/?p=152</guid>
		<description><![CDATA[HAProxy is wonderful, it&#8217;s way faster than nginx and if you want to it can provide high availability too. I&#8217;m just using it as a load balancer though&#8230; and the catch is, HAProxy doesn&#8217;t do SSL, so for that to work port 443 will be handled by stunnel in front of HAProxy&#8230; upside, my Apache2 [...]]]></description>
		<wfw:commentRss>http://www.buro9.com/blog/2009/12/07/installing-haproxy-load-balance-http-and-https/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>NFS Server and Client with Static Ports (Firewall ready)</title>
		<link>http://www.buro9.com/blog/2009/12/07/nfs-static-ports/</link>
		<comments>http://www.buro9.com/blog/2009/12/07/nfs-static-ports/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 12:14:56 +0000</pubDate>
		<dc:creator>DavidK</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.buro9.com/blog/?p=144</guid>
		<description><![CDATA[This caused me a bit of a headache&#8230; mostly with nlockmgr, and as I know this caused me headache last time too (pages I&#8217;d bookmarked had all gone the way of a 404) here&#8217;s a quick guide to setting up an NFS server on a Ubuntu 9.10 Karmic Koala server. NFS SERVER 1. Install NFS [...]]]></description>
		<wfw:commentRss>http://www.buro9.com/blog/2009/12/07/nfs-static-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Search</title>
		<link>http://www.buro9.com/blog/2009/01/25/image-search/</link>
		<comments>http://www.buro9.com/blog/2009/01/25/image-search/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 19:12:37 +0000</pubDate>
		<dc:creator>DavidK</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.buro9.com/blog/?p=141</guid>
		<description><![CDATA[It&#8217;s not often that I find a website that does what I think it should do rather than what others have acclimatised themselves from expecting. One such example happened just a few minutes ago. I have an image, and don&#8217;t know where it comes from, and what I wanted to do is to search the [...]]]></description>
		<wfw:commentRss>http://www.buro9.com/blog/2009/01/25/image-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Wiki Table of Contents using jQuery and ShUIE</title>
		<link>http://www.buro9.com/blog/2008/12/10/sharepoint-wiki-table-of-contents-using-jquery-and-shuie/</link>
		<comments>http://www.buro9.com/blog/2008/12/10/sharepoint-wiki-table-of-contents-using-jquery-and-shuie/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 12:26:33 +0000</pubDate>
		<dc:creator>DavidK</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.buro9.com/blog/?p=134</guid>
		<description><![CDATA[So I&#8217;m back, playing around with ShUIE in the few spare moments of downtime at work, and today I have a gap-filler for you. What&#8217;s missing from SharePoint Wikis? Well, don&#8217;t get me started but one obvious thing is a table of contents. Scenario: You make a nice long page that acts as a living [...]]]></description>
		<wfw:commentRss>http://www.buro9.com/blog/2008/12/10/sharepoint-wiki-table-of-contents-using-jquery-and-shuie/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Announcing ShUIE (SharePoint User Interface Extender)</title>
		<link>http://www.buro9.com/blog/2008/12/04/announcing-shuie-sharepoint-user-interface-extender/</link>
		<comments>http://www.buro9.com/blog/2008/12/04/announcing-shuie-sharepoint-user-interface-extender/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 15:33:16 +0000</pubDate>
		<dc:creator>DavidK</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.buro9.com/blog/?p=127</guid>
		<description><![CDATA[It&#8217;s with great pleasure that on behalf of Pcubed I&#8217;ve been able to take a utility that we have been using to great success internally and with our clients, and offer it to the SharePoint developer community. http://www.codeplex.com/ShUIE Which means what exactly? Well ShUIE is a utility that provides a single and rather-dull purpose: ShUIE [...]]]></description>
		<wfw:commentRss>http://www.buro9.com/blog/2008/12/04/announcing-shuie-sharepoint-user-interface-extender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your roaming profile load faster by moving your temporary files out of the profile directory.</title>
		<link>http://www.buro9.com/blog/2008/10/06/make-your-roaming-profile-load-faster-by-moving-your-temporary-files-out-of-the-profile-directory/</link>
		<comments>http://www.buro9.com/blog/2008/10/06/make-your-roaming-profile-load-faster-by-moving-your-temporary-files-out-of-the-profile-directory/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 08:13:55 +0000</pubDate>
		<dc:creator>DavidK</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.buro9.com/blog/?p=121</guid>
		<description><![CDATA[I work with various clients and am given accounts on their networks, some of those clients use roaming profiles and it&#8217;s not unusual to find myself spending 20 minutes waiting for a roaming profile to load up from India, Australia or the United States (via Canada). The simplest method I&#8217;ve found to reducing the time [...]]]></description>
		<wfw:commentRss>http://www.buro9.com/blog/2008/10/06/make-your-roaming-profile-load-faster-by-moving-your-temporary-files-out-of-the-profile-directory/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Error when provisioning a Project Workspace</title>
		<link>http://www.buro9.com/blog/2008/06/27/error-when-provisioning-a-project-workspace/</link>
		<comments>http://www.buro9.com/blog/2008/06/27/error-when-provisioning-a-project-workspace/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 13:33:39 +0000</pubDate>
		<dc:creator>DavidK</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[project server]]></category>
		<category><![CDATA[psi]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://www.buro9.com/blog/?p=109</guid>
		<description><![CDATA[Project Server splits project data across two areas: Project Server holds the plan data (Tasks, Milestones) &#38; resourcing data (Resources, Timesheets), and then SharePoint (WSS or MOSS) holds the Risks, Issues, Documents and other custom data. When a project is initially published in Project Server, PWA (Project Web Access) will attempt to provision a new [...]]]></description>
		<wfw:commentRss>http://www.buro9.com/blog/2008/06/27/error-when-provisioning-a-project-workspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
