<?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>barebonesgraphics</title>
	<atom:link href="http://www.joeldt.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joeldt.net</link>
	<description>The somewhat awkward graphics blog of a teenage graphicker.</description>
	<lastBuildDate>Tue, 02 Feb 2010 05:31:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>dev.joeldt.net</title>
		<link>http://www.joeldt.net/2010/02/dev-joeldt-net/</link>
		<comments>http://www.joeldt.net/2010/02/dev-joeldt-net/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 05:28:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[stuff]]></category>

		<guid isPermaLink="false">http://www.joeldt.net/?p=810</guid>
		<description><![CDATA[From now on, I&#8217;ll be moving all my projects over to my new dev subdomain. These are as beta as you can get without being on my computer, because that&#8217;s basically what it is&#8211;a mirror of my /Applications/MAMP/htdocs folder, updated nightly with unison and launchd (tutorial on that coming up!).
Yeah, [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="F" class="cap"><span>F</span></span>rom now on, I&#8217;ll be moving all my projects over to <a href="http://dev.joeldt.net">my new dev subdomain</a>. These are as beta as you can get without being on my computer, because that&#8217;s basically what it is&#8211;a mirror of my /Applications/MAMP/htdocs folder, updated nightly with unison and launchd (tutorial on that coming up!).</p>
<p>Yeah, so you&#8217;ll end up getting stuff like &#8220;error: undefined function&#8221; on the Crappy Code Detector and COMPLETELY inscrutable Wordpress theme drafts, but they&#8217;ll flesh themselves out eventually.</p>
<p>All of it is free, of course. Or will be, once I finish it. Most stuff will be shoved into a new git repo at the last minute, just for the sake of free file hosting. Until then, enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeldt.net/2010/02/dev-joeldt-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rain ambience mp3</title>
		<link>http://www.joeldt.net/2010/01/rain-ambience-mp3/</link>
		<comments>http://www.joeldt.net/2010/01/rain-ambience-mp3/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 04:40:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[quickpress]]></category>

		<guid isPermaLink="false">http://www.joeldt.net/2010/01/rain-ambience-mp3/</guid>
		<description><![CDATA[http://www.rainymood.com/rainymood30.mp3 &#8212; recommended artists: radiohead, coldplay, ratatat
]]></description>
			<content:encoded><![CDATA[<p>http://www.rainymood.com/rainymood30.mp3 &#8212; recommended artists: radiohead, coldplay, ratatat</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeldt.net/2010/01/rain-ambience-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.rainymood.com/rainymood30.mp3" length="33003429" type="audio/mpeg" />
		</item>
		<item>
		<title>How to Use the Unison to Sync a Local Folder With a Remote One on Bluehost</title>
		<link>http://www.joeldt.net/2010/01/how-to-use-the-unison-rsync-gui-tool-to-sync-a-local-folder-with-a-remote-on-bluehost/</link>
		<comments>http://www.joeldt.net/2010/01/how-to-use-the-unison-rsync-gui-tool-to-sync-a-local-folder-with-a-remote-on-bluehost/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 05:09:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[stuff]]></category>

		<guid isPermaLink="false">http://www.joeldt.net/?p=799</guid>
		<description><![CDATA[Update: you can!
This is a several-step kind of tutorial, and you&#8217;ll need a few tools:

A text editor
An FTP client
SSH access to your site (driver&#8217;s license or similar is required for this on bluehost, contact them for more info)
Unison

as well as one of the precompiled Linux binaries for bluehost


Lingon (if you [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="U" class="cap"><span>U</span></span>pdate: you can!</p>
<p>This is a several-step kind of tutorial, and you&#8217;ll need a few tools:</p>
<ul>
<li>A text editor</li>
<li>An FTP client</li>
<li>SSH access to your site (driver&#8217;s license or similar is required for this on bluehost, contact them for more info)</li>
<li><a href="http://alan.petitepomme.net/unison/index.html">Unison</a>
<ul>
<li>as well as one of the <a href="http://www.cs.haifa.ac.il/~shuly/unison/">precompiled Linux binaries</a> for bluehost</li>
</ul>
</li>
<li><a href="http://sourceforge.net/projects/lingon/files/">Lingon</a> (if you want to automate the syncing, which I wouldn&#8217;t recommend for reasons given later)</li>
<li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> if you&#8217;re on Windows. I did not test this with Windows at all, but most of the steps should be similar.</li>
</ul>
<p>Once you have all the tools, proceed to Step One.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeldt.net/2010/01/how-to-use-the-unison-rsync-gui-tool-to-sync-a-local-folder-with-a-remote-on-bluehost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quoit</title>
		<link>http://www.joeldt.net/2010/01/quoit/</link>
		<comments>http://www.joeldt.net/2010/01/quoit/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 18:19:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[designs]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.joeldt.net/?p=792</guid>
		<description><![CDATA[Quoit is a small, lightweight PHP-based quotes database. Install is slightly less user-friendly than normal, but it&#8217;s nothing terribly drastic&#8211;just edit config.php to point to your database and access http://yoursite.com/quoit/setup.php to set up the tables. Once you&#8217;ve installed, you&#8217;ll need to delete or rename setup.php since users can potentially alter [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="Q" class="cap"><span>Q</span></span>uoit is a small, lightweight PHP-based quotes database. Install is slightly less user-friendly than normal, but it&#8217;s nothing terribly drastic&#8211;just edit config.php to point to your database and access http://yoursite.com/quoit/setup.php to set up the tables. Once you&#8217;ve installed, you&#8217;ll need to delete or rename setup.php since users can potentially alter your database tables and create alternative admin accounts by running setup again. I tried to minimize the risk there, but nothing is foolproof.</p>
<p>There&#8217;s very little UI-based control over Quoit from an administration standpoint. There&#8217;s a link to delete a quote of your choosing (visible only to admins, of course) and that&#8217;s about it. If you want to make another user an admin, change the &#8220;level&#8221; field in their row in your database to 4. (To be honest there are only two user levels, represented by 1 and 4, but I wanted to keep my options open.)</p>
<p>There&#8217;s also no easy way to change your password. This will be coming in a future release, once I&#8217;m not sick of the sight of opening and closing processing instructions.</p>
<p>Enjoy! Download is <a href="http://github.com/incluye/quoit">here</a>.</p>
<p>Check out Quoit live <a href="http://dev.joeldt.net/quoit/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeldt.net/2010/01/quoit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check out Phanet!</title>
		<link>http://www.joeldt.net/2010/01/check-out-phanet/</link>
		<comments>http://www.joeldt.net/2010/01/check-out-phanet/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 01:44:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[phanet]]></category>

		<guid isPermaLink="false">http://www.joeldt.net/?p=789</guid>
		<description><![CDATA[It&#8217;s a project I&#8217;m working on with Flavio Premoli and Bryen Yunashko. Phanet is basically a feed aggregator that needs a revamp (which is what I&#8217;m here for). You can check it out&#8211;figuratively or literally&#8211;on github.
I&#8217;m running a demo of Phanet, complete with what is hopefully the new default theme, [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="I" class="cap"><span>I</span></span>t&#8217;s a project I&#8217;m working on with Flavio Premoli and Bryen Yunashko. Phanet is basically a feed aggregator that needs a revamp (which is what I&#8217;m here for). You can check it out&#8211;figuratively or literally&#8211;<a href="http://github.com/FlaPer87/phanet">on github</a>.</p>
<p>I&#8217;m running a demo of Phanet, complete with what is hopefully the new default theme, right <a href="http://dev.joeldt.net/phanet">here</a>.</p>
<p>Also, Phanet appears to add posts only when its sources are updated, so this post serves debug purposes as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeldt.net/2010/01/check-out-phanet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downtime</title>
		<link>http://www.joeldt.net/2010/01/downtime/</link>
		<comments>http://www.joeldt.net/2010/01/downtime/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 05:44:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[quickpress]]></category>

		<guid isPermaLink="false">http://www.joeldt.net/2010/01/downtime/</guid>
		<description><![CDATA[occurred (briefly) earlier today when I accidentally deleted my entire Wordpress database. Fortunately bluehost keeps biweekly backups.
]]></description>
			<content:encoded><![CDATA[<p>occurred (briefly) earlier today when I accidentally deleted my entire Wordpress database. Fortunately bluehost keeps biweekly backups.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeldt.net/2010/01/downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minn2.0 Wordpress Theme</title>
		<link>http://www.joeldt.net/2010/01/minn2-0-wordpress-theme/</link>
		<comments>http://www.joeldt.net/2010/01/minn2-0-wordpress-theme/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 05:39:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[designs]]></category>
		<category><![CDATA[minimal]]></category>
		<category><![CDATA[minn]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[white]]></category>

		<guid isPermaLink="false">http://www.joeldt.net/?p=786</guid>
		<description><![CDATA[Minn is back, and it&#8217;s better than ever. With a new, original (I think) three-column layout that uses floats instead of absolute positioning, Minn will fill any browser window to the fullest and maximize your reading experience!
Tested in modern browsers. &#038;c &#038;c.
]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="M" class="cap"><span>M</span></span>inn is back, and it&#8217;s better than ever. With a new, original (I think) three-column layout that uses floats instead of absolute positioning, Minn will fill any browser window to the fullest and maximize your reading experience!</p>
<p>Tested in modern browsers. &#038;c &#038;c.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeldt.net/2010/01/minn2-0-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spacepress Wordpress Theme</title>
		<link>http://www.joeldt.net/2010/01/spacepress-wordpress-theme/</link>
		<comments>http://www.joeldt.net/2010/01/spacepress-wordpress-theme/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 08:38:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[designs]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[deviantart]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.joeldt.net/?p=773</guid>
		<description><![CDATA[I had loads of fun with this one. One of the prettiest mockups I&#8217;ve ever created nearly ruined by the fact that it&#8217;s completely un-layout-able. I was able to get around that, though! (Except not for IE6. Cue heart attack.) And now it&#8217;s finished in all its glory, ready and [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="I" class="cap"><span>I</span></span> had loads of fun with this one. One of the prettiest mockups I&#8217;ve ever created nearly ruined by the fact that it&#8217;s completely un-layout-able. I was able to get around that, though! (Except not for IE6. Cue heart attack.) And now it&#8217;s finished in all its glory, ready and waiting to burnish the face of your website to a mirror shine.</p>
<p>XHTML 1.0 and CSS3 valid.</p>
<p>Tested in <b class="ie8"><span>IE8</span></b>, <b class="ffx"><span>Firefox</span> 3.5</b>, <b class="opera"><span>Opera</span> 9/10</b>, and <b class="safari"><span>Safari</span> 4</b>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeldt.net/2010/01/spacepress-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grammarian v0.1a2</title>
		<link>http://www.joeldt.net/2009/12/grammarian-v0-1a2/</link>
		<comments>http://www.joeldt.net/2009/12/grammarian-v0-1a2/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 23:49:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[quickpress]]></category>

		<guid isPermaLink="false">http://www.joeldt.net/2009/12/grammarian-v0-1a2/</guid>
		<description><![CDATA[has added such things as better file organization, prettier permalinks with mod_rewrite, and a registration/login system that doesn&#8217;t suck.
]]></description>
			<content:encoded><![CDATA[<p>has added such things as better file organization, prettier permalinks with mod_rewrite, and a registration/login system that doesn&#8217;t suck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeldt.net/2009/12/grammarian-v0-1a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Time to Speak</title>
		<link>http://www.joeldt.net/2009/12/a-time-to-speak/</link>
		<comments>http://www.joeldt.net/2009/12/a-time-to-speak/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 20:54:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[designs]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.joeldt.net/?p=769</guid>
		<description><![CDATA[A Time to Speak is a literary magazine staffed by students from Providence Extension Program, a homeschool program in southern Ohio. I, a former student, was contracted to design the website for the ATTS people (these people include my sister).
It&#8217;s a very simple blog design, since all they needed was [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="A" class="cap"><span>A</span></span> Time to Speak is a literary magazine staffed by students from Providence Extension Program, a homeschool program in southern Ohio. I, a former student, was contracted to design the website for the ATTS people (these people include my sister).</p>
<p>It&#8217;s a very simple blog design, since all they needed was essentially an easy announcement system and periodic large updates, which is exactly the kind of thing Wordpress is good at.</p>
<p>Tested in <b class="ie8"><span>IE8</span></b>, <b class="ffx"><span>Firefox</span> 3.5</b>, <b class="opera"><span>Opera</span> 9/10</b>, and <b class="safari"><span>Safari</span> 4</b>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeldt.net/2009/12/a-time-to-speak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.373 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-11 05:38:20 -->
