<?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>Jonathan Norman &#187; News</title>
	<atom:link href="http://black-flag.co.uk/wordpress/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://black-flag.co.uk/wordpress</link>
	<description>Black-Flag.co.uk</description>
	<lastBuildDate>Sat, 04 Sep 2010 09:33:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Qmake on PowerPC</title>
		<link>http://black-flag.co.uk/wordpress/2010/09/03/qmake-on-powerpc/</link>
		<comments>http://black-flag.co.uk/wordpress/2010/09/03/qmake-on-powerpc/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 23:34:03 +0000</pubDate>
		<dc:creator>Jonthan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://black-flag.co.uk/wordpress/?p=159</guid>
		<description><![CDATA[I&#8217;ve recently started learning Qt on mac and I&#8217;ve ran into a number of problems. One of the problems was caused by qmake creating a Makefile or Xcode project that specified / limited the target arch to i386. The first problem is that qmake creates a Xcode project on Mac by default, I&#8217;ve not used [...]]]></description>
		<wfw:commentRss>http://black-flag.co.uk/wordpress/2010/09/03/qmake-on-powerpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstall SSHKeychain</title>
		<link>http://black-flag.co.uk/wordpress/2010/08/10/uninstall-sshkeychain/</link>
		<comments>http://black-flag.co.uk/wordpress/2010/08/10/uninstall-sshkeychain/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 16:51:36 +0000</pubDate>
		<dc:creator>Jonthan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://black-flag.co.uk/wordpress/?p=151</guid>
		<description><![CDATA[I recently upgraded from Mac OS X 10.4.11 to 10.5.8. Unlike Tiger, Leopard comes with it&#8217;s own ssh-agent which is tied into keychain which can remember the passwords for your ssh keys. I had SSHKeychain installed on Tiger so that I did not have to enter my key password when I connected using ssh but [...]]]></description>
		<wfw:commentRss>http://black-flag.co.uk/wordpress/2010/08/10/uninstall-sshkeychain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere Client on Windows 7</title>
		<link>http://black-flag.co.uk/wordpress/2010/07/02/vsphere-client-on-windows-7/</link>
		<comments>http://black-flag.co.uk/wordpress/2010/07/02/vsphere-client-on-windows-7/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 18:19:09 +0000</pubDate>
		<dc:creator>Jonthan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://black-flag.co.uk/wordpress/?p=147</guid>
		<description><![CDATA[For the last few days I&#8217;ve been trying to install vSphere Client to manage a ESXi 4.0 server but it kept failing when it got to .Net J# on the installed. So I went online and downloaded the newest version I could, Update 1, which also failed. By this point I was getting rather annoyed [...]]]></description>
		<wfw:commentRss>http://black-flag.co.uk/wordpress/2010/07/02/vsphere-client-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt on Mac (10.4)</title>
		<link>http://black-flag.co.uk/wordpress/2010/06/18/qt-on-mac-10-4/</link>
		<comments>http://black-flag.co.uk/wordpress/2010/06/18/qt-on-mac-10-4/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 20:47:39 +0000</pubDate>
		<dc:creator>Jonthan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://black-flag.co.uk/wordpress/?p=136</guid>
		<description><![CDATA[I&#8217;ve been hanging out on the Meego IRC channel and Meego uses Qt for it&#8217;s applications, for this reason I&#8217;ve installed Qt on my mac. You can download Qt from here. I had to make one change to the source file in order to get it to compile. // #include &#60;QtGui&#62; #include &#60;QtGui/QtGui&#62; int main(int [...]]]></description>
		<wfw:commentRss>http://black-flag.co.uk/wordpress/2010/06/18/qt-on-mac-10-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Hat Enterprise Linux 6 Beta + Grub 2</title>
		<link>http://black-flag.co.uk/wordpress/2010/04/23/red-hat-enterprise-linux-6-beta-grub-2/</link>
		<comments>http://black-flag.co.uk/wordpress/2010/04/23/red-hat-enterprise-linux-6-beta-grub-2/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 22:14:21 +0000</pubDate>
		<dc:creator>Jonthan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://black-flag.co.uk/wordpress/?p=129</guid>
		<description><![CDATA[Yesterday I downloaded and installed RHEL 6 Beta but I didn&#8217;t install the boot loader. I already have Grub 2 installed and set up on my laptop with my other distros and Windows. RHEL 6 Beta uses Grub (Legacy) and this handles graphics different to Grub 2. I&#8217;ve been using LFS and CLFS for a [...]]]></description>
		<wfw:commentRss>http://black-flag.co.uk/wordpress/2010/04/23/red-hat-enterprise-linux-6-beta-grub-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ Aggregation Assocation</title>
		<link>http://black-flag.co.uk/wordpress/2010/04/11/c-aggregation-assocation/</link>
		<comments>http://black-flag.co.uk/wordpress/2010/04/11/c-aggregation-assocation/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 10:18:50 +0000</pubDate>
		<dc:creator>Jonthan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://black-flag.co.uk/wordpress/?p=122</guid>
		<description><![CDATA[Hello all. I created the program at the bottom as a test as I was having problems with Aggregation Assocation in my assignment. The program below has the person class that we created in the last post but now it also has a new link class with two functions. The first function sets the pointer [...]]]></description>
		<wfw:commentRss>http://black-flag.co.uk/wordpress/2010/04/11/c-aggregation-assocation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple CPP program</title>
		<link>http://black-flag.co.uk/wordpress/2010/03/08/a-simple-cpp-program/</link>
		<comments>http://black-flag.co.uk/wordpress/2010/03/08/a-simple-cpp-program/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 15:41:44 +0000</pubDate>
		<dc:creator>Jonthan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cpp]]></category>

		<guid isPermaLink="false">http://black-flag.co.uk/wordpress/?p=101</guid>
		<description><![CDATA[Hello everyone. This semester I&#8217;ve been the learning CPP (C++ / CXX) programming language and I thought I&#8217;d write a simple program in order to help out some of my friends. This program has one class; person. This class contains two private variables called name and age, these have the associated accessors and mutators. Lets [...]]]></description>
		<wfw:commentRss>http://black-flag.co.uk/wordpress/2010/03/08/a-simple-cpp-program/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apache user support in Tiger</title>
		<link>http://black-flag.co.uk/wordpress/2008/11/26/apache-user-support-in-tiger/</link>
		<comments>http://black-flag.co.uk/wordpress/2008/11/26/apache-user-support-in-tiger/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 20:50:41 +0000</pubDate>
		<dc:creator>Jonthan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://black-flag.co.uk/wordpress/?p=90</guid>
		<description><![CDATA[Last time we showed you how to install Apache 2.2 on OS X Tiger. This time we will show you how to add user directory support to it. Assuming you installed Apache to /usr/local/apache2 then you need to look at a file called httpd-userdir.conf in /usr/local/apache2/conf/extra. This is the file that tells Apache where there [...]]]></description>
		<wfw:commentRss>http://black-flag.co.uk/wordpress/2008/11/26/apache-user-support-in-tiger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cats v3</title>
		<link>http://black-flag.co.uk/wordpress/2008/05/08/cats-v3/</link>
		<comments>http://black-flag.co.uk/wordpress/2008/05/08/cats-v3/#comments</comments>
		<pubDate>Thu, 08 May 2008 12:30:48 +0000</pubDate>
		<dc:creator>Jonthan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://black-flag.co.uk/wordpress/?p=75</guid>
		<description><![CDATA[I have been working on a new website for my uncle and aunty. They breed cats and dogs so they use the website do display information about their animals and what kitties and pups they have for sale. Their current website was made in 2005 and the last back end update was in 2006. Since [...]]]></description>
		<wfw:commentRss>http://black-flag.co.uk/wordpress/2008/05/08/cats-v3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac binary stripping guide</title>
		<link>http://black-flag.co.uk/wordpress/2008/03/23/mac-binary-stripping-guide/</link>
		<comments>http://black-flag.co.uk/wordpress/2008/03/23/mac-binary-stripping-guide/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 23:04:56 +0000</pubDate>
		<dc:creator>Jonthan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://black-flag.co.uk/wordpress/index.php/2008/03/23/mac-binary-stripping-guide/</guid>
		<description><![CDATA[Hey all. Mac users will know that a lot of new apples come with both i383 and ppc executable. If you&#8217;d like to save space you can strip one of them from the program. Here is how I did it to Safari 3.1: First you open up Terminal.app under Utilities in the Applications directory. Last [...]]]></description>
		<wfw:commentRss>http://black-flag.co.uk/wordpress/2008/03/23/mac-binary-stripping-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
