<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>tkbe</title>
	<link>http://blog.tkbe.org</link>
	<description>goings on in the emporium</description>
	<pubDate>Sat, 19 Jul 2008 15:43:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>signup spam</title>
		<link>http://blog.tkbe.org/archive/signup-spam/</link>
		<comments>http://blog.tkbe.org/archive/signup-spam/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 15:43:49 +0000</pubDate>
		<dc:creator>tb</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://blog.tkbe.org/archive/signup-spam/</guid>
		<description><![CDATA[Sorry, I&#8217;m tired of dealing with signup spam so I&#8217;m turning off registrations.

]]></description>
		<wfw:commentRSS>http://blog.tkbe.org/archive/signup-spam/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>django :: Debugging nirvana with werkzeug</title>
		<link>http://blog.tkbe.org/archive/django-debugging-nirvana-with-werkzeug/</link>
		<comments>http://blog.tkbe.org/archive/django-debugging-nirvana-with-werkzeug/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 09:27:25 +0000</pubDate>
		<dc:creator>tb</dc:creator>
		
	<category>django</category>
		<guid isPermaLink="false">http://blog.tkbe.org/archive/django-debugging-nirvana-with-werkzeug/</guid>
		<description><![CDATA[I&#8217;ve previously written about my delight at the Django error pages. Well, I&#8217;ve found something even better: the Werkzeug Debugger!  It&#8217;s developed by the Pocoo Team, which has also given us Pygments (the python code hi-liter that  seems to be used everywhere lately), Jinja (the Django style template library used by Sphinx), and [...]]]></description>
		<wfw:commentRSS>http://blog.tkbe.org/archive/django-debugging-nirvana-with-werkzeug/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>tsql :: making a list</title>
		<link>http://blog.tkbe.org/archive/tsql-making-a-list/</link>
		<comments>http://blog.tkbe.org/archive/tsql-making-a-list/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 02:12:11 +0000</pubDate>
		<dc:creator>tb</dc:creator>
		
	<category>sql</category>
		<guid isPermaLink="false">http://blog.tkbe.org/archive/tsql-making-a-list/</guid>
		<description><![CDATA[I came across the cutest little thing today, a demonstration of how to create a list in tsql by a simple select statement -- no cursors involved
PLAIN TEXT
SQL:




CREATE TABLE country &#40;name varchar&#40;35&#41;&#41;


INSERT INTO country VALUES &#40;'norway'&#41;


INSERT INTO country VALUES &#40;'sweeden'&#41;


INSERT INTO country VALUES &#40;'denmark'&#41;


&#160;


declare @countries varchar&#40;8000&#41;


SELECT @countries = isnull&#40;@countries,''&#41; + case when @countries IS NULL [...]]]></description>
		<wfw:commentRSS>http://blog.tkbe.org/archive/tsql-making-a-list/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
