<?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>CodeDoc</title>
	<atom:link href="http://www.pierrebuckley.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.pierrebuckley.com</link>
	<description>The Blog of Pierre Buckley</description>
	<lastBuildDate>Wed, 02 Jun 2010 17:15:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Resolving Connection Error with MySQL Migration Toolkit</title>
		<link>http://www.pierrebuckley.com/2010/06/02/resolving-connection-error-with-mysql-migration-toolkit/</link>
		<comments>http://www.pierrebuckley.com/2010/06/02/resolving-connection-error-with-mysql-migration-toolkit/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 17:02:30 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=195</guid>
		<description><![CDATA[If you are here because you are getting the dreaded &#8220;Network error IOException: Connection Refused: connect in MS SQL Server 2000&#8221; error message with the MySQL migration toolkit and need a solution, then you have come to the right place.
&#160;
I recently needed to migrate some data I had in a SQL Server 2005 database to [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2010/06/02/resolving-connection-error-with-mysql-migration-toolkit/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Handling Null Values in SQL Server</title>
		<link>http://www.pierrebuckley.com/2010/05/28/handling-null-values-in-sql-server/</link>
		<comments>http://www.pierrebuckley.com/2010/05/28/handling-null-values-in-sql-server/#comments</comments>
		<pubDate>Fri, 28 May 2010 05:49:30 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tsql]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=115</guid>
		<description><![CDATA[From time to time, we may want to replace NULL values with some desired value when doing an sql select statement. Turns out that SQL Server makes this a simple task &#8211; and no IF statements are necessary! To do this, we use SQL Server&#39;s ISNULL function. This function takes two parameters. The first parameter [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2010/05/28/handling-null-values-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>5 Great Web Developer Tools</title>
		<link>http://www.pierrebuckley.com/2010/02/08/5-great-web-developer-tools/</link>
		<comments>http://www.pierrebuckley.com/2010/02/08/5-great-web-developer-tools/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 04:41:21 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[Top Lists]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=104</guid>
		<description><![CDATA[A web developer&#8217;s life is never an easy one. I know and understand this, and so I thought I would share my top five, must have, tools that I use from day to day. They are in no particular order and are great tools. They have saved me countless hours of additional work and have [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2010/02/08/5-great-web-developer-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternative to MySQL&#8217;s LIMIT Command</title>
		<link>http://www.pierrebuckley.com/2009/12/20/alternative-to-mysqls-limit-command/</link>
		<comments>http://www.pierrebuckley.com/2009/12/20/alternative-to-mysqls-limit-command/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 08:27:58 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=60</guid>
		<description><![CDATA[I recently ran into the situation where I needed to create a query in MySQL that counted up to n rows from a result set. I scoffed at the challenge and proceeded to go for the one tool I thought could do the job &#8211; MySQL&#39;s LIMIT command. Unfortunately, the result I got was not [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2009/12/20/alternative-to-mysqls-limit-command/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>ASP.NET from Scratch Tutorial Series</title>
		<link>http://www.pierrebuckley.com/2009/12/14/asp-net-from-scratch/</link>
		<comments>http://www.pierrebuckley.com/2009/12/14/asp-net-from-scratch/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 05:12:27 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=45</guid>
		<description><![CDATA[Very good screencast that introduces ASP.Net. Authored by Jeremy McPeak and hosted at Nettuts. So far there are only two lessons available.]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2009/12/14/asp-net-from-scratch/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I Am Back!</title>
		<link>http://www.pierrebuckley.com/2009/09/30/i-am-back/</link>
		<comments>http://www.pierrebuckley.com/2009/09/30/i-am-back/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 04:41:00 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=10</guid>
		<description><![CDATA[After being absent for way too long, I decided to dust off this blog and try running with it again. I must say that I am much more experienced than when I first started this blog and I have so much more to share.
I will be sharing this information with everyone in the coming weeks. [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2009/09/30/i-am-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer</title>
		<link>http://www.pierrebuckley.com/2008/08/06/windows-live-writer/</link>
		<comments>http://www.pierrebuckley.com/2008/08/06/windows-live-writer/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 08:40:00 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Windows Live]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=9</guid>
		<description><![CDATA[Ok, so I came across Windows Live Writer today. I am publishing this post by using it. I must say that I am impressed by it and now believe, at least, I will be able to update my blog more often. I tire of logging in to Blogger and creating a new post. It&#39;s too [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2008/08/06/windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Starting ASP.NET Programming</title>
		<link>http://www.pierrebuckley.com/2007/03/08/starting-asp-net-programming/</link>
		<comments>http://www.pierrebuckley.com/2007/03/08/starting-asp-net-programming/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 22:46:00 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[visual web developer]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=8</guid>
		<description><![CDATA[Okay, I haven&#39;t updated this blog in a while. The reason is i am bogged down with tons of school work. At the moment, I have being doing a lot of ASP.Net and thought that I would just write this quick guide to help the noobs out there to get started in programming with ASP.Net. [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2007/03/08/starting-asp-net-programming/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>An Introduction</title>
		<link>http://www.pierrebuckley.com/2007/01/10/an-introduction/</link>
		<comments>http://www.pierrebuckley.com/2007/01/10/an-introduction/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 02:35:00 +0000</pubDate>
		<dc:creator>Pierre Buckley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pierrebuckley.com/?p=7</guid>
		<description><![CDATA[I thought I would kick of this blog with an introduction of myself. My name is Pierre Buckley and I am a programmer. I consider myself as a novice even though I have experiences in more than four computer programming languages&#8230;go figure. Anyways, I believe to better myself as a programmer, I would have to [...]]]></description>
		<wfw:commentRss>http://www.pierrebuckley.com/2007/01/10/an-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
