<?xml version="1.0" encoding="ISO-8859-1"?><!-- generator="wordpress/2.0.4" -->
<rss version="0.92">
<channel>
	<title>tkbe</title>
	<link>http://blog.tkbe.org</link>
	<description>goings on in the emporium</description>
	<lastBuildDate>Sat, 19 Jul 2008 15:43:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>signup spam</title>
		<description><![CDATA[Sorry, I&#8217;m tired of dealing with signup spam so I&#8217;m turning off registrations.

]]></description>
		<link>http://blog.tkbe.org/archive/signup-spam/</link>
			</item>
	<item>
		<title>django :: Debugging nirvana with werkzeug</title>
		<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>
		<link>http://blog.tkbe.org/archive/django-debugging-nirvana-with-werkzeug/</link>
			</item>
	<item>
		<title>tsql :: making a list</title>
		<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>
		<link>http://blog.tkbe.org/archive/tsql-making-a-list/</link>
			</item>
</channel>
</rss>
