<?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; iphone</title>
	<atom:link href="http://thebraseltons.com/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebraseltons.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 May 2012 00:00:00 +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>iPad and iPhone printing support</title>
		<link>http://thebraseltons.com/2010/01/28/ipad-and-iphone-printing-support/</link>
		<comments>http://thebraseltons.com/2010/01/28/ipad-and-iphone-printing-support/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 02:37:31 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2010/01/28/ipad-and-iphone-printing-support/</guid>
		<description><![CDATA[I was reading an article at TechCrunch about things that the iPhone could learn from the iPad. When I got to the part about PDF creation support, I started thinking about something else. 
If the iPad supports all of the iWork applications, will it be able to print from the iPad to a printer? Customers [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading an article at <a HREF="http://www.mobilecrunch.com/2010/01/28/5-ways-the-ipad-could-improve-the-iphone/" target="newWindow">TechCrunch</a> about things that the iPhone could learn from the iPad. When I got to the part about PDF creation support, I started thinking about something else. </p>
<p>If the iPad supports all of the iWork applications, will it be able to <b>print</b> from the iPad to a printer? Customers will want to print the documents that they create. If that is true, would Apple enable printing support for the iPhone?  That would be excellent!</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2010/01/28/ipad-and-iphone-printing-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPad?  Just upgrade my iPhone software</title>
		<link>http://thebraseltons.com/2010/01/27/ipad-just-upgrade-my-iphone-software/</link>
		<comments>http://thebraseltons.com/2010/01/27/ipad-just-upgrade-my-iphone-software/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 21:03:16 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2010/01/27/ipad-just-upgrade-my-iphone-software/</guid>
		<description><![CDATA[Jump to get an iPad?  Naa, not for me. I would rather gripe about what I have right now. 
Limits on the iPad are numerous. No Flash player, no camera and no calling capabilities. I don&#8217;t see a fit in my life for such a device. I have a laptop with a 500GB HDD [...]]]></description>
			<content:encoded><![CDATA[<p>Jump to get an iPad?  Naa, not for me. I would rather gripe about what I have right now. </p>
<p>Limits on the iPad are numerous. No Flash player, no camera and no calling capabilities. I don&#8217;t see a fit in my life for such a device. I have a laptop with a 500GB HDD that is portable. I have an iPhone that does some things while on the go without access to my computer (like this blog post). </p>
<p>Now I will take time to throw this out. I am sure that I have suggested it before but I will bring it up again. The iPhone can provide Video Out already.  I wish they would include a Bluetooth driver in the operating system for an external keyboard and mouse. I could then just dock my iPhone in front of me, pair the KB and mouse and the monitor would be connected to the dock. Done. I have a dual display (the iPhone and an external monitor). Sure, you would HAVE to multitask at least two apps so I can have a Twitter client running on the phone and another application on the other display. That would be a sweet make-shift computer system. </p>
<p>Think about it, Apple. Make it so!</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2010/01/27/ipad-just-upgrade-my-iphone-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Tip &#8211; Faster Phone Sync</title>
		<link>http://thebraseltons.com/2010/01/16/iphone-tip-faster-phone-sync/</link>
		<comments>http://thebraseltons.com/2010/01/16/iphone-tip-faster-phone-sync/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 04:32:22 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2010/01/16/iphone-tip-faster-phone-sync/</guid>
		<description><![CDATA[It is a little cheat that I do because I am impatient and don&#8217;t want to wait all day to sync podcasts.  Ok, I know that I have a good backup of my phone.  Whoopee.  I know that the photos are in iPhoto anyway.  I know the music is in iTunes. [...]]]></description>
			<content:encoded><![CDATA[<p>It is a little cheat that I do because I am impatient and don&#8217;t want to wait all day to sync podcasts.  Ok, I know that I have a good backup of my phone.  Whoopee.  I know that the photos are in iPhoto anyway.  I know the music is in iTunes.  So, is a backup every time needed?  I think not.</p>
<p>This works on the Mac and iTunes.  I have not tried Windows.  If you find that it works, let us know in the comments.  </p>
<p>Ok, I connect the phone.  Joy.  iTunes sees the phone and the &#8220;Sync&#8221; button is available.  Press the &#8220;Sync&#8221; button and watch the bar at the top (do not switch applications).  It will say &#8220;Syncing&#8230;&#8221;.  In a few seconds it says &#8220;Backing up&#8230;&#8221; (as the image below).  Well, when the &#8220;Backing up&#8230;&#8221; comes up, count off 5 seconds.  One-one thousand, two-one thousand, three-one thousand, four-one thousand and five-one thousand.  Now, press the X on the right of that little display.  ONLY PRESS IT ONCE or it will cancel everything.  Wait a second and it will go past the backup and move on to the important Sync operation.  Voila!  Time saved!</p>
<div id="attachment_2329" class="wp-caption aligncenter" style="width: 310px"><a href="http://thebraseltons.com/wp-content/uploads/2010/01/backup.jpg"><img src="http://thebraseltons.com/wp-content/uploads/2010/01/backup-300x32.jpg" alt="Count 5 seconds when you see this and then press the X ONCE!" title="Count 5 seconds when you see this and then press the X ONCE!" width="300" height="32" class="size-medium wp-image-2329" /></a><p class="wp-caption-text">Count 5 seconds when you see this and then press the X ONCE!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2010/01/16/iphone-tip-faster-phone-sync/feed/</wfw:commentRss>
		<slash:comments>0</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>Look kid, I have candy [iphone gripes again]</title>
		<link>http://thebraseltons.com/2009/11/11/look-kid-i-have-candy-iphone-gripes-again/</link>
		<comments>http://thebraseltons.com/2009/11/11/look-kid-i-have-candy-iphone-gripes-again/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:22:10 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[gripe]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2009/11/11/look-kid-i-have-candy-iphone-gripes-again/</guid>
		<description><![CDATA[Look kid, I have candy. 
That is what I have in my face right now. I am going to whine about my iPhone now. If you don&#8217;t wanna hear it, stop reading now. 
The iPhone has great features. I feel it is a useful tool now and love the feature set. I would love it [...]]]></description>
			<content:encoded><![CDATA[<p>Look kid, I have candy. </p>
<p>That is what I have in my face right now. I am going to whine about my iPhone now. If you don&#8217;t wanna hear it, stop reading now. </p>
<p>The iPhone has great features. I feel it is a useful tool now and love the feature set. I would love it more if they all worked! </p>
<p>First: The Network<br />
AT&#038;T is lacking. I lose calls. I have poor call quality. Data is very sketchy. Enough said?  I would love it if this really worked properly. I only have experience with Sprint and they were excellent with signal strength, data and quality of call audio. Option A against Option B?  Easy choice but I now have the inferior of the two. </p>
<p>Second: YouTube Upload<br />
That has to be the coolest thing but is the most hacked together crap on this planet. It does not live up to Apple&#8217;s standards as software. I constantly get &#8220;Cannot upload Video&#8221; when I try to share my videos. I want to share a cute video of Zoe right now but no matter what I do, I can&#8217;t get it to work. I usually try several times in a row and stand on alternating legs to make the video upload. I will even patiently wait until the next day to try again. No luck this time. If that is not bad enough right there, EVERY TIME you have to retype ALL of the information for the submission to YouTube. Then you get the same errror message each time. It does not describe the error it is having, just that it failed. Why did I fail?  Network? Invalid text in one of the fields?  It was unhappy?  YouTube is overloaded?  Grrr!  Please update this hack as I enjoy the feature!  </p>
<p>I think that I am finished griping. For now&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/11/11/look-kid-i-have-candy-iphone-gripes-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone or real GPS?</title>
		<link>http://thebraseltons.com/2009/08/17/iphone-or-real-gps/</link>
		<comments>http://thebraseltons.com/2009/08/17/iphone-or-real-gps/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 01:58:38 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[garmin]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[recommendation]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[tomtom]]></category>
		<category><![CDATA[toyota]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=1839</guid>
		<description><![CDATA[Answer: Use a real GPS.
I have traveled a good bit recently.  I have used a Garmin GPS in the RV, a Toyota GPS in the wife&#8217;s minivan and also an iPhone to supplement both at times.  The biggest thing is when you have no service (read &#8211; AT&#38;T sucks!) you will not have map data. [...]]]></description>
			<content:encoded><![CDATA[<p>Answer: Use a real GPS.</p>
<p>I have traveled a good bit recently.  I have used a Garmin GPS in the RV, a Toyota GPS in the wife&#8217;s minivan and also an iPhone to supplement both at times.  The biggest thing is when you have no service (read &#8211; <strong>AT&amp;T sucks!</strong>) you will not have map data.  If you are lost, do you want to look for cellular service so you can find your way out?  NO!  A real GPS has maps stored on the device and requires no outside information.  I use the iPhone at times to look things up but it will never be good enough to be any type of automobile navigation.  Save your pennies and get a real GPS.  I have also owned a TomTom but I would recommend any Garmin over the TomTom.  The Toyota GPS was more helpful in Canada in my experience (over Garmin).</p>
<p>TomTom released it&#8217;s navigation <a title="Review of the application" href="http://recombu.com/news/tomtom-for-iphone-3g-and-3gs-satisfied-nav_M11050.html" target="_blank">application</a> for the iPhone and the link will take you to a review of the application if you want to see it.</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/08/17/iphone-or-real-gps/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>iPhone 3.0 Stocks.app is a nice upgrade</title>
		<link>http://thebraseltons.com/2009/07/23/iphone-3-0-stocks-app-is-a-nice-upgrade/</link>
		<comments>http://thebraseltons.com/2009/07/23/iphone-3-0-stocks-app-is-a-nice-upgrade/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 12:43:10 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[stock]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2009/07/23/iphone-3-0-stocks-app-is-a-nice-upgrade/</guid>
		<description><![CDATA[A beautiful upgrade to the iPhone with the new 3.0 software upgrade is the Stocks application. 
I like the new &#8220;tilt to the side for a nice big detailed chart&#8221; option. I like the &#8220;swipe the chart&#8221; and getting detailed stick information and news on each symbol. I also like that you can see volume [...]]]></description>
			<content:encoded><![CDATA[<p>A beautiful upgrade to the iPhone with the new 3.0 software upgrade is the Stocks application. </p>
<p>I like the new &#8220;tilt to the side for a nice big detailed chart&#8221; option. I like the &#8220;swipe the chart&#8221; and getting detailed stick information and news on each symbol. I also like that you can see volume along with percentage and dollar value when you tap the number to the right of the symbol. </p>
<p>This is a welcome upgrade with little press. </p>
<p><a href="http://thebraseltons.com/wp-content/uploads/2009/07/p_480_320_3D824EDC-E2B9-483B-AB9E-0C23CC34D9EB.jpeg"><img src="http://thebraseltons.com/wp-content/uploads/2009/07/p_480_320_3D824EDC-E2B9-483B-AB9E-0C23CC34D9EB.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/07/23/iphone-3-0-stocks-app-is-a-nice-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Video] &#8211; First video using my new iPhone 3GS (In the store!)</title>
		<link>http://thebraseltons.com/2009/06/19/video-first-video-using-my-new-iphone-3gs-in-the-store/</link>
		<comments>http://thebraseltons.com/2009/06/19/video-first-video-using-my-new-iphone-3gs-in-the-store/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 00:31:57 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[RV]]></category>
		<category><![CDATA[RV_USA+]]></category>
		<category><![CDATA[3gs]]></category>
		<category><![CDATA[at&t]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=1424</guid>
		<description><![CDATA[I took this while the guy was activating Tammy&#8217;s phone.  Just checking out the YouTube upload feature.

]]></description>
			<content:encoded><![CDATA[<p>I took this while the guy was activating Tammy&#8217;s phone.  Just checking out the YouTube upload feature.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Zr4F1gCpLBQ&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Zr4F1gCpLBQ&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/06/19/video-first-video-using-my-new-iphone-3gs-in-the-store/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Slow on updating for a while &#8211; iPhone + Saltwater = iPhone Upgrade</title>
		<link>http://thebraseltons.com/2009/05/25/slow-on-updating-for-a-while-iphone-saltwater-iphone-upgrade/</link>
		<comments>http://thebraseltons.com/2009/05/25/slow-on-updating-for-a-while-iphone-saltwater-iphone-upgrade/#comments</comments>
		<pubDate>Mon, 25 May 2009 18:00:39 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[saltwater]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/?p=1312</guid>
		<description><![CDATA[I have been chugging along with the old iPhone with no problems or need to upgrade.  Everything has been great.  Well, the day at the Capet&#8217;s house in the pool led to me jumping in with the phone in my pocket!  Doh!  I just goofed myself into a new phone.  [...]]]></description>
			<content:encoded><![CDATA[<p>I have been chugging along with the old iPhone with no problems or need to upgrade.  Everything has been great.  Well, the day at the Capet&#8217;s house in the pool led to me jumping in with the phone in my pocket!  Doh!  I just goofed myself into a new phone.  I&#8217;ll wait until the new ones come out in June and get one of those.  </p>
<p>I&#8217;m having fun taking the phone apart and checking out the salty guts.  Hopefully I&#8217;ll be back soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2009/05/25/slow-on-updating-for-a-while-iphone-saltwater-iphone-upgrade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

