<?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>Clint's Thoughts</title>
	<atom:link href="http://blog.checkettsweb.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.checkettsweb.com</link>
	<description>how I spend my five minutes of freedom</description>
	<lastBuildDate>Fri, 10 Jul 2009 10:51:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My journey to perfect backups</title>
		<link>http://blog.checkettsweb.com/2009/07/01/my-journey-to-perfect-backups/</link>
		<comments>http://blog.checkettsweb.com/2009/07/01/my-journey-to-perfect-backups/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 00:39:58 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.checkettsweb.com/?p=38</guid>
		<description><![CDATA[There and backup again.
Over the years, the more digital photos I&#8217;ve gotten, the more I&#8217;ve begun to worry about about backups. Now with my music and home videos all located on my computer, it&#8217;s grown from a worry into a paranoia. Last year when I bought a 1 terabyte drive I combined all by previous [...]]]></description>
			<content:encoded><![CDATA[<p><strong>There and backup again.</strong></p>
<p>Over the years, the more digital photos I&#8217;ve gotten, the more I&#8217;ve begun to worry about about backups. Now with my music and home videos all located on my computer, it&#8217;s grown from a worry into a paranoia. Last year when I bought a 1 terabyte drive I combined all by previous hard drives onto it but within the month I was jittery after hearing about other people whose new terabyte drives had died. I realized that I had balanced all my memories and documents on the tip of a single hard drive spindle. That is when I knew that I needed to resolve this once and for all.</p>
<p><strong>Attempt 1- Subversion</strong></p>
<p>Several years ago, fresh out of college I was familiar with the code version control system I&#8217;d been using. At that time <a href="www.dreamhost.com">Dreamhost</a>, my web host, began providing complimentary <a href="subversion.tigris.org">Subversion </a>(aka SVN) repositories. I setup a SVN repository and decided to check in all my personal documents and photos.</p>
<p>The theory was sound. My documents were being copied to an offsite location and supposedly recoverable. Wrong.</p>
<p>Its was painful and slow. It wasn&#8217;t automated so I had to routinely check in changes. (I realize I could have scripted the check in). It also littered .svn directories with junk all over the place. Finally, if I moved files to different directories the file had to be uploaded again.</p>
<p>I&#8217;ll admit that I&#8217;m pretty green when it comes the the powers of SVN but there is no doubt that I was <em>subverting</em> its purpose.</p>
<p><strong>Attempt 2- Rsync and DeltaCopy</strong></p>
<p>Soon afterwards I became acquainted with <a href="http://en.wikipedia.org/wiki/Rsync">rsync</a>. Dreamhost doesn&#8217;t let me backup files I can&#8217;t redistribute to to my web directory that I&#8217;m not allowed to redistribute (my MP3s). Even if I password protected it and blocked access from the world I wasn&#8217;t allowed.  So as a solution I setup my home server with rsync and used <a href="http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp">DeltaCopy </a>on my windows machines to publish to the rsync server.</p>
<p>Sure, later Dreamhost came out with a <a href="http://wiki.dreamhost.com/Personal_Backup">personal backup option</a>, but 50 gig was too confining and insufficient for my needs.</p>
<p>Vista for some reason wasn&#8217;t allowing DeltaCopy access to all my own files (even when run as admin) so my backup never felt complete. Also the backup wasn&#8217;t offsite and file recovery was completely manual. Also no versioning of previous files anymore.</p>
<p><strong>Attempt 3- Rsync + SSH + TrueCrypt to a remote friend</strong></p>
<p>One day at work I came up with the idea that I could just backup to my friend&#8217;s computer. We both had home servers, unfortunately his was a Windows server, so I had to make my solution work on his windows server while mine was a Linux server.</p>
<p>So I chose several open source pieces. The plan was to have an SSH server running on each end.  I&#8217;d run a script on my end the connected to the other server, mount a <a href="www.truecrypt.org">TrueCrypt </a>volume to make sure the data was encrypted on the other end, run rsync to push the data across. Then unmounting it. Eventually I might have configured a virtual machine to simplying configuration in the future. However, 2 weeks into my tinkering the motherboard died on one of my test servers and I just couldn&#8217;t get motivated to try to reconfigure it all over again.</p>
<p>If I could have gotten it to work it would have been quick with rsync&#8217;s incremental updates, secure with the SSH and TrueCrypt combo, and off site. Unfortunately it was so incredibly difficult to setup that I knew my next step would have been impossible. <em>There was no way I could get my family backups.</em></p>
<p><strong>Attempt 4- SyncBack</strong></p>
<p>So, finally I just bought an external hard drive and used <a href="http://www.2brightsparks.com/freeware/freeware-hub.html">SyncBack</a> to duplicate my files to the drive. It was simple and it worked. It actually was simple enough that I actually maintained this system for a while.</p>
<p>The only 2 drawbacks were that the backup wasn&#8217;t offsite and no way to get previous versions. I wasn&#8217;t too concerned though, because every 6 months I planned on just swapping the external drive to my in-laws when I&#8217;d visit.</p>
<p><strong>Final Solution- CrashPlan</strong></p>
<p>I was satisfied with SyncBack and probably would have upgraded to the paid for version, but then I saw on LifeHacker a post for <a href="www.crashplan.com">CrashPlan</a>. It presented CrashPlan as a solution that would let you back up to a friend&#8217;s computer over the internet and the end result was encrypted on the remote computer.  Its even cross platform. To top the whole deal off: its free!</p>
<p>Its seems too good to be true.  So next I&#8217;ll present my testing experience and related observations.</p>
<p><strong>Summary Chart</strong></p>
<table style="border-collapse: collapse; text-align: center; border:0" >
<tbody >
<tr>
<th></th>
<th style="width: 75px">Fast</th>
<th style="width: 75px">Encrypted</th>
<th style="width: 75px">Off Site</th>
<th style="width: 75px">Easy</th>
<th style="width: 75px">Versioning</th>
<th style="width: 75px">Free</th>
</tr>
<tr>
<th style="height: 50px">SVN</th>
<td></td>
<td></td>
<td></td>
<td></td>
<td ><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
</tr>
<tr>
<th style="height: 50px">rsync</th>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td></td>
<td></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
</tr>
<tr>
<th style="height: 50px">rsync + SSH + TrueCrypt</th>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td></td>
<td></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
</tr>
<tr>
<th style="height: 50px">SyncBack</th>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td></td>
<td></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
</tr>
<tr>
<th style="height: 50px">CrashPlan</th>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
<td><img class="size-full wp-image-49 aligncenter" title="check" src="http://blog.checkettsweb.com/wp-content/uploads/2009/07/check_premium.gif" alt="check" width="18" height="18" /></td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.checkettsweb.com/2009/07/01/my-journey-to-perfect-backups/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Link:Syncing Thunderbird Contacts and calendar with GCal</title>
		<link>http://blog.checkettsweb.com/2007/05/12/linksyncing-thunderbird-contacts-and-calendar-with-gcal/</link>
		<comments>http://blog.checkettsweb.com/2007/05/12/linksyncing-thunderbird-contacts-and-calendar-with-gcal/#comments</comments>
		<pubDate>Sat, 12 May 2007 16:58:27 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.checkettsweb.com/2007/05/12/linksyncing-thunderbird-contacts-and-calendar-with-gcal/</guid>
		<description><![CDATA[I&#8217;m using a useful tool called GCalDaemon. It&#8217;s written in Java so it runs both on Windows and Linux (and I assume Macs).
GCalDaemon does 2-way sync between ICal files and Google Calenda. It also includes an LDAP server that allows you to query your GMail Contacts.
It has good documentation to help you get it setup.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using a useful tool called <a href="http://gcaldaemon.sourceforge.net/index.html">GCalDaemon</a>. It&#8217;s written in Java so it runs both on Windows and Linux (and I assume Macs).</p>
<p>GCalDaemon does 2-way sync between ICal files and Google Calenda. It also includes an LDAP server that allows you to query your GMail Contacts.</p>
<p>It has good documentation to help you get it setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.checkettsweb.com/2007/05/12/linksyncing-thunderbird-contacts-and-calendar-with-gcal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back in Ubuntu</title>
		<link>http://blog.checkettsweb.com/2007/04/26/back-in-ubuntu/</link>
		<comments>http://blog.checkettsweb.com/2007/04/26/back-in-ubuntu/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 02:20:47 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.checkettsweb.com/2007/04/26/back-in-ubuntu/</guid>
		<description><![CDATA[With the release of Ubuntu 7.04 (Feisty Fawn) I&#8217;m back in Ubuntu full time. It also helps that my employer has enabled our Windows only VPN software to run in a virtual machine again (though that&#8217;s a story for another day).
One minor annoyance that I missed was a way to switch my wallpaper automatically and [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of <a href="http://www.ubuntu.com">Ubuntu 7.04</a> (Feisty Fawn) I&#8217;m back in Ubuntu full time. It also helps that my employer has enabled our Windows only VPN software to run in a virtual machine again (though that&#8217;s a story for another day).</p>
<p>One minor annoyance that I missed was a way to switch my wallpaper automatically and a way to right-click on a folder to be able to search in that fold specifically. Yeah, I&#8217;m shallow. I also wanted this functionality with no compiling in a simple GUI. <em>Very</em> shallow.</p>
<p>Without further ado:</p>
<p><a href="http://drapes.mindtouchsoftware.com/">Drapes</a> &#8211; a simple automatic wallpaper switcher (<a href="http://www.getdeb.net/app.php?name=Desktop%20Drapes">deb file</a> available at GetDeb.net)</p>
<p><a href="http://saettaz.altervista.org/software/nautilus_search_tool.html">nautilus-search-tool</a> &#8211; for the right-clicky goodness (<a href="http://www.getdeb.net/app.php?name=nautilus-search-tool">deb file</a> available at GetDeb.net)</p>
<p>Also, I really enjoy <a href="http://www.getdeb.net/">GetDeb.net</a>.  I highly recommend subscribing to the RSS feed there to find out about neat new offerings.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.checkettsweb.com/2007/04/26/back-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Querying Amarok Stats</title>
		<link>http://blog.checkettsweb.com/2007/01/04/querying-amarok-stats/</link>
		<comments>http://blog.checkettsweb.com/2007/01/04/querying-amarok-stats/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 05:15:29 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.checkettsweb.com/2007/01/04/querying-amarok-stats/</guid>
		<description><![CDATA[I&#8217;ve been using Amarok to manage my music collection for a couple of months now. I love this open source stuff because they are never afraid of letting you look at their work.
For example Amarok manages your music files and keeps various statistics. The player doesn&#8217;t list of an obvious way to display the cummulative [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://amarok.kde.org/">Amarok</a> to manage my music collection for a couple of months now. I love this open source stuff because they are never afraid of letting you look at their work.<br />
For example Amarok manages your music files and keeps various statistics. The player doesn&#8217;t list of an obvious way to display the cummulative file size of a group of songs. However, since the Amarok database uses <a href="http://www.sqlite.org/">SQLite</a> its a piece of cake to write your own SQL queries.</p>
<p>So, after looking at the <a href="http://amarok.kde.org/wiki/Statistics">Amarok wiki</a> I was able to create and paste the following script in the command line and get a quick printout of my genres and how many megabytes of files are in each genre (this is with Amarok 1.4):</p>
<blockquote><p><code> dcop amarok collection query "select g.name, ((sum(filesize)/1024)/1024) as size from tags t, genre g where t.genre = g.id group by t.genre order by sum(filesize) desc;" </code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.checkettsweb.com/2007/01/04/querying-amarok-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And the knowledge was set free&#8230;</title>
		<link>http://blog.checkettsweb.com/2006/07/04/and-the-knowledge-was-set-free/</link>
		<comments>http://blog.checkettsweb.com/2006/07/04/and-the-knowledge-was-set-free/#comments</comments>
		<pubDate>Tue, 04 Jul 2006 20:24:25 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.checkettsweb.com/2006/07/04/and-the-knowledge-was-set-free/</guid>
		<description><![CDATA[I love that fact that the most classic literature is the most easy to acquire. Take Shakespeare&#8217;s Works as an example. You can sit down ad read any one of his masterpieces immediately without having to to pay a cent. Why? Because Will Shakespeare has been long dead (and so is his lawyer, as the [...]]]></description>
			<content:encoded><![CDATA[<p>I love that fact that the most classic literature is the most easy to acquire. Take Shakespeare&#8217;s Works as an example. You can sit down ad read any one of his masterpieces immediately without having to to pay a cent. Why? Because Will Shakespeare has been long dead (and so is his lawyer, as the saying goes) so his works are part of the Public Domain.</p>
<p>I&#8217;ve used <a href="http://www.gutenberg.org/">Project Gutenberg</a> (<a href="http://en.wikipedia.org/wiki/Project_Gutenberg">Wikipedia Entry</a>) for a while an quite enjoy having these classics at easy reach.</p>
<p>Today I stumbled across the project whose goal it to turn all those works in the Public Domain into AudioBooks its called <a href="http://librivox.org/">LibriVox</a>. I&#8217;ve always suspected that something like this existed somewhere, so I&#8217;m glad that I finally found it. You can even download using <a href="http://en.wikipedia.org/wiki/Bittorrent">torrents </a>since that gives you nice speedy downloads.</p>
<p>It also doesn&#8217;t hurt to list some of my other favorite books online: <a href="http://scriptures.lds.org/">The Standard Works</a> (Bible, Book of Mormon, Doctrine &amp; COvenants, and corresponding reference material like dictionaries and indices) and I also enjoy the <a href="http://library.lds.org/nxt/gateway.dll?f=templates$fn=default.htm">LDS Collection of Speeches and Articles</a>. These are great motivational and inspirational writings. I&#8217;m also happy to mention you can get them all as <a href="http://www.lds.org/mp3/newarchive/0,18615,5249-1,00.html">audio downloads</a> as well! (No torrents yet though <img src='http://blog.checkettsweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>Audio books of interest there (for anyone)</p>
<ul>
<li><a href="http://www.lds.org/mp3/display/0,18692,5297-62,00.html">The Old Testament</a></li>
<li><a href="http://www.lds.org/mp3/display/0,18692,5297-45,00.html">The New Testament</a></li>
<li><a href="http://www.lds.org/mp3/display/0,18692,5297-41,00.html">The Book of Mormon</a></li>
<li><a href="http://www.lds.org/mp3/display/0,18692,5297-42,00.html">Doctrine &amp; Covenants</a></li>
<li><a href="http://www.lds.org/mp3/newarchive/0,18615,5249-1,00.html#GeneralConference">The General Conference Addresses</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.checkettsweb.com/2006/07/04/and-the-knowledge-was-set-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watching TV Over the &#8216;Net</title>
		<link>http://blog.checkettsweb.com/2006/06/22/watching-tv-over-the-net/</link>
		<comments>http://blog.checkettsweb.com/2006/06/22/watching-tv-over-the-net/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 11:38:11 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.checkettsweb.com/2006/06/22/watching-tv-over-the-net/</guid>
		<description><![CDATA[I&#8217;ve recently moved. I got broadband internet setup as quickly as possible. However, I turned down various offers of cable programming.
Why? Because 1) I hate commercials, 2) theretoo much junk just on TV, and 3) you can get a lot of good stuff (legally) over the internet.
Here is my current selection of good online programming [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently moved. I got broadband internet setup as quickly as possible. However, I turned down various offers of cable programming.</p>
<p>Why? Because 1) I hate commercials, 2) theretoo much junk just on TV, and 3) you can get a lot of good stuff (legally) over the internet.</p>
<p>Here is my current selection of good online programming that I watch regularly:</p>
<ul>
<li><a href="http://www.pbs.org/wgbh/nova/programs/index.html">Nova </a>(a science program)</li>
<li><a href="http://www.pbs.org/wgbh/pages/frontline/view/">Frontline</a> (a social topics program)</li>
<li><a href="http://byu.tv ">BYU-TV</a> (a religious/education station)</li>
</ul>
<p>I&#8217;ll add more as I come across and use them. For example, I hear that ABC has a streaming service for episodes of Lost (though I haven&#8217;t tried it yet)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.checkettsweb.com/2006/06/22/watching-tv-over-the-net/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Matz is a Saint</title>
		<link>http://blog.checkettsweb.com/2006/06/22/matz-is-a-saint/</link>
		<comments>http://blog.checkettsweb.com/2006/06/22/matz-is-a-saint/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 11:27:44 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.checkettsweb.com/2006/06/22/matz-is-a-saint/</guid>
		<description><![CDATA[I&#8217;m a fan of Ruby. Its a great programming language and it just makes sense. It doesn&#8217;t hurt that the Rails framework uses it too.
This morning I followed a link to some humor about Ruby, Perl, and Java and was surprised to discover that Yukihiro Matsumoto (aka Matz) is a member of the Church of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a fan of <a href="http://ruby-lang.org/en/">Ruby</a>. Its a great programming language and it just makes sense. It doesn&#8217;t hurt that the <a href="http://rubyonrails.org/">Rails</a> framework uses it too.</p>
<p>This morning I followed a link to <a href="http://plug.org/pipermail/plug/2006-January/019126.html">some humor about Ruby, Perl, and Java</a> and was surprised to discover that <a href="http://en.wikipedia.org/wiki/Yukihiro_Matsumoto">Yukihiro Matsumoto</a> (aka Matz) is a member of <a href="http://lds.org/">the Church of Jesus Christ of Latter-Day Saints</a> (sometimes refered to as &#8216;The Mormons&#8217;). I doubted for a moment that the info was entirely accurate, but after seeing <a href="http://www.japaninc.net/article.php?articleID=828">a third posting</a> of the information I <a href="http://scriptures.lds.org/matt/18/16#16">had to believe</a>.</p>
<p>Why does any of this matter? I&#8217;m a Mormon too!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.checkettsweb.com/2006/06/22/matz-is-a-saint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little Ez</title>
		<link>http://blog.checkettsweb.com/2005/12/07/little-ez/</link>
		<comments>http://blog.checkettsweb.com/2005/12/07/little-ez/#comments</comments>
		<pubDate>Thu, 08 Dec 2005 00:25:29 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.checkettsweb.com/?p=20</guid>
		<description><![CDATA[My new son entered the world yesterday. Life will never be the same.]]></description>
			<content:encoded><![CDATA[<p>Yesterday morning, my wife mentioned that her back was hurting. Two hours later we were in the hospital and less than an hour after that my son was born.</p>
<p>I think we&#8217;ll call him Ezra. He weighed 5 pounds and 5 ounces and measured 20 inches. He showed up a month earlier than expected, but seems healthy enough, just a little light. We&#8217;ll fatten him up good.</p>
<p>Its a bit alarming that its -15 degrees fahrenheit outside, so I&#8217;m okay that he has to stay at the hospital for a few weeks. I&#8217;ll be sure to post when he comes home. His mother is doing great (she&#8217;s wonderful!) and beautiful as always.</p>
<p>Here&#8217;s the requisite photo:<br />
<a href="http://photos.checkettsweb.com/v/Ezra/"><img src="http://photos.checkettsweb.com/d/477-2/EzraBirth.jpg" alt="Ezra" /></a></p>
<p>Feel free to compliment in the comments.</p>
<p><strong>Update 12-23-2005:</strong> Ezra came home with us on Wednesday, December 21st. He had lost and regained weight and weighed 5 pounds and 9 ounces when he left the hospital. It&#8217;s great having him safe at home. Also, to clear things up, Ezra is my second son, he has an older brother named Daniel who is a year and a half old.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.checkettsweb.com/2005/12/07/little-ez/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Embedding TiddlyWiki in Thunderbird</title>
		<link>http://blog.checkettsweb.com/2005/11/24/embedding-tiddlywiki-in-thunderbird/</link>
		<comments>http://blog.checkettsweb.com/2005/11/24/embedding-tiddlywiki-in-thunderbird/#comments</comments>
		<pubDate>Thu, 24 Nov 2005 22:10:53 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.checkettsweb.com/?p=18</guid>
		<description><![CDATA[Put a wiki in Thunderbird]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t help but be impressed by post today about embedding <a href="http://gtdwannabe.blogspot.com/2005/11/using-tiddlywiki-as-your-outlook-today.html">TiddlyWiki in Outlook</a>. Using my common technique of &#8216;improving&#8217; other&#8217;s ideas I had to check to see if I could pull off a similar trick with <a href="http://www.mozilla.org/products/thunderbird/">Mozilla Thunderbird</a> (though I prefer the <a href="http://johnhaller.com/jh/mozilla/portable_thunderbird/">portable version</a>).</p>
<p>Its a piece of cake to get working.</p>
<h2>Set a TW file as your default start page</h2>
<p>Here are the steps:</p>
<ul>
<li>Open Thunderbird (I&#8217;m using 1.5 though it works in 1.0 version)</li>
<li>Select &#8216;Options&#8217; under the &#8216;Tools&#8217; menu</li>
<li>Under the general tab, in the &#8216;Thunderbird Start Page&#8217; put the path to you TW file. (The easiest way to get the path is to open the TW in Firefox and copy the address URL from Firefox into the location box in Thunderbird)</li>
<li>Under the &#8216;Privacy&#8217; tab and the &#8216;General&#8217; sub-tab allow JavaScript in mail messages. (I unchecked the &#8216;Block JavaScript in mail messages&#8217; option)</li>
<li>Click &#8216;Ok&#8217; to save the settings</li>
</ul>
<h2>View the TW in Thunderbird</h2>
<p>This was the toughest part for me to find (though its rather obvious)</p>
<ul>
<li>Click in the &#8216;Go&#8217; menu and select the &#8216;Mail Start Page&#8217;</li>
<li>Thats it</li>
</ul>
<p>Here is the all important sceenshot:<br />
<img src="http://blog.checkettsweb.com/wp-content/twInThunderbird.JPG" alt="Screenshot of TiddlyWiki in Thunderbird" /></p>
<h2>Gotchas</h2>
<ul>
<li>Whenever you open an email it navigates away from the TW page, so you&#8217;ll want to make sure that you have autosave on.</li>
</ul>
<h2>Nifty benefits</h2>
<ul>
<li>This keeps your TW nearby and it will mirror any changes you make to it outside of TW in Firefox</li>
<li>You can even point it to a TW online like pytw</li>
<li>TW acts just like you would expect with all your plugins ans TW goodness.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.checkettsweb.com/2005/11/24/embedding-tiddlywiki-in-thunderbird/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tools to jump start programming the DOM and/or TW</title>
		<link>http://blog.checkettsweb.com/2005/11/17/tools-to-jump-start-programming-the-dom-and-tw/</link>
		<comments>http://blog.checkettsweb.com/2005/11/17/tools-to-jump-start-programming-the-dom-and-tw/#comments</comments>
		<pubDate>Thu, 17 Nov 2005 18:15:51 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.checkettsweb.com/?p=17</guid>
		<description><![CDATA[A small list of tutorials and extensions for programming]]></description>
			<content:encoded><![CDATA[<p>First of all this post is intended for people that are new to playing with the DOM (document object model) The DOM is the structure in a web page.</p>
<p>Specifically I&#8217;ve posted this for my IS450 (Web Development Class) and TiddlyWiki friends though feel free to comment on any additions.</p>
<h2>Literature</h2>
<p>Before using any tools, I&#8217;d recommend getting a bit of knowledge under you belt.</p>
<p>I got started by reading <a href="http://www.sitepoint.com/books/dhtml1/">DHTML Utopia: Modern Web Design</a> by Stuart Langridge. The <a href="http://www.sitepoint.com/article/dhtml-utopia-modern-web-design">first four chapters</a> are available online for free (94 of the 300 pages in the book!)</p>
<p><a href="http://www.quirksmode.org/">Quirksmode</a> also has a very good page on<a href="http://www.quirksmode.org/js/events_compinfo.html"> JavaScript document events</a>.</p>
<h2>Tools</h2>
<p>The major tip is that if you are coding a page do the following: make it work using <a href="http://www.getfirefox.com">Firefox</a> and its corresponding tools, <em>then</em> make it work in Internet Explorer.</p>
<p>Firefox Extensions:<br />
<a href="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&amp;category=Developer%20Tools&amp;id=60">Web Developer</a><br />
<a href="http://blog.checkettsweb.com/2005/11/16/viewing-a-pages-source-after-its-been-altered-by-javascript/">View the pages rendered source</a><br />
<a href="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&amp;category=Developer%20Tools&amp;id=271">Colorzilla</a><br />
<a href="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&amp;category=Developer%20Tools&amp;id=539">Measure It</a></p>
<p>I&#8217;ll put up more stuff after class.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.checkettsweb.com/2005/11/17/tools-to-jump-start-programming-the-dom-and-tw/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.245 seconds -->
