<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Digital Playspace</title>
	<atom:link href="http://www.digitalplayspace.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalplayspace.com</link>
	<description>Where Brands Come to Play</description>
	<lastBuildDate>Thu, 29 Sep 2011 14:36:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>Where Brands Come to Play</itunes:summary>
	<itunes:author>Digital Playspace</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.digitalplayspace.com/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>Where Brands Come to Play</itunes:subtitle>
	<image>
		<title>Digital Playspace</title>
		<url>http://www.digitalplayspace.com/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://www.digitalplayspace.com</link>
	</image>
		<item>
		<title>Dreamhouse Designer Facebook Game</title>
		<link>http://www.digitalplayspace.com/2011/09/20/dreamhouse-designer-facebook-game/</link>
		<comments>http://www.digitalplayspace.com/2011/09/20/dreamhouse-designer-facebook-game/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 16:41:32 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.digitalplayspace.com/?p=536</guid>
		<description><![CDATA[Dreamhouse Designer is a unique and creative social experience that gives players the Read More&#8230;]]></description>
			<content:encoded><![CDATA[<p>Dreamhouse Designer is a unique and creative social experience that gives players the <a href="http://www.digitalplayspace.com">Read More&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalplayspace.com/2011/09/20/dreamhouse-designer-facebook-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Challenge</title>
		<link>http://www.digitalplayspace.com/2011/07/29/sql-challenge/</link>
		<comments>http://www.digitalplayspace.com/2011/07/29/sql-challenge/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 02:33:47 +0000</pubDate>
		<dc:creator>russ</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.digitalplayspace.com/?p=285</guid>
		<description><![CDATA[One free burrito if you can find a way to rewrite this query without sub-selects or the use of the DISTINCT keyword. SELECT DISTINCT t.id FROM tag as t JOIN item_prototype_tag as ipt ON ipt.tag_id = t.id JOIN shop_item as &#8230; <a href="http://www.digitalplayspace.com/2011/07/29/sql-challenge/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One free burrito if you can find a way to rewrite this query without sub-selects or the use of the DISTINCT keyword.</p>
<pre class="brush: sql; ">

SELECT DISTINCT
    t.id
FROM
    tag as t
JOIN
    item_prototype_tag as ipt ON ipt.tag_id = t.id
JOIN
    shop_item as si ON si.item_prototype_id = ipt.prototype_id
JOIN
    palette_item as pi ON pi.shop_item_id = si.id
WHERE
    pi.player_id = ?
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalplayspace.com/2011/07/29/sql-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

