<?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>The Braseltons &#187; Computer</title>
	<atom:link href="http://thebraseltons.com/category/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebraseltons.com</link>
	<description>tammy, tom, zoe, ibbi, wikki and dali</description>
	<lastBuildDate>Sat, 31 Jul 2010 12:57:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>There is GPS data in the iPhone Videos! [geek post]</title>
		<link>http://thebraseltons.com/2010/02/27/there-is-gps-data-in-the-iphone-videos-geek-post/</link>
		<comments>http://thebraseltons.com/2010/02/27/there-is-gps-data-in-the-iphone-videos-geek-post/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 05:07:33 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[coordinates]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=2521</guid>
		<description><![CDATA[// This is pretty geeky stuff but it is really fun for me.  Basically it is about GPS data in iPhone 3GS videos and how I now access it.
I knew the iPhone 3GS&#8217;s pictures had GPS coordinates in them.  You can easily access this data via the &#8216;exif_read_data&#8217; in PHP 4.2.0 and above.  [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #00ff00;">// This is pretty geeky stuff but it is really fun for me.  Basically it is about GPS data in iPhone 3GS videos and how I now access it.</span></p>
<p>I knew the iPhone 3GS&#8217;s pictures had GPS coordinates in them.  You can easily access this data via the &#8216;exif_read_data&#8217; in PHP 4.2.0 and above.  That&#8217;s cool stuff to me.  I wrote something to get all of the coordinates and link them to a Google map.  That was nifty.</p>
<p><span style="color: #00ff00;">//Thar be coordinates</span></p>
<p>I was wondering if coordinates were in the videos.  So, I opened iPhoto and checked out the detailed data of a video.  Sure enough!  The coordinates are in it!  I tried to use the &#8216;exif_read_data&#8217; but it spewed an error that they were not supported file types.  In actual reading of the manual, sure enough, it is only for .jpg and .tif images.  Crud.</p>
<p><span style="color: #00ff00;">//Getting deeper &#8211; just a matter of digging through the file</span></p>
<p>I put on my propeller hat and started hacking away and checking stuff out.  Yep, found the data in the file.  Easy squeazy.  I dug out the coordinates and I am now able to do what I want with it.  This is another reason that I host my own videos now.  I can display any data that I want and how I want it displayed.  It is really simple.  My data, my display, my backups and my everything!</p>
<p><span style="color: #00ff00;">//Now display all of this cool data you found</span></p>
<p>I am working on a page to just list all of the videos (from now on) and have basic information that is searchable (even from the iPhone since I can&#8217;t CTRL-F or Command-F and find stuff on a page).  Just a simple page with everything.  I may do something else in a few years as I have plans if I continue to send videos to the blog.  It is REALLY cool.</p>
<p><span style="color: #00ff00;">//I like to share</span></p>
<p>If you are geeky and wanna know how I did it, feel free to ask.  You can figure it out too.  The information is available.</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2010/02/27/there-is-gps-data-in-the-iphone-videos-geek-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google returns how many queries a second?</title>
		<link>http://thebraseltons.com/2009/12/27/google-returns-how-many-queries-a-second/</link>
		<comments>http://thebraseltons.com/2009/12/27/google-returns-how-many-queries-a-second/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 19:59:14 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2009/12/27/google-returns-how-many-queries-a-second/</guid>
		<description><![CDATA[I was reading an article from Joe Stump on Distributed vs Redundant systems and started geeking around. 
I chose Google and how I would implement the their entire model. I read another article where Google serves up 293 Million queries a day (March 2009 numbers). I looked at that number and thought it was unimpressive. [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading an article from Joe Stump on Distributed vs Redundant systems and started geeking around. </p>
<p>I chose Google and how I would implement the their entire model. I read another article where Google serves up 293 Million queries a day (March 2009 numbers). I looked at that number and thought it was unimpressive. </p>
<p>I then began to calculate queries per second. It is 3,391 queries per second!!!  Wowsers!  They have to return the information in .0003 seconds or less!  The dataset is, well, THE INTERNET!  </p>
<p>Just for funsies, I ran a search on a MySQL database that wasn&#8217;t that large. It returned the results in .1412 seconds. That means that it would take 479 seconds for that computer to handle 3,391 queries. That&#8217;s <b>8 minutes</b> for what Google spits out in a second!  Their dataset is GIGANTIC to boot!</p>
<p>I figured a completely redundant method for databases, crawlers and front end servers and how to spit that out across the USA.  It&#8217;s not all that bad. Just money and time!</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/12/27/google-returns-how-many-queries-a-second/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hospital room computer:Not how i would have done it.</title>
		<link>http://thebraseltons.com/2009/12/22/hospital-room-computernot-how-i-would-have-done-it/</link>
		<comments>http://thebraseltons.com/2009/12/22/hospital-room-computernot-how-i-would-have-done-it/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 19:13:43 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[hospital]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=2241</guid>
		<description><![CDATA[There is a computer here in this hospital emergency room. I would not have configured it this way.
The image below shows the setup. At the top is an Uninterruptable Power Supply (UPS). In the middle is the computer. On the left is the monitor, keyboard and mouse. I would imagine that the computer system (computer, [...]]]></description>
			<content:encoded><![CDATA[<p>There is a computer here in this hospital emergency room. I would not have configured it this way.</p>
<p>The image below shows the setup. At the top is an Uninterruptable Power Supply (UPS). In the middle is the computer. On the left is the monitor, keyboard and mouse. I would imagine that the computer system (computer, monitor, keyboard and mouse) was about $600-$700. The UPS was probably another $45. The elaborate wall mount to support all of this monstrosity is probably in the neighborhood of $1500.  Total: $2145-$2245. Sheesh.  </p>
<p><a href="http://thebraseltons.com/wp-content/uploads/2009/12/p_2048_1536_8E0AD2AC-273A-4706-A175-ECC1CE0DE6F6.jpeg"><img src="http://thebraseltons.com/wp-content/uploads/2009/12/p_2048_1536_8E0AD2AC-273A-4706-A175-ECC1CE0DE6F6.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p>I would have rather seen a laptop in its place. The laptop has a battery in it anyway and is immune to power interruptions and can sustain power for at least a couple of hours. Another advantage would be that there would only be two cables, one for power and one for networking (versus 8 in the current configuration). The keyboard and display are built-in and don&#8217;t require additional mounting. It would be far easier to replace if it needed to be serviced.  A really decent laptop can be purchased for $1000 easily. Add an external mouse ($20) for those who don&#8217;t like track pads. Let&#8217;s assume you could cut the mount price in half and say $750.  Total: $1770.  </p>
<p>That is a $375-$475 saving per room (guessing). That doesn&#8217;t even take in to consideration the cable mess and extra room. </p>
<p>I&#8217;m bored waiting and just think about weird stuff&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/12/22/hospital-room-computernot-how-i-would-have-done-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fed up with YouTube upload on the iPhone!</title>
		<link>http://thebraseltons.com/2009/12/19/fed-up-with-youtube-upload-on-the-iphone/</link>
		<comments>http://thebraseltons.com/2009/12/19/fed-up-with-youtube-upload-on-the-iphone/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 22:43:47 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2009/12/19/fed-up-with-youtube-upload-on-the-iphone/</guid>
		<description><![CDATA[Again, I am frustrated trying to upload a video to YouTube from my iPhone. It repeatedly says that it cannot upload the video!  I am upset. 
Instead of continuing to whine and do nothing, I am going to fix it. When I get back to my computer (and Internet), I will begin work on [...]]]></description>
			<content:encoded><![CDATA[<p>Again, I am frustrated trying to upload a video to YouTube from my iPhone. It repeatedly says that it cannot upload the video!  I am upset. </p>
<p>Instead of continuing to whine and do nothing, I am going to fix it. When I get back to my computer (and Internet), I will begin work on getting the video on the blog by sending the video via email and having it post automatically.  That means if one wants to view the video, it will be in .m4v format. QuickTime plays it wonderfully.</p>
<p>I should be able to finish it by next week some time. My problem will be solved and I can then post my odd videos whenever I want!</p>
<p>Stay tuned!  </p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/12/19/fed-up-with-youtube-upload-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jail?</title>
		<link>http://thebraseltons.com/2009/12/03/jail/</link>
		<comments>http://thebraseltons.com/2009/12/03/jail/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 23:23:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Baby]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[jail]]></category>
		<category><![CDATA[wikki]]></category>
		<category><![CDATA[zoe]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2009/12/03/jail/</guid>
		<description><![CDATA[Do they really deserve jail time because the chew stuff up?

]]></description>
			<content:encoded><![CDATA[<p>Do they really deserve jail time because the chew stuff up?</p>
<p><a href="http://thebraseltons.com/wp-content/uploads/2009/12/p_2048_1536_2B82DC07-9E3A-4CF0-9D92-5C7AFF373D9E.jpeg"><img src="http://thebraseltons.com/wp-content/uploads/2009/12/p_2048_1536_2B82DC07-9E3A-4CF0-9D92-5C7AFF373D9E.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/12/03/jail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Playing&#8221; music</title>
		<link>http://thebraseltons.com/2009/10/20/playing-music/</link>
		<comments>http://thebraseltons.com/2009/10/20/playing-music/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:12:08 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=2023</guid>
		<description><![CDATA[I picked up a guitar in Canada late August.  I got an inexpensive one at a pawn shop just in case I don&#8217;t keep it up.  I connect it to my computer and use the lessons in GarageBand and really enjoy them.
Currently, I am learning Limelight from Alex Lifeson from the band Rush.  I REALLY [...]]]></description>
			<content:encoded><![CDATA[<p>I picked up a guitar in Canada late August.  I got an inexpensive one at a pawn shop just in case I don&#8217;t keep it up.  I connect it to my computer and use the lessons in GarageBand and really enjoy them.</p>
<div id="attachment_2024" class="wp-caption aligncenter" style="width: 310px"><a href="http://thebraseltons.com/wp-content/uploads/2009/10/music_stuff.jpg"><img class="size-medium wp-image-2024" title="music_stuff" src="http://thebraseltons.com/wp-content/uploads/2009/10/music_stuff-300x225.jpg" alt="My little &quot;studio&quot;" width="300" height="225" /></a><p class="wp-caption-text">My little &quot;studio&quot;</p></div>
<p>Currently, I am learning Limelight from <a title="RUSH - Guitarist" href="http://en.wikipedia.org/wiki/Alex_Lifeson" target="_blank">Alex Lifeson</a> from the band Rush.  I REALLY enjoy playing the guitar and practice at least two hours a day on guitar and occasionally on the keyboard as I have lessons for that also.  I am having a blast!  The sounds that I make cause the cat to convulse but I have a blast doing it.</p>
<p>We&#8217;ll see how I am doing by next August.  I hope I can keep it up as it is extremely enjoyable.</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/10/20/playing-music/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video-Saw this multi-touch demo on Geekbrief.tv</title>
		<link>http://thebraseltons.com/2009/08/18/video-saw-this-multi-touch-demo-on-geekbrief-tv/</link>
		<comments>http://thebraseltons.com/2009/08/18/video-saw-this-multi-touch-demo-on-geekbrief-tv/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 04:30:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=1856</guid>
		<description><![CDATA[This is a great use of multitouch.  I just wonder how long you have to prepare everything.  Like getting all of the movies and pictures set up.  Otherwise it is very interesting.

]]></description>
			<content:encoded><![CDATA[<p>This is a great use of multitouch.  I just wonder how long you have to prepare everything.  Like getting all of the movies and pictures set up.  Otherwise it is very interesting.</p>
<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Tio5OvIqToc&amp;rel=0&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/Tio5OvIqToc&amp;rel=0&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span><a href="http://www.youtube.com/watch?v=Tio5OvIqToc"><img src="http://img.youtube.com/vi/Tio5OvIqToc/default.jpg" width="130" height="97" border=0></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/08/18/video-saw-this-multi-touch-demo-on-geekbrief-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Fix: Photos.app won&#8217;t see my new pictures that I am taking</title>
		<link>http://thebraseltons.com/2009/08/17/iphone-fix-photos-app-wont-see-my-new-pictures-that-i-am-taking/</link>
		<comments>http://thebraseltons.com/2009/08/17/iphone-fix-photos-app-wont-see-my-new-pictures-that-i-am-taking/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 01:15:19 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[3gs]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[see]]></category>
		<category><![CDATA[take]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=1835</guid>
		<description><![CDATA[Ok, Tammy already had this problem.  I fixed it.  I forgot how I did it and then I had the same problem.  Sheesh.  I&#8217;ll write it down now.  I hope this can help someone.
iPhone model: iPhone 3GS/3.0 software.
Problem: You have several pictures in your camera roll and take another picture.  The picture does not appear [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, Tammy already had this problem.  I fixed it.  I forgot how I did it and then I had the same problem.  Sheesh.  I&#8217;ll write it down now.  I hope this can help someone.</p>
<p><strong>iPhone model</strong>: iPhone 3GS/3.0 software.</p>
<p><strong>Problem:</strong> You have several pictures in your camera roll and take another picture.  The picture does not appear to have saved to the phone.  You can connect the phone to your computer and import the photos that you took but they still do not appear on the phone.</p>
<p><strong>Solution (Mac only &#8211; sorry Winders):</strong> Download the demo version of an application called <a title="ecamm website in another window" href="http://www.ecamm.com/mac/phoneview/" target="_blank">PhoneView</a>.  Run the application with the phone connected.  Change the preferences of the application by clicking &#8220;Show Entire Disk (Advanced Disk Mode)&#8221;</p>
<div id="attachment_1836" class="wp-caption aligncenter" style="width: 310px"><a href="http://thebraseltons.com/wp-content/uploads/2009/08/Picture-8.png"><img class="size-medium wp-image-1836" title="Picture 8" src="http://thebraseltons.com/wp-content/uploads/2009/08/Picture-8-300x171.png" alt="Click &quot;Show Entire Disk...&quot;" width="300" height="171" /></a><p class="wp-caption-text">Click &quot;Show Entire Disk...&quot;</p></div>
<p>Close that and now you can look at the iPhone as a normal volume.  Your objective is to delete &#8220;/DCIM/.MISC&#8221; from the phone.  To do this, double click &#8220;DCIM&#8221;.  Then, highlight &#8220;.MISC&#8221; and click the delete button at the top of the PhoneView application.  That&#8217;s it.  Use your phone as a camera again.  All is good!</p>
<p>There was a write-up that I got that information from but it said to delete the entire &#8220;DCIM&#8221; directory.  This would cause you to lose your photos.  I did not want that so I played and did the minimum to make it work again and also not losing the valuable photos on the phone.</p>
<p><strong>Observation:</strong> The last two operations that I did with the camera that could have caused this problem were &#8211; <em><span style="text-decoration: underline;">Trim a video</span> </em>and also <em><span style="text-decoration: underline;">save a picture from Mail.app </span></em>that my wife sent (from another iPhone 3GS/3.0 software).  I suspect the database file that maintains thumbnail information is corrupted.  I would assume that either of the operations that I did before the problem could have caused the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/08/17/iphone-fix-photos-app-wont-see-my-new-pictures-that-i-am-taking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Places that we are staying&#8230;</title>
		<link>http://thebraseltons.com/2009/06/30/places-that-we-are-staying/</link>
		<comments>http://thebraseltons.com/2009/06/30/places-that-we-are-staying/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 13:52:54 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[RV]]></category>
		<category><![CDATA[RV_USA+]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=1466</guid>
		<description><![CDATA[This is an interactive Google map that shows the places that we are staying or have stayed.  Keep checking it out!
View Places we have stayed in 2009 in a larger map
]]></description>
			<content:encoded><![CDATA[<p>This is an interactive Google map that shows the places that we are staying or have stayed.  Keep checking it out!</p>
<p><small>View <a style="color:#0000FF;text-align:left" href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;ll=30.409379,-86.839857&amp;spn=0.142969,0.290108&amp;msid=114979116649057536831.00046d90f9c92cb110a56&amp;source=embed">Places we have stayed in 2009</a> in a larger map</small></p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/06/30/places-that-we-are-staying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RV&#8217;n in the USA+.  The Braseltons on the road!</title>
		<link>http://thebraseltons.com/2009/05/17/rvn-in-the-usa-the-braseltons-on-the-road/</link>
		<comments>http://thebraseltons.com/2009/05/17/rvn-in-the-usa-the-braseltons-on-the-road/#comments</comments>
		<pubDate>Sun, 17 May 2009 16:00:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Baby]]></category>
		<category><![CDATA[Brutus]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[RV]]></category>
		<category><![CDATA[RV_USA+]]></category>
		<category><![CDATA[braseltons rv brutus usa america alaska canada]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=1285</guid>
		<description><![CDATA[Ok, if you haven&#8217;t guessed it, we are taking off for a while.  We are jumping in Brutus and heading out.  You can check out our calendar which is updated directly from my computer and phone all of the time.  You can also track our travels also with all of my geeky [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_1286" class="wp-caption alignleft" style="width: 310px"><a href="http://thebraseltons.com/wp-content/uploads/2009/05/usa.gif"><img src="http://thebraseltons.com/wp-content/uploads/2009/05/usa-300x201.gif" alt="We are going - here!" title="usa" width="300" height="201" class="size-medium wp-image-1286" /></a><p class="wp-caption-text">We are going - here!</p></div>Ok, if you haven&#8217;t guessed it, we are taking off for a while.  We are jumping in Brutus and heading out.  You can check out our calendar which is updated directly from my computer and phone all of the time.  You can also track our travels also with all of my geeky GPS and mapping stuff.  Of course, we will update the blog along the way! </p>
<p>We have been in cubicles for some time.  I have not found a job in my searching.  We decided to use our time wisely and see what we can while we have the chance.  </p>
<p>Shoot us an email with your address and maybe we can send a postcard from a place that you request.  Feel free to ask questions.  You can also interact via Twitter.  We are hooked up!  Tech rules!  We have many plans and chances are that we will be somewhere you know.  </p>
<p>Wish us luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/05/17/rvn-in-the-usa-the-braseltons-on-the-road/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Video] Brutus Entertainment Center Upgrade</title>
		<link>http://thebraseltons.com/2009/05/03/video-brutus-entertainment-center-upgrade/</link>
		<comments>http://thebraseltons.com/2009/05/03/video-brutus-entertainment-center-upgrade/#comments</comments>
		<pubDate>Mon, 04 May 2009 04:12:40 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Brutus]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[RV]]></category>
		<category><![CDATA[brutus entertainment center upgrade lcd wii nintendo playstation sony digital mac mini]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=1220</guid>
		<description><![CDATA[When we got Brutus, he had a cheese ball 26&#8243; television in the overhead console.  It was FULL SIZED.  It made horrible noise driving down the road.  It was just a frightening beast above my head while driving.  I quickly got rid of it and replaced it with the following:

20&#8243; LCD Digital Television w/DVD built in on [...]]]></description>
			<content:encoded><![CDATA[<p>When we got Brutus, he had a cheese ball 26&#8243; television in the overhead console.  It was FULL SIZED.  It made horrible noise driving down the road.  It was just a frightening beast above my head while driving.  I quickly got rid of it and replaced it with the following:</p>
<ul>
<li>20&#8243; LCD Digital Television w/DVD built in on the side</li>
<li>Mac Mini with external 250GB HDD and iSight camera</li>
<li>Nintendo Wii</li>
<li>Old Playstation for some games that I had around</li>
</ul>
<p>It works great and makes absolutely no noise driving.  I love it.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/W9E4MkY6YIY&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/W9E4MkY6YIY&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/05/03/video-brutus-entertainment-center-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is iLife &#8216;09 worth it?</title>
		<link>http://thebraseltons.com/2009/02/19/is-ilife-09-worth-it/</link>
		<comments>http://thebraseltons.com/2009/02/19/is-ilife-09-worth-it/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 02:19:30 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[iMove iDVD iLife Garageband Faces Places]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=882</guid>
		<description><![CDATA[My library: 25,395 photos and growing daily&#8230;
That is what I work with.  I find myself constantly looking for a good picture of [insert someone's name here].  I sift through the pictures and approximate time that I took the picture.  Sure, I have some of my pictures tagged with keywords but do you know how much [...]]]></description>
			<content:encoded><![CDATA[<p>My library: 25,395 photos and growing daily&#8230;</p>
<p>That is what I work with.  I find myself constantly looking for a good picture of [insert someone's name here].  I sift through the pictures and approximate time that I took the picture.  Sure, I have some of my pictures tagged with keywords but do you know how much of a pain that is?  Are the all tagged?  Nope.  </p>
<p>The feature that I was really looking forward to in iLife &#8216;09 is Faces in iPhoto.  It automatically finds faces in your library and has a nice interface to find them.  </p>
<p>Real life use?  <strong>Yea, I&#8217;m happy to have it!</strong>  That is the ultimate answer.  </p>
<p>After installing the new iLife software, I started up iPhoto.  There was a new Face option under Library.  </p>
<p style="text-align: center;"><span style="color: #0000ee; text-decoration: underline;"></p>
<div id="attachment_883" class="wp-caption alignnone" style="width: 160px"><a href="http://thebraseltons.com/wp-content/uploads/2009/02/picture-9.png"><img class="size-thumbnail wp-image-883" title="picture-9" src="http://thebraseltons.com/wp-content/uploads/2009/02/picture-9-150x98.png" alt="Faces and Places" width="150" height="98" /></a><p class="wp-caption-text">Faces and Places</p></div>
<p></span></p>
<p style="text-align: left;">The computer works for HOURS checking out all of the pictures.  Cool, I went to sleep and messed with it in the morning.  When checking in the morning, I clicked Faces and it shows a blank cork board.  Basically, go to your photos and select one.  Click <strong>Name</strong> at the bottom.</p>
<p style="text-align: left;"> </p>
<div id="attachment_884" class="wp-caption alignnone" style="width: 67px"><a href="http://thebraseltons.com/wp-content/uploads/2009/02/picture-11.png"><img class="size-full wp-image-884" title="picture-11" src="http://thebraseltons.com/wp-content/uploads/2009/02/picture-11.png" alt="Name" width="57" height="51" /></a><p class="wp-caption-text">Name</p></div>
<p>The picture enlarges and all of the recognized faces are selected.  If it might know the name, it will ask if it is [insert name here].  If unknown, it says unknown.  Just type the correct name in the box.  Go to the next picture and perform the same operation.  Do that a few times and it learns the names and faces.  You can now go to the Faces portion of the library.  In there select your person and it will show the confirmed people at the top and below, the ones that it *thinks* is that person.  It&#8217;s usually pretty sketchy there.  Just go through about 10 or so of them that are CORRECT and click Done.  It will show more that it thinks is correct &#8211; it will be more accurate this time.  A few times of that  and it does pretty well.  It does take time but it&#8217;s a VERY nice feature.</p>
<p>The Places feature is pretty cool if you have Geo-tagged photos.  I happen to have many as the iPhone tags the photos when you take them.  It was pretty cool to see a string of pins leading from Texas to Pennsylvania!  It is pretty nifty also.</p>
<p>iMovie has also gained a needed face lift.  The new Project box and other effect additions make this a much better version of iMovie!  </p>
<p>The tutorials for learning to play piano or guitar in Garageband (the only ones included) are very nice also.  I guess that I need to hook up the keyboard (audio) that I have gathering dust.  I don&#8217;t even know which end of that thing should face up.  Maybe the tutorials can help me.</p>
<p>I haven&#8217;t messed with iDVD yet.  I imagine it&#8217;s the same ole thing with a few new themes.  iWeb is in the same boat.  I haven&#8217;t touched it yet.  Maybe I&#8217;ll update this later.</p>
<p> </p>
<p> </p>
<p style="text-align: left;"><span style="color: #0000ee; text-decoration: underline;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/02/19/is-ilife-09-worth-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Funny thing in Apple&#8217;s Dictionary.app</title>
		<link>http://thebraseltons.com/2009/02/19/funny-things-in-apples-dictionaryapp/</link>
		<comments>http://thebraseltons.com/2009/02/19/funny-things-in-apples-dictionaryapp/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 16:49:57 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Baby]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[dictionary zoe apple perfection]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=866</guid>
		<description><![CDATA[ 
Strange that I found this in Dictionary.app.  They are obviously clairvoyant at Apple!  How did they know about Zoe?
]]></description>
			<content:encoded><![CDATA[<p> </p>
<div id="attachment_867" class="wp-caption alignleft" style="width: 160px"><a href="http://thebraseltons.com/wp-content/uploads/2009/02/perfection.jpg"><img class="size-thumbnail wp-image-867" title="perfection" src="http://thebraseltons.com/wp-content/uploads/2009/02/perfection-150x150.jpg" alt="Zoe in Dictionary.app" width="150" height="150" /></a><p class="wp-caption-text">Zoe in Dictionary.app</p></div>
<p>Strange that I found this in Dictionary.app.  They are obviously clairvoyant at Apple!  How did they know about Zoe?</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/02/19/funny-things-in-apples-dictionaryapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automator Rocks!</title>
		<link>http://thebraseltons.com/2008/05/19/automator-rocks/</link>
		<comments>http://thebraseltons.com/2008/05/19/automator-rocks/#comments</comments>
		<pubDate>Tue, 20 May 2008 02:32:44 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://tammyandtom.com/WordPress/?p=209</guid>
		<description><![CDATA[Since I have been putting videos on the blog, I have to create the Flash video, upload the file, find the embed string that I have to paste in the post and then put it in the post for viewing.  I use a computer.  Computers should do work, not me.  I wrote [...]]]></description>
			<content:encoded><![CDATA[<p>Since I have been putting videos on the blog, I have to create the Flash video, upload the file, find the embed string that I have to paste in the post and then put it in the post for viewing.  I use a computer.  Computers should do work, not me.  I wrote a Finder plugin with Automator that does all of my stuff for me.  I just right-click on my Flash video and then select the correct plugin action.  It renames the file and uses the Transmit actions to send the file to the server.  Then it opens a TextEdit document with the entire text to paste in the document.  Voila!  Done.  OS X rules!</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2008/05/19/automator-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
