<?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>September 28 blog - Dan Spencer</title>
	<atom:link href="http://www.september28.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.september28.co.uk/blog</link>
	<description>Personal Blog of Daniel Spencer</description>
	<lastBuildDate>Thu, 24 Nov 2011 15:42:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>PHP IMAP support in Mac OS X Lion without recompiling PHP</title>
		<link>http://www.september28.co.uk/blog/2011/11/24/php-imap-support-in-mac-os-x-lion-without-recompiling-php/</link>
		<comments>http://www.september28.co.uk/blog/2011/11/24/php-imap-support-in-mac-os-x-lion-without-recompiling-php/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 15:31:59 +0000</pubDate>
		<dc:creator>Dan Spencer</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[pcre]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.september28.co.uk/blog/?p=159</guid>
		<description><![CDATA[OK, so this was a lot harder than it should have been, and I had to use various tutorials to get it working, however I am pleased to say that I finally did get it all working without needing to completely recompile php. Here are the steps: First, modified from http://blog.xeonxai.com/2009/12/03/160/: Download IMAP source code [...]]]></description>
		<wfw:commentRss>http://www.september28.co.uk/blog/2011/11/24/php-imap-support-in-mac-os-x-lion-without-recompiling-php/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Installing libmcrypt + php mcrypt on Mac OS X Lion</title>
		<link>http://www.september28.co.uk/blog/2011/10/12/installing-libmcrypt-php-mcrypt-on-mac-os-x-lion/</link>
		<comments>http://www.september28.co.uk/blog/2011/10/12/installing-libmcrypt-php-mcrypt-on-mac-os-x-lion/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 08:49:52 +0000</pubDate>
		<dc:creator>Dan Spencer</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.september28.co.uk/blog/?p=156</guid>
		<description><![CDATA[Great guide here: http://www.glenscott.co.uk/blog/2011/08/29/install-mcrypt-php-extension-on-mac-os-x-lion/]]></description>
		<wfw:commentRss>http://www.september28.co.uk/blog/2011/10/12/installing-libmcrypt-php-mcrypt-on-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing mysql in OS X Lion upgrade</title>
		<link>http://www.september28.co.uk/blog/2011/07/20/fixing-mysql-in-os-x-lion-upgrade/</link>
		<comments>http://www.september28.co.uk/blog/2011/07/20/fixing-mysql-in-os-x-lion-upgrade/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 21:28:02 +0000</pubDate>
		<dc:creator>Dan Spencer</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.september28.co.uk/blog/?p=149</guid>
		<description><![CDATA[After upgrading to OS X Lion today, MySQL seemed to stop working. In fact, mysql was still running, however there were 2 problems: php not connecting to mysql server mysql no longer in path (terminal commands &#8220;mysql -u root -p&#8221; doesn&#8217;t work) I found the solution for (1) at: http://birdchan.com/home/2011/07/20/osx-lion-mysql-sock-path/ Here is what it says: [...]]]></description>
		<wfw:commentRss>http://www.september28.co.uk/blog/2011/07/20/fixing-mysql-in-os-x-lion-upgrade/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apache 2 deflate for file compression</title>
		<link>http://www.september28.co.uk/blog/2011/07/04/apache-2-deflate-for-file-compression/</link>
		<comments>http://www.september28.co.uk/blog/2011/07/04/apache-2-deflate-for-file-compression/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 13:06:05 +0000</pubDate>
		<dc:creator>Dan Spencer</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.september28.co.uk/blog/?p=146</guid>
		<description><![CDATA[Whilst reading a very good article from the techies at Yahoo, I found out that it would be a good idea to compress certain files on my Apache2 server to reduce the amount of data passed to the browser over the internet. I found a pretty good article from How2forge at http://www.howtoforge.com/apache2_mod_deflate I also modified [...]]]></description>
		<wfw:commentRss>http://www.september28.co.uk/blog/2011/07/04/apache-2-deflate-for-file-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number of lines in multiple files</title>
		<link>http://www.september28.co.uk/blog/2011/07/01/number-of-lines-in-multiple-files/</link>
		<comments>http://www.september28.co.uk/blog/2011/07/01/number-of-lines-in-multiple-files/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 18:58:43 +0000</pubDate>
		<dc:creator>Dan Spencer</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.september28.co.uk/blog/?p=143</guid>
		<description><![CDATA[The other day I wanted to find out how many lines of code I had written for a particular project. A quick web search through up a useful bit of code in the terminal. Navigate to the directory that you wish to search and then: find . -name "*.php" -exec wc -l '{}' \; &#124; [...]]]></description>
		<wfw:commentRss>http://www.september28.co.uk/blog/2011/07/01/number-of-lines-in-multiple-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail smtp in codeigniter on WAMP</title>
		<link>http://www.september28.co.uk/blog/2011/03/22/gmail-smtp-in-codeigniter-on-wamp/</link>
		<comments>http://www.september28.co.uk/blog/2011/03/22/gmail-smtp-in-codeigniter-on-wamp/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 11:57:49 +0000</pubDate>
		<dc:creator>Dan Spencer</dc:creator>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.september28.co.uk/blog/?p=134</guid>
		<description><![CDATA[I was having real issues getting gmail smtp working on WAMP, using the great php framework Codeigniter. I followed many guides, but kept getting erred when calling the email->send() method. Eventually I worked it out! So here are my steps: Enable php_openssl in WAMP. This is done by clicking the WAMP tray icon -> PHP [...]]]></description>
		<wfw:commentRss>http://www.september28.co.uk/blog/2011/03/22/gmail-smtp-in-codeigniter-on-wamp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installation of Redmine on Ubuntu 10.10</title>
		<link>http://www.september28.co.uk/blog/2011/03/12/installation-of-redmine-on-ubuntu-10-10/</link>
		<comments>http://www.september28.co.uk/blog/2011/03/12/installation-of-redmine-on-ubuntu-10-10/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 14:23:32 +0000</pubDate>
		<dc:creator>Dan Spencer</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.september28.co.uk/blog/?p=127</guid>
		<description><![CDATA[I wanted to install Redmine as a project management / Issue tracker tool on my VPS. The guide that I used was: http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_Ubuntu (using the Passenger install) Seeing as I wanted to access Redmine as a subdomain of my september28.co.uk domain, I changed the following: &#60;Directory /var/www/redmine&#62; RailsBaseURI /redmine PassengerResolveSymlinksInDocumentRoot on &#60;/Directory&#62; to: &#60;Directory /var/www/redmine&#62; [...]]]></description>
		<wfw:commentRss>http://www.september28.co.uk/blog/2011/03/12/installation-of-redmine-on-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation of ftp server on Ubuntu 10.10</title>
		<link>http://www.september28.co.uk/blog/2011/03/12/installation-of-ftp-server-on-ubuntu-10-10/</link>
		<comments>http://www.september28.co.uk/blog/2011/03/12/installation-of-ftp-server-on-ubuntu-10-10/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 14:13:48 +0000</pubDate>
		<dc:creator>Dan Spencer</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.september28.co.uk/blog/?p=125</guid>
		<description><![CDATA[This was pretty straight forward, the best instructions were on the Ubuntu website&#8230; https://help.ubuntu.com/10.10/serverguide/C/ftp-server.html]]></description>
		<wfw:commentRss>http://www.september28.co.uk/blog/2011/03/12/installation-of-ftp-server-on-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation and Setup Subversion Server on Ubuntu 10.10</title>
		<link>http://www.september28.co.uk/blog/2011/03/12/installation-and-setup-subversion-server/</link>
		<comments>http://www.september28.co.uk/blog/2011/03/12/installation-and-setup-subversion-server/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 13:24:25 +0000</pubDate>
		<dc:creator>Dan Spencer</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.september28.co.uk/blog/?p=121</guid>
		<description><![CDATA[I wanted my VPS to host Subversion repositories for the projects that I am working on. I followed a number of guides to get the setup that I wanted. the sites are listed directly below for reference: http://danielabrantes.blogspot.com/2010/11/install-subversion-in-ubuntu-1010.html http://odyniec.net/articles/ubuntu-subversion-server/ https://help.ubuntu.com/community/Subversion As I wanted the repository to be private, I changed the lines: &#60; LimitExcept GET [...]]]></description>
		<wfw:commentRss>http://www.september28.co.uk/blog/2011/03/12/installation-and-setup-subversion-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up GD library in Ubuntu 10.10</title>
		<link>http://www.september28.co.uk/blog/2011/02/24/setting-up-gd-library-in-ubuntu-10-10/</link>
		<comments>http://www.september28.co.uk/blog/2011/02/24/setting-up-gd-library-in-ubuntu-10-10/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 14:31:23 +0000</pubDate>
		<dc:creator>Dan Spencer</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.september28.co.uk/blog/?p=114</guid>
		<description><![CDATA[So it turns out that the php5-gd package that ships with ubuntu 10.10 server is not the most up to date version (2.0). After migrating the server over to my new VPS, I couldn&#8217;t get my portfolio images working which use gd to do some reflection. After loads of searching online, i found the solution [...]]]></description>
		<wfw:commentRss>http://www.september28.co.uk/blog/2011/02/24/setting-up-gd-library-in-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

