<?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>The Intraweb Home of Andy White &#187; Computers</title>
	<atom:link href="http://acdub.com/blog/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://acdub.com/blog</link>
	<description>Your personal guide to the wide, wide world of webs</description>
	<lastBuildDate>Sat, 28 Jan 2012 18:40:49 +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>SQL Server &#8211; count the records in every table in your database</title>
		<link>http://acdub.com/blog/2012/01/24/sql-server-count-the-records-in-every-table-in-your-database-2/</link>
		<comments>http://acdub.com/blog/2012/01/24/sql-server-count-the-records-in-every-table-in-your-database-2/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 18:36:49 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://acdub.com/blog/?p=260</guid>
		<description><![CDATA[Here&#8217;s a script to create a simple text-based report containing the record counts for every table in your database:]]></description>
		<wfw:commentRss>http://acdub.com/blog/2012/01/24/sql-server-count-the-records-in-every-table-in-your-database-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server &#8211; kill all processes connected to a database</title>
		<link>http://acdub.com/blog/2011/04/27/sql-server-kill-all-processes-connected-to-a-database/</link>
		<comments>http://acdub.com/blog/2011/04/27/sql-server-kill-all-processes-connected-to-a-database/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 15:36:46 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://acdub.com/blog/?p=198</guid>
		<description><![CDATA[Below is a little script to kill all the processes which are currently connected to your SQL Server database.  I&#8217;m posting this mostly for myself for future reference.  The preferable way to do this is to use the alter database set single_user thing, but that doesn&#8217;t always work, so this is the &#8220;drastic measure&#8221; option.]]></description>
		<wfw:commentRss>http://acdub.com/blog/2011/04/27/sql-server-kill-all-processes-connected-to-a-database/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Window Mobile (6.5 and below) Development Tips</title>
		<link>http://acdub.com/blog/2010/09/01/window-mobile-6-5-and-below-development-tips/</link>
		<comments>http://acdub.com/blog/2010/09/01/window-mobile-6-5-and-below-development-tips/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 23:40:35 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[windows-mobile]]></category>

		<guid isPermaLink="false">http://acdub.com/blog/?p=187</guid>
		<description><![CDATA[I wanted to link to a few good blogs/articles regarding the wonderful world of Windows Mobile  development.  I&#8217;m not talking about Windows Phone 7, this is the old-school Windows Mobile 6.5 and below. This first article has some must-know tips for writing Windows Mobile apps that can run on either the full or compact frameworks.  [...]]]></description>
		<wfw:commentRss>http://acdub.com/blog/2010/09/01/window-mobile-6-5-and-below-development-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The quest for MacOSX 10.5, Apache, Python, Django, and mod_wsgi</title>
		<link>http://acdub.com/blog/2009/10/02/the-quest-for-macosx-105-apache-python-django-and-mod_wsgi/</link>
		<comments>http://acdub.com/blog/2009/10/02/the-quest-for-macosx-105-apache-python-django-and-mod_wsgi/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 07:08:35 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[mod_wsgi]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://acdub.com/blog/?p=170</guid>
		<description><![CDATA[It all started when I decided to learn the Django web framework for Python.  I ran through a bunch of examples on the Django site, and in the book Practical Django Projects, Second Ed. and was overall really impressed with the framework and the provided tools.  It has a lot of really useful features, and [...]]]></description>
		<wfw:commentRss>http://acdub.com/blog/2009/10/02/the-quest-for-macosx-105-apache-python-django-and-mod_wsgi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Web of the 90s (Web0.9beta)</title>
		<link>http://acdub.com/blog/2008/05/09/the-web-of-the-90s-web09beta/</link>
		<comments>http://acdub.com/blog/2008/05/09/the-web-of-the-90s-web09beta/#comments</comments>
		<pubDate>Sat, 10 May 2008 05:12:09 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://acdub.com/blog/2008/05/09/the-web-of-the-90s-web09beta/</guid>
		<description><![CDATA[I just read an article: “RIP Web Trends of the 90s,” and it reminded me how much I miss the earlier days of the wide world of webs. (Not really…) I’m talking about the 90s web; the days of old when Prodigy and AOL ruled like kings, and Geocities and Tripod hosted pretty much every [...]]]></description>
		<wfw:commentRss>http://acdub.com/blog/2008/05/09/the-web-of-the-90s-web09beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

