<?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>Aimful Wanderings &#187; Travel</title>
	<atom:link href="http://appleguru.org/blog/category/travel/feed/" rel="self" type="application/rss+xml" />
	<link>http://appleguru.org/blog</link>
	<description>Musings from Adam Urban&#039;s (Other)worldly Travels</description>
	<lastBuildDate>Thu, 19 Jan 2012 03:46:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Capture Apple&#8217;s HTTP Streaming to File</title>
		<link>http://appleguru.org/blog/2011/10/23/capture-apples-http-streaming-to-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=capture-apples-http-streaming-to-file</link>
		<comments>http://appleguru.org/blog/2011/10/23/capture-apples-http-streaming-to-file/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 03:48:50 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=666</guid>
		<description><![CDATA[When Apple introduced HTTP streaming to the world on their iOS platform, I always wondered what would involved in capturing it. After all, it&#8217;s just http data, how hard can it be? Well, I&#8217;m flying out tomorrow morning for work, and decided it&#8217;d be nice to watch the hour+ Celebrating Steve video that Apple just [...]]]></description>
			<content:encoded><![CDATA[<p>When Apple introduced HTTP streaming to the world on their iOS platform, I always wondered what would involved in capturing it. After all, it&#8217;s just http data, how hard can it be? Well, I&#8217;m flying out tomorrow morning for work, and decided it&#8217;d be nice to watch the hour+ <a  href="http://www.apple.com/celebrating-steve/">Celebrating Steve</a> video that Apple just released on the plane ride. Only one problem: It was a streaming video, with no download link in sight.</p>
<p>I dove into the source, and found the &lt;video&gt; tag, and the source file, an HTTP Streaming .m3u8 playlist file. I downloaded the <a href="http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/sl_mvp.m3u8?expectingMovieJson= false">sl_mvp.m3u8</a> file it an opened it in TextEdit. Inside were the links to the various quality program stream playlists:</p>
<pre>#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1308077

http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/2540/prog_index.m3u8</pre>
<p>I figured the higher the bandwidth, the higher the quality, so I went with the highest. I then downloaded the prog_index.m3u8 file, which contained a sequential list of the transport stream chunks of the video. Each segment was about 10 seconds long. this file contained two important pieces of information: The base file name (fileSequenceXXX.ts), and the total number of chunks (486) for this stream. I figured this would be a perfect use for OS X&#8217;s built in curl utility and fired up the Terminal. I made a new folder for my video chunks, cd&#8217;d into it, and ran curl:</p>
<pre>curl -O http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/2540/fileSequence[0-486].ts</pre>
<p>hitting return went about downloading all 487 chunks. When all 1.6GB were done, I had to merge them together. Because these are transport streams, cat works well enough:</p>
<pre>cat * &gt; ~/output.ts</pre>
<p>That command makes a file called output.ts in my home folder by merging all the small chunks in the folder together (I did use Automator to rename the files to three digit numbers just in case my shell&#8217;s file ordering was different than the Finder).</p>
<p>QuickTime X has no problem playing back this H264 video, AAC audio transport stream file directly, which is great: Mission accomplished. But being the perfectionist I am, I felt the need to try and maximize compatibility and get the .ts into a .mov or .mp4 container. VLC did this for me no problem using its wonderful export wizard, but for whatever reason when I played back the resultant .mov (or .mp4) in QuickTime I got black video. VLC played it fine. I&#8217;ll look into this more later, but here&#8217;s to hoping this info can help someone else!</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2011/10/23/capture-apples-http-streaming-to-file/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/sl_mvp.m3u8?expectingMovieJson=" length="0" type="audio/x-mpegurl" />
<enclosure url="http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/2540/prog_index.m3u8" length="0" type="audio/x-mpegurl" />
		</item>
		<item>
		<title>If Adam told you to jump out of a plane&#8230;</title>
		<link>http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=if-adam-told-you-to-jump-out-of-a-plane</link>
		<comments>http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 03:09:22 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[New Zealand]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=528</guid>
		<description><![CDATA[Sorry Mom(s). Ben and I shared that sentiment after landing from a 60 second long free-fall from 15,000 feet high above the mountains and Lake Wanaka on the south island of New Zealand. It was a once in a lifetime experience, and boy oh boy was it epic. And yes, I made Ben do it. [...]]]></description>
			<content:encoded><![CDATA[
<a  href="http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/img_1154/" title="Here We Go!"><img width="150" height="150" src="http://appleguru.org/blog/wp-content/uploads/2010/11/IMG_1154-150x150.jpg" class="attachment-thumbnail" alt="Here We Go!" title="Here We Go!" /></a>
<a  href="http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/img_1158/" title="In the plane, going up!"><img width="150" height="150" src="http://appleguru.org/blog/wp-content/uploads/2010/11/IMG_1158-150x150.jpg" class="attachment-thumbnail" alt="In the plane, going up!" title="In the plane, going up!" /></a>
<a  href="http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/img_1006/" title="Ben jumping out!"><img width="150" height="150" src="http://appleguru.org/blog/wp-content/uploads/2010/11/IMG_1006-150x150.jpg" class="attachment-thumbnail" alt="Ben jumping out!" title="Ben jumping out!" /></a>
<a  href="http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/img_1180/" title="The view down... (That&#039;s Ben down there!)"><img width="150" height="150" src="http://appleguru.org/blog/wp-content/uploads/2010/11/IMG_1180-150x150.jpg" class="attachment-thumbnail" alt="The view down... (That&#039;s Ben down there!)" title="The view down... (That&#039;s Ben down there!)" /></a>
<a  href="http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/img_1197/" title="Adam Jumping Out!"><img width="150" height="150" src="http://appleguru.org/blog/wp-content/uploads/2010/11/IMG_1197-150x150.jpg" class="attachment-thumbnail" alt="Adam Jumping Out!" title="Adam Jumping Out!" /></a>
<a  href="http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/img_1201/" title="Adam&#039;s Out!"><img width="150" height="150" src="http://appleguru.org/blog/wp-content/uploads/2010/11/IMG_1201-150x150.jpg" class="attachment-thumbnail" alt="Adam&#039;s Out!" title="Adam&#039;s Out!" /></a>
<a  href="http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/img_1218/" title="Beautiful New Zealand Scenery from 15,000 feet"><img width="150" height="150" src="http://appleguru.org/blog/wp-content/uploads/2010/11/IMG_1218-150x150.jpg" class="attachment-thumbnail" alt="Beautiful New Zealand Scenery from 15,000 feet" title="Beautiful New Zealand Scenery from 15,000 feet" /></a>
<a  href="http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/img_1081/" title="Ben&#039;s Chute is Open!"><img width="150" height="150" src="http://appleguru.org/blog/wp-content/uploads/2010/11/IMG_1081-150x150.jpg" class="attachment-thumbnail" alt="Ben&#039;s Chute is Open!" title="Ben&#039;s Chute is Open!" /></a>
<a  href="http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/img_1331/" title="We Made It!"><img width="150" height="150" src="http://appleguru.org/blog/wp-content/uploads/2010/11/IMG_1331-150x150.jpg" class="attachment-thumbnail" alt="We Made It!" title="We Made It!" /></a>

<p>Sorry Mom(s). Ben and I shared that sentiment after landing from a 60 second long free-fall from 15,000 feet high above the mountains and Lake Wanaka on the south island of New Zealand. It was a once in a lifetime experience, and boy oh boy was it epic. And yes, I made Ben do it. In his words:</p>
<blockquote><p>Adam made me do it. Never ever did I think I would jump out of an airplane. Guess thats why I&#8217;m traveling with one of the biggest risk takers I know! What an epic experience- a 15,000 ft free fall through a raw canvas of unimaginable scenery with snow capped mountains and glaciers everywhere. Wow.</p></blockquote>
<p>Well, what are you waiting for? Check out those videos and pictures!</p>
<p>Ben:</p>
<video width="480" height="277" preload="none" poster="http://appleguru.org/blog/wp-content/uploads/2010/11/Ben_Skydive_sm.jpg" id="html5video-0" class="sublime"><source src="http://appleguru.org/blog/wp-content/uploads/2010/11/Ben_Skydive_sm.mp4" /></video>
<p>Adam:</p>
<video width="480" height="277" preload="none" poster="http://appleguru.org/blog/wp-content/uploads/2010/11/Adam_Skydive_sm.jpg" id="html5video-1" class="sublime"><source src="http://appleguru.org/blog/wp-content/uploads/2010/11/Adam_Skydive_sm.mp4" /></video>
<p>You can download higher-quality versions here if you want: <a  href="http://appleguru.org/blog/wp-content/uploads/2010/11/Ben_Skydive.mp4">Ben</a>, <a  href="http://appleguru.org/blog/wp-content/uploads/2010/11/Adam_Skydive.mp4">Adam</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2010/11/22/if-adam-told-you-to-jump-out-of-a-plane/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://appleguru.org/blog/wp-content/uploads/2010/11/Ben_Skydive_sm.mp4" length="52840329" type="video/mp4" />
<enclosure url="http://appleguru.org/blog/wp-content/uploads/2010/11/Adam_Skydive_sm.mp4" length="60869942" type="video/mp4" />
<enclosure url="http://appleguru.org/blog/wp-content/uploads/2010/11/Ben_Skydive.mp4" length="254781763" type="video/mp4" />
<enclosure url="http://appleguru.org/blog/wp-content/uploads/2010/11/Adam_Skydive.mp4" length="229113573" type="video/mp4" />
		</item>
		<item>
		<title>Current Location Widget!</title>
		<link>http://appleguru.org/blog/2010/11/21/current-location-widget/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=current-location-widget</link>
		<comments>http://appleguru.org/blog/2010/11/21/current-location-widget/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 10:38:11 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=526</guid>
		<description><![CDATA[You may notice a recent addition the blog: The current location widget on the right sidebar! For now this is a simple static map generated by Google Lattitude&#8217;s badge api, though I may upgrade this to a more complex interactive map (that shows history/where we&#8217;ve been!) if I can find some time to play with [...]]]></description>
			<content:encoded><![CDATA[<p>You may notice a recent addition the blog: The current location widget on the right sidebar! For now this is a simple static map generated by Google Lattitude&#8217;s badge api, though I may upgrade this to a more complex interactive map (that shows history/where we&#8217;ve been!) if I can find some time to play with the Google Maps API and JSON/XML requests. For now though, enjoy knowing (roughly) where Ben and I are on our journey around New Zealand! The location will only update when we have data-enabled mobile service, which will very likely be pretty sparse, given that we&#8217;ll be on the western coast of New Zealand&#8230; So don&#8217;t be too alarmed if the location doesn&#8217;t update for a while!</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2010/11/21/current-location-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definitely not where I parked my car..</title>
		<link>http://appleguru.org/blog/2010/11/18/definitely-not-where-i-parked-my-car/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=definitely-not-where-i-parked-my-car</link>
		<comments>http://appleguru.org/blog/2010/11/18/definitely-not-where-i-parked-my-car/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 17:57:11 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[New Zealand]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=523</guid>
		<description><![CDATA[For those that may not have heard, I&#8217;ve recently found my way to New Zealand to meet up with Adam. I literally closed my eyes Tuesday and woke up on Thursday&#8211; halfway around the world!?! Not quite sure why or how that happened, but somehow here I am. And in case you&#8217;re wondering how I [...]]]></description>
			<content:encoded><![CDATA[<p>For those that may not have heard, I&#8217;ve recently found my way to New Zealand to meet up with Adam.  I literally closed my eyes Tuesday and woke up on Thursday&#8211; halfway around the world!?! Not quite sure why or how that happened, but somehow here I am.  And in case you&#8217;re wondering how I skipped a day, I&#8217;m not quite sure either, but it was absolutely worth trading a Wednesday for the adventure of a lifetime. </p>
<p>Adam and I have been discussing some wild things, so stay tuned. And don&#8217;t worry Moms, we&#8217;ll be sure to keep safe.  Love everyone back home!!  </p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2010/11/18/definitely-not-where-i-parked-my-car/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Beach to Bush, Part 3</title>
		<link>http://appleguru.org/blog/2010/09/14/beach-to-bush-part-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beach-to-bush-part-3</link>
		<comments>http://appleguru.org/blog/2010/09/14/beach-to-bush-part-3/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 12:11:13 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Australia]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=429</guid>
		<description><![CDATA[Sorry this took so long to get up; thing have been crazy around here; I&#8217;m finally getting into a period where I actually have assignments due (and blog posts, as it turns out, are great for procrastinating!). This is Part 3 of 3 of Luke and my epic journey up the eastern coast of Australia. [...]]]></description>
			<content:encoded><![CDATA[<p><em>Sorry this took so long to get up; thing have been crazy around here; I&#8217;m finally getting into a period where I actually have assignments due (and blog posts, as it turns out, are great for procrastinating!). </em><em>This is Part 3 of 3 of Luke and my epic journey up the eastern coast of Australia. Continued from <a  href="http://appleguru.org/blog/2010/08/31/beach-to-bush/" target="_self">Part 1</a> and <a  href="http://appleguru.org/blog/2010/09/04/beach-to-bush-part-2/" target="_self">Part 2</a>.</em></p>
<p>Once we got back to the car in Brisbane we spent a few minutes doing research and deciding where we wanted to stay that night. I found Lamington National Park in Queensland. It was a bit further inland but had camping, so we decided we would head that way and check it out.</p>
<p>As we pressed on, the road quickly turned to one of the most fun single lane (two direction!) roads I&#8217;ve ever driven on. While it was (mostly) paved, there was abundant livestock freely roaming on the road, so be careful if you ever make the drive!</p>
<div id="attachment_434" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0002.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0002.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0002-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.087500,153.109333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='pointer';" ></div></div></div></a><p class="wp-caption-text">Cows in the Road</p></div>
<p>After a long drive up a mountain through a dense rainforest, we arrived at the Green Mountains campground. We pitched our tent and called it a night, just around midnight. The next morning we drove up the road to the welcome center and asked about what we should do given a limited time schedule. The tree walk and botanical gardens, as well as a short hiking loop to the waterfalls, were recommended.</p>
<div id="attachment_435" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0016.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0016.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0016-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.229500,153.132500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''pointer'';" ></div></div></div></a><p class="wp-caption-text">Lamington Campsite</p></div>
<p>The treetop walk was incredibly cool. A wooden boardwalk took you up into the rainforest, literally up to the tops of the trees (There were suspension bridges, ladders, and platforms!). The sounds, trees and rainforest plant life was fascinating, and the birds were gorgeous (Except for the wild turkeys, which were so abundant it almost got annoying!)</p>
<div id="attachment_443" class="wp-caption aligncenter" style="width: 234px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0038.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:300px; width:224px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0038.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0038-224x300.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.232833,153.137500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''pointer''';" ></div></div></div></a><p class="wp-caption-text">Luke on a Suspended Walkway on the Treetop Walk</p></div>
<div id="attachment_436" class="wp-caption aligncenter" style="width: 234px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0034.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:300px; width:224px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0034.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0034-224x300.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.232833,153.137500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''pointer'''';" ></div></div></div></a><p class="wp-caption-text">Ladder Up to Observatory Deck on Treetop Walk</p></div>
<div id="attachment_437" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0037.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0037.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0037-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.232833,153.137500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''pointer''''';" ></div></div></div></a><p class="wp-caption-text">Treetop Deck Heights</p></div>
<div id="attachment_439" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0044.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0044.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0044-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.232667,153.137500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''pointer'''''';" ></div></div></div></a><p class="wp-caption-text">Treetop View</p></div>
<div id="attachment_438" class="wp-caption aligncenter" style="width: 234px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0110.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:300px; width:224px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0110.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0110-224x300.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.234000,153.139833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''pointer''''''';" ></div></div></div></a><p class="wp-caption-text">Botanical Gardens</p></div>
<p>We stopped in the café to get a quick bite to eat before heading out on our second walk. Luke got a sandwich. He was eating it as we walked back to the car, and just as he was about to get in he got attacked by a flock of colorful birds that stole the remaining portion right out of his hands! Thugs! (See some video of the birds after the break!)</p>
<p>We drove down the road to the trailhead and set out on the short hike to the top of the falls. We were treated to more gorgeous rainforest trees and wildlife, and got to see a magnificent waterfall with an expansive view out to the surrounding mountains.</p>
<div id="attachment_440" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0149.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0149.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0149-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.229833,153.124833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''pointer'''''''';" ></div></div></div></a><p class="wp-caption-text">Luke sitting in a large Black Booyong Tree</p></div>
<div id="attachment_441" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0181.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0181.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0181-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.230667,153.124833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''pointer''''''''';" ></div></div></div></a><p class="wp-caption-text">Waterfall!</p></div>
<div id="attachment_442" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0231.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0231.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0231-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.232333,153.125167 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''pointer'''''''''';" ></div></div></div></a><p class="wp-caption-text">View from the hike</p></div>
<p>I decided that for the drive home we were going to do an inland route, to essentially complete a large oval loop back to Sydney. After some research, I found &#8220;The Junction&#8221; campground in Nymboi-Binderay National Park that sounded nice, with a river to swim in and reasonable park fees. We put an approximate location in our GPS since the directions, &#8220;Off Black Mountain Road,&#8221; weren&#8217;t very helpful, and set out on our way.</p>
<p>Along the way we drove through spectacular country and farmland. It really is a part of Australia that I didn&#8217;t even know existed. I&#8217;ve heard about the beaches, and I&#8217;ve heard about the Outback, but this country land (Along with the rainforest land we just left!), is so close to all that, and is equally as impressive.</p>
<div id="attachment_444" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0296.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0296.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0296-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.075000,153.111500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''pointer''''''''''';" ></div></div></div></a><p class="wp-caption-text">Kangaroo and Koala Road Sign</p></div>
<div id="attachment_445" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0306.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0306.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0306-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -27.963167,153.092833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''pointer'''''''''''';" ></div></div></div></a><p class="wp-caption-text">Country on the Way South</p></div>
<div id="attachment_446" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0350.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0350.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0350-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.310833,152.912833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''pointer''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Onward we go!</p></div>
<div id="attachment_447" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0381.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0381.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0381-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.348500,152.964667 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''pointer'''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Rest Area in the Border Ranges National Park</p></div>
<div id="attachment_448" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0362.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0362.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0362-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.322167,152.941500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''pointer''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Road Hazards...</p></div>
<p>As the night dawned, we came into the Kangaroo State Forest. The paved road we were on disappeared and turned into a dirt road, which very quickly turned into a rutted out, rock-filled logging road. We pressed on, hoping our destination wasn&#8217;t too far. After all, it was night time and we were in a car with about 3 inches of ground clearance and 2 wheel drive. After about an hour of very slow going, the road was getting even gnarlier, with steeper hills and deeper ruts. We came to a a few low spots filled with water. A bit nervous as to whether or not the car would make it, I had Luke get out and check the depth. At it&#8217;s deepest it was probably only about 15cm, but because the mud under it was soft and because the car&#8217;s exhaust now faced forward since we lost the rear muffler I was a bit worried we&#8217;d either bottom out or fill the exhaust up with water and stall. After carefully choosing a route, we went for it (See the video of the car&#8217;s trials and tribulations after the break!). Happily, it made it through just fine and we were back on our way! (We came to a couple of these along the way).</p>
<div id="attachment_449" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0400.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0400.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0400-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -30.101000,152.809833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''pointer'''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Onto the logging roads we go!</p></div>
<p>After several hours without seeing so much as a road sign, we finally came into the Nimboy-Binderay National Park and saw a sign indicating Black Mountain Road. The dirt road in the park was a little bit better than the logging road in the forest, but not by much. Eventually we came to a sign for the campground, and followed a much rougher road a few more kilometers in. At this point we saw another sign. This sign was the one that got us in trouble. It read &#8220;4WD vehicles only, very steep descent car park&#8221; and had a single arrow pointing to the left. Perhaps we were just tired, and perhaps we were just being overly optimistic and reading what we wanted to see, but the hill up to the car park to the left looked pretty steep and besides, we wanted to go to the campground, not the car park! I thought that the sign had meant that the car park, to the left, had a very steep descent and was for 4WD vehicles only. Unfortunately, what it actually meant was the track ahead had a very steep descent and was for 4WD vehicles only. Yeah, we went straight.</p>
<p>As soon as we got over the first ridge I realized our error, but at that point it was too late. The track wasn&#8217;t wide enough to 3 point turn (or even a&#8230; 10 point turn), and we tried in vain to back the car up the slope. After a few attempts we resigned to the fact that we were pretty thoroughly screwed and continued the descent down to the campground. And boy oh boy was it a hell of a descent. It seemed like it&#8217;d never end, with every crest bringing forth a steeper and steeper hill. If you hit the crests head on the car would bottom out, so I had to hit them at an angle and then quickly straighten out before driving off the edge of the trail. After the longest hour in the world, we finally came down into a nice parking lot for the (completely empty) campground.</p>
<p>The campground itself was actually really nice, and well maintained and was set along the banks of a river. I paid our park fees, and we set up the tent. Luke made some beans for me for dinner, but I didn&#8217;t have much of an appetite and was actually a bit sad that the Mondeo may be at its final resting place at the bottom of this ridiculous 4WD trail.</p>
<div id="attachment_450" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0415.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0415.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0415-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -30.069667,152.757000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''pointer''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Luke Making Dinner</p></div>
<p>In the morning we did some exploring around the campsite while I set out on the task of finding phone reception so we could call someone to help us get out.</p>
<div id="attachment_451" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0427.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0427.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0427-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -30.069167,152.756167 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''pointer'''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">River at the The Junction Campground</p></div>
<div id="attachment_481" class="wp-caption aligncenter" style="width: 234px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0445.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:300px; width:224px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0445.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0445-224x300.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -30.069167,152.756167 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''''pointer''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Stairs down to the Campground</p></div>
<div id="attachment_453" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0432.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0432.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0432-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -30.069500,152.756167 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''''pointer'''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Luke Across the River</p></div>
<p>I found a really weak signal downstream on the river, but the best reception was up in the car park at the top of the trail. I decided that the only way the car was going to make it out in decent shape was if we got someone to help us tow it out. I called the Ranger&#8217;s office, who informed me they couldn&#8217;t really help us, and besides had nobody in the area; that everyone was out fighting fires. They gave me the number for a private search and rescue group, which didn&#8217;t answer their phone when I called back. After a while we decided we&#8217;d have a go at making it out on our own, and packed up the car to head out. We walked the entire track, clearing big rocks along the way. At the top of the ascent we called the rangers one more time and were put on hold. Then my phone battery died. We went back down to the car and I put the phone on the car charger. I told Luke to stay well clear of the car, especially on the turns, and to not tell me to stop unless the car was on fire. I knew I really was only going to have one shot at this.</p>
<div id="attachment_488" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0438.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0438.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0438-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -30.035000,152.991333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''''''pointer''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">The sign that started it all...</p></div>
<p>I flew up the first hill and into the first turn, skidding the back tires out on loose rocks as I shot upward in first gear. The second turn was even steeper, but I managed to keep enough momentum up to make it up the next hill. I shot over the crests at 45 degree angles and landed on the upslopes, being careful to avoid big rocks and ruts. I was incredibly surprised at how well the car was doing. About half of the way up the track, I came to the steepest hill yet. It also happened to be covered in loose gravel and rocks and I was quickly loosing speed. I nearly made it to the top, coming about 5 meters short. After trying (and failing) to do a stand still hill start, I backed the car down about half a kilometer to a flatter section and decided to get a bit more speed up. I really got the car going this time, making it into second gear. This attempt brought me within 2 meters of the crest of the hill, but unfortunately still didn&#8217;t get us over. I stopped the car, left it in gear, and set the emergency brake. Luke gathered some big rocks and set them behind the tires for wheel chocks.</p>
<p>We hiked back up to the top and called the Rangers back. This time we got a bit of good news. The dispatcher had been in contact with the head Ranger on duty, and informed us that the Ranger wanted to talk to us. After we got patched through, the Ranger gave us some advice on things to try to get up the hill (which we&#8217;d already tried), and told us that he would be on his way soon. He was stationed in Grafton, which he told us was about an hour and a half out from our location. We hiked back down to the car and got out the cooking supplies to cook some pasta and meat sauce for lunch, being sure to make some extra for the Ranger.</p>
<div id="attachment_454" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0456.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0456.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0456-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -30.074167,152.762167 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''''''pointer'''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Cooking While We Wait for the Ranger</p></div>
<p>The Ranger arrived just about when he said he would. He was incredibly nice, and was very appreciative that we had actually tried to get out. He did say to us that had we been locals he would have just told us to call our mates for help, but because we weren&#8217;t from around here he was willing to help. We got out a tow strap, hooked it up to his Ford Ranger, and started a slow assisted ascent to the top of the track.</p>
<p>Once we got to the top, we asked the ranger on the best way to get out of the park. He told us that he could show us the way back to Grafton if we waited for him while he checked out the campsites (I guess they don&#8217;t make it this deep into the park very often!). While we waited, I checked the damage on the car. It wasn&#8217;t too bad; we had lost a few plastic underbody panels and had cracked the radiator and were loosing coolant, but besides that everything was in good shape. We checked the oil and other fluid levels, and waited for the Ranger to return.</p>
<p>When he got back we started to follow him out of the park. He was driving really fast, and not wanting to lose him I tried to keep up. Rocks were flying up at the bottom of the car hard and fast. Luke and I noticed a bit of a burning smell and that the engine sounded a bit different than it did before. We didn&#8217;t have any warning lights on the dashboard, and because we had lost some underbody panels I thought maybe it was just extra noise from missing some insulation. At the top of the next hill I realized I was wrong though; I downshifted and felt a lot more resistance than I should have in second gear. I immediately shifted into neutral and was about to shut the engine off when it stalled. It was too late.</p>
<p>I got out and peered under the car, immediately identifying the problem. There was oil everywhere, originating from a giant hole in the oil sump. We must&#8217;ve caught a rock and popped a hole in the oil sump, rather quickly draining all of our engine oil and likely seizing the engine (We most likely threw a bearing or two). Engines really don&#8217;t like to run without oil.</p>
<div id="attachment_455" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0460.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0460.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0460-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -30.035000,152.991333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''''''''pointer''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">No more Oil...</p></div>
<p>The Ranger was long gone in front of us. We didn&#8217;t have his number, so we called dispatch and had them patch us through. We told him the bad news and he turned around to come back to us. While we waited I did a bit of quick research regarding towing services with AAA in Australia. As it turns out, they have an agreement with the NRMA here in Australia. The agreement entitled us to basic tier service, which includes a tow to the nearest service station. We called the national NRMA dispatch number, and they got in touch with a local towing company. They informed us we&#8217;d be waiting about 3 hours. When the Ranger got to us, we had him get a better location to the towing company, and he helped us push the car off the road. He left, and we were on our own waiting for the tow truck.</p>
<p>NIght fell rather quickly, and 3 hours turned into almost 4 and a half. By the time the tow truck got there it was nearly 7PM. The tow truck driver, Geff, was really nice, and his truck had a huge cabin. He owned the shop he was towing us to, Motortorque, and really knew cars. Both he and his son built their own cars and raced them. On the drive out of the park we saw some kangaroos and other assorted wildlife, and heard some really interesting stories.</p>
<div id="attachment_456" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/1IMG_0020.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/1IMG_0020.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/1IMG_0020-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -30.087500,152.792333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''''''''pointer'''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Towing her away...</p></div>
<p>Geff was initially optimistic that he might be able to fix the car, but did say that having an aluminum sump exposed like that was a crap design and that repairing aluminum, especially aluminum that was always in contact with oil was difficult, and that finding a replacement might be our best bet. If the engine wasn&#8217;t seized, I figured before we went through the cost and expense of having the sump replaced, Luke and I could try and do a patch job on it ourselves with some aluminum plate, epoxy, sandpaper, degreaser, and few liters of fresh oil, knowing full well it&#8217;d only be a temporary fix.</p>
<p>Geff told us he could try cranking it over when we got to the shop and find out for sure whether the engine was seized or not. When we got the car off the truck, he tried to crank it over, only to hear the telltale clicks of a dead battery. That was probably my fault; 4 hours running the inverter to power my laptop in the car while we waited likely did the trick. He hooked up a booster battery and tried again. It didn&#8217;t turn over, not even close; you could see the car lights dim as the starter sucked all the power.</p>
<p>It&#8217;s a bit depressing to have made it so far, and then still not making it out with the car. Such is life though. Geff told us he could find some scrapyards in the area that might want it for scrap and hopefully get us a bit of money for the car. I checked the bus schedule and found that there was a greyhound bus leaving at 10:50PM headed to Sydney. Geff graciously offered to give us a ride to the bus terminal. We unloaded all of our stuff from the car and put it in the cab of the tow truck and headed off  into downtown Grafton.</p>
<p>We said bye to Geff at the Bus terminal. I sent Luke on a mission to get some trash bags and consolidate our gear so we met the baggage requirements, while I went online and bought us bus tickets. The two tickets set me back $188. I went across the street to the McDonalds to grab some late night munchies, and headed back to join Luke on the bench and wait for the bus.</p>
<div id="attachment_457" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/1IMG_0030.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/1IMG_0030.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/1IMG_0030-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -29.708167,152.940833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''''''''''pointer''''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Waiting for the Bus</p></div>
<p>About 20 minutes before the bus was supposed to come, an interesting gentleman drove up in a Jeep and struck up a conversation, asking where we were headed and what we were doing in Grafton. He was really nice (like seemingly everyone out here; I guess people are just nicer out in the country compared to the city!), and as it turned out he was going to be our bus driver. The other driver, who started in Brisbane, was switching with him here in Grafton for the remainer of the journey south to Sydney.</p>
<div id="attachment_458" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/1IMG_0032.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/1IMG_0032.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/1IMG_0032-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -30.335167,153.080667 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''''''''''pointer'''''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Greyhound Bus Home</p></div>
<p>The bus rolled up right on time, and we packed our gear into the cargo hold and boarded. It was surprisingly full for such a late bus, but we still managed to find empty double seats to stretch out on. We got about as comfortable as we could, and tried to get some sleep as we embarked on our ten and a half hour journey south to Sydney. We stopped twice along the way at rest stops for food, bathrooms, and getting up to stretch, and came into the outskirts of Sydney just after 9AM on Wednesday, September 1st. We got into Central Station at around 9:30AM and hailed a cab back to Sydney University Village. I was in pretty rough shape at this point, exhausted from a night of not much sleep and neck cramps on the bus, and in dire need of a shower. I had class at noon, so I cleaned up and headed out, while Luke jumped straight into bed.</p>
<p>Luke was flying back to the US the next day, and did laundry and packed. When I got back from class at 9PM I immediately jumped in bed and passed out. The next morning Luke and I lugged his bags out to King Street and hailed a cab to the airport.</p>
<p>It&#8217;s sad to have Luke gone, but I had an amazing time with him here. If you&#8217;re ever in Australia, definitely get a car or a campervan… There&#8217;s no better way to see all the amazing sights just outside the touristy metropolitan areas that everyone else goes to! Hit the &#8216;Read More&#8217; link to see the videos after the break!</p>
<p><span id="more-429"></span><em> </em></p>
<p><em><strong>Videos:</strong></em></p>
<p><em>Some of the gorgeous birds in Lamington National Park:</em></p>
<p><em> </em><video width="595" height="335" preload="none" poster="http://appleguru.org/blog/wp-content/uploads/2010/09/Birds.jpg" id="html5video-2" class="sublime"><source src="http://appleguru.org/blog/wp-content/uploads/2010/09/Birds.mp4" /></video></p>
<p><em>Sedan Destruction 101 (And&#8230; why you should always listen to Luke!):</em></p>
<p><em><!-- degradable html5 audio and video plugin --><div class="video_wrap html5video"><div style="display:none;"><object width="595" height="335" type="application/x-shockwave-flash" data="http://appleguru.org/blog/wp-content/plugins/degradable-html5-audio-and-video/incl/videoplayer.swf?file=http://appleguru.org/blog/wp-content/uploads/2010/09/how_to_kill_a_car.m4v" id="f-html5video-3"><param name="movie" value="http://appleguru.org/blog/wp-content/plugins/degradable-html5-audio-and-video/incl/videoplayer.swf?file=http://appleguru.org/blog/wp-content/uploads/2010/09/how_to_kill_a_car.m4v" /></object></div><video width="595" height="335" controls preload="none" poster="http://appleguru.org/blog/wp-content/uploads/2010/09/how_to_kill_a_car.jpg" id="html5video-3" class="html5video"><source src="http://appleguru.org/blog/wp-content/uploads/2010/09/how_to_kill_a_car.m4v" type="video/mp4" /><object width="595" height="335" type="application/x-shockwave-flash" data="http://appleguru.org/blog/wp-content/plugins/degradable-html5-audio-and-video/incl/videoplayer.swf?file=http://appleguru.org/blog/wp-content/uploads/2010/09/how_to_kill_a_car.m4v" id="f-html5video-3"><param name="movie" value="http://appleguru.org/blog/wp-content/plugins/degradable-html5-audio-and-video/incl/videoplayer.swf?file=http://appleguru.org/blog/wp-content/uploads/2010/09/how_to_kill_a_car.m4v" /><p>Could not use HTML&nbsp;5 or <em>Flash</em> for playback. You can download the file as <a href="http://appleguru.org/blog/wp-content/uploads/2010/09/how_to_kill_a_car.m4v">MPEG4/H.264</a>.</p></object></video></div><script type="text/javascript">if (jQuery.browser.mozilla) {tempvid=document.getElementsByTagName("video")[0]; jQuery(tempvid).remove(); jQuery("div.video_wrap div").show()} else jQuery("div.video_wrap div object").remove();</script></em></p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2010/09/14/beach-to-bush-part-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://appleguru.org/blog/wp-content/uploads/2010/09/how_to_kill_a_car.m4v" length="38660519" type="video/mp4" />
<enclosure url="http://appleguru.org/blog/wp-content/uploads/2010/09/Birds.mp4" length="10783114" type="video/mp4" />
		</item>
		<item>
		<title>Beach to Bush, Part 2</title>
		<link>http://appleguru.org/blog/2010/09/04/beach-to-bush-part-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beach-to-bush-part-2</link>
		<comments>http://appleguru.org/blog/2010/09/04/beach-to-bush-part-2/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 11:50:54 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Australia]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=332</guid>
		<description><![CDATA[This is Part 2 of 3 of Luke and my epic journey up the eastern coast of Australia. Continued from Part 1. First, a few quick notes: I added geo-tagging to the pictures on the blog; you should be able to click the pin in the corner of the picture to get an interactive Google [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is Part 2 of 3 of Luke and my epic journey up the eastern coast of Australia. Continued from <a  href="http://appleguru.org/blog/2010/08/31/beach-to-bush/" target="_self">Part 1</a>.</em></p>
<p><em> </em></p>
<p>First, a few quick notes: I added geo-tagging to the pictures on the blog; you should be able to click the pin in the corner of the picture to get an interactive Google Maps popup with the exact location the picture was taken. Give it a shot and let me know if it works! Also, please pardon the picture overload in this installment. I wasn&#8217;t feeling all that selective this evening <img src='http://appleguru.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8230;and now onto the post!</p>
<p>After leaving Seal Rocks we set a course up the coast towards Byron Bay. It was slow traveling as we stopped at just about every beach we passed by. After the freezing cold night in the Mondeo, we decided to stop in at a KMart and buy more proper camping supplies. For less than $70, we bought a tent, two sleeping bags and a butane stove. Not a bad deal at all!</p>
<div id="attachment_362" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0512.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0512.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0512-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -32.345667,152.540333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='pointer';" ></div></div></div></a><p class="wp-caption-text">Boomerang Beach</p></div>
<p>As night fell we passed by a forest fire right on the side of the highway. As we continued driving, we saw large plumes of smoke rising from farmland. Last I checked the fire danger was supposedly low, so we figured most of the fires were set intentionally. Regardless, we went to investigate and took a detour onto a side road that went through some farmland. Interestingly, mere minutes after we started watching one fire it went out, almost instantaneously. Another fire on a different section of land started up shortly after. Seeing the night sky ablaze is a pretty wild sight (Check out the short video clip after the break!).</p>
<p>We stopped for gas and did a bit of research on where we should stay that night. I came across a campground on the Beach in Bundjalung National Park, just a few miles south of where we were. We headed out, turning off of the highway onto dirt roads into the park. After 15km or so driving into the bush we came to the Black Rocks campground, setup our campsite, cooked some steak, potatoes, and baked beans for dinner and called it a night.</p>
<p>In the morning we cooked some breakfast and went out on the beach to explore. We didn&#8217;t know it at the time, but apparently this section of beach and ocean was used as recently as 3 months ago for live bombing exercises for the Royal Australian Air Force (RAAF). (There&#8217;s an article on its decommissioning <a  href="http://www.northernstar.com.au/story/2010/05/28/bomb-range-fight-defused/" target="_blank">here</a>). This might help explain some of the most interesting beach terrain I&#8217;ve ever come across; it was truly fascinating! Along the beach were really soft &#8220;rocks&#8221; that had been eroded away by sea water. They were super easy to carve into, even with just a finger, stick or rock, and we added our impression to the vast array of scrawlings along the beach.</p>
<div id="attachment_364" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0542.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0542.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0542-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -29.250167,153.367000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''pointer'';" ></div></div></div></a><p class="wp-caption-text">Black Rocks Campground</p></div>
<div id="attachment_366" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0553.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0553.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0553-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -29.249333,153.368333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''pointer''';" ></div></div></div></a><p class="wp-caption-text">Bundjalung National Park Beach</p></div>
<div id="attachment_367" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0556.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0556.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0556-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -29.249333,153.368167 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''pointer'''';" ></div></div></div></a><p class="wp-caption-text">Bundjalung National Park Beach</p></div>
<div id="attachment_368" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0566.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0566.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0566-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -29.250167,153.368000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''pointer''''';" ></div></div></div></a><p class="wp-caption-text">Me on Bundjalung National Park Beach</p></div>
<div id="attachment_369" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0591.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0591.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0591-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -29.251167,153.367000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''pointer'''''';" ></div></div></div></a><p class="wp-caption-text">Adam and Luke in OZ at Bundjalung National Park Beach</p></div>
<div id="attachment_370" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0601.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0601.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0601-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -29.252167,153.366667 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''pointer''''''';" ></div></div></div></a><p class="wp-caption-text">Bundjalung National Park Beach</p></div>
<p style="text-align: left;">After we finished exploring again, we hit the road up to Byron Bay. Byron Bay is a lot like what Boulder, Colorado would be if it was on the ocean. It was full of hippies and tourists. Fun I suppose, but a far cry from some of the gorgeous beaches we had been experiencing on our journey north. After spending an hour body boarding and tanning on the main beach at byron bay we went off to do a bit more exploring.</p>
<p>We drove down the road a bit into the Headland Reserve at Byron Cape, the Eastern-Most point in Australia. The beach and terrain here was far more impressive than Byron Bay, and we actually got to see a pack of wild bottlenose dolphins swimming in the Bay! It was a pretty amazing sight!</p>
<div id="attachment_380" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0638.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:277px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0638.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0638-300x277.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.635500,153.635667 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''pointer'''''''';" ></div></div></div></a><p class="wp-caption-text">Cape Byron Headland Reserve Sign</p></div>
<div id="attachment_374" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0655.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0655.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0655-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.634167,153.637833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''pointer''''''''';" ></div></div></div></a><p class="wp-caption-text">Cape Byron</p></div>
<div id="attachment_379" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/dolphins.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:168px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/dolphins.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/dolphins-300x168.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.634500,153.637500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''pointer'''''''''';" ></div></div></div></a><p class="wp-caption-text">Dolphins at Cape Byron</p></div>
<div id="attachment_373" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0643.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0643.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0643-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.634667,153.637333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''pointer''''''''''';" ></div></div></div></a><p class="wp-caption-text">Cape Byron</p></div>
<div id="attachment_372" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0633.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0633.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0633-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.634500,153.637500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''pointer'''''''''''';" ></div></div></div></a><p class="wp-caption-text">Cape Byron</p></div>
<p>We made an executive decision to make it up into Queensland, to Surfer&#8217;s Paradise and Brisbane, and continued our journey up the coast (stopping to bodyboard and sightsee along the way).</p>
<div id="attachment_375" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0667.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0667.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0667-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.357833,153.575167 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''pointer''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Shoes as Public Art by Cabarita Beach in Tweed Shire</p></div>
<div id="attachment_376" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0671.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0671.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0671-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.357833,153.575167 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''pointer'''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Shoe on the Fence</p></div>
<div id="attachment_363" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0520.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0520.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0520-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -32.263333,152.532833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''pointer''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Booti Booti Beach</p></div>
<div id="attachment_341" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0001.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0001.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0001-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.331833,153.571000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''pointer'''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">&quot;Nothing of Significance Happened Here&quot;</p></div>
<div id="attachment_342" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0005.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0005.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0005-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.272000,153.560667 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''pointer''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Sunset driving to Surfer&#39;s Paradise</p></div>
<p>We arrived in Surfer&#8217;s Paradise just as it was getting dark. I&#8217;m really not sure who gave it the name, because the beaches and waves were nothing spectacular (Certainly less impressive than the other beaches we&#8217;d visited), but Surfer&#8217;s Paradise was an interesting city in its own right. It felt a whole lot like Miami Beach, with a pinch of vegas thrown in for good measure… with surf shops everywhere. It was very built up, and very touristy, but definitely worth the visit. Perhaps as if to fit right in with the Surfer&#8217;s Paradise culture, we decided to eat dinner at McDonalds (&#8220;Maccers&#8221; to the Australian natives), a first for this trip. There was a rumor (which we pretty soundly disproved) that the McDonalds burgers in Australia tasted different, even better than the ones in the US. Perhaps their &#8220;Angus&#8221; burgers, but their standard fare tasted pretty much the same. And a note to anyone visiting McDonalds in OZ: You have to ask for ketchup (tomato sauce to most here..), and they&#8217;ll only give you 2 packets unless you ask for more! At least McDonalds has Heinz <img src='http://appleguru.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: left;">
<div id="attachment_344" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0050.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0050.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0050-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -27.998667,153.431167 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''pointer'''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Luke on the Beach at Surfer&#39;s Paradise</p></div>
<div id="attachment_345" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0052.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0052.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0052-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.002000,153.431000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''''pointer''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Construction in front of Surfer&#39;s Paradise Entrance</p></div>
<div id="attachment_346" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0053.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0053.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0053-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.002167,153.431000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''''pointer'''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Surfer&#39;s Paradise Pedestrian Mall Entrance</p></div>
<div id="attachment_348" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0066.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0066.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0066-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.002000,153.429333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''''''pointer''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Condom Kingdom at Surfer&#39;s Paradise...</p></div>
<div id="attachment_349" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0070.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0070.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0070-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -28.002333,153.431000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''''''pointer'''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">McDonalds: Australia&#39;s Favorite Fries!</p></div>
<p style="text-align: left;">We left Surfer&#8217;s Paradise and headed up further north to Brisbane, mostly because we wanted to be able to say we made it there. We got there pretty late (~8PM), and because it was a Sunday most of the shops had already shut down. There were a few 24 hour shops and restaurants in the pedestrian mall and a few clubs open late. After a few hours in the City snapping some pictures and checking out the sights, we headed back to the car to begin the return journey back to Sydney.</p>
<div id="attachment_352" class="wp-caption aligncenter" style="width: 234px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0079.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:300px; width:224px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0079.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0079-224x300.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -27.471167,153.023500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''''''''pointer''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Casino in Brisbane</p></div>
<div id="attachment_351" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0074.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0074.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0074-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -27.469167,153.022500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''''''''pointer'''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Luke with statues in Brisbane</p></div>
<div id="attachment_358" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0120.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0120.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0120-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -27.469833,153.030667 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''''''''''pointer''''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Queensland!</p></div>
<div id="attachment_353" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0080.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0080.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0080-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -27.471333,153.023500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''''''''''pointer'''''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Metal Balls in Brisbane</p></div>
<div id="attachment_360" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0129.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0129.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0129-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -27.470667,153.022833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''''''''''''pointer''''''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Kangaroo Art in Brisbane</p></div>
<div id="attachment_354" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0082.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0082.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0082-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -27.470500,153.023833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''''''''''''pointer'''''''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">24 Hour Restaurants in the Pedestrian Mall in Brisbane</p></div>
<div id="attachment_361" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0140.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0140.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0140-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -27.469500,153.022333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''''''''''''''''''''pointer''''''''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Luke outside the Telstra building in Brisbane</p></div>
<div id="attachment_356" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0099.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0099.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/09/IMG_0099-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -27.469833,153.030833 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''''''''''''''''''''pointer'''''''''''''''''''''''''''''';" ></div></div></div></a><p class="wp-caption-text">Me in front of the Story Bridge in Brisbane</p></div>
<p style="text-align: left;">Little did we know our adventures were just beginning. More to come in the third, and final, installment tomorrow!<span id="more-332"></span><!-- degradable html5 audio and video plugin --><div class="video_wrap html5video"><div style="display:none;"><object width="595" height="334" type="application/x-shockwave-flash" data="http://appleguru.org/blog/wp-content/plugins/degradable-html5-audio-and-video/incl/videoplayer.swf?file=http://appleguru.org/blog/wp-content/uploads/2010/09/fire.m4v" id="f-html5video-4"><param name="movie" value="http://appleguru.org/blog/wp-content/plugins/degradable-html5-audio-and-video/incl/videoplayer.swf?file=http://appleguru.org/blog/wp-content/uploads/2010/09/fire.m4v" /></object></div><video width="595" height="334" controls controls id="html5video-4" class="html5video"><source src="http://appleguru.org/blog/wp-content/uploads/2010/09/fire.m4v" type="video/mp4" /><object width="595" height="334" type="application/x-shockwave-flash" data="http://appleguru.org/blog/wp-content/plugins/degradable-html5-audio-and-video/incl/videoplayer.swf?file=http://appleguru.org/blog/wp-content/uploads/2010/09/fire.m4v" id="f-html5video-4"><param name="movie" value="http://appleguru.org/blog/wp-content/plugins/degradable-html5-audio-and-video/incl/videoplayer.swf?file=http://appleguru.org/blog/wp-content/uploads/2010/09/fire.m4v" /><p>Could not use HTML&nbsp;5 or <em>Flash</em> for playback. You can download the file as <a href="http://appleguru.org/blog/wp-content/uploads/2010/09/fire.m4v">MPEG4/H.264</a>.</p></object></video></div><script type="text/javascript">if (jQuery.browser.mozilla) {tempvid=document.getElementsByTagName("video")[0]; jQuery(tempvid).remove(); jQuery("div.video_wrap div").show()} else jQuery("div.video_wrap div object").remove();</script></p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2010/09/04/beach-to-bush-part-2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
<enclosure url="http://appleguru.org/blog/wp-content/uploads/2010/09/fire" length="2735962" type="video/mp4" />
		</item>
		<item>
		<title>Beach to Bush</title>
		<link>http://appleguru.org/blog/2010/08/31/beach-to-bush/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beach-to-bush</link>
		<comments>http://appleguru.org/blog/2010/08/31/beach-to-bush/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 07:10:18 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Australia]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=301</guid>
		<description><![CDATA[This is Luke, coming straight out of Oz. Thats Australia for all you foreigners. I have been in Australia for about two weeks now, and oh what a two weeks it has been. I&#8217;m here visiting my brother, Adam, seeing how life abroad is and what his days are made of. He lives a pretty [...]]]></description>
			<content:encoded><![CDATA[<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0318.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:225px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0318.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0318-300x225.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -33.783833,150.628167 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='pointer';" ></div></div></div></a></p>
<p>This is Luke, coming straight out of Oz. Thats Australia for all you foreigners. I have been in Australia for about two weeks now, and oh what a two weeks it has been. I&#8217;m here visiting my brother, Adam, seeing how life abroad is and what his days are made of.</p>
<p>He lives a pretty tough life. He&#8217;s finishing up that computer science major and for that he&#8217;s taking&#8230; ceramics, photography, web production, and the philosophy of happiness. Pretty tough schedule  if you ask me. Especially because he has classes all of three days a week. Hey, but who&#8217;s complaining. I&#8217;m surely not. Fewer classes=More time for adventures.</p>
<p>And the adventures haven&#8217;t stopped.  Lets start in Sydney: Opera House, jet boat roads, sight seeing, amazing city beaches, clubs, pottery, driving on the wrong side of the road.</p>
<p>Sydney is a combination of Vancouver, Barcelona, and what I imagine San Francisco looks likes. Amazing views, night life, architecture. All connected by steep city streets, parks, dense coastal communities, and beaches.</p>
<p>The opera house is everything its made out to be. An architectural icon in the middle of sydney harbor. It looks great from the water too. Using my newly developed sales and negotiation skills I managed to negotiate our way onto a $120 dollar jet boat tour of the harbor for forty bucks. Besides the opera house, the sights haven&#8217;t stopped. Adam and I found ourselves cruising through open urban markets, where we happened across some of the best sandwiches this side of the equator. So good in fact, Adam even eat one. (<em>Ed: I did? Oh right, the steak &#8216;sandwich&#8217;.. more of a piece of steak in a yummy bread roll&#8230;</em>)</p>
<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0235.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0235.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0235-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -33.856667,151.218000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''pointer'';" ></div></div></div></a></p>
<p>Speaking of firsts; Sydney has been full of them. The first time I body boarded a perfectly smooth, left handed, double over head wave happened right in the heart of Sydney. Thats&#8217;s right, twelve foot tall waves, and many of them. Sydney is host to the most beautiful beaches in the world. Right in the city. Besides the occasional surfer who reminds me I have no idea what Im doing, Sydney beaches have been the highlight. They are amazing. Perfectly white sand, an intense cliff and urban environment, and crystal clear seventy degree water. Did I mention its the dead of winter? People think I&#8217;m crazy to go swimming with out a wet suit. I&#8217;m quick to remind them they did not grow up swimming in Seabrook, NH.</p>
<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0335.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0335.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0335-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -33.901000,151.270000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''pointer''';" ></div></div></div></a></p>
<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0168.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0168.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0168-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -33.889167,151.280500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''pointer'''';" ></div></div></div></a></p>
<p>The one great perk of having an awesome brother is his awesome car. His awesome car, which may I mention is very Dodge Neon-ish (RIP), rides like a dream. 1995 Ford Mondeo. The Mondeo has taken us over roads that the most serious Utes (SUV for Austrailians) wouldn&#8217;t dare look at.<a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0450.jpg"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0450.jpg" class="thickbox"><img class="aligncenter size-medium wp-image-305" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0450-300x224.jpg" alt="" width="300" height="224" /> </a></a></p>
<p>The Mondeo brought Adam and me north of Sydney on an epic road trip. As I write this we are half way into it. The first part of the trip brought us to Seal Rocks, a series of beaches surrounded by cliffs and lush green forests. <em>(Ed: The lighthouse looked like a UFO circling the night sky.. Without any light pollution, the stars were more vibrant than I&#8217;ve ever seen before!)</em> We camped out in the car our first night at Seal Rocks, making use of a vacant lot that overlooked an incredible bay with an incredible beach. That night we set up our kitchen on the beach, made a fire, and made a quick dinner of spaghetti and tomato sauce.<a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0456.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0456.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0456-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -32.432000,152.525500 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''pointer''''';" ></div></div></div></a></p>
<p>After dinner we put the fire out and made our way to our five star accommodations. Just as we were getting settled in we heard a frightening, loud screech and then crash. The telltale sign of a car crash, a bad one. We made double time to the scene. Or where we thought it was. I saw the crash from our camp site. It occurred across the bay on the steep and windy roads that brought us to seal beach but as we approached were I saw the car leave the road there was nothing. Upon closer inspection we could make out two dark skid marks leading directly off a cliff. I jumped out and ran to the edge and low and behold there was a car. About two hundred feet down the cliff, rolled up onto its side. It would have rolled all the way to the beach except for the two precisely placed trees that held it into place. I quarter ran, three quarter fell to the car below me, expecting the worst. All the while Adam was on his iPhone calling the crash in to the fuzz (000 here in OZ). Thank god he had an iPhone because I had no idea where we were. Right as I got to the car a guy popped open the driver door  and climbed out. Following him was four other surfer dudes. They exclaimed they were ok, grabbed a surfboard and a guitar, a case of beer and walked off. All five of them. I couldn&#8217;t believe what I was seeing. Here was easily the worst car accident I have ever seen and before I could even blink the five people in the car are up the cliff side and gone into the night. It was something out of a movie. Five guys, a case of beer, a guitar, a surfboard, and a completely totaled car. I tried to explain to them that the police were coming but they weren&#8217;t having any of it. In true aussie fashion they disappeared into the night leaving my brother and me to wait for the police.</p>
<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0507.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0507.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0507-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -32.431333,152.521000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''pointer'''''';" ></div></div></div></a></p>
<p>The police came from a station 40 minutes away. After a brief chat with the officer , who seemed equally as unconcerned as the surfer bros, my brother and I called it a night and tried to sleep in the freezing Mondeo.</p>
<p>Morning and the sun couldn&#8217;t come quick enough. When they did we found ourselves in a paradise, really only explainable with pictures. It was the first time we had seen the area in full daylight. If you&#8217;re ever in Sydney, make the trip to Seal Rocks.</p>
<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0477.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0477.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0477-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -32.435667,152.531333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''pointer''''''';" ></div></div></div></a><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0476.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0476.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0476-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -32.435667,152.534667 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''pointer'''''''';" ></div></div></div></a><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0471.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0471.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0471-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -32.432000,152.525333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''pointer''''''''';" ></div></div></div></a></p>
<p>The night brought a very large and rambunctious swell to the beaches. They were big and powerful, doing a good job showing me who was boss. After two rides on my body board in those waves I dried off with the white towel. <em>(Ed: We didn&#8217;t have a white towel&#8230;)</em></p>
<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0486.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0486.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0486-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -32.446000,152.520333 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''pointer'''''''''';" ></div></div></div></a></p>
<p>On our ride out of Seal Rocks, on one of the many dirt roads that brought us there, our muffler fell off. The whole kit and kabootle. Luckily there are two, so we jimmied the busted one from under the car, threw it in the trunk and headed on our way.</p>
<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0482.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0482.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0482-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -32.480500,152.196667 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='''''''''''pointer''''''''''';" ></div></div></div></a></p>
<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0483.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:224px; width:300px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0483.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/IMG_0483-300x224.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -32.480500,152.196667 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor=''''''''''''pointer'''''''''''';" ></div></div></div></a>After our Seal Rock excision we hit the road and set our course for due north. Byron Bay is our destination. We&#8217;ll see how leg two of our many legged road trip treats us.</p>
<p><em>Ed: As it turned out, our adventures had just been getting started at this point&#8230; more to come tomorrow!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2010/08/31/beach-to-bush/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Car</title>
		<link>http://appleguru.org/blog/2010/08/17/the-car/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-car</link>
		<comments>http://appleguru.org/blog/2010/08/17/the-car/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:27:15 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Australia]]></category>
		<category><![CDATA[Sydney]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=294</guid>
		<description><![CDATA[I mentioned in my previous post I might be buying a car here in Australia. Well, I did it! I am the proud owner of a white 1995 Ford Mondeo with a manual transmission, and just under 190,000 km on the odometer. It&#8217;s got new tires (tyres?) A/C, manual windows, manual seats, power locks, grey [...]]]></description>
			<content:encoded><![CDATA[<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/08/car.jpg"><div style="padding:14px; position:relative;  top:0; left:0; z-index:3;"><div style=" margin-left: auto ; margin-right: auto ;padding:0px; position:relative; top:0; left:0; height:308px; width:500px; z-index:4;"><a href="http://appleguru.org/blog/wp-content/uploads/2010/08/car.jpg" class="thickbox"><img class="aligncenter" src="http://appleguru.org/blog/wp-content/uploads/2010/08/car.jpg" ></a><div style="position:absolute;  padding:0px; z-index:5;top:0px; left:0px;"><img src="http://appleguru.org/blog/wp-content/plugins/geotagphoto/images/marker.png" onclick="gload( -33.891667,151.186000 , 400 , 550 , GLargeMapControl3D , G_ANCHOR_TOP_LEFT , G_HYBRID_MAP , 1 , 14);" onmouseover="this.style.cursor='pointer';" ></div></div></div></a></p>
<p>I mentioned in my previous post I might be buying a car here in Australia. Well, I did it! I am the proud owner of a white 1995 Ford Mondeo with a manual transmission, and just under 190,000 km on the odometer. It&#8217;s got new tires (tyres?) A/C, manual windows, manual seats, power locks, grey cloth seats, and a tape player! Aside from a few issues with an intermittently high idle and being a bit cranky to start when its cold it actually runs pretty darn well.</p>
<p>Since picking up the car late thursday night and getting my first taste of driving on the left side of the road from the right side of the car, I&#8217;ve been doing quite well. Most of my journeys so far have been to various beaches, with a 40 minute trip down the motorway to get the car back to the city, and a trip to the airport to pick up Luke interspersed in there too.</p>
<p>More on the (awesome) waves and beaches later, I promise! In terms of getting used to driving on the other side of the road, I&#8217;m pretty comfortable now after only a couple of days. The first few times out were a bit nervewracking, but after getting used to it its really not much different than driving at home. Shifting with my left took some getting used to, as did staying in my lane (Being on the right side of the car gave me a tendency to drift a bit further left than I should be&#8230; I&#8217;ve gotten much better at this though!). Some things to remember if you ever find yourself driving here: No left turns at red lights unless its explicitly stated, and no u-turns at traffic lights (though I&#8217;ve still seen people doing it!). Also, in the city the leftmost lane tends to get filled up with parked cars, so be wary if traveling there that you might have to quickly move over!</p>
<p>I&#8217;ve been using my iPhone loaded up with TomTom Australia as a navigation tool. It seems to do pretty well at getting me where I want to go, and has a handy warning indicator for speed cams, red light cams, and whenever I&#8217;m exceeding the speed limit by a good amount. It also lets me choose routes without tolls, which is nice too.</p>
<p>I went down to the RTA on Friday and got the registration formally transferred to my name (as required by law, within 14 days of purchase). As far as I know, this makes the Mondeo the first car ever legally owned free and clear by me! While I was at the RTA I also picked up a Toll transponder, which I figured might come in handy.</p>
<p>Working on planning out road trips now, I&#8217;m excited! Having a car gives me lot of flexibility as to where I go and what I see&#8230; Since getting it I&#8217;ve already seen a ton of things I wouldn&#8217;t have seen otherwise. Lets hope the trend continues, and let the adventures continue!</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2010/08/17/the-car/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greatest Schedule Ever?</title>
		<link>http://appleguru.org/blog/2010/07/21/greatest-schedule-ever/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=greatest-schedule-ever</link>
		<comments>http://appleguru.org/blog/2010/07/21/greatest-schedule-ever/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 06:04:58 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Australia]]></category>
		<category><![CDATA[Sydney]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[University of Sydney]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=222</guid>
		<description><![CDATA[The University of Sydney has an interesting timetabling solution; classes are generally offered at multiple times and don&#8217;t have enrollment caps (with some exceptions, for studio classes, and other hands on/materials based classes). You do not get to pick which specific class periods you get assigned to; the timetabling algorithm does that for you and [...]]]></description>
			<content:encoded><![CDATA[<p>The University of Sydney has an interesting timetabling solution; classes are generally offered at multiple times and don&#8217;t have enrollment caps (with some exceptions, for studio classes, and other hands on/materials based classes). You do not get to pick which specific class periods you get assigned to; the timetabling algorithm does that for you and returns a personalized timetable for every student. You *do* get to block off either an entire day, or two specific periods of time up to 5 hours long. At first, I blocked out friday and let it make a schedule for me. When I did this, It gave me a schedule with no class on monday, and no class on friday (4 day weekend!). This was great, but I wondered if there was any way I could do better. So I set out to go to each faculty&#8217;s website and look at the timetables to see all the times my classes could possibly meet. I put these all into an iCal calendar and deleted any times that conflicted. This was the result:</p>
<p><img class="aligncenter size-full wp-image-223" title="Possible Schedules..." src="http://appleguru.org/blog/wp-content/uploads/2010/07/possibleschedules.png" alt="" width="477" height="543" /></p>
<p>Somebody must love me. As you can see, none of my classes meet on monday, so that leaves monday effectively blocked out. Blocking out the time when photography meets on friday blocks out all of friday, and blocking out the time ceramics meets on tuesday blocks out all of tuesday. Viola! 5 day weekend! This is the resulting (official) timetable for my classes:</p>
<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/07/schedule.png" class="thickbox no_icon" rel="gallery-222" title="My USyd Schedule"><img class="aligncenter size-medium wp-image-224" title="My USyd Schedule" src="http://appleguru.org/blog/wp-content/uploads/2010/07/schedule-300x146.png" alt="" width="300" height="146" /></a></p>
<p>So Wednesday, my schedule looks like this:</p>
<p>Philosophy of Happiness (Lecture) 12:00PM &#8211; 2:00PM<br />
Photography (Studio) 2:00PM &#8211; 5:00PM<br />
Ceramics (Studio) 5:30PM &#8211; 8:30PM</p>
<p>And on Thusrday, like this:</p>
<p>Digital Arts (Lecture) 10:00AM &#8211; 12:00PM<br />
Digital Arts (Tutorial) 12:00PM &#8211; 1:00PM<br />
Philosophy of Happiness (Tutorial) 3:00PM -4:00PM</p>
<p>And I get the rest of the week off! I could possibly be the luckiest guy in the world. I&#8217;m in Australia taking four great classes (Photography, Ceramics, Digital Art, and The Philosophy of Happiness) for my last semester of school possibly ever, and I get a 5 day weekend! The possibilities for travel are now wide open; here&#8217;s to hoping I can get a flexible job that gets me some travel/spending money and lets me take off time to travel <img src='http://appleguru.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2010/07/21/greatest-schedule-ever/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Airplane In-Seat Power Outlets</title>
		<link>http://appleguru.org/blog/2010/07/20/airplane-in-seat-power-outlets/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=airplane-in-seat-power-outlets</link>
		<comments>http://appleguru.org/blog/2010/07/20/airplane-in-seat-power-outlets/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 09:00:34 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=205</guid>
		<description><![CDATA[More and more planes these days are being equipped with modern amenities like WiFi and in seat AC power. The latter has become incredibly common, and yet almost nobody even knows it is there. A few years back I spent some quality time peering under airplane seats on my hands and knees to try and [...]]]></description>
			<content:encoded><![CDATA[<p><a  href="http://appleguru.org/blog/wp-content/uploads/2010/07/empower.jpg"><a href="http://appleguru.org/blog/wp-content/uploads/2010/07/empower.jpg" class="thickbox"><img class="aligncenter size-medium wp-image-206" title="120VAC In Seat Power Outlet" src="http://appleguru.org/blog/wp-content/uploads/2010/07/empower-300x225.jpg" alt="" width="300" height="225" /> </a></a>More and more planes these days are being equipped with modern amenities like WiFi and in seat AC power. The latter has become incredibly common, and yet almost nobody even knows it is there. A few years back I spent some quality time peering under airplane seats on my hands and knees to try and identify exactly where these elusive outlets were. Now that I know where they are and what they feel like, its easy to plug things in just by reaching down. My flight to australia was equipped with such outlets, and after plugging my laptop in, the woman across the aisle from my inquired as to how she too could plug in a device to charge. After telling her where it was and watching her nearly tear apart the seat trying to find it, I showed her. I figured I&#8217;d throw a post up here so you guys can all see exactly what these outlets look like and will know ahead of time what can be plugged into them.</p>
<p>The majority of the AC outlets I have come across on planes are EmPower brand single receptacles that accept a variety of plugs and output 110V AC power at 60Hz. They accept North American grounded and ungrounded plugs, Australia and New Zealand grounded and ungrounded plugs, and European ungrounded plugs (CEE 7/16). You can see all those plug types in the specifications sheet <a  href="http://www.astronicsaes.com/AES/documents/products/EmPower/DS0038%201235-X-Y%20ACOU%20080807.pdf" target="_blank">here</a> if you&#8217;re interested. Power is only available once the plug has been inserted all the way, and is generally not available during taxi/takeoff.</p>
<p><a  href="http://www.seatguru.com" target="_blank">Seatguru.com</a> has been my goto site for determining what planes have what features before I fly (as well as for identifying any seats that are less than ideal). You should check it out to see the location and availability of power on your plane before you fly. Most commonly the outlets are underneath the seat, right in between two seats. To find them, reach down under the armrest and feel for a small square box. It&#8217;s pretty easy to identify by feel. It is right next to the life jacket pouch, as you can see in the photo above, so be careful where you&#8217;re tugging! Enjoy, and happy flying!</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2010/07/20/airplane-in-seat-power-outlets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<div id="test_map" style="display:none" ></div></channel>
</rss>

