
<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Ted Carnahan</title>
	<atom:link href="http://www.tedcarnahan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tedcarnahan.com</link>
	<description>Church, Family, Music, Tech</description>
	<lastBuildDate>Mon, 18 Jan 2010 03:57:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Freedom Software, Competition, and WordPress Plugins</title>
		<link>http://www.tedcarnahan.com/2010/01/13/freedom-software-competition-and-wordpress-plugins/</link>
		<comments>http://www.tedcarnahan.com/2010/01/13/freedom-software-competition-and-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 23:46:59 +0000</pubDate>
		<dc:creator>Ted Carnahan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tedcarnahan.com/?p=889</guid>
		<description><![CDATA[You&#8217;ve done something noteworthy when people are willing to tell you publicly that they don&#8217;t like it.  Such is the case with my Wordpress plugin, jQuery Table of Contents.  Zoran at Hackadelic, author of a similar plugin, Hackadelic SEO Table of Contents, likes the clean code but could do without the Javascript.
Response to [...]


You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2010/01/10/wordpress-jquery-table-of-contents-plugin/' rel='bookmark' title='Permanent Link: WordPress jQuery Table of Contents plugin'>WordPress jQuery Table of Contents plugin</a></li>
<li><a href='http://www.tedcarnahan.com/2008/07/30/free-software-versus-freedom-software/' rel='bookmark' title='Permanent Link: &#8220;Freedom Software&#8221; versus &#8220;Free Software&#8221;'>&#8220;Freedom Software&#8221; versus &#8220;Free Software&#8221;</a></li>
<li><a href='http://www.tedcarnahan.com/2008/12/17/freedom-software-vs-freedomware/' rel='bookmark' title='Permanent Link: Freedom Software vs. Freedomware?'>Freedom Software vs. Freedomware?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve done something noteworthy when people are willing to tell you publicly that they don&#8217;t like it.  Such is the case with my <a href="http://www.tedcarnahan.com/2010/01/10/wordpress-jquery-table-of-contents-plugin/">Wordpress plugin, jQuery Table of Contents</a>.  Zoran at Hackadelic, author of a similar plugin, <a href="http://hackadelic.com/solutions/wordpress/toc-boxes">Hackadelic SEO Table of Contents</a>, likes the clean code but <a href="http://hackadelic.com/wordpress-plugin-tech-foundations-php-vs-javascript">could do without the Javascript.</a></p>
<h2>Response to the Arguments</h2>
<h3>Javascript makes page load slow</h3>
<p>Well, okay, it <em>can</em>, but I use <code><a href="http://docs.jquery.com/Events/ready">jQuery.ready</a></code>, which <em>doesn&#8217;t</em>.  I don&#8217;t really care if the TOC is visible the second the page renders, so I&#8217;m willing to wait.</p>
<h3>DOM manipulation is browser specific</h3>
<p>Well, okay, it <em>can</em>, but the <a href="http://www.w3.org/DOM/">DOM is an open W3C standard</a>, and modern browsers do a <em>good enough</em> job that I don&#8217;t expect there to be problems.  Besides, jQuery sorts out most of the difference that matter.</p>
<h3>Javascript doesn&#8217;t know about the database</h3>
<p>Here I agree.  But the objection only applies if you want TOC navigation across pages of a multi-page post.  If you need that functionality, I <em>highly</em> recommend the Hackadelic plugin because it will do what you want.  But I don&#8217;t make multi-page posts, and if I do, I only really need intra-page navigation.</p>
<h2>The Freedom Software Model</h2>
<p>In the Freedom Software model, most unpaid programmers are just out to scratch an itch &#8211; and to share in case someone else has the same kind of itch.  There is significant overlap between the Hackadelic plugin and my own, but I&#8217;ve got a different itch to scratch, and I designed an elegant little tool to do it.  Yes, I could probably scratch my itch well enough with the Hackadelic plugin, but I personally think lightweight and elegant and in-browser are features.  The beauty of Freedom Software is that an entire ecosystem of tools can grow up, coexist, borrow ideas, and maybe eventually die off.  <a href="http://catb.org/esr/writings/homesteading/cathedral-bazaar/">This is the &#8220;bazaar&#8221; model.</a></p>
<h2>Conclusion</h2>
<p>I was certainly flattered to have the engagement over this, my first Wordpress plugin.  Thanks for the constructive engagement and for bring to light that everything we build starts from a set of assumptions and requirements.  That kind of critical conversation is what will continue to make Freedom Software great.</p>


<p>You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2010/01/10/wordpress-jquery-table-of-contents-plugin/' rel='bookmark' title='Permanent Link: WordPress jQuery Table of Contents plugin'>WordPress jQuery Table of Contents plugin</a></li>
<li><a href='http://www.tedcarnahan.com/2008/07/30/free-software-versus-freedom-software/' rel='bookmark' title='Permanent Link: &#8220;Freedom Software&#8221; versus &#8220;Free Software&#8221;'>&#8220;Freedom Software&#8221; versus &#8220;Free Software&#8221;</a></li>
<li><a href='http://www.tedcarnahan.com/2008/12/17/freedom-software-vs-freedomware/' rel='bookmark' title='Permanent Link: Freedom Software vs. Freedomware?'>Freedom Software vs. Freedomware?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.tedcarnahan.com/2010/01/13/freedom-software-competition-and-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress jQuery Table of Contents plugin</title>
		<link>http://www.tedcarnahan.com/2010/01/10/wordpress-jquery-table-of-contents-plugin/</link>
		<comments>http://www.tedcarnahan.com/2010/01/10/wordpress-jquery-table-of-contents-plugin/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 03:33:35 +0000</pubDate>
		<dc:creator>Ted Carnahan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tedcarnahan.com/?p=882</guid>
		<description><![CDATA[I&#8217;m proud to announce my first WordPress plugin, &#8220;jQuery Table of Contents,&#8221; which inserts the lovely little table of contents you see on many of the pages of my website.  It uses jQuery to inspect the content of your post or page and generate table of contents links based on the header tags.  [...]


You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2009/12/29/simple-table-of-contents-in-jquery/' rel='bookmark' title='Permanent Link: Simple Table Of Contents in JQuery'>Simple Table Of Contents in JQuery</a></li>
<li><a href='http://www.tedcarnahan.com/2010/01/13/freedom-software-competition-and-wordpress-plugins/' rel='bookmark' title='Permanent Link: Freedom Software, Competition, and WordPress Plugins'>Freedom Software, Competition, and WordPress Plugins</a></li>
<li><a href='http://www.tedcarnahan.com/2008/12/02/liturgical-wordpress-part-deux/' rel='bookmark' title='Permanent Link: Liturgical Wordpress, part deux'>Liturgical Wordpress, part deux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m proud to announce my first WordPress plugin, &#8220;jQuery Table of Contents,&#8221; which inserts the lovely little table of contents you see on many of the pages of my website.  It uses <a href="http://jquery.com/">jQuery</a> to inspect the content of your post or page and generate table of contents links based on the header tags.  It&#8217;s easy, SEO friendly, and highly customizable.</p>
<h2>Download</h2>
<p><span id="more-882"></span><br />
<a href='http://wordpress.org/extend/plugins/jquery-table-of-contents/'>Download from Wordpress Extend</a></p>
<p><strong>Is this plugin helping you make money?  Buy me a cup of coffee!</strong><br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="11083295">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<h2>Installation</h2>
<ol>
<li>Upload `jquery-toc.php`, `jquery-toc.css`, and `jquery-toc.js` to the `/wp-content/plugins/jquery-toc/` directory.</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>Important! &#8211; Configure the Table of Contents to customize it for your theme.</li>
</ol>
<h2>Demo</h2>
<p>You&#8217;re looking at it.  This site has a working example of the plugin.  Look at the pink box in the top-right corner of this post.</p>
<h2>Frequently Asked Questions</h2>
<p>Q: Does this plugin work automatically for every theme?</p>
<p>A: Nope.  The default settings provided will work out the box for the Wordpress Default (Kubric) theme.  Beyond that, you may have to change settings to get it to work with your theme.</p>
<h2>Changelog</h2>
<ul>
<li>1.0 &#8211; First public release</li>
</ul>


<p>You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2009/12/29/simple-table-of-contents-in-jquery/' rel='bookmark' title='Permanent Link: Simple Table Of Contents in JQuery'>Simple Table Of Contents in JQuery</a></li>
<li><a href='http://www.tedcarnahan.com/2010/01/13/freedom-software-competition-and-wordpress-plugins/' rel='bookmark' title='Permanent Link: Freedom Software, Competition, and WordPress Plugins'>Freedom Software, Competition, and WordPress Plugins</a></li>
<li><a href='http://www.tedcarnahan.com/2008/12/02/liturgical-wordpress-part-deux/' rel='bookmark' title='Permanent Link: Liturgical Wordpress, part deux'>Liturgical Wordpress, part deux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.tedcarnahan.com/2010/01/10/wordpress-jquery-table-of-contents-plugin/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Trying out Twitter</title>
		<link>http://www.tedcarnahan.com/2010/01/09/trying-out-twitter/</link>
		<comments>http://www.tedcarnahan.com/2010/01/09/trying-out-twitter/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 03:18:52 +0000</pubDate>
		<dc:creator>Ted Carnahan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.tedcarnahan.com/?p=877</guid>
		<description><![CDATA[Looking for something interesting to add to my online presence, I decided to try out Twitter.  I&#8217;m not really sure why I haven&#8217;t tried it out until now.
Apparently,  fewer than 40% of people stay on Twitter after they start using it &#8211; a phenomenon so prevalent that it even has a name: &#8220;Twitter [...]


You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2009/01/09/just-installed-wordbook/' rel='bookmark' title='Permanent Link: Just installed Wordbook'>Just installed Wordbook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Looking for something interesting to add to my online presence, I decided to try out Twitter.  I&#8217;m not really sure why I haven&#8217;t tried it out until now.</p>
<p>Apparently, <a href="http://popwatch.ew.com/2009/04/29/twitter-quitter/"> fewer than 40% of people stay on Twitter</a> after they start using it &#8211; a phenomenon so prevalent that it even has a name: &#8220;Twitter Quitter.&#8221;  I don&#8217;t really like the idea of abandoning a social network after I join, so maybe that&#8217;s why I haven&#8217;t jumped in before.  Also, most everyone I know is on Facebook, and I really can&#8217;t stand the idea of updating multiple accounts.  So I&#8217;m not sure exactly why I <em>have</em> decided to try it out now, either.</p>
<p>I installed <a href="http://wordpress.org/extend/plugins/twitter-tools/">Twitter Tools</a> to tie this website in with Twitter, so hopefully when I post here it&#8217;ll show up there, too.  This complements the functionality of <a href="http://wordpress.org/extend/plugins/wordbook/">WordBook</a> for Facebook integration.</p>
<p>Alas, <a href="http://twitter.com/tedcarnahan">I am on Twitter,</a> for now.  So if you are too, go ahead and add me.</p>


<p>You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2009/01/09/just-installed-wordbook/' rel='bookmark' title='Permanent Link: Just installed Wordbook'>Just installed Wordbook</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.tedcarnahan.com/2010/01/09/trying-out-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jennifer wins</title>
		<link>http://www.tedcarnahan.com/2009/12/30/jennifer-wins/</link>
		<comments>http://www.tedcarnahan.com/2009/12/30/jennifer-wins/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 23:06:22 +0000</pubDate>
		<dc:creator>Ted Carnahan</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[cloth diapers]]></category>
		<category><![CDATA[jennifer]]></category>

		<guid isPermaLink="false">http://www.tedcarnahan.com/?p=875</guid>
		<description><![CDATA[Jennifer won a diaper giveaway from Nicki&#8217;s Diapers.  How cool is that?


You may also enjoy:Cloth Diaper Research
I&#8217;m a winner!
How to Get Started with Cloth Diapers



You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2008/12/02/cloth-diaper-research/' rel='bookmark' title='Permanent Link: Cloth Diaper Research'>Cloth Diaper Research</a></li>
<li><a href='http://www.tedcarnahan.com/2008/10/27/im-a-winner/' rel='bookmark' title='Permanent Link: I&#8217;m a winner!'>I&#8217;m a winner!</a></li>
<li><a href='http://www.tedcarnahan.com/2009/03/22/how-to-get-started-with-cloth-diapers/' rel='bookmark' title='Permanent Link: How to Get Started with Cloth Diapers'>How to Get Started with Cloth Diapers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Jennifer <a href="http://nickisdiapers.blogspot.com/2009/12/winner-of-12th-weekly-giveaway-dec-11th.html">won</a> a diaper giveaway from Nicki&#8217;s Diapers.  How cool is that?</p>


<p>You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2008/12/02/cloth-diaper-research/' rel='bookmark' title='Permanent Link: Cloth Diaper Research'>Cloth Diaper Research</a></li>
<li><a href='http://www.tedcarnahan.com/2008/10/27/im-a-winner/' rel='bookmark' title='Permanent Link: I&#8217;m a winner!'>I&#8217;m a winner!</a></li>
<li><a href='http://www.tedcarnahan.com/2009/03/22/how-to-get-started-with-cloth-diapers/' rel='bookmark' title='Permanent Link: How to Get Started with Cloth Diapers'>How to Get Started with Cloth Diapers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.tedcarnahan.com/2009/12/30/jennifer-wins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Television and Shared Experience</title>
		<link>http://www.tedcarnahan.com/2009/12/30/television-and-shared-experience/</link>
		<comments>http://www.tedcarnahan.com/2009/12/30/television-and-shared-experience/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 18:25:58 +0000</pubDate>
		<dc:creator>Ted Carnahan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[alienation]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[television]]></category>

		<guid isPermaLink="false">http://www.tedcarnahan.com/?p=869</guid>
		<description><![CDATA[I was listening to NPR&#8217;s Laura Sydell yesterday as she and her guests were discussing media trends over the past 40 or 50 years as they connect to shared experience.  One guest on the program was arguing that the development of global communications technology means that next-door neighbors may have few shared cultural experiences. [...]


You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2007/05/25/the-worst-show-in-the-history-of-television-cop-rock/' rel='bookmark' title='Permanent Link: The Worst Show in the History of Television: Cop Rock'>The Worst Show in the History of Television: Cop Rock</a></li>
<li><a href='http://www.tedcarnahan.com/2008/10/02/its-not-just-you/' rel='bookmark' title='Permanent Link: It&#8217;s Not Just You'>It&#8217;s Not Just You</a></li>
<li><a href='http://www.tedcarnahan.com/2009/12/11/a-sobering-experience/' rel='bookmark' title='Permanent Link: A Sobering Experience'>A Sobering Experience</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was listening to <a href="http://m.npr.org/news/Arts+%26+Life/121986877?singlePage=true">NPR&#8217;s Laura Sydell</a> yesterday as she and her guests were discussing media trends over the past 40 or 50 years as they connect to shared experience.  <a href="http://www.tedcarnahan.com/wp-content/uploads/2009/12/OTVbelweder-front.jpg"><img src="http://www.tedcarnahan.com/wp-content/uploads/2009/12/OTVbelweder-front.jpg" alt="Old television" title="OTVbelweder-front" width="315" height="263" class="alignright size-full wp-image-870" /></a>One guest on the program was arguing that the development of global communications technology means that next-door neighbors may have few shared cultural experiences.  In essence, by enabling a large fraction of the population to seek the television news that it wants to watch, the music that it wants to hear, and the political ideas that it wants to think, there are fewer cultural touchstones that we share in common.  </p>
<p><span id="more-869"></span></p>
<p>In fact, it goes farther that that.  Stanford University communications professor Clifford Nass argues that we are witnessing the emergence of the first culture in history which does not offer, on a grassroots level, a set of shared experiences that allow people to build relationships with their neighbors.  Even if one doesn&#8217;t watch the shows, one knows enough about them to participate in conversation about them, and so they serve whether 100% of the population is engaged or not.</p>
<p>This leads me selfishly to the question of the necessity of television.  During my ongoing preparation to become a pastor in the church, I have been repeatedly questioned over my choice not to own a television.  Although usually not expressed in such sophisticated terms, my questioners argue that not participating in modern American television watching prevents you from making a connection with your parishioners because you do not participate in those cultural touchstone experiences.  The failure to watch television is presented as pastoral irresponsibility.</p>
<p>Of course I disagree with this for several reasons.  First, of course there have always been great pastors who have not participated in much TV watching &#8211; their entertainment tastes turning more to the arts or literature.  When they experience, as all do, a failure in their pastoral care, no one chalks that up to a failure to make a connection through television.  Moreover, we now live in a society where the most popular television show in America in 2009, <em>American Idol</em>, only captured 16% of American viewers on its season finale!  Gone are the days when millions of Americans watched Walter Cronkite every night and discussed the same news the next day around the water cooler.</p>
<p>These cultural trends also have profound implications for the church.  As hundreds of millions of people involve themselves in social networking, new cultural touchstones are developing that transcend neighborhood or regional boundaries.  The church can engage these new touchstones, participating in them readily, expressing and confessing the truth we have in these new forums.  If we fail, we will become increasingly irrelevant.</p>
<p>While these new cultural trends serve to unite people in very specific ways, the lack of broad, in-person contact between people is alienating.  This problem will only grow as time goes on and technology encompasses more of what we do and <em>who we are.</em>  Our approach to the problem of alienation should not be merely therapeutic, bandaging the victims, but proactive so that we seek ways to live in this new connectedness.   We can be, or become, the <a href="http://en.wikipedia.org/wiki/The_Third_Place">Third Place</a> where in-person relationships can flourish.</p>


<p>You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2007/05/25/the-worst-show-in-the-history-of-television-cop-rock/' rel='bookmark' title='Permanent Link: The Worst Show in the History of Television: Cop Rock'>The Worst Show in the History of Television: Cop Rock</a></li>
<li><a href='http://www.tedcarnahan.com/2008/10/02/its-not-just-you/' rel='bookmark' title='Permanent Link: It&#8217;s Not Just You'>It&#8217;s Not Just You</a></li>
<li><a href='http://www.tedcarnahan.com/2009/12/11/a-sobering-experience/' rel='bookmark' title='Permanent Link: A Sobering Experience'>A Sobering Experience</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.tedcarnahan.com/2009/12/30/television-and-shared-experience/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Table Of Contents in JQuery</title>
		<link>http://www.tedcarnahan.com/2009/12/29/simple-table-of-contents-in-jquery/</link>
		<comments>http://www.tedcarnahan.com/2009/12/29/simple-table-of-contents-in-jquery/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 20:36:24 +0000</pubDate>
		<dc:creator>Ted Carnahan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.tedcarnahan.com/?p=854</guid>
		<description><![CDATA[I developed a handy Table of Contents script using JQuery for another project, now abandoned, and I decided to implement it on this website (which uses Wordpress).  This assumes that you have JQuery already loaded and are using Wordpress 2.9 or newer.

How To Do It

Make sure that your theme uses the new body_class() template [...]


You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2010/01/10/wordpress-jquery-table-of-contents-plugin/' rel='bookmark' title='Permanent Link: WordPress jQuery Table of Contents plugin'>WordPress jQuery Table of Contents plugin</a></li>
<li><a href='http://www.tedcarnahan.com/2007/12/10/simple-flashcards-using-jquery/' rel='bookmark' title='Permanent Link: Simple flashcards using JQuery'>Simple flashcards using JQuery</a></li>
<li><a href='http://www.tedcarnahan.com/2006/07/01/extracting-the-next-7-days-from-phpicalendar-to-simple-html/' rel='bookmark' title='Permanent Link: Extracting the next 7 days from phpiCalendar to simple HTML'>Extracting the next 7 days from phpiCalendar to simple HTML</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I developed a handy Table of Contents script using JQuery for another project, now abandoned, and I decided to implement it on this website (which uses Wordpress).  This assumes that you have JQuery already loaded and are using Wordpress 2.9 or newer.</p>
<p><span id="more-854"></span></p>
<h2>How To Do It</h2>
<ol>
<li>Make sure that your theme uses the new <code>body_class()</code> template tag.  If it is, the HTML should read something like this:
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;body class=&quot;single postid-842 logged-in&quot;&gt;</div>
</li>
</ol>
</div>
<p>If it doesn&#8217;t, edit <code>header.php</code> to make the tag look something like this:</p>
<div class="geshi no php">
<ol>
<li class="li1">
<div class="de1"><span class="sy0">&lt;</span>body <span class="kw2">&lt;?php</span> body_class<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span> ?<span class="sy0">&gt;&gt;</span></div>
</li>
</ol>
</div>
<p>Note: This could very well muck up your theme if it uses CSS classes (e.g. <code>date</code>) for other purposes.  Be sure to test <em>everything</em> carefully after this step.
</li>
<li>Copy the following JQuery script into a file in your template directory called <code>js/toc.js</code>:
<div class="geshi no javascript">
<ol>
<li class="li1">
<div class="de1">jQuery<span class="br0">&#40;</span><span class="kw2">function</span> <span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; <span class="kw2">var</span> started = <span class="kw2">false</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; jQuery<span class="br0">&#40;</span><span class="st0">&quot;body.single .entry h2&quot;</span><span class="br0">&#41;</span>.<span class="me1">each</span><span class="br0">&#40;</span><span class="kw2">function</span> <span class="br0">&#40;</span>index<span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="co1">// Create div if needed</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">if</span><span class="br0">&#40;</span><span class="sy0">!</span>started<span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jQuery<span class="br0">&#40;</span><span class="st0">&#39;body.single .entry&#39;</span><span class="br0">&#41;</span>.<span class="me1">prepend</span><span class="br0">&#40;</span><span class="st0">&#39;&lt;div id=&quot;intlinks&quot;&gt;&lt;a name=&quot;top&quot;&gt;&lt;/a&gt;&lt;p&gt;&lt;strong&gt;On this page:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/div&gt;&#39;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; started = <span class="kw2">true</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="co1">// Manipulate h* tag</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw2">var</span> header = jQuery<span class="br0">&#40;</span><span class="kw1">this</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw2">var</span> headerId = <span class="st0">&#39;header-&#39;</span>+index;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; header.<span class="me1">attr</span><span class="br0">&#40;</span><span class="st0">&#39;id&#39;</span>, headerId<span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="co1">// Manipulate list</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw2">var</span> li = jQuery<span class="br0">&#40;</span><span class="st0">&#39;&lt;li&gt;&lt;/li&gt;&#39;</span><span class="br0">&#41;</span>.<span class="me1">appendTo</span><span class="br0">&#40;</span><span class="st0">&#39;#intlinks ul&#39;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; jQuery<span class="br0">&#40;</span><span class="st0">&#39;&lt;a&gt;&lt;/a&gt;&#39;</span><span class="br0">&#41;</span>.<span class="me1">text</span><span class="br0">&#40;</span>header.<span class="me1">text</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span>.<span class="me1">attr</span><span class="br0">&#40;</span><span class="br0">&#123;</span> <span class="st0">&#39;title&#39;</span>: <span class="st0">&#39;Jump to &#39;</span>+header.<span class="me1">text</span><span class="br0">&#40;</span><span class="br0">&#41;</span>, <span class="st0">&#39;href&#39;</span>: <span class="st0">&#39;#&#39;</span>+headerId <span class="br0">&#125;</span><span class="br0">&#41;</span>.<span class="me1">appendTo</span><span class="br0">&#40;</span>li<span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; jQuery<span class="br0">&#40;</span><span class="st0">&#39;body.single .entry h2&#39;</span><span class="br0">&#41;</span>.<span class="me1">wrapInner</span><span class="br0">&#40;</span><span class="st0">&#39;&lt;a title=&quot;Back to top&quot; href=&quot;#top&quot;&gt;&lt;/a&gt;&#39;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="br0">&#125;</span><span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p>If this doesn&#8217;t work for you for some reason, you might need to change <code>body.single .entry</code> in the script above to be the correct CSS selector for the content <code>div</code> of your theme.
</li>
<li>Next, edit <code>header.php</code> and include this line near the end (after the call to <code>wp_head()</code>):
<div class="geshi no php">
<ol>
<li class="li1">
<div class="de1"><span class="kw2">&lt;?php</span> <span class="kw1">if</span><span class="br0">&#40;</span>is_single<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="sy0">:</span> ?<span class="sy0">&gt;&lt;</span>script type<span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span> src<span class="sy0">=</span><span class="st0">&quot;&lt;?php bloginfo(&#39;template_url&#39;) ?&gt;/js/toc.js&quot;</span><span class="sy0">&gt;&lt;/</span>script<span class="sy0">&gt;&lt;</span>?php <span class="kw1">endif</span><span class="sy0">;</span> <span class="kw2">?&gt;</span></div>
</li>
</ol>
</div>
</li>
</ol>
<h2>Add Some Style</h2>
<p>Now that you&#8217;ve got the Table of Contents working, it&#8217;s time to style it.  Here&#8217;s a very simple example from this site:</p>
<div class="geshi no css">
<ol>
<li class="li1">
<div class="de1"><span class="re0">#intlinks</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">width</span><span class="sy0">:</span> <span class="re3">150px</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">float</span><span class="sy0">:</span> <span class="kw1">right</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">margin</span><span class="sy0">:</span> <span class="re3">10px</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">padding</span><span class="sy0">:</span> <span class="re3">10px</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">background-color</span><span class="sy0">:</span> <span class="re0">#FFEEEE</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; -moz-border-radius<span class="sy0">:</span> <span class="re3">5px</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; -webkit-border-radius<span class="sy0">:</span> <span class="re3">5px</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; border-radius<span class="sy0">:</span> <span class="re3">5px</span><span class="sy0">;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<h2>Future Plans</h2>
<p>If enough interest is shown in this, I&#8217;ll turn this into a Wordpress plugin so that it is even easier to install.  Be sure to let me know in the comments.</p>


<p>You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2010/01/10/wordpress-jquery-table-of-contents-plugin/' rel='bookmark' title='Permanent Link: WordPress jQuery Table of Contents plugin'>WordPress jQuery Table of Contents plugin</a></li>
<li><a href='http://www.tedcarnahan.com/2007/12/10/simple-flashcards-using-jquery/' rel='bookmark' title='Permanent Link: Simple flashcards using JQuery'>Simple flashcards using JQuery</a></li>
<li><a href='http://www.tedcarnahan.com/2006/07/01/extracting-the-next-7-days-from-phpicalendar-to-simple-html/' rel='bookmark' title='Permanent Link: Extracting the next 7 days from phpiCalendar to simple HTML'>Extracting the next 7 days from phpiCalendar to simple HTML</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.tedcarnahan.com/2009/12/29/simple-table-of-contents-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Song: You Are Beautiful, My Love</title>
		<link>http://www.tedcarnahan.com/2009/12/26/song-you-are-beautiful-my-love/</link>
		<comments>http://www.tedcarnahan.com/2009/12/26/song-you-are-beautiful-my-love/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 01:09:39 +0000</pubDate>
		<dc:creator>Ted Carnahan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.tedcarnahan.com/?p=842</guid>
		<description><![CDATA[I wrote this song in honor of my wife, Jennifer, on the occasion of our fifth wedding anniversary.  It comes from my experience of realizing just how blessed I am to be married to such a good and faithful woman.  It&#8217;s very easy to take the people we love for granted.  Every [...]


You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2009/05/08/the-gift-of-love/' rel='bookmark' title='Permanent Link: The Gift of Love'>The Gift of Love</a></li>
<li><a href='http://www.tedcarnahan.com/2007/03/31/the-value-of-community-or-why-i-love-perl/' rel='bookmark' title='Permanent Link: The Value of Community, or Why I Love Perl'>The Value of Community, or Why I Love Perl</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I wrote this song in honor of my wife, Jennifer, on the occasion of our fifth wedding anniversary.  It comes from my experience of realizing just how blessed I am to be married to such a good and faithful woman.  It&#8217;s very easy to take the people we love for granted.  Every once in a while, though, those scales fall from my eyes and I&#8217;m dumbstruck by the blessing I have in her.</p>
<p>I included <em>You Are Beautiful, My Love</em> in <a href="http://www.tedcarnahan.com/2009/12/22/fifth-wedding-anniversary-video/">this video,</a> but I also want to make it available for download.  It is licensed CC-BY-SA (see below) so you can feel free to share it with others.  I hope you enjoy hearing it as much as I enjoyed making it.</p>
<h2>Listen and Download</h2>
<p><span id="more-842"></span></p>
<p>MP3:  <a href='http://www.tedcarnahan.com/wp-content/uploads/2009/12/Ted-Carnahan-You-Are-Beautiful-My-Love.mp3'>Ted Carnahan &#8211; You Are Beautiful, My Love.mp3</a><br />
Ogg Vorbis:  <a href='http://www.tedcarnahan.com/wp-content/uploads/2009/12/Ted-Carnahan-You-Are-Beautiful-My-Love.ogg'>Ted Carnahan &#8211; You Are Beautiful, My Love.ogg</a></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br /><span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Sound" property="dc:title" rel="dc:type">You Are Beautiful, My Love</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.tedcarnahan.com/2009/12/26/song-you-are-beautiful-my-love/" property="cc:attributionName" rel="cc:attributionURL">Ted Carnahan</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.</p>
<h2>Lyrics</h2>
<blockquote><p>
When I think about you smiling sweetly, I am overcome by you.<br />
When I think about the way you love me, oh how I know that I&#8217;m for you.</p>
<p>And there is nothing I won&#8217;t do<br />
If it means that I can show the world the love I have for you.<br />
And there is no place I won&#8217;t fly<br />
If it means that I can look into your eyes.</p>
<p>You are beautiful, my love.<br />
You are beautiful, my love.<br />
And there is no one I would rather spend my life with than you.<br />
You are beautiful, my love.<br />
You are beautiful, my love.<br />
And there is no one, there is no one I would rather dream of.</p>
<p>When I think about you smiling sweetly, I am overcome by you.<br />
When I think about the way you love me, oh how I know that I&#8217;m for you.</p>
<p>And there is no place I won&#8217;t go<br />
If I must go there so you can see the love I have to show.<br />
And there is nothing I won&#8217;t say<br />
If it means that I can take your breath away.</p>
<p>You are beautiful, my love.<br />
You are beautiful, my love.<br />
And there is no one I would rather spend my life with than you.<br />
You are beautiful, my love.<br />
You are beautiful, my love.<br />
And there is no one, there is no one I would rather dream of.</p>
<p>When I think about you smiling sweetly, I am overcome by you.
</p></blockquote>


<p>You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2009/05/08/the-gift-of-love/' rel='bookmark' title='Permanent Link: The Gift of Love'>The Gift of Love</a></li>
<li><a href='http://www.tedcarnahan.com/2007/03/31/the-value-of-community-or-why-i-love-perl/' rel='bookmark' title='Permanent Link: The Value of Community, or Why I Love Perl'>The Value of Community, or Why I Love Perl</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.tedcarnahan.com/2009/12/26/song-you-are-beautiful-my-love/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://www.tedcarnahan.com/wp-content/uploads/2009/12/Ted-Carnahan-You-Are-Beautiful-My-Love.mp3" length="3046819" type="audio/mpeg" />
<enclosure url="http://www.tedcarnahan.com/wp-content/uploads/2009/12/Ted-Carnahan-You-Are-Beautiful-My-Love.ogg" length="2758309" type="audio/ogg" />
		</item>
		<item>
		<title>New Year&#8217;s Resolutions</title>
		<link>http://www.tedcarnahan.com/2009/12/26/new-years-resolutions/</link>
		<comments>http://www.tedcarnahan.com/2009/12/26/new-years-resolutions/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 15:13:12 +0000</pubDate>
		<dc:creator>Ted Carnahan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[newsletter]]></category>

		<guid isPermaLink="false">http://www.tedcarnahan.com/?p=836</guid>
		<description><![CDATA[This article ran in the January 2010 issue of The Messenger, the newsletter of St. John’s Lutheran Church, Sterling, IL.
As we look past Christmas and into January, many people are thinking about New Year&#8217;s resolutions.  Maybe you&#8217;re thinking of losing weight, eating more healthily, or exercising more.  Perhaps you are going to read [...]


You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2008/05/09/wartburg-end-of-year-celebration-2008/' rel='bookmark' title='Permanent Link: Wartburg End of Year Celebration 2008'>Wartburg End of Year Celebration 2008</a></li>
<li><a href='http://www.tedcarnahan.com/2007/04/10/dealing-with-difficult-people/' rel='bookmark' title='Permanent Link: Dealing with difficult people'>Dealing with difficult people</a></li>
<li><a href='http://www.tedcarnahan.com/2009/12/01/advent-waiting/' rel='bookmark' title='Permanent Link: Advent Waiting'>Advent Waiting</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>This article ran in the January 2010 issue of <a href="http://stjohnsonthird.org/Messenger.htm">The Messenger</a>, the newsletter of <a href="http://www.stjohnsonthird.org/">St. John’s Lutheran Church, Sterling, IL</a>.</em></p>
<p>As we look past Christmas and into January, many people are thinking about New Year&#8217;s resolutions.  Maybe you&#8217;re thinking of losing weight, eating more healthily, or exercising more.  Perhaps you are going to read more books or take a night class.  I even know people who are thinking about giving up late night TV in favor of more sleep.  What all of these goals have in common is self-improvement.  The fresh, unblemished year stands before us, and we naturally want to make the most of it &#8211; and the most of ourselves.</p>
<p><span id="more-836"></span></p>
<p>Self-improvement is a noble goal, and I want to suggest one more goal to add to that New Year&#8217;s Resolution List.  What about your relationship with Jesus Christ?  Whether you&#8217;ve been attending church for 3 months or 30 years, all of us could use some work in this area.  Every member of St. John&#8217;s who is able to should be involved in regular worship, regular giving, regular education, and regular fellowship.  Worship reconnects us with God and God&#8217;s word, and through worship and the sacraments we are improved by the renewing of our hearts and minds by God&#8217;s grace.  Why not resolve to attend worship regularly?  Giving conditions us to respond to others generously and faithfully.  Why not examine your own giving to your church and other worthy causes, looking for ways that you can expand your generosity?  Education opens our hearts and minds to the ways that God is working in our lives and in the world.  Why not get involved in Sunday School or an evening group like Lectio Divina?  Fellowship is where we strengthen each other for life&#8217;s journey.  Why not make coffee hour a regular part of your Sunday mornings?</p>
<p>You know, the trouble with New Year&#8217;s resolutions is that we so seldom follow through on them.  The busiest season for private membership gyms is January and February, because people sign up for year-long gym membership contracts and then quit going.  So, rather than regard these as just more duties to be added to an already long list or just more commitments to be added to an already full calendar, instead think of them as ways to respond to God&#8217;s faithfulness in our lives.  Unlike the bathroom scale, God forgives our mistakes and beckons us back into relationship a relationship with Jesus.  It is my prayer for you, as we move into 2010, that you enter into a deeper and richer relationship with the One whose love always resolves to find us and keep us close.</p>
<p>Blessings in this New Year!</p>
<p>- Intern Ted Carnahan</p>


<p>You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2008/05/09/wartburg-end-of-year-celebration-2008/' rel='bookmark' title='Permanent Link: Wartburg End of Year Celebration 2008'>Wartburg End of Year Celebration 2008</a></li>
<li><a href='http://www.tedcarnahan.com/2007/04/10/dealing-with-difficult-people/' rel='bookmark' title='Permanent Link: Dealing with difficult people'>Dealing with difficult people</a></li>
<li><a href='http://www.tedcarnahan.com/2009/12/01/advent-waiting/' rel='bookmark' title='Permanent Link: Advent Waiting'>Advent Waiting</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.tedcarnahan.com/2009/12/26/new-years-resolutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fifth Wedding Anniversary Video</title>
		<link>http://www.tedcarnahan.com/2009/12/22/fifth-wedding-anniversary-video/</link>
		<comments>http://www.tedcarnahan.com/2009/12/22/fifth-wedding-anniversary-video/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 13:00:25 +0000</pubDate>
		<dc:creator>Ted Carnahan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[anniversary]]></category>
		<category><![CDATA[jennifer]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://www.tedcarnahan.com/?p=838</guid>
		<description><![CDATA[Jennifer &#8211; you are such a blessing to me, and I thank God for our five years together.  This song and video are in your honor.  May we have at least 55 more!



You may also enjoy:Happy 4th Anniversary (to us!)
Song: You Are Beautiful, My Love
Wedding and Honeymoon Photos



You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2008/12/22/happy-4th-anniversary-to-us/' rel='bookmark' title='Permanent Link: Happy 4th Anniversary (to us!)'>Happy 4th Anniversary (to us!)</a></li>
<li><a href='http://www.tedcarnahan.com/2009/12/26/song-you-are-beautiful-my-love/' rel='bookmark' title='Permanent Link: Song: You Are Beautiful, My Love'>Song: You Are Beautiful, My Love</a></li>
<li><a href='http://www.tedcarnahan.com/2006/01/30/wedding-and-honeymoon-photos/' rel='bookmark' title='Permanent Link: Wedding and Honeymoon Photos'>Wedding and Honeymoon Photos</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Jennifer &#8211; you are such a blessing to me, and I thank God for our five years together.  This song and video are in your honor.  May we have at least 55 more!</p>
<p><script type="text/javascript" src="http://wanimoto.clearspring.com/o/46928cc51133af17/4b2e90b2c4c2cc52/46928cc51133af17/1dcc9536/-cpid/7bb33f77aa9b10c2/-EMH/300/-EMW/540/widget.js"></script></p>


<p>You may also enjoy:<ol><li><a href='http://www.tedcarnahan.com/2008/12/22/happy-4th-anniversary-to-us/' rel='bookmark' title='Permanent Link: Happy 4th Anniversary (to us!)'>Happy 4th Anniversary (to us!)</a></li>
<li><a href='http://www.tedcarnahan.com/2009/12/26/song-you-are-beautiful-my-love/' rel='bookmark' title='Permanent Link: Song: You Are Beautiful, My Love'>Song: You Are Beautiful, My Love</a></li>
<li><a href='http://www.tedcarnahan.com/2006/01/30/wedding-and-honeymoon-photos/' rel='bookmark' title='Permanent Link: Wedding and Honeymoon Photos'>Wedding and Honeymoon Photos</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.tedcarnahan.com/2009/12/22/fifth-wedding-anniversary-video/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>100 Things Challenge</title>
		<link>http://www.tedcarnahan.com/2009/12/11/100-things-challenge/</link>
		<comments>http://www.tedcarnahan.com/2009/12/11/100-things-challenge/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 17:47:36 +0000</pubDate>
		<dc:creator>Ted Carnahan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[100things]]></category>
		<category><![CDATA[simplicity]]></category>

		<guid isPermaLink="false">http://www.tedcarnahan.com/?p=829</guid>
		<description><![CDATA[Ever thought about what it would be like to live with less?  I&#8217;ve been thinking a lot about this article on Time.com from June about the 100 Things Challenge.  Dave Bruno started this as an effort to reduce his number of personal possessions to just 100 Things.  He has since posted a [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Ever thought about what it would be like to live with less?  I&#8217;ve been thinking a lot about this <a href="http://www.time.com/time/magazine/article/0,9171,1812048,00.html">article on Time.com from June about the 100 Things Challenge</a>.  Dave Bruno started this as an effort to reduce his number of personal possessions to just 100 Things.  He has since posted a <a href="http://www.guynameddave.com/100-thing-challenge.html">list of rules</a> to guide the process.  In the Christmas season, full of consumerism and consumption, this challenge represents an antidote.</p>
<p><span id="more-829"></span></p>
<p>Now I&#8217;m not sure if I&#8217;ll actually do this or not, but it&#8217;s a pretty attractive idea, and a useful exercise in figuring out what is really important.  I decided to sit down and see if I could get by with just 100 Things.  I&#8217;m just dealing with my stuff, not Jennifer&#8217;s or Anneliese&#8217;s, and I&#8217;m not including shared family items or furniture.  Here&#8217;s my list:</p>
<p><em>I&#8217;m probably forgetting something on this list, so if you can think of something I couldn&#8217;t live without, let me know in the comments.</em></p>
<ol>
<li>wedding ring &#8211; it&#8217;s hard for me to imagine this as a personal possession, as I have never taken it off, ever.</li>
<li>Polo shirt, short sleeved &#8211; my daily in-class and day-off clothing</li>
<li>Polo shirt, short sleeved</li>
<li>Polo shirt, short sleeved</li>
<li>Polo shirt, long sleeved &#8211; if I have to.  I&#8217;m not a big long-sleeves fan, even in the dead of winter.</li>
<li>T-shirt, short sleeved &#8211; bum around clothes</li>
<li>T-shirt, short sleeved</li>
<li>T-shirt, short sleeved</li>
<li>T-shirt, long sleeved &#8211; bum around clothes, winter</li>
<li>T-shirt, long sleeved</li>
<li>khaki shorts &#8211; they go with just about everything in the summertime</li>
<li>white undershirt (5) &#8211; trust me, quite necessary.  Counted as a group because, as Dave says &#8220;My goal is to resist consumerism, not hygiene.&#8221;</li>
<li>underwear (10) &#8211; I won&#8217;t be skipping this either</li>
<li>blue jeans</li>
<li>blue jeans</li>
<li>blue jeans</li>
<li>khaki pants &#8211; for casual-er work days at church</li>
<li>khaki pants</li>
<li>khaki pants</li>
<li>black pants &#8211; for Sunday worship, etc.</li>
<li>pajama pants &#8211; handy to have
<li>white socks (6) &#8211; casual use</li>
<li>black socks (2) &#8211; dress use</li>
<li>brown socks &#8211; once in a while I wear brown shoes, and it&#8217;s a good thing to do</li>
<li>black/brown reversible belt &#8211; I&#8217;d have to go buy one, as my current one broke and when my Dad and I repaired it we decided to make it brown-only</li>
<li>black dress shoes &#8211; yes, shoes count as one item</li>
<li>brown walking shoes &#8211; They&#8217;re low-key enough that they could pass in a pinch for brown dress shoes, especially with appropriate socks</li>
<li>short sleeved clerical shirt &#8211; daily church attire.  I&#8217;m counting the tab collar with the shirts</li>
<li>long sleeved clerical shirt &#8211; worship, formal occasions, etc.</li>
<li>alb &#8211; gotta have it for worship.  I can&#8217;t really borrow one, because most churches don&#8217;t have extras in size <em>freakin&#8217; large.</em></li>
<li>cincture &#8211; ditto</li>
<li>pectoral cross &#8211; a (wood)work in progress.  I hope to post pictures on my blog when it&#8217;s done.</li>
<li>black blazer &#8211; general formalwear</li>
<li>black pinstripe suit jacket &#8211; a little dressier</li>
<li>black pinstripe suit pants &#8211; to go with the jacket</li>
<li>white button down shirt &#8211; non-church formal occasions</li>
<li>a tie &#8211; Wow &#8211; if I was actually doing this, I&#8217;d have to pick a single tie to wear to <em>everything</em></li>
<li>wallet &#8211; and I&#8217;m counting all of its contents with it.  I could stand to go through it and purge cards I don&#8217;t use, though.</li>
<li>cell phone &#8211; Gotta have my leash.  Charger counted with it.  Doubles as my watch, camera, etc.</li>
<li>key ring &#8211; A necessity, but I probably ought to drop the keys to the office I haven&#8217;t been to in 5+ years.</li>
<li>Dell Mini 9 &#8211; While this computer and the big laptop are both shared between Jennifer and I, we got it for me for school and church, so I&#8217;d better count it.</li>
<li>Messenger bag &#8211; with its relatively spare contents (papers) counted with it.</li>
<li>NRSV pocket bible</li>
<li>ELW Pastoral Care &#8211; counted separately because I carry it in my messenger bag.</li>
<li>business cards</li>
<li>pen</li>
<li>headphones</li>
<li>Kleen Kanteen &#8211; a great all-purpose water bottle</li>
<li>Toothbrush &#8211; trust me, you&#8217;ll want me to have that handy</li>
<li>Contact lens case</li>
<li>Electric shaver &#8211; skip this two days and I look like a hobo</li>
<li>Electric beard trimmer</li>
<li>Bicycle helmet</li>
<li>Bicycle &#8211; is it cheating to include the safety lights, cycle computer, etc?  If so, I&#8217;m cheating.</li>
<li>Camelback &#8211; gotta drink water when riding</li>
<li>Sunglasses &#8211; for bicycling, driving, and general coolness</li>
<li>light jacket</li>
<li>heavy winter coat</li>
<li>black topcoat &#8211; a Christmas present from my parents this year, so that I&#8217;ll stay warm when I&#8217;m out doing funerals, etc.</li>
<li>knit hat &#8211; needed today &#8211; high of 18F?  Are you kidding me?</li>
<li>black formal hat &#8211; maybe a fedora.  I don&#8217;t actually own this, but I&#8217;d like to at some point</li>
<li>office chair &#8211; I don&#8217;t hardly use it, but I think I better claim it as &#8220;mine.&#8221;</li>
<li>box of keepsakes &#8211; I would keep one box of keepsakes, and rather than count them individually, one small box isn&#8217;t cheating too much.</li>
<li>towel &#8211; gotta stay dry</li>
<li>washcloths (2)</li>
<li>comb</li>
<li>toolbox, red &#8211; Yes, I&#8217;m counting the toolboxes individually, not the tools in them.  They&#8217;re pricey and useful.  This box has the car-fixing and general purpose tools.</li>
<li>toolbox, green &#8211; plumbing, electrical, carpentry</li>
<li>toolbox, metal &#8211; miscellaneous, electric stuff</li>
<li>cordless drill</li>
<li>circular saw</li>
<li>Maglite flashlight</li>
<li>DSL modem</li>
<li>wireless router</li>
<li>Sipura 3000 FXO/FXS box &#8211; for connecting computers to phone lines, just a hobby project of mine</li>
<li>home server</li>
<li>Brother HL-2070N network printer</li>
<li>scanner &#8211; the one we have isn&#8217;t much good, I want a new sheetfed one.</li>
<li>Wifi Radio &#8211; to replace our current stereo, which is much older than I am.  This would get our music off the server and into our ears.</li>
<li>Theological library &#8211; I have to count it, but I really can&#8217;t count the books individually.  Yes, I&#8217;m a cheater.</li>
</ol>
<p>If our whole family were to do this, we&#8217;d probably say that each of us (Ted, Jennifer, Anneliese) gets 100 things, and then we would set a number for the things which we truly share as a family.  We&#8217;d probably still have to cheat, though, because we have many pieces of china and crystal, as well as Pfaltzgraf tableware that would be very difficult to part with.  Still, this makes me want to go home and start throwing things out!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tedcarnahan.com/2009/12/11/100-things-challenge/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
