<?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"
	>

<channel>
	<title>plaintxt.org &#187; sandbox</title>
	<atom:link href="http://www.plaintxt.org/tag/sandbox/feed/rss2" rel="self" type="application/rss+xml" />
	<link>http://www.plaintxt.org</link>
	<description>Minimalism in blog design, an experiment</description>
	<pubDate>Wed, 03 Sep 2008 20:44:58 +0000</pubDate>
	
	<language>en</language>
			<item>
		<title>Post-release theme fixes</title>
		<link>http://www.plaintxt.org/2008/04/post-release-theme-fixes/</link>
		<comments>http://www.plaintxt.org/2008/04/post-release-theme-fixes/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 16:09:55 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[gallery]]></category>

		<category><![CDATA[mime-types]]></category>

		<category><![CDATA[sandbox]]></category>

		<category><![CDATA[shortcode]]></category>

		<category><![CDATA[theme development]]></category>

		<guid isPermaLink="false">http://www.plaintxt.org/2008/04/02/post-release-theme-fixes/</guid>
		<description><![CDATA[New theme releases with working gallery shortcode for WordPress 2.5. This update also includes a new theme file, <code>image.php</code>, which means these themes are really excellent tools for those with photo-rich blogs.]]></description>
			<content:encoded><![CDATA[<p>Once again, this is just another post letting everyone know that my themes, including Sandbox, have been updated. I hadn&#8217;t properly tested the new gallery short code in WordPress 2.5 and therefore my themes didn&#8217;t work too well with it, since the default gallery short code inserts a <code>style</code> <em>element</em> (as compared to <em>attributes</em>) within the <code>body</code>. Not good. The gallery short code is now handled properly by each theme.</p>
<p>There was another significant change. For single posts that are actually attachments, WordPress looks for a template file in the theme directory that makes the abbreviated mime-type. For <abbr title="Joint Photographic Experts Group">JPEG</abbr> image (<code>image/jpeg</code>), WordPress will look for a template file named <code>image.php</code> in the current theme directory.</p>
<p>If that file isn&#8217;t present, it then looks for <code>attachment.php</code> and then falls back on <code>single.php</code>. So each theme includes a new file, <code>image.php</code>. The general attachment file remains and was modified accordingly.</p>
<p>For Sandboxers, the relevant changesets from version 1.5 to the just-released version 1.5.2 are <a href="http://code.google.com/p/sandbox-theme/source/detail?r=247" title="Sandbox theme revision 247" rel="me">247</a>, <a href="http://code.google.com/p/sandbox-theme/source/detail?r=248" title="Sandbox theme revision 248" rel="me">248</a>, <a href="http://code.google.com/p/sandbox-theme/source/detail?r=249" title="Sandbox theme revision 249" rel="me">249</a>, <a href="http://code.google.com/p/sandbox-theme/source/detail?r=250" title="Sandbox theme revision 250" rel="me">250</a>, <a href="http://code.google.com/p/sandbox-theme/source/detail?r=251" title="Sandbox theme revision 251" rel="me">251</a>, <a href="http://code.google.com/p/sandbox-theme/source/detail?r=252" title="Sandbox theme revision 252" rel="me">252</a>, and <a href="http://code.google.com/p/sandbox-theme/source/detail?r=253" title="Sandbox theme revision 253" rel="me">253</a>. So now go on and enjoy <a href="http://www.plaintxt.org/themes/" title="Themes for WordPress by plaintxt.org">new themes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plaintxt.org/2008/04/post-release-theme-fixes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Trunk users beware</title>
		<link>http://www.plaintxt.org/2008/03/trunk-users-beware/</link>
		<comments>http://www.plaintxt.org/2008/03/trunk-users-beware/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 05:20:16 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[hcard]]></category>

		<category><![CDATA[is_front_page]]></category>

		<category><![CDATA[is_home]]></category>

		<category><![CDATA[microformats]]></category>

		<category><![CDATA[sandbox]]></category>

		<guid isPermaLink="false">http://www.plaintxt.org/2008/03/02/trunk-users-beware/</guid>
		<description><![CDATA[Keeping up with WordPress releases has become something of a labor&#8212;not of love, but necessity. Yet the Sandbox continues to improve with each release. As WordPress 2.5 rolls out, so do a number of new features for your favorite untheme.]]></description>
			<content:encoded><![CDATA[<p>Half an hour ago I committed a number of WordPress 2.5-specific changes to the Sandbox <abbr title="Subversion Repository">SVN</abbr>. And thanks to a much improved Google Code interface, you can see <a href="http://code.google.com/p/sandbox-theme/source/detail?r=226" title="Sandbox at revision 226" rel="me">the changes for revision 226</a>.</p>
<p>This means if you using the Sandbox <code>/trunk/</code> with WordPress 2.3.x and you <code>svn up</code>, well, you&#8217;re going to get some errors. Apologies.</p>
<p>There are also a number of new classes for the body: <code>body.page-parent</code>, <code>body.page-child</code>. My favorite new class, though, is the new <code>.untagged</code> class for posts without tags.</p>
<p>So far WordPress hasn&#8217;t provided a good way to search for untagged posts. Well, add</p>
<pre>.untagged {
   color: #F00;
}</pre>
<p>and you&#8217;ll figure out quickly which posts are untagged. Crude, but fun.</p>
<p>I&#8217;m quite excited about the use of <code>get_avatar</code> and much richer hCards for commentators. You&#8217;ll now see the appropriate use of <code>a.url</code> for commentators with links and <code>img.photo</code> with avatars.</p>
<p>I also looked at how to best use the new <code>is_front_page()</code> function. There has always been a <code>body.home</code> class, so now I had to differentiate <code>.home</code> and, well, something else.</p>
<p>So right now we have <code>is_front_page()</code> producing <code>body.home</code> and <code>is_home()</code> producing <code>body.blog</code>. As the front page will be the, er, home page, and the home page will be the page with blog posts.</p>
<p>So chew on that sentence and then figure it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plaintxt.org/2008/03/trunk-users-beware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sandbox now in your language</title>
		<link>http://www.plaintxt.org/2008/02/sandbox-in-your-language/</link>
		<comments>http://www.plaintxt.org/2008/02/sandbox-in-your-language/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 00:26:16 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[localization]]></category>

		<category><![CDATA[sandbox]]></category>

		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.plaintxt.org/2008/02/01/sandbox-in-your-language/</guid>
		<description><![CDATA[Sandbox now features several localizations, including Chinese, Japanese, Italian, and Norwegian. I'd like to add more languages, so I'm hoping there are some international users out there willing to help translate. Please.]]></description>
			<content:encoded><![CDATA[<p>Sandbox version 1.3 has been <a href="http://sandbox-theme.googlecode.com/svn/tags/1.3/" title="Sandbox version 1.3 tagged release" rel="me">tagged</a> and released. Enjoy.</p>
<p>So what&#8217;s new with the latest version? Mainly it now features several localizations, including Chinese, Japanese, Italian, and Norwegian. I&#8217;d like to add more languages, so I&#8217;m hoping there are some international users out there willing to help translate. Please.</p>
<p>For those of you interested in a precise change log, I&#8217;m happy that Google Code has stepped up and is offering a much better <abbr title="User Interface">UI</abbr>. <em>Much</em> better. So you can browse the repository online and <a href="http://code.google.com/p/sandbox-theme/source/browse/trunk/functions.php" title="Latest functions.php in Sandbox repository" rel="me">check out</a> exactly what is new.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plaintxt.org/2008/02/sandbox-in-your-language/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Help translate the Sandbox</title>
		<link>http://www.plaintxt.org/2008/01/help-translate-the-sandbox/</link>
		<comments>http://www.plaintxt.org/2008/01/help-translate-the-sandbox/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 23:00:49 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[colophone]]></category>

		<category><![CDATA[localization]]></category>

		<category><![CDATA[sandbox]]></category>

		<category><![CDATA[translation]]></category>

		<category><![CDATA[wordpress development]]></category>

		<guid isPermaLink="false">http://www.plaintxt.org/2008/01/27/help-translate-the-sandbox/</guid>
		<description><![CDATA[Proper translation of the Sandbox begins. The theme has been localization-ready since its inception, but the initiative to get the files together never materialized&#8212;until now. So look for the Sandbox in your language.]]></description>
			<content:encoded><![CDATA[<p>Thanks to the nudging of Sandbox users, the latest version of the Sandbox now includes a sandbox.pot file for use in translating the theme files. So now I&#8217;d like to ask international Sandbox users to help provide translations in their languages.</p>
<p>Special thanks to <a href="http://kjell.langvass.org/" title="Kjell Knudsen" rel="colleague">Kjell Knudsen</a> for providing the Norwegian translation <em>and</em> the sandbox.pot file. <a href="http://www.nokao.com/" title="Nokao" rel="colleague">Nokao</a> has been kind enough to provide the Italian translation.</p>
<p>Subversion users can get the latest version from the <a href="http://code.google.com/p/sandbox-theme/source" title="Sandbox theme repository on Google Code" rel="me">Sandbox repository</a>:</p>
<pre>svn checkout http://sandbox-theme.googlecode.com/svn/trunk/</pre>
<p>Kjell was kind enough to provide an outline on how to help translate on the Sandbox project home, <a href="http://code.google.com/p/sandbox-theme/wiki/SandboxInYourLanguage" title="Sandbox in your language" rel="me">Sandbox in Your Language</a>. When you have your <code>.mo</code> and <code>.po</code> files ready to submit, just <a href="http://code.google.com/p/sandbox-theme/issues/list" title="Sandbox project home on Google Code" rel="me">open a ticket</a> on the Sandbox project home and I&#8217;ll email you for the files.</p>
<p>And I&#8217;m excited to be opening up the Sandbox to a wider audience&mdash;the non-English speaking world. A much wider audience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plaintxt.org/2008/01/help-translate-the-sandbox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Holiday surprise: Sandbox v1.2</title>
		<link>http://www.plaintxt.org/2007/12/holiday-surprise-sandbox-12/</link>
		<comments>http://www.plaintxt.org/2007/12/holiday-surprise-sandbox-12/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 00:39:44 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[globalnav]]></category>

		<category><![CDATA[sandbox]]></category>

		<category><![CDATA[theme templates]]></category>

		<category><![CDATA[wordpress development]]></category>

		<category><![CDATA[wp_link_pages]]></category>

		<guid isPermaLink="false">http://www.plaintxt.org/2007/12/25/holiday-surprise-sandbox-12/</guid>
		<description><![CDATA[Fixes to three logged issues in the Sandbox result in the release of a new Sandbox version, 1.2. A number of deprecated Sandbox functions have been replaced with newer versions. If you're a Sandbox user, then this is an update you'll want to start working with.]]></description>
			<content:encoded><![CDATA[<p>On my holiday, I went through the Sandbox issue list and fixed three bugs and release Sandbox version 1.2. There have been no changes affecting the layout of the Sandbox or any existing Sandbox-based theme templates.</p>
<p><a href="http://code.google.com/p/sandbox-theme/issues/detail?id=48" title="Issue 48 - Sandbox">Issue 48</a> resolves the stripping of whitespace in <code>sandbox_globalnav()</code>, the list of pages that occurs in header.php. Thanks to <a href="http://archgfx.net/blog/" title="archGFX" rel="friend colleague">Adam</a>.</p>
<p><a href="http://code.google.com/p/sandbox-theme/issues/detail?id=49" title="Issue 49 - Sandbox">Issue 49</a> resolves a problem with the new <code>wp_link_pages()</code> function parsing incorrectly.</p>
<p><a href="http://code.google.com/p/sandbox-theme/issues/detail?id=51" title="Issue 51 - Sandbox">Issue 51</a> fixes an i18n problem with translation of the text &#8220;and tagged&#8221; in <code>single.php</code> and <code>attachment.php</code>. Thanks to <a href="http://foolswisdom.com" title="A Fool's Wisdom" rel="colleague">Lloyd</a>.</p>
<p>Enjoy your holidays.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plaintxt.org/2007/12/holiday-surprise-sandbox-12/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Design practices and the Sandbox</title>
		<link>http://www.plaintxt.org/2007/11/design-practices-and-the-sandbox/</link>
		<comments>http://www.plaintxt.org/2007/11/design-practices-and-the-sandbox/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 14:39:33 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[alister cameron]]></category>

		<category><![CDATA[sandbox]]></category>

		<category><![CDATA[semantic markup]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://www.plaintxt.org/2007/11/21/design-practices-and-the-sandbox/</guid>
		<description><![CDATA[Alister Cameron, designer, developer, and Sandbox Designs Competition judge, gave a presentation at WordCamp in Melbourne, Australia, on blog design and the Sandbox. Which is excellent. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistercameron.com/" title="Alister Cameron" rel="friend colleague">Alister Cameron</a>, designer, developer, and <a href="http://sndbx.org/" title="Sandbox Designs Competition" rel="me">Sandbox Designs Competition</a> judge, gave a presentation at WordCamp in Melbourne, Australia, on blog design and the Sandbox. Which is excellent.</p>
<p><a href="http://blog.eightblack.com/2007/wordcamp-melbourne-alister-cameron/" title="WordCamp Melbourne - Alister Cameron">Alister Cameron, WordCamp Melbourne</a> (<a href="http://blip.tv/file/494034" title="Alister Cameron at WordCamp 2007">video permalink</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plaintxt.org/2007/11/design-practices-and-the-sandbox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Two-point-three updates</title>
		<link>http://www.plaintxt.org/2007/11/two-point-three-updates/</link>
		<comments>http://www.plaintxt.org/2007/11/two-point-three-updates/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 05:06:39 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[1.0]]></category>

		<category><![CDATA[sandbox]]></category>

		<category><![CDATA[theme release]]></category>

		<category><![CDATA[travels]]></category>

		<guid isPermaLink="false">http://www.plaintxt.org/2007/11/11/two-point-three-updates/</guid>
		<description><![CDATA[After a great trip from Delhi to Darjeeling to Kathmandu and back to New York, I spent a short time off updating my themes for WordPress 2.3. I&#8217;ve also kept the prior versions around for legacy WordPress 2.0.x users.
Of greater interest, a number of fixes and updates went in to Sandbox, though nothing affecting design [...]]]></description>
			<content:encoded><![CDATA[<p>After a great trip from Delhi to Darjeeling to Kathmandu and back to New York, I spent a short time off updating <a href="http://www.plaintxt.org/themes/" title="Plaintxt.org themes for WordPress">my themes</a> for WordPress 2.3. I&#8217;ve also kept the prior versions around for legacy WordPress 2.0.x users.</p>
<p>Of greater interest, a number of fixes and updates went in to <a href="http://www.plaintxt.org/themes/sandbox/" title="Sandbox for WordPress">Sandbox</a>, though nothing affecting design or layout but just internals. This only applies to Sandbox 1.0, which is for WordPress 2.3.x.</p>
<p>And there&#8217;s actually a bit more coming soon. Wink, wink.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plaintxt.org/2007/11/two-point-three-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sandbox v1.0 (There!)</title>
		<link>http://www.plaintxt.org/2007/08/sandbox-10-there/</link>
		<comments>http://www.plaintxt.org/2007/08/sandbox-10-there/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 02:56:40 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[1.0]]></category>

		<category><![CDATA[sandbox]]></category>

		<category><![CDATA[sandbox skins]]></category>

		<category><![CDATA[theme release]]></category>

		<category><![CDATA[theme templates]]></category>

		<category><![CDATA[wordpress development]]></category>

		<guid isPermaLink="false">http://www.plaintxt.org/2007/08/25/sandbox-10-there/</guid>
		<description><![CDATA[The long-awaited 1.0 release of the Sandbox sees the light of day. Commence downloading. The Sandbox now utilizes all the features of the latest release of WordPress. Older, legacy functions are been relegated to a branched version. ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce that a release candidate of Sandbox version 1.0 is now available. It&#8217;s been a long time coming, and I believe it&#8217;s become (and still is) a sound, useful tool. Hope you enjoy it.</p>
<p>Please report any issues, bugs, or enhancement requests over at the <a href="http://code.google.com/p/sandbox-theme/issues/list" title="Sandbox bug tracker on Google Code" rel="me">Sandbox bug tracker</a>.</p>
<p>If you&#8217;ve been watching the repository, you&#8217;ll also have noticed that in the 1.0 version, the previously packaged &#8217;skins&#8217; have been changed. Instead they are separate downloads and are their own &#8216;theme templates.&#8217;</p>
<p>Additionally, you may have noticed that the <a href="http://trac.wordpress.org/ticket/4517" title="Include Sandbox with WordPress 2.4" rel="external">packaging of Sandbox</a> with WordPress has been slated for the 2.4 release and will be sadly missing from 2.3. Sigh. Yet if WordPress development continues at its break-neck rate that only means a delay of three months.</p>
<p>And we&#8217;re all quite aware of the pace I manage to work at.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plaintxt.org/2007/08/sandbox-10-there/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sandbox v1.0 (Almost there)</title>
		<link>http://www.plaintxt.org/2007/08/sandbox-10-almost-there/</link>
		<comments>http://www.plaintxt.org/2007/08/sandbox-10-almost-there/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 20:43:43 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[sandbox]]></category>

		<category><![CDATA[subversion]]></category>

		<category><![CDATA[wordpress development]]></category>

		<category><![CDATA[wordpress legacy]]></category>

		<guid isPermaLink="false">http://www.plaintxt.org/2007/08/19/sandbox-10-almost-there/</guid>
		<description><![CDATA[The Sandbox nears its version 1.0 release. Now the Sandbox project repository includes all prior versions of the Sandbox, in case you're a developer with a sense of nostalgia. Otherwise, we're looking for input on this, the 'final' release of Sandbox.]]></description>
			<content:encoded><![CDATA[<p>Since the conclusion of the <a href="http://www.sndbx.org/" title="Sandbox Designs Competition" rel="me">Sandbox Designs Competition</a>, I&#8217;ve been working on making the final changes to Sandbox to get it to v1.0 and out of its nest, so to speak.</p>
<p>If you&#8217;ve been watching the <a href="http://code.google.com/p/sandbox-theme/source" title="Sandbox Theme on Google Code" rel="me">Sandbox repository</a>, you may have noticed two branches now existing: v0.9 and v1.0. Let me explain.</p>
<p><a href="http://sandbox-theme.googlecode.com/svn/branches/1.0/" title="Sandbox version 1.0 on Google Code" rel="me">Version 1.0</a> is designed specifically for WordPress 2.3 and utilizes its native support of tagging. That means additional semantic class names for tags. Additionally, there had been a number of functions that had to do a bit more work since they had to work seamlessly with WordPress versions 2.0.x, 2.1.x, and 2.2.x. Those have been simplified to be 2.3-specific. All deprecated tags have been dropped, too.</p>
<p><a href="http://sandbox-theme.googlecode.com/svn/branches/0.9/" title="Sandbox version 0.9 on Google Code" rel="me">Version 0.9</a> is exactly the same as 1.0, except it retains some of those exotic functions and works with pretty much any WordPress version (at least 2.0.x and later). It doesn&#8217;t have any incorporated native tagging support. This version will remain around so that 2.0.x legacy users will be able to use the Sandbox as well.</p>
<p>For fun I&#8217;ve also added the milestone versions <a href="http://sandbox-theme.googlecode.com/svn/tags/" title="Sandbox tagged versions on Google Code" rel="me">from v0.1 to v0.8 </a>in the repository. These are quite entertaining if you&#8217;ve been following the development of the Sandbox for the past 13 months.</p>
<p>Finally, there are some bugs in v1.0. Mostly with tags. As developing for pre-release software is rather difficult, I&#8217;ve found.</p>
<p>You thoughts and comments on where the Sandbox stands are welcomed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plaintxt.org/2007/08/sandbox-10-almost-there/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Designs for the Sandbox</title>
		<link>http://www.plaintxt.org/2007/08/designs-for-the-sandbox/</link>
		<comments>http://www.plaintxt.org/2007/08/designs-for-the-sandbox/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 13:29:23 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[design competition]]></category>

		<category><![CDATA[sandbox]]></category>

		<category><![CDATA[sandbox designs competition]]></category>

		<category><![CDATA[sandbox skins]]></category>

		<guid isPermaLink="false">http://www.plaintxt.org/2007/08/02/designs-for-the-sandbox/</guid>
		<description><![CDATA[Submissions have closed for the Sandbox Designs Competition. Check out the 46 accepted submissions. Which one is your favorite? Results will be announced soon. I'm sure there are a number of crossed fingers out there. Good luck to all the contestants.]]></description>
			<content:encoded><![CDATA[<p>So submissions have closed for the <a href="http://sndbx.org/" title="Sandbox Designs Competition" rel="me">Sandbox Designs Competition</a>. There were 46 accepted submissions and I&#8217;m very pleased with the progress in the competition so far. I&#8217;m planning on writing all about my experiences administering a design competition, hopefully useful to the person who runs the next theme competition.</p>
<p>Anyhow, check out <a href="http://sndbx.org/results/designs/" title="Sandbox Designs Competition: The Designs" rel="me">The Designs</a>. You can leave comments on the individual design pages, so let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plaintxt.org/2007/08/designs-for-the-sandbox/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
