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

<channel>
	<title>Spidle Blog</title>
	<atom:link href="http://spidle.homedns.org/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://spidle.homedns.org/blog</link>
	<description>Inside the DOM</description>
	<pubDate>Fri, 22 May 2009 21:05:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up SVN on Mac OS X Server Leopard Hint</title>
		<link>http://spidle.homedns.org/blog/?p=180</link>
		<comments>http://spidle.homedns.org/blog/?p=180#comments</comments>
		<pubDate>Fri, 22 May 2009 21:05:47 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[coding]]></category>

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

		<category><![CDATA[Mac OS X Server]]></category>

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

		<guid isPermaLink="false">http://spidle.homedns.org/blog/?p=180</guid>
		<description><![CDATA[Stumbled across this little tidbit of helpful information the other week while setting up a version control server at work.  Using Subversion on a Mac OS X Leopard Server you need to enable all of the dav_mods in the httpd.conf just enabling the dav_mod_svn will produce an error when starting apached
LoadModule dav_module libexec/apache2/mod_dav.so
LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so
LoadModule [...]]]></description>
			<content:encoded><![CDATA[<p>Stumbled across this little tidbit of helpful information the other week while setting up a version control server at work.  Using Subversion on a Mac OS X Leopard Server you need to enable all of the dav_mods in the httpd.conf just enabling the dav_mod_svn will produce an error when starting apached<br />
LoadModule dav_module libexec/apache2/mod_dav.so<br />
LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so<br />
LoadModule dav_svn_module libexec/apache2/mod_dav_svn.so</p>
<p>I initially tried getting this to work about 6 months ago and gave up.  There are a few good tutorials online but they all neglected to mention the above piece of information.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=180" target="_blank"><img src="http://spidle.homedns.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=180" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Setting+up+SVN+on+Mac+OS+X+Server+Leopard+Hint+http://tinyurl.com/r7wpr2" title="Post to Twitter"><img class="nothumb" src="http://spidle.homedns.org/blog/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Setting+up+SVN+on+Mac+OS+X+Server+Leopard+Hint+http://tinyurl.com/r7wpr2" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://spidle.homedns.org/blog/?feed=rss2&amp;p=180</wfw:commentRss>
		</item>
		<item>
		<title>Joomla F1 Authentication Plugin 1.2</title>
		<link>http://spidle.homedns.org/blog/?p=178</link>
		<comments>http://spidle.homedns.org/blog/?p=178#comments</comments>
		<pubDate>Fri, 22 May 2009 20:55:44 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[church]]></category>

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

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

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

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

		<guid isPermaLink="false">http://spidle.homedns.org/blog/?p=178</guid>
		<description><![CDATA[Released this today, I fixed a few bugs and actualy came up with instructions that make it work ;)  And more imprtantly I tested it before sending it into the wild this time.
Do these to make it work the way I intended it to work.
1. install plugin,
2. enter your church code, and a data exchange [...]]]></description>
			<content:encoded><![CDATA[<p>Released this today, I fixed a few bugs and actualy came up with instructions that make it work ;)  And more imprtantly I tested it before sending it into the wild this time.</p>
<p>Do these to make it work the way I intended it to work.</p>
<p>1. install plugin,<br />
2. enter your church code, and a data exchange user<br />
3. Disable  Auto Create Users</p>
<p>Step 3 is needed so Joomla only authenticates against your F1 database and doesn&#8217;t create a local joomla user.</p>
<p><a href="http://spidle.homedns.org/blog/wp-content/uploads/2009/05/plg_f1authenticationtar.gz">plg_f1authentication</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=178" target="_blank"><img src="http://spidle.homedns.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=178" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Joomla+F1+Authentication+Plugin+1.2+http://tinyurl.com/ohwjee" title="Post to Twitter"><img class="nothumb" src="http://spidle.homedns.org/blog/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Joomla+F1+Authentication+Plugin+1.2+http://tinyurl.com/ohwjee" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://spidle.homedns.org/blog/?feed=rss2&amp;p=178</wfw:commentRss>
		</item>
		<item>
		<title>Joomla 1.5.x FellowshipOne Authentication Plugin</title>
		<link>http://spidle.homedns.org/blog/?p=173</link>
		<comments>http://spidle.homedns.org/blog/?p=173#comments</comments>
		<pubDate>Wed, 22 Apr 2009 13:54:28 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[church]]></category>

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

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

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

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

		<guid isPermaLink="false">http://spidle.homedns.org/blog/?p=173</guid>
		<description><![CDATA[A few months ago I wrote an authentication plugin for Joomla 1.5, that uses Fellowshipone weblink accounts to login to a Joomla 1.5.x website.  I was planning on integrating this into the next version of our church website but it looks like we may be abandoning Joomla altogether.  I wanted to put this [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I wrote an authentication plugin for Joomla 1.5, that uses Fellowshipone weblink accounts to login to a Joomla 1.5.x website.  I was planning on integrating this into the next version of our church website but it looks like we may be abandoning Joomla altogether.  I wanted to put this out there for anyone else to use.</p>
<p><span style="text-decoration: line-through;">Download it Here<br />
</span><a href="http://spidle.homedns.org/blog/wp-content/uploads/2009/05/plg_f1authentication.tar.gz">plg_f1authentication</a><span style="text-decoration: line-through;"><br />
</span></p>
<p>Mark</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=173" target="_blank"><img src="http://spidle.homedns.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=173" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Joomla+1.5.x+FellowshipOne+Authentication+Plugin+http://tinyurl.com/clfkuy" title="Post to Twitter"><img class="nothumb" src="http://spidle.homedns.org/blog/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Joomla+1.5.x+FellowshipOne+Authentication+Plugin+http://tinyurl.com/clfkuy" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://spidle.homedns.org/blog/?feed=rss2&amp;p=173</wfw:commentRss>
		</item>
		<item>
		<title>New Mac Ads</title>
		<link>http://spidle.homedns.org/blog/?p=172</link>
		<comments>http://spidle.homedns.org/blog/?p=172#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:15:43 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://spidle.homedns.org/blog/?p=172</guid>
		<description><![CDATA[
I like this one best.&#160;   
Apple Ad Time Traveler

Share on Facebook Tweet This Post&#160; ]]></description>
			<content:encoded><![CDATA[<div class="youtube-video"><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/6YtHjfvn4Kw"></param><param name="wmode" value="transparent"></param>
<p><embed src="http://www.youtube.com/v/6YtHjfvn4Kw" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed><br />I like this one best.&nbsp; <img src='http://spidle.homedns.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <br /> </object></div>
<p>Apple Ad Time Traveler</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=636e96e6-a0ee-84c3-a9cf-a77fcbfd5d56" /></div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=172" target="_blank"><img src="http://spidle.homedns.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=172" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=New+Mac+Ads+http://tinyurl.com/cczf7t" title="Post to Twitter"><img class="nothumb" src="http://spidle.homedns.org/blog/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=New+Mac+Ads+http://tinyurl.com/cczf7t" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://spidle.homedns.org/blog/?feed=rss2&amp;p=172</wfw:commentRss>
		</item>
		<item>
		<title>Flash Login Module Re-write in PHP/Ajax</title>
		<link>http://spidle.homedns.org/blog/?p=169</link>
		<comments>http://spidle.homedns.org/blog/?p=169#comments</comments>
		<pubDate>Tue, 31 Mar 2009 21:06:12 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[coding]]></category>

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

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

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

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

		<guid isPermaLink="false">http://spidle.homedns.org/blog/?p=169</guid>
		<description><![CDATA[I spent the last few days rewriting a login flash app in php.  It was quite fun and still needs a little tweaking but the end product is pretty decent and is much more reliable actually authenticating.  Check out the comparison videos:
PHP/Ajax Login

Flash Login

Share on Facebook Tweet This Post&#160; ]]></description>
			<content:encoded><![CDATA[<p>I spent the last few days rewriting a login flash app in php.  It was quite fun and still needs a little tweaking but the end product is pretty decent and is much more reliable actually authenticating.  Check out the comparison videos:</p>
<p><a href="http://spidle.homedns.org/blog/wp-content/uploads/2009/03/js_login.swf">PHP/Ajax Login</a><br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="480" height="360"><param name="flashvars" value="file=http://spidle.homedns.org/blog/wp-content/uploads/2009/03/js_login.swf" /><param name="movie" value="http://spidle.homedns.org/blog/wp-content/uploads/2009/03/js_login.swf" /><embed src="http://spidle.homedns.org/blog/wp-content/uploads/2009/03/js_login.swf" width="480" height="360" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=http://spidle.homedns.org/blog/wp-content/uploads/2009/03/js_login.swf" /></object><br />
<a href="http://spidle.homedns.org/blog/wp-content/uploads/2009/03/flash_login.swf">Flash Login</a></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="480" height="360"><param name="flashvars" value="file=http://spidle.homedns.org/blog/wp-content/uploads/2009/03/flash_login.swf" /><param name="movie" value="http://spidle.homedns.org/blog/wp-content/uploads/2009/03/flash_login.swf" /><embed src="http://spidle.homedns.org/blog/wp-content/uploads/2009/03/flash_login.swf" width="480" height="360" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=http://spidle.homedns.org/blog/wp-content/uploads/2009/03/flash_login.swf" /></object></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=169" target="_blank"><img src="http://spidle.homedns.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=169" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Flash+Login+Module+Re-write+in+PHP%2FAjax+http://tinyurl.com/d7nd9t" title="Post to Twitter"><img class="nothumb" src="http://spidle.homedns.org/blog/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Flash+Login+Module+Re-write+in+PHP%2FAjax+http://tinyurl.com/d7nd9t" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://spidle.homedns.org/blog/?feed=rss2&amp;p=169</wfw:commentRss>
		</item>
		<item>
		<title>Sad times for the Newspaper industry</title>
		<link>http://spidle.homedns.org/blog/?p=168</link>
		<comments>http://spidle.homedns.org/blog/?p=168#comments</comments>
		<pubDate>Mon, 02 Mar 2009 19:49:40 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[friends]]></category>

		<guid isPermaLink="false">http://spidle.homedns.org/blog/?p=168</guid>
		<description><![CDATA[I saw this Friday on a friends blog.  He used to work for the Rocky Mountain News, but no longer, since Friday was their last edition, the paper had been in existence for 150 years.

Final Edition from Matthew Roberts on Vimeo.

Share on Facebook Tweet This Post&#160; ]]></description>
			<content:encoded><![CDATA[<p>I saw this Friday on a friends blog.  He used to work for the Rocky Mountain News, but no longer, since Friday was their last edition, the paper had been in existence for 150 years.</p>
<div class="youtube-video"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3390739&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=3390739&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p><a href="http://vimeo.com/3390739">Final Edition</a> from <a href="http://vimeo.com/bluerogue">Matthew Roberts</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=8e6503c7-995a-47f8-8111-5d4c8e76c02f" alt="" /></div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=168" target="_blank"><img src="http://spidle.homedns.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=168" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Sad+times+for+the+Newspaper+industry+http://tinyurl.com/d2aede" title="Post to Twitter"><img class="nothumb" src="http://spidle.homedns.org/blog/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Sad+times+for+the+Newspaper+industry+http://tinyurl.com/d2aede" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://spidle.homedns.org/blog/?feed=rss2&amp;p=168</wfw:commentRss>
		</item>
		<item>
		<title>Outdated</title>
		<link>http://spidle.homedns.org/blog/?p=167</link>
		<comments>http://spidle.homedns.org/blog/?p=167#comments</comments>
		<pubDate>Tue, 24 Feb 2009 13:29:16 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[home]]></category>

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

		<guid isPermaLink="false">http://spidle.homedns.org/blog/?p=167</guid>
		<description><![CDATA[The one thing my wife loves to hear me say, &#8220;it&#8217;s outdated&#8221; when it comes to technology.  I had the opportunity to use that phrase over the weekend when I was at the Apple store picking a new case for my 1st gen iPhone.  They had a whopping 3 cases for me to select from.  [...]]]></description>
			<content:encoded><![CDATA[<p>The one thing my wife loves to hear me say, &#8220;it&#8217;s outdated&#8221; when it comes to technology.  I had the opportunity to use that phrase over the weekend when I was at the Apple store picking a new case for my 1st gen iPhone.  They had a whopping 3 cases for me to select from.  Where as the 3G model had at least a dozen or more.</p>
<p>It really amazes me how well Apple can position people to feel that they have yesterdays technology or model when it is perfectly fine.  My 1st gen iPhone works great.  It still makes calls, I still play games and download apps to it.  But when you walk into the Apple store and see the next generation of your widget you instantly have the feeling of how old and outdated your current model is.</p>
<p>Good job Apple keep up the good work.  Too bad I still won&#8217;t be getting a new iPhone anytime soon though.  <img src='http://spidle.homedns.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=447fb992-2487-43ec-888e-c79b58138eea" alt="" /></div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=167" target="_blank"><img src="http://spidle.homedns.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=167" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Outdated+http://tinyurl.com/catcs7" title="Post to Twitter"><img class="nothumb" src="http://spidle.homedns.org/blog/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Outdated+http://tinyurl.com/catcs7" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://spidle.homedns.org/blog/?feed=rss2&amp;p=167</wfw:commentRss>
		</item>
		<item>
		<title>$67</title>
		<link>http://spidle.homedns.org/blog/?p=166</link>
		<comments>http://spidle.homedns.org/blog/?p=166#comments</comments>
		<pubDate>Fri, 13 Feb 2009 20:33:38 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[home]]></category>

		<guid isPermaLink="false">http://spidle.homedns.org/blog/?p=166</guid>
		<description><![CDATA[That is the cost of taking a family of 5 out to a movie.&#160; This is going pretty cheap too.&#160; We went to Jordan Creek Century to see Bedtime Stories, which is a very good movie.&#160; 
So before we picked up 4 slices of cheese pizza and a couple drinks at the food court.&#160; Then [...]]]></description>
			<content:encoded><![CDATA[<p>That is the cost of taking a family of 5 out to a movie.&nbsp; This is going pretty cheap too.&nbsp; We went to Jordan Creek Century to see Bedtime Stories, which is a very good movie.&nbsp; </p>
<p>So before we picked up 4 slices of cheese pizza and a couple drinks at the food court.&nbsp; Then bought the movie tickets, then popcorn and 2 drinks.</p>
<p>I guess I could have titled this blog &#8220;I remember when&#8230;&#8221;, see I remember when movies cost under $5 to get into etc.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=4ed2cace-45cf-4061-932d-2a661e5ffd53" /></div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=166" target="_blank"><img src="http://spidle.homedns.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=166" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=%2467+http://tinyurl.com/brw6xm" title="Post to Twitter"><img class="nothumb" src="http://spidle.homedns.org/blog/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=%2467+http://tinyurl.com/brw6xm" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://spidle.homedns.org/blog/?feed=rss2&amp;p=166</wfw:commentRss>
		</item>
		<item>
		<title>Macintosh 25 Years</title>
		<link>http://spidle.homedns.org/blog/?p=165</link>
		<comments>http://spidle.homedns.org/blog/?p=165#comments</comments>
		<pubDate>Mon, 26 Jan 2009 18:17:53 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://spidle.homedns.org/blog/?p=165</guid>
		<description><![CDATA[
This is a pretty cool video of the intro of the Macintosh by Steve Jobs.  It&#8217;s his first keynote  
Share on Facebook Tweet This Post&#160; ]]></description>
			<content:encoded><![CDATA[<div class="youtube-video"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/G0FtgZNOD44&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/G0FtgZNOD44&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></div>
<p>This is a pretty cool video of the intro of the Macintosh by Steve Jobs.  It&#8217;s his first keynote <img src='http://spidle.homedns.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=165" target="_blank"><img src="http://spidle.homedns.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=165" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Macintosh+25+Years+http://tinyurl.com/cmcn9k" title="Post to Twitter"><img class="nothumb" src="http://spidle.homedns.org/blog/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Macintosh+25+Years+http://tinyurl.com/cmcn9k" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://spidle.homedns.org/blog/?feed=rss2&amp;p=165</wfw:commentRss>
		</item>
		<item>
		<title>One year later</title>
		<link>http://spidle.homedns.org/blog/?p=164</link>
		<comments>http://spidle.homedns.org/blog/?p=164#comments</comments>
		<pubDate>Thu, 22 Jan 2009 14:06:49 +0000</pubDate>
		<dc:creator>mark</dc:creator>
		
		<category><![CDATA[family]]></category>

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

		<guid isPermaLink="false">http://spidle.homedns.org/blog/?p=164</guid>
		<description><![CDATA[It has been a year since our youngest went to the eye doctor.&#160; He was only 4 then, and we knew then he would probably need to get glasses.&#160; The doctor wanted us to wait a year and see if his sight improved on its own.
Unfortunately his sight got worse.&#160; We knew this back in [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a year since our youngest went to the eye doctor.&nbsp; He was only 4 then, and we knew then he would probably need to get glasses.&nbsp; The doctor wanted us to wait a year and see if his sight improved on its own.</p>
<p>Unfortunately his sight got worse.&nbsp; We knew this back in November when we had his conference for preschool.&nbsp; He was not doing well at all.&nbsp; He already had an appointment for January for the eye doctor so we waited until then.&nbsp; The appointment was a week ago and yes he needed to get glasses.&nbsp; So here he is with his new glasses.&nbsp; Hopefully his sight will get better now that he has these.</p>
<p><img style="max-width: 800px;" src="http://spidle.homedns.org/blog/wp-content/uploads/2009/01/aaronglasses.jpg" /></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=164" target="_blank"><img src="http://spidle.homedns.org/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://spidle.homedns.org/blog/?p=164" target="_blank" title="Share on Facebook">Share on Facebook</a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=One+year+later+http://tinyurl.com/buknlp" title="Post to Twitter"><img class="nothumb" src="http://spidle.homedns.org/blog/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=One+year+later+http://tinyurl.com/buknlp" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://spidle.homedns.org/blog/?feed=rss2&amp;p=164</wfw:commentRss>
		</item>
	</channel>
</rss>
