<?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>David Cramer&#039;s Blog &#187; Work</title>
	<atom:link href="http://www.davidcramer.net/category/work/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:39:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Feature Switches at Disqus</title>
		<link>http://www.davidcramer.net/code/12695/feature-switches-at-disqus.html</link>
		<comments>http://www.davidcramer.net/code/12695/feature-switches-at-disqus.html#comments</comments>
		<pubDate>Fri, 09 Jul 2010 17:39:55 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Disqus]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=12695</guid>
		<description><![CDATA[Wrote up a post on how we use feature switches at Disqus within Django templates and views. (In the future we&#8217;ll be posting all of our tech over on the Dev section of the Disqus blog)]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/12695/feature-switches-at-disqus.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scaling Threaded Comments on Django at Disqus</title>
		<link>http://www.davidcramer.net/code/django/6939/scaling-threaded-comments-on-django-at-disqus.html</link>
		<comments>http://www.davidcramer.net/code/django/6939/scaling-threaded-comments-on-django-at-disqus.html#comments</comments>
		<pubDate>Sun, 30 May 2010 05:42:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Disqus]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=6939</guid>
		<description><![CDATA[As many you of know I joined Disqus last month. This was a pretty big move for me, and definitely a great one. They have some amazing challenges, and the company has a great group of people willing to solve them. I&#8217;ve always been a big advocate of MySQL. Not because it&#8217;s the best relational [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/django/6939/scaling-threaded-comments-on-django-at-disqus.html/feed</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>Announcing django-db-log 1.7.1</title>
		<link>http://www.davidcramer.net/code/6162/announcing-django-db-log-1-7-1.html</link>
		<comments>http://www.davidcramer.net/code/6162/announcing-django-db-log-1-7-1.html#comments</comments>
		<pubDate>Wed, 12 May 2010 20:36:57 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Disqus]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[dblog]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=6162</guid>
		<description><![CDATA[Today I pushed out a slight overhaul to the UI (and functionality) of django-db-log. The 1.7 version set (use 1.7.1 as 1.7 had a couple minor issues). Here&#8217;s the brief changeset: Renders full debugging pages just like you&#8217;d see with Django (only for newly logged errors) under the new Messages admin. Supports logging full exceptions [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/6162/announcing-django-db-log-1-7-1.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>StarCraft 2 is here</title>
		<link>http://www.davidcramer.net/work/2711/starcraft-2-is-here.html</link>
		<comments>http://www.davidcramer.net/work/2711/starcraft-2-is-here.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 20:21:01 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Nibbits]]></category>
		<category><![CDATA[StarCraft II]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=2711</guid>
		<description><![CDATA[Yesterday an old colleague dropped me a message saying SC2 beta accounts had started to pop up. I was hopeful, but didn&#8217;t expect to get in right away. So, I jumped over to my Battle.net account, and to my surprise there it was. A few hours later I received an email from Blizzard as well: [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/work/2711/starcraft-2-is-here.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dynamic Keyword Arguments in Django URLs</title>
		<link>http://www.davidcramer.net/code/470/dynamic-keyword-arguments-in-django-urls.html</link>
		<comments>http://www.davidcramer.net/code/470/dynamic-keyword-arguments-in-django-urls.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 23:02:45 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[iBegin]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=470</guid>
		<description><![CDATA[Today I&#8217;m going to talk a little bit about one of our hurdles, and a quick solution we came up with to get around it at iBegin. We needed the ability to override URLs per-site, which by itself is fairly easy. You simply change the ROOT_URLCONF in your local or per-site settings file. Let&#8217;s take [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/470/dynamic-keyword-arguments-in-django-urls.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pagination in Django</title>
		<link>http://www.davidcramer.net/code/466/pagination-in-django.html</link>
		<comments>http://www.davidcramer.net/code/466/pagination-in-django.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 19:56:35 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Curse]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Lifestream]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[iBegin]]></category>
		<category><![CDATA[paging]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=466</guid>
		<description><![CDATA[One of the common things we do across projects is paginate querysets and lists. Django happens to provide a base Paginator for us, but it&#8217;s usefulness is limited. It requires you to do the same repetitive tasks over and over. We&#8217;re one of those groups of people who believe that not every URL need&#8217;s to [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/466/pagination-in-django.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Chuggin Away</title>
		<link>http://www.davidcramer.net/work/lifestream-work/464/chuggin-away.html</link>
		<comments>http://www.davidcramer.net/work/lifestream-work/464/chuggin-away.html#comments</comments>
		<pubDate>Tue, 30 Jun 2009 00:58:48 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Lifestream]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=464</guid>
		<description><![CDATA[I haven&#8217;t made too many posts lately. Whether it&#8217;s been from lack of time, or simply nothing to write about who&#8217;s to say. That doesn&#8217;t mean I haven&#8217;t been keeping busy though. We&#8217;ve been hard at work over at iBegin deploying some new architecture. It&#8217;s a pretty cool feat, but I can&#8217;t say too much [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/work/lifestream-work/464/chuggin-away.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Refactoring Lifestream</title>
		<link>http://www.davidcramer.net/code/446/refactoring-lifestream.html</link>
		<comments>http://www.davidcramer.net/code/446/refactoring-lifestream.html#comments</comments>
		<pubDate>Sun, 05 Apr 2009 04:00:41 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Lifestream]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=446</guid>
		<description><![CDATA[For a while now I&#8217;ve been wanting to rewrite Lifestream into a contained OO pattern. It seems to be the &#8220;best practice&#8221; when it comes to WordPress, but tutorials and what are not spread out so it took a bit of time. During the process, I also took the opportunity to speed up certain areas, [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/446/refactoring-lifestream.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>JavaScript Widgets on Nibbits</title>
		<link>http://www.davidcramer.net/work/417/javascript-widgets-on-nibbits.html</link>
		<comments>http://www.davidcramer.net/work/417/javascript-widgets-on-nibbits.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 07:50:04 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=417</guid>
		<description><![CDATA[Quite a while back I introduced basic JavaScript widgets on Nibbits. These let site owners embed a simple box on their own site which shows basic information, as well as a download link for their maps. So, why am I posting about this? Simply to spread the word, and to demo it of course]]></description>
		<wfw:commentRss>http://www.davidcramer.net/work/417/javascript-widgets-on-nibbits.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lifestream&#8217;s Evolution into a Platform</title>
		<link>http://www.davidcramer.net/work/lifestream-work/409/lifestreams-evolution-into-a-platform.html</link>
		<comments>http://www.davidcramer.net/work/lifestream-work/409/lifestreams-evolution-into-a-platform.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 22:18:47 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Lifestream]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=409</guid>
		<description><![CDATA[One of the big things I&#8217;ve been talking about, and working on over the past couple of months (although I haven&#8217;t been working much on it), is our new Lifestream service. The goal is to simply create an open platform. A place where a user can sign up and add their feeds much like on [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/work/lifestream-work/409/lifestreams-evolution-into-a-platform.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
