<?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; Geek</title>
	<atom:link href="http://thebraseltons.com/tag/geek/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>Tammy is a geek</title>
		<link>http://thebraseltons.com/2010/04/14/tammy-is-a-geek/</link>
		<comments>http://thebraseltons.com/2010/04/14/tammy-is-a-geek/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 14:34:36 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[tammy]]></category>

		<guid isPermaLink="false">http://thebraseltons.com/2010/04/14/tammy-is-a-geek/</guid>
		<description><![CDATA[Tammy is definately a geek. There was a problem with out website processing new videos. This morning, I came out and Tammy noticed that the videos have been fixed since I sent so many were sent last night. I told her it was a minor fix and it was silly. 
I said that I will [...]]]></description>
			<content:encoded><![CDATA[<p>Tammy is definately a geek. There was a problem with out website processing new videos. This morning, I came out and Tammy noticed that the videos have been fixed since I sent so many were sent last night. I told her it was a minor fix and it was silly. </p>
<p>I said that I will tell her three numbers and she will know what it was that was wrong. I said, &#8220;6, 4, &#8230;.&#8221;. I didn&#8217;t even get the third number out and she grinned. I forced out the last number, 4. 644 was the hint and she laughed and said, &#8220;permissions?&#8221;. I just shook my head and laughed. That was FAST!  Yes, that was the latest issue with our video uploads.  It was a permission problem.  </p>
]]></content:encoded>
			<wfw:commentRss>http://thebraseltons.com/2010/04/14/tammy-is-a-geek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

