<?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>Dan Nicholson</title>
	<atom:link href="http://www.dannicholson.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dannicholson.co.uk</link>
	<description>Software &#38; Web Development Blog</description>
	<lastBuildDate>Mon, 31 Oct 2011 13:43:07 +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>HTML displaying Â£ instead of £</title>
		<link>http://www.dannicholson.co.uk/2011/10/31/html-displaying-apound-instead-of-pound/</link>
		<comments>http://www.dannicholson.co.uk/2011/10/31/html-displaying-apound-instead-of-pound/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 13:42:55 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Quick Guides]]></category>

		<guid isPermaLink="false">http://www.dannicholson.co.uk/?p=178</guid>
		<description><![CDATA[Another quick fix &#8211; if you are finding that your html page is outputting Â£ instead of £ it is more than likely because you need to specify the content type meta tag: &#60;meta http-equiv="content-type" content="text/html; charset=UTF-8" /&#62;]]></description>
			<content:encoded><![CDATA[<p>Another quick fix &#8211; if you are finding that your html page is outputting Â£ instead of £ it is more than likely because you need to specify the content type meta tag:</p>
<p><code>&lt;meta http-equiv="content-type" content="text/html; charset=UTF-8" /&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannicholson.co.uk/2011/10/31/html-displaying-apound-instead-of-pound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HeidiSQL query results hidden</title>
		<link>http://www.dannicholson.co.uk/2011/10/27/heidisql-query-results-hidden/</link>
		<comments>http://www.dannicholson.co.uk/2011/10/27/heidisql-query-results-hidden/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 09:26:22 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.dannicholson.co.uk/?p=171</guid>
		<description><![CDATA[If you are trying to run a query in HeidiSQL and find that the results are not displaying, it is probably because the box has been pushed off the bottom by the query editor window. This can be caused by resizing of the various windows. To fix this issues: Close all instances of HeidiSQL Open [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to run a query in HeidiSQL and find that the results are not displaying, it is probably because the box has been pushed off the bottom by the query editor window. This can be caused by resizing of the various windows.</p>
<p>To fix this issues:</p>
<ol>
<li>Close all instances of HeidiSQL</li>
<li>Open regedit.exe</li>
<li>Delete the entry \\HKEY_CURRENT_USER\Software\HeidiSQL\querymemoheight</li>
<li>Restart HeidiSQL</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.dannicholson.co.uk/2011/10/27/heidisql-query-results-hidden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding CSS3 Support to IE 9</title>
		<link>http://www.dannicholson.co.uk/2011/10/21/adding-css3-support-to-ie-9/</link>
		<comments>http://www.dannicholson.co.uk/2011/10/21/adding-css3-support-to-ie-9/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 10:16:24 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[HTML5 & CSS3]]></category>

		<guid isPermaLink="false">http://www.dannicholson.co.uk/?p=165</guid>
		<description><![CDATA[If you have been developing your first CSS3 theme in a non-IE browser such as Google Chrome, you might find that when you preview your new design in IE 9 there is still no support. Luckily the solution is simple, all you need to do is add the following tag to yoursection and you should [...]]]></description>
			<content:encoded><![CDATA[<p>If you have been developing your first CSS3 theme in a non-IE browser such as Google Chrome, you might find that when you preview your new design in IE 9 there is still no support.</p>
<p>Luckily the solution is simple, all you need to do is add the following tag to yoursection and you should be good to go:</p>
<p>&lt;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=Edge&#8221; /&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannicholson.co.uk/2011/10/21/adding-css3-support-to-ie-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install subversion on Oracle Enterprise Linux 5.7</title>
		<link>http://www.dannicholson.co.uk/2011/10/10/install-subversion-on-oracle-enterprise-linux-5-7/</link>
		<comments>http://www.dannicholson.co.uk/2011/10/10/install-subversion-on-oracle-enterprise-linux-5-7/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 11:26:21 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Server Management]]></category>

		<guid isPermaLink="false">http://www.dannicholson.co.uk/?p=154</guid>
		<description><![CDATA[INSTALL SUBVERSION $ yum -y install subversion CHECK INSTALLATION $ svn &#8211;version $ svnadmin –version CHECKOUT REPOSITORY $ svn checkout file:///tmp/repos/test folder UPDATE FROM REPOSITORY (navigate to folder) $ svn update COMMIT TO REPOSITORY (navigate to folder) $ svn commit -m &#8220;your commit message here&#8221;]]></description>
			<content:encoded><![CDATA[<p>INSTALL SUBVERSION</p>
<p>$ yum -y install subversion</p>
<p>CHECK INSTALLATION</p>
<p>$ svn &#8211;version</p>
<p>$ svnadmin –version</p>
<p>CHECKOUT REPOSITORY</p>
<p>$ svn checkout file:///tmp/repos/test folder</p>
<p>UPDATE FROM REPOSITORY (navigate to folder)</p>
<p>$ svn update</p>
<p>COMMIT TO REPOSITORY (navigate to folder)</p>
<p>$ svn commit -m &#8220;your commit message here&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannicholson.co.uk/2011/10/10/install-subversion-on-oracle-enterprise-linux-5-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install CNTLM proxy on Oracle Enterprise Linux 5.7</title>
		<link>http://www.dannicholson.co.uk/2011/10/06/install-cntlm-proxy-on-oracle-enterprise-linux-5-7/</link>
		<comments>http://www.dannicholson.co.uk/2011/10/06/install-cntlm-proxy-on-oracle-enterprise-linux-5-7/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 11:23:49 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Server Management]]></category>

		<guid isPermaLink="false">http://www.dannicholson.co.uk/?p=150</guid>
		<description><![CDATA[Download rpm file from http://cntlm.wiki.sourceforge.net rpm -i [file] $ nano /etc/cntlm.conf Username user Domain domain Password password Proxy proxy:8080 $ service cntlmd start System &#62; Administration &#62; Unbreakable Linux Network Configuration &#62; General: Enable HTTP Proxy = localhost:3128]]></description>
			<content:encoded><![CDATA[<ol>
<li>Download rpm file from http://cntlm.wiki.sourceforge.net</li>
<li>rpm -i [file]</li>
<li>$ nano /etc/cntlm.conf<br />
Username user<br />
Domain domain<br />
Password password<br />
Proxy proxy:8080</li>
<li>$ service cntlmd start</li>
<li>System &gt; Administration &gt; Unbreakable Linux Network Configuration &gt; General: Enable HTTP Proxy = localhost:3128</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.dannicholson.co.uk/2011/10/06/install-cntlm-proxy-on-oracle-enterprise-linux-5-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Links</title>
		<link>http://www.dannicholson.co.uk/2011/08/30/updated-links/</link>
		<comments>http://www.dannicholson.co.uk/2011/08/30/updated-links/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 12:08:20 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dannicholson.co.uk/?p=145</guid>
		<description><![CDATA[I have been working on getting together a list of useful websites and I have now added those links to a new page on this website: Links If you have any suggestions for new links to add, please let me know. I have also noticed that my Google ranking is dropping, probably because I haven&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on getting together a list of useful websites and I have now added those links to a new page on this website:</p>
<p><a href="http://www.dannicholson.co.uk/links">Links</a></p>
<p>If you have any suggestions for new links to add, please let me know.</p>
<p>I have also noticed that my Google ranking is dropping, probably because I haven&#8217;t updated this site for nearly a year. I will therefore post an update or two soon, I promise!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannicholson.co.uk/2011/08/30/updated-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphics Work &#8211; Space Scenes</title>
		<link>http://www.dannicholson.co.uk/2010/10/16/graphics-work-space-scenes/</link>
		<comments>http://www.dannicholson.co.uk/2010/10/16/graphics-work-space-scenes/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 16:45:37 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Design and Graphics]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.dannicholson.co.uk/?p=124</guid>
		<description><![CDATA[ have been working with Adobe Photoshop to create a few space scenes for a project I'm working on. Here are a few of the new images.]]></description>
			<content:encoded><![CDATA[<p>I have been working with Adobe Photoshop to create a few space scenes for a project I&#8217;m working on. Below are a few of the new images.</p>
<p><span id="more-124"></span></p>
<p style="text-align: center;"><a href="http://www.dannicholson.co.uk/wp-content/uploads/2010/10/planet1b.jpg"><img class="size-medium wp-image-117 aligncenter" title="Space Scene 1" src="http://www.dannicholson.co.uk/wp-content/uploads/2010/10/planet1b-300x300.jpg" alt="" width="300" height="300" /></a></p>
<div style="text-align: left;"></div>
<p><a href="http://www.dannicholson.co.uk/wp-content/uploads/2010/10/gas_cloud.jpg"><img class="size-medium wp-image-118 aligncenter" title="Gas Cloud" src="http://www.dannicholson.co.uk/wp-content/uploads/2010/10/gas_cloud-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p style="text-align: center;"><a href="http://www.dannicholson.co.uk/wp-content/uploads/2010/10/gas_cloud2.jpg"><img class="size-medium wp-image-119 aligncenter" title="Gas Cloud 2" src="http://www.dannicholson.co.uk/wp-content/uploads/2010/10/gas_cloud2-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p>The first was a basic test of one method of star-field generation, the second was another method, and the third was a variation on the blend methods used to see the effect it would have on the finished piece. Click for the full image.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannicholson.co.uk/2010/10/16/graphics-work-space-scenes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ChessIT &#8211; My Online Chess Game</title>
		<link>http://www.dannicholson.co.uk/2010/10/08/chessit-my-online-chess-game/</link>
		<comments>http://www.dannicholson.co.uk/2010/10/08/chessit-my-online-chess-game/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 18:45:02 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dannicholson.co.uk/?p=87</guid>
		<description><![CDATA[I have had this script online for a while, but I have had a few requests to make it public so that people can use it themselves. ChessIT is a php and xml based program that lets you play chess against another person. chess.dannicholson.co.uk The system allows the majority of chess moves (some of the [...]]]></description>
			<content:encoded><![CDATA[<p>I have had this script online for a while, but I have had a few requests to make it public so that people can use it themselves.</p>
<p>ChessIT is a php and xml based program that lets you play chess against another person.</p>
<p><a title="Open ChessIT" href="http://chess.dannicholson.co.uk" target="_blank">chess.dannicholson.co.uk</a></p>
<p>The system allows the majority of chess moves (some of the more obscure ones aren&#8217;t quite in yet), and even has a move history replay feature by hovering over the move list to the left of the board.</p>
<p>I originally wrote this as a test of a chess move validation script, but it turned out to be quite a fun game, so have a look and invite your friends!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannicholson.co.uk/2010/10/08/chessit-my-online-chess-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Change</title>
		<link>http://www.dannicholson.co.uk/2010/10/08/server-change/</link>
		<comments>http://www.dannicholson.co.uk/2010/10/08/server-change/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 16:01:29 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dannicholson.co.uk/?p=85</guid>
		<description><![CDATA[I have just moved this site to a shiny new hosting package and imported the content from the previous server, everything seems to be working but there may be a few images &#38; files missing that the export missed. If you find anything that I haven&#8217;t spotted yet let me know and I&#8217;ll see if [...]]]></description>
			<content:encoded><![CDATA[<p>I have just moved this site to a shiny new hosting package and imported the content from the previous server, everything seems to be working but there may be a few images &amp; files missing that the export missed. If you find anything that I haven&#8217;t spotted yet let me know and I&#8217;ll see if I can track it down.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannicholson.co.uk/2010/10/08/server-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript XML Parser</title>
		<link>http://www.dannicholson.co.uk/2009/04/01/javascript-xml-parser/</link>
		<comments>http://www.dannicholson.co.uk/2009/04/01/javascript-xml-parser/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 14:06:43 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.dannicholson.co.uk/blog/2009/04/01/javascript-xml-parser/</guid>
		<description><![CDATA[This code was originally for Adobe Illustrator 10 as I needed something to parse a basic XML file and create an image from the data. It shouldn&#8217;t be too difficult to adapt it for other uses, as most of it is generic Javascript code. It is a very basic version of an XML parser but [...]]]></description>
			<content:encoded><![CDATA[<p>This code was originally for Adobe Illustrator 10 as I needed something to parse a basic XML file and create an image from the data. It shouldn&#8217;t be too difficult to adapt it for other uses, as most of it is generic Javascript code.</p>
<p><span id="more-24"></span>It is a very basic version of an XML parser but might come in handy as a starting point for anyone working on something similar.</p>
<p><a href="http://www.dannicholson.co.uk/blog/wp-content/uploads/2009/04/javascriptxml.js" title="Javascript Basic XML Parser (version 2.0)">Javascript Basic XML Parser (version 2.0)</a></p>
<p>NB: Some of the variables at the top are used in my original &#8216;dealWithIt&#8217; function, so feel free to delete them if they are no longer used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannicholson.co.uk/2009/04/01/javascript-xml-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

