<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Puttzy.com</title>
	<atom:link href="http://puttzy.com/feed/" rel="self" type="application/rss+xml"/>
	<link>http://puttzy.com</link>
	<description>Just Puttzin' around</description>
	<lastBuildDate>Wed, 03 Oct 2012 12:30:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" content="noindex" name="robots"/>
	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
		<title>Simulated LPC Experience</title>
		<link>http://puttzy.com/2012/01/12/simulated-lpc-experience/</link>
					<comments>http://puttzy.com/2012/01/12/simulated-lpc-experience/#comments</comments>
		
		<dc:creator><![CDATA[puttzy]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 14:48:16 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Puzzle and Games]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[geocache]]></category>
		<category><![CDATA[puzzle]]></category>
		<guid isPermaLink="false">http://puttzy.com/?p=777</guid>

					<description><![CDATA[No, Simulated LPC Experience, is not the name of a band, rather it&#8217;s the name of a new geocache here in Charlotte. The ever creative RVStauff had an idea for creating a &#8220;puzzle&#8221; in VB that a cacher would have to download and solve before being able to find the actual physical cache.  But after&#8230;]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.charlottegeocaching.com"><img loading="lazy" class="aligncenter size-full wp-image-805" title="lpc_banner" src="http://puttzy.com/wp-content/uploads/2012/01/lpc_banner1.png" alt="" width="400" height="100" srcset="http://puttzy.com/wp-content/uploads/2012/01/lpc_banner1.png 400w, http://puttzy.com/wp-content/uploads/2012/01/lpc_banner1-300x75.png 300w" sizes="(max-width: 400px) 100vw, 400px" /></a>No, <a href="http://coord.info/GC3A7ZK">Simulated LPC Experience</a>, is not the name of a band, rather it&#8217;s the name of a new geocache here in Charlotte.</p>
<p><span id="more-777"></span></p>
<p>The ever creative <a href="http://www.geocaching.com/profile/?guid=a99b4c10-2b9b-43b5-a293-3af3e4d61210&amp;wid=b25af3a4-da78-45d7-bb85-f393374269d1&amp;ds=2">RVStauff </a>had an idea for creating a &#8220;puzzle&#8221; in VB that a cacher would have to download and solve before being able to find the actual physical cache.  But after some discussion on the Greater Charlotte Geocaching Club&#8217;s forums (<a href="http://www.charlottegeocaching.com/smf/index.php">GCGC</a>) it was decided that many people would probably not be willing to download and run an executable on their machine so I got with RVStauff to create his idea web based.</p>
<p>After seeing his original idea run as an actual program I immediately had a few ideas in my head of things to try.  The first hurdle was that he had a static screenshot of a map and a picture of a GPS that would update a distance label depending on where you clicked.  My mind immediately told me to implement this using the <a href="http://code.google.com/apis/maps/documentation/javascript/">Google Maps API</a>.  Using the google map API I could start the user experience off by zooming out over the entire United states.</p>
<div id="attachment_779" style="width: 160px" class="wp-caption alignleft"><a href="http://puttzy.com/wp-content/uploads/2012/01/RVStauffMap.png"><img aria-describedby="caption-attachment-779" loading="lazy" class="size-thumbnail wp-image-779  " title="RVStauffMap" src="http://puttzy.com/wp-content/uploads/2012/01/RVStauffMap-150x150.png" alt="" width="150" height="150" srcset="http://puttzy.com/wp-content/uploads/2012/01/RVStauffMap-150x150.png 150w, http://puttzy.com/wp-content/uploads/2012/01/RVStauffMap-300x300.png 300w, http://puttzy.com/wp-content/uploads/2012/01/RVStauffMap-90x90.png 90w, http://puttzy.com/wp-content/uploads/2012/01/RVStauffMap.png 380w" sizes="(max-width: 150px) 100vw, 150px" /></a></p>
<p id="caption-attachment-779" class="wp-caption-text">RVStauffs vision</p>
</div>
<div id="attachment_781" style="width: 160px" class="wp-caption alignright"><a href="http://puttzy.com/wp-content/uploads/2012/01/GPS.png"><img aria-describedby="caption-attachment-781" loading="lazy" class="size-thumbnail wp-image-781" title="GPS" src="http://puttzy.com/wp-content/uploads/2012/01/GPS-150x150.png" alt="" width="150" height="150" srcset="http://puttzy.com/wp-content/uploads/2012/01/GPS-150x150.png 150w, http://puttzy.com/wp-content/uploads/2012/01/GPS-90x90.png 90w" sizes="(max-width: 150px) 100vw, 150px" /></a></p>
<p id="caption-attachment-781" class="wp-caption-text">My Spin</p>
</div>
<p style="margin: 10px;">The challenge with what I had in mind was that I wanted an arrow that pointed in the correct direction to more fully simulate the &#8220;caching experience.&#8221;  To get the effect I was looking for I had to implement a few great <a href="http://jquery.com/">JQuery</a> plugins.  After all, why reinvent the wheel?</p>
<p style="margin: 10px;">The most helpful plugin I used was <a href="http://code.google.com/p/jqueryrotate/">JQuery Rotate</a>.  All it really does is take an image, or div, or any other type of element and rotate it.  It was simple to use, and understand.  Once I had this plugin installed all I had to do was get my arrow positioned correctly and let the rotating fun begin.  Well, that is of course after I figured out the angle in which I needed to rotate it based on the click in the google map.</p>
<p style="margin: 10px;">What came in handy when figuring out the angle was Google&#8217;s own geometry classes.  by making a simple call to the computeHeading method I would quickly and easily have the data I needed in order to make the spin complete.</p>
<p><pre class="brush: javascript">&lt;br /&gt; clickLoc = new google.maps.LatLng(35.1407667, -80.6243333);&lt;br /&gt; dest = new google.maps.LatLng(34.114667, -83.6255633);&lt;br /&gt; var heading = google.maps.geometry.spherical.computeHeading (clickLoc , dest ) ;&lt;br /&gt; //Depending on how you draw and originally place your arrow you may need to adjust the math on the rotation.&lt;br /&gt; $(&#039;#directionArrow&#039;).rotate(heading - 180);&lt;br /&gt; </pre>
</p>
<p>Now that the arrow was done, which I thought was going to be the hard part, I moved onto the distance. Once again Google saved the day with their <em><a href="http://code.google.com/apis/maps/documentation/javascript/geometry.html">google.maps.geometry.spherical.computeDistanceBetween</a></em> method.  None of this proved to be as challeneging as i thought, but I still learned a lot.</p>
<p>The second phase of this cache had users clicking what amounted to an HTML image map with 5 options, each of which have a different outcome.  No real challenge here other than to semi obscure the final coords behind a php page that you users can&#8217;t freely get to without <em>posting </em> expected parameters.  (I find this part boring so I&#8217;m not going to discuss it)</p>
<p>Lastly, RVStuaff wanted to try to find a way to simulate a log sheet.  So I hacked up a quick and dirty way for this to happen.  It all starts with the page initially loading.  That load will prompt the user to enter their caching name which will be stored in a javascript variable.  Once the user &#8220;find the cache&#8221; that name, the total number of clicks, and the date/time of the find is written to a file on the server.  YES, a file, not to a database.  Why?  Because I was lazy and didn&#8217;t feel like implemented a whole UI to edit the &#8220;junk&#8221; names that come in, and I didn&#8217;t want to give anyone access to the backend database.  All of this is once again done using php to append new records to the file.  There is even an ugly interface for RVStauff to edit any erroneous, extra, or useless logs that may come in.</p>
<p>Well there it is.  A <a href="http://puttzy.com/geocaching/rvstauff/LPC/">Simulated LPC Experience</a>.  It may not be the prettiest UI in the world, but it is all there and it works.</p>
<p>What do you think of it?</p>
]]></content:encoded>
					
					<wfw:commentRss>http://puttzy.com/2012/01/12/simulated-lpc-experience/feed/</wfw:commentRss>
			<slash:comments>39</slash:comments>
		
		
			</item>
		<item>
		<title>Dynamic Images in Geocache Listing [Updated]</title>
		<link>http://puttzy.com/2012/01/10/dynamic-images-in-geocache-listing/</link>
					<comments>http://puttzy.com/2012/01/10/dynamic-images-in-geocache-listing/#comments</comments>
		
		<dc:creator><![CDATA[puttzy]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 00:41:21 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[geocaching]]></category>
		<guid isPermaLink="false">http://puttzy.com/?p=762</guid>

					<description><![CDATA[I&#8217;m not a builder.  I don&#8217;t have the &#8220;handy&#8221; gene that most of the men in my family have.  Instead, I have the nerd gene.  The gene that makes me look at something online and wonder how it is done.  How I would have done it differently or better.  With that being said I realized&#8230;]]></description>
										<content:encoded><![CDATA[<p>I&#8217;m not a builder.  I don&#8217;t have the &#8220;handy&#8221; gene that most of the men in my family have.  Instead, I have the nerd gene.  The gene that makes me look at something online and wonder how it is done.  How I would have done it differently or better.  With that being said I realized I&#8217;m probably not going to be the person to build an awesome cache container, so I need to find a way to stand out doing what I do.  Being a nerd. That has led me to hacking around with the cache listing page and different ideas for technology caches.  I&#8217;ve found some interesting tricks lately including a way to change the image in your cache listing when the user clicks a certain link.</p>
<p><span id="more-762"></span></p>
<p>While this may not seem like much, it&#8217;s a neat little concept that doesn&#8217;t really take too much work at all.  You&#8217;ll just need access to a server where you can write some code, PHP in my case, store some images, and a URL shortener like bit.ly.</p>
<p>The first thing you&#8217;ll need to do is create a directory on your web host where you will put your code and images.  Once you have the directory created put all of the images you may need in there or a sub directory, or somewhere.   I don&#8217;t really care where they are.</p>
<h3>Step 1 &#8211; Create the PHP Controller</h3>
<p>Next you&#8217;ll need to create your &#8220;controller&#8221; page that will contain all of the logic.  In my case this was done using PHP.  The backend code for controller looks something like this:</p>
<pre class="brush: php">&lt;br /&gt; header(&#039;content-type: image/gif&#039;);&lt;br /&gt; header(&#039;Cache-Control: no-cache, no-store, max-age=0, must-revalidate&#039;);&lt;br /&gt; header(&#039;Expires: Mon, 26 Jul 1997 05:00:00 GMT&#039;); // Date in the past&lt;br /&gt; header(&#039;Pragma: no-cache&#039;);&lt;/p&gt;&lt;p&gt;if (strstr($_SERVER[&#039;REQUEST_URI&#039;], &quot;&amp;amp;test=2&quot;) != null || (strstr($_SERVER[&#039;HTTP_REFERER&#039;], &quot;&amp;amp;test=2&quot;) != null)) {&lt;br /&gt; $im = file_get_contents(&#039;./2.png&#039;);&lt;br /&gt; echo $im;&lt;br /&gt; } else if (strstr($_SERVER[&#039;REQUEST_URI&#039;], &quot;&amp;amp;test=3&quot;) != null || (strstr($_SERVER[&#039;HTTP_REFERER&#039;], &quot;&amp;amp;test=3&quot;) != null)) {&lt;br /&gt; $im = file_get_contents(&#039;./3.png&#039;);&lt;br /&gt; echo $im;&lt;br /&gt; } else if (($_SERVER[&#039;HTTP_REFERER&#039;] == null) || ($_SERVER[&#039;HTTP_REFERER&#039;] == &quot;&quot;) || (strstr($_SERVER[&#039;HTTP_REFERER&#039;], &quot;&amp;amp;&quot;) == null )) {&lt;br /&gt; $im = file_get_contents(&#039;./1.png&#039;);&lt;br /&gt; echo $im;&lt;br /&gt; }&lt;/p&gt;&lt;p&gt;</pre>
<p>What you should note of is that there are three distinct <strong>IF</strong> statements.  Each one checks the URL, and URI, of the referrer.  Depending on the parameters that are passed in it returns a different image.  Pretty easy on the back end, eh?</p>
<h3>Step 2 &#8211; Create the cache listing page</h3>
<p>I&#8217;m not going to go into how to create a geocache listing page, hopefully you already know that.  Instead I&#8217;m going to start at the step where you include your image.</p>
<p>Whenever you have your formatting complete and you are ready to add your image just do something like:</p>
<pre class="brush: html">&lt;br /&gt; &lt;img src=&quot;yourdomain.com/imageswitcher/controller.php&quot; alt=&quot;&quot; /&gt;&lt;br /&gt; </pre>
<p>Assuming your backend controller.php is similar to the one I posted above you should see whatever image you place in the final else of your conditions.</p>
<h3>Step 3 &#8211; Test the Controller</h3>
<p>The easiest way to test this is to append a new parameter at the end of the current URL.  The URL of the cache listing probably looks something like the following:</p>
<blockquote><p>http://www.geocaching.com/seek/cache_details.aspx?guid=2ff64e4e-3eb1-43d6-a896-aecad20fc339</p></blockquote>
<p>Test your image switcher by putting the parameters on the end of that URL.  In the case of our PHP example above we want to add the parameter &#8220;&#8221;test&#8221; and the value of either 2 or 3.</p>
<blockquote><p>http://www.geocaching.com/seek/cache_details.aspx?guid=2ff64e4e-3eb1-43d6-a896-aecad20fc339<strong>&amp;test=2</strong></p></blockquote>
<p>If everything worked you should see a different image on your cache listing page.</p>
<h3>Step 4 &#8211; Make the page &#8220;functional&#8221;</h3>
<p>The last step may be the most tedious, but it is sadly necessary.  Since geocaching.com strips certain characters out of links, <strong>&#8220;&amp;&#8221;</strong> being one of those characters, you&#8217;ll need to find a way around that limitation.  That is where a good URL shortnener like bit.ly comes in handy.</p>
<p>Copy the URL you used above for testing, assuming they worked, and enter them into bit.ly and you&#8217;ll have links to the caching page with parameters on the querystring.  At this point, feel free to customize the random URL bit.ly create for you.  Maybe something like <em>bit.ly/GCCODELINK1</em></p>
<h3>Step 5 &#8211; Add links to listing page</h3>
<p>The final step should be pretty apparent.  Add the URL&#8217;s to your listing page.  The traditional <em>&lt;A&gt;</em>nchor tags can be wrapped around text or an image.  (Or an imagemap!!! &#8211; but that is my little secret for now.  Shhhhh)</p>
<p>I&#8217;m not sure exactly how this would be useful, but it is kinf of neat.</p>
<h3>Caveats</h3>
<p>There is a lot of talk about how some browsers, websites, users dont send header information needed for this to work.  Not everything will have the request parameters that are necessary, so use this cautiously, and be prepared for it to not work for some users.</p>
<h3>Uses</h3>
<p>Like I said above I&#8217;m not exactly sure how this can and will be used but one use has already been though of by FailedApparatus.  He has included a link on the page for a *hint*.  While it may be confusing to the user clicking the link will reload the page with a different / easier puzzle image that contains a hint.</p>
<p><strong>[UPDATE 1/17/12]</strong></p>
<p>FailedApparatus has implemented this in his &#8220;<a href="http://coord.info/GC2R2MR" target="_blank">FA01 : Forest For the Trees</a>&#8221; cache.  If you click the <em>hint </em>link underneath the picture it will reload that page and swap out the image with an &#8220;easier&#8221; version of the puzzle.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://puttzy.com/2012/01/10/dynamic-images-in-geocache-listing/feed/</wfw:commentRss>
			<slash:comments>151</slash:comments>
		
		
			</item>
		<item>
		<title>Javascript in your geocache listing</title>
		<link>http://puttzy.com/2012/01/07/javascript-in-your-geocache-listing/</link>
					<comments>http://puttzy.com/2012/01/07/javascript-in-your-geocache-listing/#comments</comments>
		
		<dc:creator><![CDATA[puttzy]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 01:45:04 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Cache Control]]></category>
		<category><![CDATA[Expires Mon]]></category>
		<category><![CDATA[puttzy.com]]></category>
		<category><![CDATA[work]]></category>
		<guid isPermaLink="false">http://puttzy.com/?p=740</guid>

					<description><![CDATA[Ok.   I admit, the title is a little misleading, but this week I found a neat little work around to the Groundspeaks limitations of what you can put in a cache listing.  To some this may not seem like much but to me it opened up a while new realm of possibilities. If you use&#8230;]]></description>
										<content:encoded><![CDATA[<p>Ok.   I admit, the title is a little misleading, but this week I found a neat little work around to the Groundspeaks limitations of what you can put in a cache listing.  To some this may not seem like much but to me it opened up a while new realm of possibilities.</p>
<p><span id="more-740"></span></p>
<p>If you use the image tag in you post and link that image to a php page you can return a different image depending on whatever logic you want.  The most apparant to me is a different image based on times of the day / day of the week.</p>
<p>For example.  In your cache listing you put the following code: </p>
<pre class="brush: php">&lt;br /&gt; &lt;img src=&quot;puttzy.com/getImage.php&quot; alt=&quot;&quot; /&gt;&lt;br /&gt; </pre>
</p>
<p>That .php page can &#8220;do some logic&#8221; and return an image based on what ever you want.  All you have to do is on your <em>getImage.php</em> page do something like: </p>
<pre class="brush: php">&lt;/p&gt;&lt;p&gt;$rnd = rand(0,4);&lt;br /&gt; header(&#039;content-type: image/gif&#039;);&lt;br /&gt; header(&#039;Cache-Control: no-cache, no-store, max-age=0, must-revalidate&#039;);&lt;br /&gt; header(&#039;Expires: Mon, 26 Jul 1997 05:00:00 GMT&#039;); // Date in the past&lt;br /&gt; header(&#039;Pragma: no-cache&#039;);&lt;/p&gt;&lt;p&gt;if ($rnd = 1){&lt;br /&gt; $im = file_get_contents(&#039;PathToImage1.gif/png/jpg/ect);&lt;br /&gt; } else if ($rnd = 1){&lt;br /&gt; $im = file_get_contents(&#039;PathToImage2.gif/png/jpg/ect);&lt;br /&gt; } else if ($rnd = 2){&lt;br /&gt; $im = file_get_contents(&#039;PathToImage3.gif/png/jpg/ect);&lt;br /&gt; } else if ($rnd = 3){&lt;br /&gt; $im = file_get_contents(&#039;PathToImage4.gif/png/jpg/ect);&lt;br /&gt; } else {&lt;br /&gt; $im = file_get_contents(&#039;PathToImage0.gif/png/jpg/ect);&lt;br /&gt; }&lt;br /&gt; </pre>
</p>
<p>This opens up a while world of possibilities!!!</p>
<p>Just think.  Thus backend page can return images based on time and/or day.  It could return 1 image out of a set of 100, 1000.  Whatever.  The logic you lace one the backend gives you a limited, yet actual, way to add code to you listing page.</p>
<p>On a side note&#8230;..I am getting closer to hacking up a listing page that may actually allow some javascript.  I doubt it will work but, hey, it would be awesome!!</p>
<p>&nbsp;</p>
<p><strong>[Update]This has now been implemented in a few cache listings.  Check out &#8220;<a href="http://www.geocaching.com/seek/cache_details.aspx?guid=2ec94b1b-8858-4f04-8924-ec2a69a7d563">24 hours of Booty</a>&#8221; or &#8220;<a href="http://www.geocaching.com/seek/cache_details.aspx?wp=GC3AZ51">Larry The Leprechaun</a>&#8220;</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>http://puttzy.com/2012/01/07/javascript-in-your-geocache-listing/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>A geocaching concentration puzzle</title>
		<link>http://puttzy.com/2011/07/23/a-geocaching-concentration-puzzle/</link>
					<comments>http://puttzy.com/2011/07/23/a-geocaching-concentration-puzzle/#comments</comments>
		
		<dc:creator><![CDATA[puttzy]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 22:03:01 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[concentration]]></category>
		<category><![CDATA[geocaching]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[puzzle]]></category>
		<guid isPermaLink="false">http://puttzy.com/?p=692</guid>

					<description><![CDATA[What a crappy entry to come back into the blogging world with. But deal with it. I&#8217;ve been working hard lately on coming up with ideas for new types of geocaches. Clever hides, good places, fun challenges, and mostly new technology that could be brought into geocaching. My best idea, or the or I&#8217;m most&#8230;]]></description>
										<content:encoded><![CDATA[<p><a href="http://puttzy.com/wp-content/uploads/2011/07/ConcentrationScreenShot.png"><img loading="lazy" class="alignleft size-thumbnail wp-image-694" title="ConcentrationScreenShot" src="http://puttzy.com/wp-content/uploads/2011/07/ConcentrationScreenShot-150x150.png" alt="" width="150" height="150" srcset="http://puttzy.com/wp-content/uploads/2011/07/ConcentrationScreenShot-150x150.png 150w, http://puttzy.com/wp-content/uploads/2011/07/ConcentrationScreenShot-90x90.png 90w" sizes="(max-width: 150px) 100vw, 150px" /></a>What a crappy entry to come back into the blogging world with. But deal with it.</p>
<p>I&#8217;ve been working hard lately on coming up with ideas for new types of geocaches. Clever hides, good places, fun challenges, and mostly new technology that could be brought into geocaching. My best idea, or the or I&#8217;m most proud of, so far came on <a href="http://coord.info/GC2VZ53">Shallow Esophagus</a> which I&#8217;ll describe more in a later entry.  My most recent idea came from <a href="http://www.geocaching.com/profile/?guid=1e68d652-b8dd-40ff-9cba-6492833fc5c0">Momma-Cache</a>: a concentration / memory game puzzle.</p>
<p><span id="more-692"></span></p>
<p>As soon as she mentioned it I loved it.  Nothing too hard.  Something everyone understands and in theory, can do.  I started working on the basic of the game a few nights ago and struggled mightily to get it to match the idea I had in my head.  In the end though, thanks to some javascript, and a lot of help from some great jquery plugins it is <a href="http://puttzy.com/geocaching1/concentration-demo/">finally complete</a>.</p>
<p>This whole thing was surprisingly easy from a technology standpoint.  Once I found the great <a href="http://lab.smashup.it/flip/">JQuery Flip!</a> plugin and understood the intricacies and quirks of it I progressed pretty quickly.  The biggest thing I had to overcome with the plugin is that I couldn&#8217;t get the &#8220;<em>revertFlip</em>&#8221; method to work properly for me.  I&#8217;m not sure if this is because I was not initializing my boxes fully, or because I&#8217;m a puttz.  Either way I found a work around by just calling the flip method again and setting the content back to blank.  No big deal.</p>
<p>Other things I envisioned when I pictured this in my head included the pulsating/flashing timer that would grow in intensity as time ticked away.  Once again a simple JQuery pulse plugin and liberal use of the javascript <em>setTimeout</em> method let me accomplish this effect.  The <em>set.Timeout</em> also came into play with the cards changing colors every some many seconds.  This frequency also get more frantic as time runs out.  Just a little something to add to the drama.</p>
<p>My last fear was that someone would be able to look at the javascript source and find the image that I&#8217;m using to display the final coordinates.  My workaround for this was to submit to a php page that would check the refferrer.  If the referrer, and another hidden variable, were correct then the image containing the coordinates would be returned.  Otherwise and image telling them they were cheating would be displayed.  Not the most secure implementation, but if someone wants to take the time to spoof the referrer and figure out the hidden field and value rather than have fun with the puzzle good for them.  Either way is the same amount of work probably.</p>
<p>All told I&#8217;m pretty happy with the final outcome of the project.  I wish it was a little prettier, but I&#8217;m not a UI designer so I did as good as I could with as little effort as possible.</p>
<p>If you would like to know more about the specifics of the implementation, or have ideas for other fun games/puzzles I could implement into a cache let me know.</p>
<p>If you wanna play the game click the screen shot below.  Who am I kidding&#8230;everyone wants to play the game.</p>
<p><a href="http://puttzy.com/geocaching1/concentration-demo/" target="_blank"><img loading="lazy" class="aligncenter size-medium wp-image-697" title="BigScreenCap" src="http://puttzy.com/wp-content/uploads/2011/07/BigScreenCap-300x134.png" alt="" width="300" height="134" srcset="http://puttzy.com/wp-content/uploads/2011/07/BigScreenCap-300x134.png 300w, http://puttzy.com/wp-content/uploads/2011/07/BigScreenCap.png 734w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>http://puttzy.com/2011/07/23/a-geocaching-concentration-puzzle/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>1000 geocaches!</title>
		<link>http://puttzy.com/2011/03/14/1000-geocaches/</link>
					<comments>http://puttzy.com/2011/03/14/1000-geocaches/#respond</comments>
		
		<dc:creator><![CDATA[puttzy]]></dc:creator>
		<pubDate>Tue, 15 Mar 2011 01:08:52 +0000</pubDate>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[charlotte]]></category>
		<category><![CDATA[ge]]></category>
		<category><![CDATA[geocaching]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[one-a-day]]></category>
		<guid isPermaLink="false">http://puttzy.com/?p=666</guid>

					<description><![CDATA[This past weekend I hit a geocaching milestone.  I found my 1000th geocache find.  Many of my 1000 were located in parking lots or on guardrails, or other places that took little to no skill to find.  Not to say that I haven&#8217;t had my fair share of memorable caches in that 1000 though.  There&#8230;]]></description>
										<content:encoded><![CDATA[<p><a href="http://puttzy.com/wp-content/uploads/2011/03/IMG_0240.jpg"><img loading="lazy" class="alignleft size-thumbnail wp-image-667" title="DeathWish" src="http://puttzy.com/wp-content/uploads/2011/03/IMG_0240-150x150.jpg" alt="" width="150" height="150" srcset="http://puttzy.com/wp-content/uploads/2011/03/IMG_0240-150x150.jpg 150w, http://puttzy.com/wp-content/uploads/2011/03/IMG_0240-90x90.jpg 90w" sizes="(max-width: 150px) 100vw, 150px" /></a>This past weekend I hit a geocaching milestone.  I found my 1000th geocache find.  Many of my 1000 were located in parking lots or on guardrails, or other places that took little to no skill to find.  Not to say that I haven&#8217;t had my fair share of memorable caches in that 1000 though.  There have been some <a href="http://puttzy.com/2011/01/30/all-geoaches-are-not-created-equal/" target="_blank">amazingly creative hides</a>, <a href="http://puttzy.com/2011/01/22/finding-history-through-geocaching/" target="_blank">historic places</a>, challenging hikes, and of course the <a href="http://puttzy.com/2011/02/21/the-quest-for-confederates-lost-gold/" target="_blank">tunnel crawls</a>. Of course my 1000th cache could not be one of the basic urban hides.  Instead I had to challenge myself with a crazy climb to the top of a rusty old crane.</p>
<p><span id="more-666"></span></p>
<p>I actually came across this cache before the &#8220;Lost treasure of the confederates&#8221; and knew i wanted to do it.  I just needed a ground crew, or spotters for when I fell, to go with me.  Thankfully I found that crew.  The day of my 1000th cache started with crawling / walking through tunnels for a different cache, getting the burn in my legs.  Thankfully we completed that cache in less than an hour with no incident, and without any huge challenge.  After a few other nearby caches, including the <a href="http://coord.info/GC70" target="_blank">oldest cache</a> still alive in North Carolina, the crew and I decided to take a lunch break.</p>
<p>Sitting in a small restaurant in Concord I couldn&#8217;t help but make jokes and show my nerves about the challenge ahead.  We had no real idea how tall the rusty structure was even though we all had our ideas and had extrapolated the height in our own ways.  Over all it didn&#8217;t matter how tall it was since it sat on a rusty, solid, metal base with plenty of jagged angles to hit if one fell.   After treating myself to a spicy chicken sammich, and slice of peanut butter chocolate pie (decided I could have this as my last supper) we took off to the cache location.</p>
<p>We parked near the some of the poorest excuses for baseball fields I had ever seen and started our quarter mile hike toward the old rusty tower.  I&#8217;m not sure I can sum it up any better than I already have in <a href="http://www.geocaching.com/seek/log.aspx?LUID=f89941ea-e409-4471-ab3d-503876aef6b8" target="_blank">my log</a> for the cache.</p>
<blockquote><p>I&#8217;m really not sure how to sum this one up. I could throw out a bunch of adjectives: Crazy, stupid, awesome, fun, challenging, rusty, tall, muscle burning. Or I could just leave a quick note and say that you gave me one hell of an adventure for my 1000th find. I&#8217;ll take neither of those approaches since they are both WAY to short for my long-winded self.</p>
<p>We approached from the listed parking coordinates and saw baseball fields that were completely depressing, but more importantly we saw the cache in the distance. Yes. Thats right. We could spot the location about .2 miles away. My heart fluttered as I knew I had designated myself the climber for this rag-tag group. As we made the descent through the (thankfully) dead Kudzu. My mouth dried up a little as I made jokes about falling to my death. (which my boss told me I would)</p>
<p>We arrived at GZ and I immediately hopped up onto the failed apparatus (that&#8217;s a pun &#8211; although it sounds gross/dirty when I think about it now) hoping to see the cache. Bending over backwards and tilting allowed me to place my head in the center of the device and look straight up&#8230;.uncomfortably. I couldn&#8217;t see anything but that didn&#8217;t mean it as there. I decided to let SmithPeaknuckle stand on my back as I rested on all fours to see if he could see it. Still nothing. dang. Guess I&#8217;m just going up.</p>
<p>The first step up was the hardest. Some might say one giant step for man. Not sure who those some are though. Before I knew it I was scaling the rust beast without a safety rope and a small crowd of soon to be happy cachers, if I found it. I got near the top and was thankful to spot the cache within arms reach as I was originally afraid it would be somewhere way to hard to grab. I immediately had a realization. There was NO WAY I was going to be able to retrieve, open, and sign it for all of us with my limited strength and wavering nerves. We decided that the best bet was to throw it to the ground. I did. As the log was being signed, I made my descent to that perilous first step where the container was tossed up to me for my second climb.</p>
<p>Arms burning, breathing heavy, cache in my mouth, and my mind thinking back to the time as a young kid where I got stuck on my parents garage roof because I was too scared to take the first step on the ladder, I reached the summit for the second time in about 15 minutes. (maybe longer. I kind of blacked out for a bit) I quickly placed the cache container back to the spot where I found it. or at least roughly.</p>
<p>Back down I come. As hard as that first step was the last step was even harder for me. Thankfully SmithyPeaknuckle guided my foot to a safe spot and I touched down safely. Everyone in the crew contributed on this one. R&amp;R was the photographer, SmithyPeaknuckle was the guidance, FailedApparatus was the log signer, and some other guy stood around a lot. <img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>As I write my final words on my 1000th cache I sit here wondering&#8230;..did he really sign my name to that log?</p></blockquote>
<p>The only other things to note are:</p>
<ul>
<li>I took my camera up with me hoping to take a picture from the top.  You&#8217;ll notice there are no photos from up there</li>
<li>I&#8217;m not sure of the percentage, but I know that some of the previous people had safety harnesses.  Wusses!</li>
<li>I&#8217;m not sure if my arms hurt more because of using the muscles, or because of how tense the muscles were.</li>
<li>Overall it wasn&#8217;t THAT tall.  You wouldn&#8217;t want to fall for sure, but it really wasn&#8217;t too bad.</li>
<li>I&#8217;d do it again in a heartbeat.  In I&#8217;ve already found other &#8220;<a href="http://coord.info/GC2PEQ5" target="_blank">Death</a> <a href="http://coord.info/GC28XQY" target="_blank">wish</a>&#8221; caches I want to try.</li>
</ul>
<p>There it is.  My 1000th cache find is complete and the challenges, history, fun, and adventures have been awesome.  I can&#8217;t wait to find number 2000!</p>
<p><a href='http://puttzy.com/wp-content/uploads/2011/03/Deathwish-13.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/03/Deathwish-13-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/03/Deathwish-4.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/03/Deathwish-4-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/03/IMG_0241.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/03/IMG_0241-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/03/Deathwish-7.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/03/Deathwish-7-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/03/IMG_0235.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/03/IMG_0235-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/03/IMG_0240.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/03/IMG_0240-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" srcset="http://puttzy.com/wp-content/uploads/2011/03/IMG_0240-150x150.jpg 150w, http://puttzy.com/wp-content/uploads/2011/03/IMG_0240-90x90.jpg 90w" sizes="(max-width: 150px) 100vw, 150px" /></a></p>
<p><em>While 1000 caches may seem like a lot to many people outside the hobby, it really isn&#8217;t.  Not when it&#8217;s compared folks that have 10,000, 20,000 and even 50,000 finds.  In reality I&#8217;m a noone in the geocaching community, and I don&#8217;t really care.  Hell, I&#8217;m only &#8220;ranked&#8221; 276th in North Carolina.  My 1000th cache is even less impressive when you look at how long it took me to do it compared to others.  Not that the numbers matter.</em></p>
<p><em></p>
<p class="error"><strong>[ad]</strong> Empty ad slot (#2)!</p>
<p></em></p>
]]></content:encoded>
					
					<wfw:commentRss>http://puttzy.com/2011/03/14/1000-geocaches/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The quest for Confederates Lost gold</title>
		<link>http://puttzy.com/2011/02/21/the-quest-for-confederates-lost-gold/</link>
					<comments>http://puttzy.com/2011/02/21/the-quest-for-confederates-lost-gold/#comments</comments>
		
		<dc:creator><![CDATA[puttzy]]></dc:creator>
		<pubDate>Tue, 22 Feb 2011 01:58:04 +0000</pubDate>
				<category><![CDATA[Charlotte]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[adventure]]></category>
		<category><![CDATA[charlotte]]></category>
		<category><![CDATA[geocaching]]></category>
		<guid isPermaLink="false">http://puttzy.com/?p=638</guid>

					<description><![CDATA[I was looking for an adventure, and boy did I find one.  One that would challenge me mentally, physically, and push me beyond what I thought my limits were.  I now know that I can do a lot more than I thought possible.  But not for quite some time since my muscles are still killing&#8230;]]></description>
										<content:encoded><![CDATA[<p><a href="http://puttzy.com/wp-content/uploads/2011/02/IMG_0164.jpg"><img loading="lazy" class="alignleft size-thumbnail wp-image-650" title="IMG_0164" src="http://puttzy.com/wp-content/uploads/2011/02/IMG_0164-150x150.jpg" alt="" width="150" height="150" srcset="http://puttzy.com/wp-content/uploads/2011/02/IMG_0164-150x150.jpg 150w, http://puttzy.com/wp-content/uploads/2011/02/IMG_0164-90x90.jpg 90w" sizes="(max-width: 150px) 100vw, 150px" /></a>I was looking for an adventure, and boy did I find one.  One that would challenge me mentally, physically, and push me beyond what I thought my limits were.  I now know that I can do a lot more than I thought possible.  But not for quite some time since my muscles are still killing me.</p>
<p><span id="more-638"></span>A few weeks back I mentioned that I was planning my <a href="http://puttzy.com/2011/01/27/planning-the-great-adventure/">next great adventure</a>, my first 5 (difficulty) / 5 (terrain) geocache.  Since I basically put it out there for the whole world to see, even though probably only five or ten people actually saw it, I <strong>HAD </strong>to do it or I would be a failure.  So after a few weeks of planning, gathering the right equipment, and mentally preparing myself I set off on my adventure.</p>
<p>After grabbing the directions from the first stage I was excited, nervous, and slightly confused.  For a few weeks a friend and I looked it over and guessed at what it could all mean.  Days passed, weekends flew by, and finally we both had an empty Saturday to see how far we could get.  Being out of shape, semi-lazy, cubicle dwelling folks we knew we weren&#8217;t going to set any land (tube?) speed records so our goal for day one was to figure out what it was all about.  Within 5 minutes of arriving at the second stage we understood.  To avoid giving too much away to people that have yet to embark on this adventure, I&#8217;ll only use nondescript, vague, generic terms that will make sense to others that were with me, or to those that may have completed it.</p>
<p>Finding the first marker we set out slowly and cautiously into the darkness.  Our eyes were pealed looking for signs of Confederate soldiers from the past.  This was our first lesson in missing the obvious.  A lesson we (I) didn&#8217;t take to heart as I would soon screw up again.  After going too far and having to double back we found an entrance that we originally overlooked.  Feeling stupid, yet relieved to have found out we were back on track we &#8220;suited up&#8221; and went into the unknown.  Excitement and novelty quickly faded into the darkness as the challenge in front of me materialized.  For a brief few seconds I contemplated if I really wanted to do this.  I did.  Overcoming that obstacle was my first affirmation that I may be able to complete this challenge.  Although I was FAR from done.  After few more mistakes of overlooking the obvious, traveling too far, redoing a large portion of this stage, I managed to get the required information back to mission headquarters for decoding.</p>
<p>Tired, a little wet and sandy, but invigorated by completing and decoding this first message we set off to the next phase of our adventure.  This phase would be the one that made us think long and hard about whether we were actually up to this challenge.  I think this stage is meant to scare away any wannabe gold seekers  Truth be told we didn&#8217;t complete the full stage.  We made it about 3/4 of the way through, but started to doubt ourselves and turned back before we got all of the information.  It didn&#8217;t matter much though.  I&#8217;m not sure if I went any farther if I could have come back.   As it stands when I arrived back at the car I could barely move or see straight.  Lightheaded, confused, and sore we called it a day.  We spent about 4 hours and made it through two stages.  One of which we didn&#8217;t officially complete.</p>
<p>Frustration, exhaustion, and desperation led us to email another cacher who had the information we missed from this stage.  Thanks to his help we were able to fill in the missing information and continue our quest&#8230;..on another day.</p>
<p>The second Saturday came and we set out planning on meeting a new friend once our progress matched his.  Luckily we managed to breeze through stages 4 and 5 in about an hour which left us rejuvenated and feeling confident again.  The only remarkable thing about either of these stages was the pair of relative clean jeans and tighty whiteys near the entrance.  Talk about going into the unknown!</p>
<p>Grabbing reinforcement and building our team we set off onto stage 6.  We could only hope that we didn&#8217;t meet the same fate as the nearby decaying deer carcass.  Not even sure it could be classified as decaying as much as decayed.  Quickly, since we were becoming pros at this we had the next clues in our hands, and the familiar burning back in our thighs.</p>
<p>After consolidating cache vehicles we were on our way to stage 7.  In less time than we had done the first two stages we had completed three stages and were on our way to our fourth.  Its amazing what a little confidence can make you forget.  You&#8217;ll ignore the muscle pain, the limp arms and the tight legs.  That light headed feeling you called exhaustion before now becomes euphoria.  The wet feet seem to dry quicker and the sand in your shoes doesn&#8217;t seem as annoying.  Puzzles make more sense and are solved quicker and easier.</p>
<p>Stage 7 seemed to just click as we found all of the necessary clues in short time.  There was an awkward moment of eyes meeting though.  I was inside a bunker poking my head up to marvel at the view when some folks walking their dog on a nearby trail spotted me and gave an inquisitive look.  Moving quickly though we were able avoid any more detection.  We weren&#8217;t even detected when we stumbled across a makeshift camp site.  We weren&#8217;t sure if it was from a hobo, or possibly kids in the nearby apartment complex.</p>
<p>Confidence was soaring at this point.  There was even a time where I was outwardly admitting I was feeling cocky.  I wasn&#8217;t ashamed of it at all.  Stage 8 brought me back to earth a little though.  There was a lot to figure out in this one.  But knowing that we were much closer to the end than the beginning was reassuring.  After securing all of our clues from the stage we went to a nearby restaurant to get a drink and start putting the pieces together.  Which proved to be not as reassuring as we hoped.  Studying clues, putting pieces together and making some assumptions still didn&#8217;t make the whole picture any clearer.  The good news is that we had a phone a friend that would put us on on the right track.  The bad news was that we were out of time for the day.  It wasn&#8217;t late but it was quitting time as I had evening plans.</p>
<p>Riding high from a productive day we decided we NEEDED to finish this cache.  Sunday would be the exciting finale.</p>
<p>Less than 24 hours after we went our own ways we were standing at stage 9 ready to complete the challenge we had all set out on weeks before.  Burning quadriceps, achy palms, sore toes, and stiff backs were at the back of our mind as we took off to the final destination.  Still not sure of all of the puzzle in front of us we dove in.  At this point you just have to.  There is no time to hesitate, no need to address the uncertainty.  After nearly losing my entire leg to an enemy quicksand trap, we ventured the long way to the final destination.  But we got there.  We finally found this cache that took us about 16 total hours. But there was one last challenge facing us.  Thankfully the brains of our operation came through once again and within a few minutes I was rolling in gold!.</p>
<p>This adventure was everything I wanted it to be.  Challenging, fun, rewarding, and something very different.  I hope I didn&#8217;t give away too many details of this cache since part of the fun is the unknown.  Not knowing what all of the things you find along the way mean.  Not knowing what is around the next corner.  Not knowing what you&#8217;ll have to do, how far you&#8217;ll have to go, how small you&#8217;ll have to be, or how wet you may get.  There are so many things that make this an awesome cache and one that I will use in the future to guage the rest of the caches i do.  This is unfair, but I don&#8217;t care.  It will be hard to top this both mentally, and physically.  Although I do already have my next big one picked out.   The name is more daunting (<a href="http://coord.info/GC24NWZ">Death Wish</a>), but I don&#8217;t think it match the challenge this cache gave me.</p>
<p><em>The images below are in a random order as to not give anything away</em></p>
<p><a href='http://puttzy.com/wp-content/uploads/2011/02/IMG_0164.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/02/IMG_0164-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" srcset="http://puttzy.com/wp-content/uploads/2011/02/IMG_0164-150x150.jpg 150w, http://puttzy.com/wp-content/uploads/2011/02/IMG_0164-90x90.jpg 90w" sizes="(max-width: 150px) 100vw, 150px" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/02/2011-02-20_15-14-10_604.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/02/2011-02-20_15-14-10_604-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/02/IMG_0139.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/02/IMG_0139-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/02/IMG_0173.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/02/IMG_0173-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/02/IMG_0167-e1298339580507.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/02/IMG_0167-e1298339580507-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/02/IMG_0176.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/02/IMG_0176-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/02/IMG_0160.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/02/IMG_0160-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/02/IMG_0135.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/02/IMG_0135-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/02/IMG_0184.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/02/IMG_0184-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a><br />
<a href='http://puttzy.com/wp-content/uploads/2011/02/IMG_0189.jpg'><img width="150" height="150" src="http://puttzy.com/wp-content/uploads/2011/02/IMG_0189-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>http://puttzy.com/2011/02/21/the-quest-for-confederates-lost-gold/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>Checkers FOTY – The next step</title>
		<link>http://puttzy.com/2011/02/07/checkers-foty-the-next-step/</link>
					<comments>http://puttzy.com/2011/02/07/checkers-foty-the-next-step/#respond</comments>
		
		<dc:creator><![CDATA[puttzy]]></dc:creator>
		<pubDate>Mon, 07 Feb 2011 23:34:52 +0000</pubDate>
				<category><![CDATA[Charlotte]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[charlotte]]></category>
		<category><![CDATA[checkers]]></category>
		<guid isPermaLink="false">http://puttzy.com/?p=631</guid>

					<description><![CDATA[So I&#8217;ve written, rewritten, self-promoted, blogged, tweeted, and facebooked all in an effort to become the Checkers Fan of the year. It all paid off. I&#8217;m now one of 16 finalists for the Charlotte Checkers fan of the year. I realized after meeting the other candidates and getting more information on what is in store&#8230;]]></description>
										<content:encoded><![CDATA[<p>So I&#8217;ve written, rewritten, self-promoted, blogged, tweeted, and facebooked all in an effort to become the Checkers Fan of the year.  It all paid off.  I&#8217;m now one of 16 finalists for the Charlotte Checkers fan of the year.  I realized after meeting the other candidates and getting more information on what is in store for me the next couple months I have just now started this journey.</p>
<p><span id="more-631"></span>Without typing up the full two page sheet of instructions and guidelines that we were handed, I&#8217;ll summarize what I learned about the next phase.  This round of this contest is based on two things.  Getting people to come to games and supporting the team at different events.  There is a third factor, but that is kind of made up as we go along since this is a whole new promotion.  This is a learning experience for the Checkers as well as for us fans involved and I love the fact that they are asking us for ideas for prizes as well as for different contests they could have for us.  That is a sign of a great organization in my mind.</p>
<p>Already I have a million ideas running around my head.  Well maybe not a million, but not far from it.  Some of those ideas I&#8217;ll be posting over the next few weeks, while others I&#8217;ll save and keep as my secret weapons.  I don&#8217;t want any of the other candidates playing off of my strategies after all.  I will say that part of my &#8220;campaign&#8221; will be playing the social media card as much as I can.  Not sure HOW exactly, but I do have plenty of ideas.  Thankfully I have an amazing group of friends that are already lending me MANY ideas and much more.</p>
<p>In earlier blog posts I said I was looking for something that involved more creativity than my current job as a computer programmer.  Maybe this is that creative outlet and a chance to spread my marketing/ promotional/ abstract task implementation wings.  Plus it is a competition and I hate to lose.</p>
<p>My first phase of my social media blitz is this post.  While it may not seem like much, it is a subtle start.  I&#8217;ll also mention that I have created a micro-site within puttzy.com dedicated to the Checkers and hockey.  <a href="http://checkers.puttzy.com">Checkers.Puttzy.com</a> is now live and will hopefully fill with content very quickly.  The first things I&#8217;m planning on adding is a series of posts explaining the basics of hockey.  I&#8217;ll continue to write about my experiences here and keep that site very focused on just the checkers and winning the contest.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://puttzy.com/2011/02/07/checkers-foty-the-next-step/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>All geoaches are not created equal</title>
		<link>http://puttzy.com/2011/01/30/all-geoaches-are-not-created-equal/</link>
					<comments>http://puttzy.com/2011/01/30/all-geoaches-are-not-created-equal/#respond</comments>
		
		<dc:creator><![CDATA[puttzy]]></dc:creator>
		<pubDate>Mon, 31 Jan 2011 01:19:38 +0000</pubDate>
				<category><![CDATA[My thoughts]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[charlotte]]></category>
		<category><![CDATA[geocaching]]></category>
		<category><![CDATA[one-a-day]]></category>
		<category><![CDATA[phototography]]></category>
		<guid isPermaLink="false">http://puttzy.com/?p=534</guid>

					<description><![CDATA[Much like anything else in life not all caches are equal.  Some involve long hikes or even swimming and diving.  While others require nothing more than locating the correct lamp post in the Walmart parking lot.  Today I did one of the cruelest caches I&#8217;ve ever done. I set out today to keep my daily&#8230;]]></description>
										<content:encoded><![CDATA[<p><a href="http://puttzy.com/wp-content/uploads/2011/01/2011-01-30_12-24-03_275.jpg"><img loading="lazy" class="alignleft size-thumbnail wp-image-547" title="2011-01-30_12-24-03_275" src="http://puttzy.com/wp-content/uploads/2011/01/2011-01-30_12-24-03_275-150x150.jpg" alt="" width="150" height="150" srcset="http://puttzy.com/wp-content/uploads/2011/01/2011-01-30_12-24-03_275-150x150.jpg 150w, http://puttzy.com/wp-content/uploads/2011/01/2011-01-30_12-24-03_275-90x90.jpg 90w" sizes="(max-width: 150px) 100vw, 150px" /></a>Much like anything else in life not all caches are equal.  Some involve long hikes or even swimming and diving.  While others require nothing more than locating the correct lamp post in the Walmart parking lot.  Today I did one of the cruelest caches I&#8217;ve ever done.</p>
<p><span id="more-534"></span>I set out today to keep my daily streak alive.  (29 days and counting! &#8211; yes I&#8217;m nerd)  During the week I&#8217;ve been taking care of some of the easy ones, but on the weekends I&#8217;ve been trying to challenge myself a bit more and it has been very worth it.  From learning some <a href="http://puttzy.com/2011/01/22/finding-history-through-geocaching/">local history</a>, to finding some creative outside the box hides like the short and sweet <a href="http://coord.info/GC2G2JP">Brew</a> <a href="http://coord.info/GC2EBDM">Master</a> <a href="http://coord.info/GC2E3BB">Series</a>, I&#8217;ve had a couple very fun weekends.  Today I took off to a nearby park that had about 7 caches I had yet to grab.  After a few quick traditional grabs I came across what appeared to a daunting cache.  (I won&#8217;t give the name of it in case some how someone finds this little corner of the interwebz looking for a hint)</p>
<p>A few minutes of circling prompted the park rangers to come out and start making fun of me.  Apparently they were VERY well aware of this devious hide as they routinely make poke fun at visitors wandering.  I know this because of previous logs mention it, and because they had fun telling me about other peoples quests in the pasts.  In between their laughs they were at least kind enough to offer subtle nudges in the right direction.  Within a few minutes I finally managed to have the container in my hand.</p>
<p>That was the easy part.</p>
<p>For the next 20-30 minutes I fiddled with the homemade container trying to open it up.  I pretty much knew what I had to do, but doing it was another story.  (Isn&#8217;t it always)  Twisting, pulling, shaking, and maybe even a little blowing at one point.  Dont ask.  Finally though, as if the whole thing operated on a timer that would only allow a person to be frustrated for so long, a tiny key fell out of the hole and I just about jumped up in the air.  Thankfully this all happened just as the Park Ranger came back and saw my success.  (See lady, I&#8217;m not a total loser!)  I unlocked the bottom half, took out the log, and read some of the previous entries.  The great part of this was sharing in other peoples frustration.  It was good to know I wasn&#8217;t the only one.</p>
<p>With the log signed, returned, locked, and key tucked back away, I replaced the cache container and thankfully could cross this cache off my list.</p>
<p>This kind of creativity make me realize how un-handy, un-creative, and almost boring my brain is.  Sad to think that in this hobby, and within this group of people, I&#8217;m the boring brained one.</p>
<p>Below are pictures of the creativity that went into this cache.</p>
<div id="attachment_541" style="width: 160px" class="wp-caption alignleft"><a href="http://puttzy.com/wp-content/uploads/2011/01/IMG_9995.jpg"><img aria-describedby="caption-attachment-541" loading="lazy" class="size-thumbnail wp-image-541" title="IMG_9995" src="http://puttzy.com/wp-content/uploads/2011/01/IMG_9995-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p id="caption-attachment-541" class="wp-caption-text">Where&#39;s the cache</p>
</div>
<div id="attachment_542" style="width: 160px" class="wp-caption alignleft"><a href="http://puttzy.com/wp-content/uploads/2011/01/IMG_9996.jpg"><img aria-describedby="caption-attachment-542" loading="lazy" class="size-thumbnail wp-image-542" title="IMG_9996" src="http://puttzy.com/wp-content/uploads/2011/01/IMG_9996-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p id="caption-attachment-542" class="wp-caption-text">Fake bottom</p>
</div>
<div id="attachment_546" style="width: 160px" class="wp-caption alignleft"><a href="http://puttzy.com/wp-content/uploads/2011/01/IMG_9999.jpg"><img aria-describedby="caption-attachment-546" loading="lazy" class="size-thumbnail wp-image-546" title="IMG_9999" src="http://puttzy.com/wp-content/uploads/2011/01/IMG_9999-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p id="caption-attachment-546" class="wp-caption-text">tada!!</p>
</div>
<div id="attachment_547" style="width: 160px" class="wp-caption alignleft"><a href="http://puttzy.com/wp-content/uploads/2011/01/2011-01-30_12-24-03_275.jpg"><img aria-describedby="caption-attachment-547" loading="lazy" class="size-thumbnail wp-image-547" title="2011-01-30_12-24-03_275" src="http://puttzy.com/wp-content/uploads/2011/01/2011-01-30_12-24-03_275-150x150.jpg" alt="" width="150" height="150" srcset="http://puttzy.com/wp-content/uploads/2011/01/2011-01-30_12-24-03_275-150x150.jpg 150w, http://puttzy.com/wp-content/uploads/2011/01/2011-01-30_12-24-03_275-90x90.jpg 90w" sizes="(max-width: 150px) 100vw, 150px" /></a></p>
<p id="caption-attachment-547" class="wp-caption-text">How the hell do I open this?</p>
</div>
<div id="attachment_536" style="width: 160px" class="wp-caption alignleft"><a href="http://puttzy.com/wp-content/uploads/2011/01/IMG_9990.jpg"><img aria-describedby="caption-attachment-536" loading="lazy" class="size-thumbnail wp-image-536" title="IMG_9990" src="http://puttzy.com/wp-content/uploads/2011/01/IMG_9990-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p id="caption-attachment-536" class="wp-caption-text">Seriously?  Any help would be appreciated</p>
</div>
<div id="attachment_537" style="width: 160px" class="wp-caption alignleft"><a href="http://puttzy.com/wp-content/uploads/2011/01/IMG_9993.jpg"><img aria-describedby="caption-attachment-537" loading="lazy" class="size-thumbnail wp-image-537" title="IMG_9993" src="http://puttzy.com/wp-content/uploads/2011/01/IMG_9993-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p id="caption-attachment-537" class="wp-caption-text">I did it!!  Time for me to do a little dance</p>
</div>
<div id="attachment_537" style="width: 160px" class="wp-caption alignnone"><a href="http://puttzy.com/wp-content/uploads/2011/01/IMG_9991.jpg"><img aria-describedby="caption-attachment-537" loading="lazy" class="size-thumbnail wp-image-537 " title="IMG_9991" src="http://puttzy.com/wp-content/uploads/2011/01/IMG_9991-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p id="caption-attachment-537" class="wp-caption-text">All that work for this.  So worth it</p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>http://puttzy.com/2011/01/30/all-geoaches-are-not-created-equal/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Planning the great adventure</title>
		<link>http://puttzy.com/2011/01/27/planning-the-great-adventure/</link>
					<comments>http://puttzy.com/2011/01/27/planning-the-great-adventure/#respond</comments>
		
		<dc:creator><![CDATA[puttzy]]></dc:creator>
		<pubDate>Fri, 28 Jan 2011 01:39:39 +0000</pubDate>
				<category><![CDATA[Charlotte]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[charlotte]]></category>
		<category><![CDATA[geocaching]]></category>
		<category><![CDATA[history]]></category>
		<guid isPermaLink="false">http://puttzy.com/?p=528</guid>

					<description><![CDATA[What is an adventure?  Does adventure lie in the destination?  Can you truly plan an adventure?  Or is planning the counter-intuitive anti-adventure?  Many people subscribe to the the cliched, yet true, &#8220;it&#8217;s about the journey not the destination&#8221; mindset.  To me the best adventures occur happen when random chance crashes into good planning and ends&#8230;]]></description>
										<content:encoded><![CDATA[<p><a href="http://puttzy.com/wp-content/uploads/2011/01/f88491e0-97b1-4de3-8294-4a22e26e93b71.jpg"><img loading="lazy" class="alignleft size-thumbnail wp-image-529" title="Dark tunnel" src="http://puttzy.com/wp-content/uploads/2011/01/f88491e0-97b1-4de3-8294-4a22e26e93b71-150x150.jpg" alt="" width="150" height="150" srcset="http://puttzy.com/wp-content/uploads/2011/01/f88491e0-97b1-4de3-8294-4a22e26e93b71-150x150.jpg 150w, http://puttzy.com/wp-content/uploads/2011/01/f88491e0-97b1-4de3-8294-4a22e26e93b71-90x90.jpg 90w" sizes="(max-width: 150px) 100vw, 150px" /></a>What is an adventure?  Does adventure lie in the destination?  Can you truly plan an adventure?  Or is planning the counter-intuitive anti-adventure?  Many people subscribe to the the cliched, yet true, &#8220;it&#8217;s about the journey not the destination&#8221; mindset.  To me the best adventures  occur happen when random chance crashes into good planning and ends with a smile and a great story.  Right now I&#8217;m planning something that may be my next great adventure.</p>
<p><span id="more-528"></span>What could very well be my next great adventure will take place right here in Charlotte.  No need to travel to a different state and risk the need of new tires or worry about getting snatched up by some hill billy.  There will be no ocean sunsets as the day ends and dark runs through alligator alley and swarms of bugs that splatter against your shield so thick you can&#8217;t see.  No late night searching for a hotel in a strange area on a holiday weekend.  None of the normal things I&#8217;ve become accustomed to on my travels.  Although there is no telling what I&#8217;ll find on this upcoming adventure.</p>
<p>I&#8217;m planning on doing my first 5/5 (difficulty/terrain) geocache, &#8220;<a href="http://coord.info/GC1QPJK">The lost treasure of the confederacy</a>&#8221;  Only the toughest caches in the world have this rating.  Some of them involves scuba diving, or mountain climbing, or just crazy crazy stuff I&#8217;ve only read about and never even come close to accomplishing.  But for my quickly approaching milestone of 1000 caches found I&#8217;m going to attempt to do the closest one.</p>
<p>From what I can gather from reading the <a href="http://coord.info/GC1QPJK">description and the logs</a> on the cache this will not be easy at all.  It involves knee high or higher water.  Crawling through pipes and tubes all over the Queens City, paying attention to detail, and solving puzzles along the way.  The quickest anyone has done this cache is 14 hours, which is fine by me.  I&#8217;m not setting out to make any time record on this.  Actually I may be looking to spread it over at least two weekends.  Just depending on how well it goes.</p>
<p>The best part about this cache is that it is based on some history.  It appears that the &#8220;<a href="http://www.lostgold.us/html/lost_treasure.html">Lost gold of the confederacy</a>&#8221; is a known legend/myth/historical story/fact?  Maybe people that grew up in the south know of this, but being a Yankee myself I had never heard of it.  But after reading a few <a href="http://hnn.us/articles/49088.html">resources</a> I realized that the gold is indeed true.  People were even tortured over it.  While I obviously won&#8217;t be looking for the actual gold the story is a good read and fun to imagine just stumbling across it on my way.</p>
<p>If you get a second check out the<a href="http://www.geocaching.com/seek/gallery.aspx?guid=9d20bb11-eb94-4869-9a67-f9fed7922a94"> gallery of images</a> that kind me a clue of what I may be getting into.  Anyone wanna tag along?</p>
]]></content:encoded>
					
					<wfw:commentRss>http://puttzy.com/2011/01/27/planning-the-great-adventure/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Superfan challenge</title>
		<link>http://puttzy.com/2011/01/26/superfan-challenge/</link>
					<comments>http://puttzy.com/2011/01/26/superfan-challenge/#comments</comments>
		
		<dc:creator><![CDATA[puttzy]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 00:55:57 +0000</pubDate>
				<category><![CDATA[Charlotte]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[charlotte]]></category>
		<category><![CDATA[checkers]]></category>
		<guid isPermaLink="false">http://puttzy.com/?p=522</guid>

					<description><![CDATA[For the past month or so I&#8217;ve been writing about trying to be named the Charlotte Checkers fan of the year.  After seeing my name in lights the other night I got excited but couldn&#8217;t help but wonder what the next step was. Thankfully I didn&#8217;t have to wait long to find out a little&#8230;]]></description>
										<content:encoded><![CDATA[<p><a href="http://puttzy.com/wp-content/uploads/2011/01/a1ssf0ym9frehdehleeehzdit-e1294365771651.gif"><img loading="lazy" class="alignleft size-thumbnail wp-image-438" title="Checkers Logo" src="http://puttzy.com/wp-content/uploads/2011/01/a1ssf0ym9frehdehleeehzdit-150x150.gif" alt="" width="150" height="150" /></a>For the past month or so I&#8217;ve been writing about trying to be named the Charlotte Checkers fan of the year.  After <a href="http://puttzy.com/2011/01/23/becoming-a-superfan-finalist/">seeing my name in lights</a> the other night I got excited but couldn&#8217;t help but wonder what the next step was. Thankfully I didn&#8217;t have to wait long to find out a little bit more.</p>
<p><span id="more-522"></span>Earlier this week I got some information on the next phase in this journey that will end with a &#8220;Puttzy&#8221; jersey hung in Time Warner Cable Arena. <a href="http://www.gocheckers.com/team/office/bios/index.html?staff_id=7">Patrick Stack</a>, the Checkers Director of Corporate partnerships, sent an email to the 16 finalists congratulating us and providing us with the next phase in the process.  While it was good to get some contact, the email only left more questions unanswered.</p>
<p>Here&#8217;s the letter:</p>
<blockquote><p>Fan of the Year Candidates –</p>
<p>On behalf of the Checkers organization, we would like to thank you for taking the time to complete your ‘Fan of the Year’ submissions and wish you congratulations on becoming 1 of 16 candidates for this terrific award.</p>
<p>We have learned about your passion for the sport of hockey and the Checkers but now it is time to see how willing you are to share that passion!</p>
<p>First thing is first, we would like to host you at a Fan of the Year “Welcome Reception” on February 6.  This will be an opportunity for you all to learn more about the specifics of the program, the tasks you will be assigned and our overall expectations for each and every one of you.</p>
<p>The “Welcome Reception” will take place prior to the February 6 game at 1:30pm in a TBD location of the arena.  Please report to the Season Ticket Holder entrance at 1:20pm and we will escort you to the appropriate location.  If you cannot attend the meeting, contact me directly and I can fill you in what you missed.</p>
<p>Food and beverage will be provided.</p>
<p>Please contact me, not your Account Representative, with questions related to the Fan of the Year program.</p>
<p>Thank you so much for your continued support of the Checkers and GOOD LUCK!</p>
<p>Patrick</p></blockquote>
<p>Where do I even start with my comments and questions.  First of all Superbowl Sunday?  You want us to meet up on Super Bowl friggin Sunday?  Thankfully we&#8217;re meeting well before the supposed kickoff time.  So I&#8217;m not freaking out too much.  I&#8217;ll still get to watch the Steelers beat the Packers.</p>
<p>I can&#8217;t help but wonder what they man by learning about the <em>&#8220;specifics of the program, the tasks you will be assigned and our overall expectations for each and every one of you.&#8221; </em>Do I have to dress<em> </em>up and make a fool of myself?  Help advertise the Checkers and get people to come to games?  Beat up <a href="http://www.gocheckers.com/team/roster/index.html?player_id=67">Zach Fitzgerald</a>?<em> </em>Something involving the <a href="http://www.facebook.com/pages/Charlotte-Checkers-CheckMates/188759771152578">Checkmates</a>.  Oh please let it involves the Checkmates.  It doesn&#8217;t really matter what it takes.  I&#8217;ve come this far.  I&#8217;ve got to win now.</p>
<p>All I can hope is that the &#8220;challenge&#8221; is something up my alley.  Like finding a tupperware container in the middle of the woods.  Or wearing an empty &#8220;party ball&#8221; on my head.  Or how about finding a motorcycle shop in the middle of nowhere that has the correct tire and the ability to replace one in a short amount of time.  Any of those things I&#8217;m golden.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://puttzy.com/2011/01/26/superfan-challenge/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>