<?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 Soussan</title>
	<atom:link href="http://davidsoussan.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidsoussan.co.uk</link>
	<description>My New Domain</description>
	<lastBuildDate>Wed, 23 Nov 2011 12:01:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>I am a &#8220;TC Winner&#8221;</title>
		<link>http://davidsoussan.co.uk/2011/11/23/i-am-a-tc-winner/</link>
		<comments>http://davidsoussan.co.uk/2011/11/23/i-am-a-tc-winner/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 11:52:17 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://davidsoussan.co.uk/?p=176</guid>
		<description><![CDATA[I won this badge for solving the Running Total Problem at Beyond Relational.]]></description>
		<wfw:commentRss>http://davidsoussan.co.uk/2011/11/23/i-am-a-tc-winner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL NET Connector 6.3.6 bugs with Visual Studio 2010</title>
		<link>http://davidsoussan.co.uk/2011/06/16/mysql-net-connector-6-3-6-bugs-with-visual-studio-2010/</link>
		<comments>http://davidsoussan.co.uk/2011/06/16/mysql-net-connector-6-3-6-bugs-with-visual-studio-2010/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 14:38:30 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://davidsoussan.co.uk/?p=170</guid>
		<description><![CDATA[Just wasted a day trying to fix things after installing mysql connector 6.3.6 which has managed code for vs 2010 and net 4. The problem is that this version reconfigures VS 2010. After which, VS stops working properly: 1. Add Connection wizard just closes as soon as you enter any server connection details &#8211; so [...]]]></description>
		<wfw:commentRss>http://davidsoussan.co.uk/2011/06/16/mysql-net-connector-6-3-6-bugs-with-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging: how to get Class and Method names</title>
		<link>http://davidsoussan.co.uk/2011/03/15/logging-how-to-get-class-and-methjod-names/</link>
		<comments>http://davidsoussan.co.uk/2011/03/15/logging-how-to-get-class-and-methjod-names/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 16:17:35 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://davidsoussan.co.uk/?p=164</guid>
		<description><![CDATA[When logging errors is helps to have the Class and method names where the exception was thrown without using string constants that are a pain to maintain. The code to get the names is Current assembly and class name = Me.GetType.FullName Current class name = Me.GetType.Name Current method (function or sub) = System.Reflection.MethodBase.GetCurrentMethod().Name]]></description>
		<wfw:commentRss>http://davidsoussan.co.uk/2011/03/15/logging-how-to-get-class-and-methjod-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Benefits of Stored Procedures</title>
		<link>http://davidsoussan.co.uk/2011/01/18/the-benefits-of-stored-procedures/</link>
		<comments>http://davidsoussan.co.uk/2011/01/18/the-benefits-of-stored-procedures/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 11:01:06 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://davidsoussan.co.uk/?p=161</guid>
		<description><![CDATA[The &#8216;debate&#8217; over Stored Procedures comes up a lot, mostly in the PHP forums I frequent and I have become tired of repeating myself. So this post summarises the benefits and reasons for using Stored Procedures and I can just point people to it in future. Benefits of Stored Procedures Precompiled execution. The Database Server [...]]]></description>
		<wfw:commentRss>http://davidsoussan.co.uk/2011/01/18/the-benefits-of-stored-procedures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run Xcopy with elevated privileges</title>
		<link>http://davidsoussan.co.uk/2010/11/20/how-to-run-xcopy-with-elevated-priviledges/</link>
		<comments>http://davidsoussan.co.uk/2010/11/20/how-to-run-xcopy-with-elevated-priviledges/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 18:45:07 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB.NET VS2010 VBA COM]]></category>

		<guid isPermaLink="false">http://davidsoussan.co.uk/?p=147</guid>
		<description><![CDATA[A COM class to run xcopy as an admin.]]></description>
		<wfw:commentRss>http://davidsoussan.co.uk/2010/11/20/how-to-run-xcopy-with-elevated-priviledges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run code as another user</title>
		<link>http://davidsoussan.co.uk/2010/11/20/how-to-run-code-as-another-user/</link>
		<comments>http://davidsoussan.co.uk/2010/11/20/how-to-run-code-as-another-user/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 13:46:03 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB.NET VS2010 VBA COM]]></category>

		<guid isPermaLink="false">http://davidsoussan.co.uk/?p=137</guid>
		<description><![CDATA[A COM class that enables code execution under a different user identity. It makes it really easy to run code with elevated priviledges in eg VBA as well as NET.]]></description>
		<wfw:commentRss>http://davidsoussan.co.uk/2010/11/20/how-to-run-code-as-another-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open a file in VB.NET</title>
		<link>http://davidsoussan.co.uk/2010/11/20/open-a-file-in-vb-net/</link>
		<comments>http://davidsoussan.co.uk/2010/11/20/open-a-file-in-vb-net/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 13:34:44 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VB NET VS2010]]></category>

		<guid isPermaLink="false">http://davidsoussan.co.uk/2010/11/20/open-a-file-in-vb-net/</guid>
		<description><![CDATA[To open a file in it&#8217;s default application all you need is one line of code: System.Diagnostics.Process.Start("www.mysite.com") or System.Diagnostics.Process.Start("N:\myfile.pdf")]]></description>
		<wfw:commentRss>http://davidsoussan.co.uk/2010/11/20/open-a-file-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Cleese on Proportional Representation</title>
		<link>http://davidsoussan.co.uk/2010/05/10/john-cleese-on-proprtional-representation/</link>
		<comments>http://davidsoussan.co.uk/2010/05/10/john-cleese-on-proprtional-representation/#comments</comments>
		<pubDate>Mon, 10 May 2010 21:46:07 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[general election]]></category>
		<category><![CDATA[it's a joke]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[proportional representation]]></category>

		<guid isPermaLink="false">http://davidsoussan.co.uk/?p=104</guid>
		<description><![CDATA[Given the kind of crap we are bound to see and read in the next few weeks, here is an explanation of the real issue:]]></description>
		<wfw:commentRss>http://davidsoussan.co.uk/2010/05/10/john-cleese-on-proprtional-representation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capitalise all Words in VBA</title>
		<link>http://davidsoussan.co.uk/2010/03/16/capitalise-all-words-in-vba/</link>
		<comments>http://davidsoussan.co.uk/2010/03/16/capitalise-all-words-in-vba/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 22:43:02 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://davidsoussan.co.uk/?p=91</guid>
		<description><![CDATA[Easy to do with Pearl-type regular expressions but a knotty problem in VBA. I present an elegent solution that utalises VBScript regular expression 5.5 and can handle real names with apostrophies and hyphens.]]></description>
		<wfw:commentRss>http://davidsoussan.co.uk/2010/03/16/capitalise-all-words-in-vba/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Most Truth That I Know</title>
		<link>http://davidsoussan.co.uk/2010/02/09/the-most-truth-that-i-know/</link>
		<comments>http://davidsoussan.co.uk/2010/02/09/the-most-truth-that-i-know/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:27:01 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[poetry]]></category>

		<guid isPermaLink="false">http://davidsoussan.co.uk/?p=78</guid>
		<description><![CDATA[If we could conquer greed then we would conquer need. This is the most truth that I know. I only wish it could be so.]]></description>
		<wfw:commentRss>http://davidsoussan.co.uk/2010/02/09/the-most-truth-that-i-know/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

