<?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>Tom's weblog &#187; Programming</title>
	<atom:link href="http://www.thestidhams.com/tom/wp/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thestidhams.com/tom/wp</link>
	<description>Tom's notes of what is happening and the computers I use</description>
	<lastBuildDate>Wed, 24 Feb 2010 22:47:25 +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>SSMS Project List Sort</title>
		<link>http://www.thestidhams.com/tom/wp/2009/08/18/ssms-project-list-sort/</link>
		<comments>http://www.thestidhams.com/tom/wp/2009/08/18/ssms-project-list-sort/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 06:27:47 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.thestidhams.com/tom/wp/?p=150</guid>
		<description><![CDATA[Please go this page

https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=263095
 and mark the suggestion as very important and perhaps even validate the problem.
A workaround is available but is most certainly not ideal. Many thanks to Jasper Smith for creating this tool.
]]></description>
		<wfw:commentRss>http://www.thestidhams.com/tom/wp/2009/08/18/ssms-project-list-sort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drop all foreign keys</title>
		<link>http://www.thestidhams.com/tom/wp/2007/07/23/drop-all-foreign-keys/</link>
		<comments>http://www.thestidhams.com/tom/wp/2007/07/23/drop-all-foreign-keys/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 18:45:32 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.thestidhams.com/tom/wp/2007/07/23/drop-all-foreign-keys/</guid>
		<description><![CDATA[I was working on some tables today and found the need to drop all the foreign key constraints. There is no easy function in the manager so I whipped up this little bit of SQL that will create the commands needed to do this.  This will work in MS Sql Server 2000 and 2005
SELECT &#8216;ALTER [...]]]></description>
		<wfw:commentRss>http://www.thestidhams.com/tom/wp/2007/07/23/drop-all-foreign-keys/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developers vs. Programmers</title>
		<link>http://www.thestidhams.com/tom/wp/2006/04/24/developers-vs-programmers/</link>
		<comments>http://www.thestidhams.com/tom/wp/2006/04/24/developers-vs-programmers/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 22:23:40 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.thestidhams.com/tom/wp/2006/04/24/developers-vs-programmers/</guid>
		<description><![CDATA[I like this   observation, makes me want to compare his description with my current work enviroment. Suffice it to say that I am now treated as a programmer but that has not always been the case. Enough said.
]]></description>
		<wfw:commentRss>http://www.thestidhams.com/tom/wp/2006/04/24/developers-vs-programmers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joel on Software</title>
		<link>http://www.thestidhams.com/tom/wp/2004/11/24/joel-on-software/</link>
		<comments>http://www.thestidhams.com/tom/wp/2004/11/24/joel-on-software/#comments</comments>
		<pubDate>Wed, 24 Nov 2004 23:08:14 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">/?p=49</guid>
		<description><![CDATA[This looks like a very interesting site about software development: Joel on Software
]]></description>
		<wfw:commentRss>http://www.thestidhams.com/tom/wp/2004/11/24/joel-on-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.Net tips</title>
		<link>http://www.thestidhams.com/tom/wp/2004/07/07/net-tips/</link>
		<comments>http://www.thestidhams.com/tom/wp/2004/07/07/net-tips/#comments</comments>
		<pubDate>Wed, 07 Jul 2004 20:39:15 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">/?p=35</guid>
		<description><![CDATA[Paging tip
Default Button
ASP.Net not working after install

Paging tip
On a lot of our screens we set the AllowPaging attribute dynamically, if there are fewer items on the page than the page size then turn off paging otherwise turn it on, this was done in the page_load event.  An oddity showed here when a new row [...]]]></description>
		<wfw:commentRss>http://www.thestidhams.com/tom/wp/2004/07/07/net-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s Future?</title>
		<link>http://www.thestidhams.com/tom/wp/2004/04/09/microsofts-future/</link>
		<comments>http://www.thestidhams.com/tom/wp/2004/04/09/microsofts-future/#comments</comments>
		<pubDate>Sat, 10 Apr 2004 00:58:22 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">/?p=31</guid>
		<description><![CDATA[PBS &#124; I, Cringely April 8, 2004 Why we will have to live with Microsoft for a while longer.

I don&#8217;t have much reason to doubt what Cringely says here, does seem to make sense.  It also helps me validate my decision to become a .Net developer instead of learning Java.  It galls me [...]]]></description>
		<wfw:commentRss>http://www.thestidhams.com/tom/wp/2004/04/09/microsofts-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real Programmers Don&#8217;t Use PASCAL</title>
		<link>http://www.thestidhams.com/tom/wp/2003/06/17/real-programmers-dont-use-pascal/</link>
		<comments>http://www.thestidhams.com/tom/wp/2003/06/17/real-programmers-dont-use-pascal/#comments</comments>
		<pubDate>Tue, 17 Jun 2003 14:15:35 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">/?p=13</guid>
		<description><![CDATA[Originally found 
<a href="http://www.ee.ryerson.ca:8080/~elf/hack/realmen.html">here</a>]]></description>
		<wfw:commentRss>http://www.thestidhams.com/tom/wp/2003/06/17/real-programmers-dont-use-pascal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s hypocrisy</title>
		<link>http://www.thestidhams.com/tom/wp/2003/04/28/microsofts-hypocrisy/</link>
		<comments>http://www.thestidhams.com/tom/wp/2003/04/28/microsofts-hypocrisy/#comments</comments>
		<pubDate>Mon, 28 Apr 2003 17:03:22 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">/?p=8</guid>
		<description><![CDATA[I could go on here for a while if really tried but I won&#8217;t.  My main point here is how MS has said all along the .Net is to be this great open architecture, everything can play together and won&#8217;t it be great.  Turns out they were lying like a rug.
First they patent [...]]]></description>
		<wfw:commentRss>http://www.thestidhams.com/tom/wp/2003/04/28/microsofts-hypocrisy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# class</title>
		<link>http://www.thestidhams.com/tom/wp/2003/04/28/c-class/</link>
		<comments>http://www.thestidhams.com/tom/wp/2003/04/28/c-class/#comments</comments>
		<pubDate>Mon, 28 Apr 2003 16:58:00 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">/?p=7</guid>
		<description><![CDATA[Taking a C# class this week. Looking to be interesting.

Learning C# this week as part of a big change at work.  We no longer going to do new development in powerbuilder everything will be C#.  I am looking forward to this, something new is always interesting.
The instructor is quite good, gets the point [...]]]></description>
		<wfw:commentRss>http://www.thestidhams.com/tom/wp/2003/04/28/c-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.344 seconds -->
