<?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>ImetAndy</title>
	<atom:link href="http://imetandy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://imetandy.com</link>
	<description>Official Home of Andy Kraft</description>
	<lastBuildDate>Thu, 08 Jul 2010 13:59:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Add Static tags to Buddypress Group Tags</title>
		<link>http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/</link>
		<comments>http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 23:36:15 +0000</pubDate>
		<dc:creator>Andy Kraft</dc:creator>
				<category><![CDATA[How Tos]]></category>

		<guid isPermaLink="false">http://imetandy.com/?p=368</guid>
		<description><![CDATA[Adding static Group Tags using the Buddypress Group Tags plugin is pretty simple. We just need to change a few lines of code to change our input method. What you will need: Buddypress Group Tags plugin version 1.2.2 A code editor, I like; Mac &#8211; Esspresso Windows &#8211; notepad ++ Once you have Buddypress Group [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Adding static Group Tags using the Buddypress Group Tags plugin is pretty simple. We just need to change a few lines of code to change our input method.</p>
<hr />What you will need:</p>
<p><a href="http://buddypress.org/community/groups/buddypress-group-tags/" target="_blank">Buddypress Group Tags plugin</a> version 1.2.2</p>
<p>A code editor, I like;</p>
<p>Mac &#8211; <a href="http://macrabbit.com/espresso/" target="_blank">Esspresso</a></p>
<p>Windows &#8211; <a href="http://notepad-plus-plus.org/" target="_blank">notepad ++</a></p>
<hr />Once you have Buddypress Group Tags version 1.2.2 installed we need to locate the <strong><span style="text-decoration: underline;">bp-group-tags.php </span><span style="font-weight: normal;">file</span><span style="font-weight: normal;">. This file is located in wp-content &gt; plugins &gt; buddypress-group-tags. Locate and open the file with your code editor. </span></strong></p>
<p><strong><span style="font-weight: normal;">Lines 197 -199 determine what input objects are used for the tags. We want to add static buttons for choosing tags. </span></strong></p>
<p><strong><span style="font-weight: normal;">Replace lines 197 &#8211; 199 with our custom code. </span></strong></p>
<p>The code to add custom, static buttons looks like this:</p>
<blockquote><p>&lt;input type=&#8221;checkbox&#8221; name=&#8221;group-tags&#8221; id=&#8221;group-tags&#8221; value=&#8221;insert tag name here&#8221; /&gt;insert tag name here&lt;br&gt;</p></blockquote>
<p>And here is the code in action with two check boxes. One is a Business tag, and the other is an Event tag.</p>
<blockquote><p>&lt;label for=&#8221;group-tags&#8221;&gt;This Group is a;&lt;/label&gt;<br />
&lt;input type=&#8221;checkbox&#8221; name=&#8221;group-tags&#8221; id=&#8221;group-tags&#8221; value=&#8221;Business&#8221; /&gt;Business&lt;br&gt;<br />
&lt;input type=&#8221;checkbox&#8221; name=&#8221;group-tags&#8221; id=&#8221;group-tags&#8221; value=&#8221;Event&#8221; /&gt;Event&lt;br&gt;</p></blockquote>
<p>If you want to remove the Tag Chooser you simply remove line 201 which is:</p>
<blockquote><p>gtags_show_tags_chooser();</p></blockquote>
<p>now save the file and make sure you overwrite the file on your server.</p>
<p>Keep in mind, if you auto update the plugin it will break this edit. You will then have to redo the steps above.</p>
<p><img class="aligncenter size-medium wp-image-371" title="buddypress-logo" src="http://imetandy.com/files/2010/07/buddypress-logo-300x70.gif" alt="" width="300" height="70" /></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Add+Static+tags+to+Buddypress+Group+Tags+-+http://bit.ly/aoMg3F+%28via%40roadblock%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/&amp;t=Add+Static+tags+to+Buddypress+Group+Tags" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/&amp;title=Add+Static+tags+to+Buddypress+Group+Tags" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/&amp;title=Add+Static+tags+to+Buddypress+Group+Tags" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/&amp;title=Add+Static+tags+to+Buddypress+Group+Tags" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/&amp;title=Add+Static+tags+to+Buddypress+Group+Tags" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://imetandy.com/2010/07/04/add-static-tags-to-buddypress-group-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Droid Droid Droid</title>
		<link>http://imetandy.com/2010/06/17/droid-droid-droid/</link>
		<comments>http://imetandy.com/2010/06/17/droid-droid-droid/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 18:39:46 +0000</pubDate>
		<dc:creator>Andy Kraft</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://imetandy.com/?p=348</guid>
		<description><![CDATA[Verizon and Motorola are set to release a new phone on the 23rd, one day before the big release of Iphone 4. We have already seen many images of the Droid 2 and the Droid X. It&#8217;s no secret the big release is going to be one of these two phones. Droid 2 Droid X Current Droid [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Verizon and Motorola are set to release a new phone on the 23rd, one day before the big release of Iphone 4. We have already seen many images of the <a href="http://www.engadget.com/2010/06/10/motorola-droid-2-fully-exposed/" target="_blank">Droid 2</a> and the <a href="http://www.engadget.com/2010/06/15/exclusive-motorola-droid-x-preview/" target="_blank">Droid X</a>. It&#8217;s no secret the big release is going to be one of these two phones.</p>
<h3>Droid 2</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/cr-qScFtDIA&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/cr-qScFtDIA&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3>Droid X</h3>
<div id="attachment_351" class="wp-caption alignnone" style="width: 300px">
	<a href="http://www.engadget.com/photos/motorola-droid-x/#3080642" target="_blank"><img class="size-medium wp-image-351  " title="motoroladroidxengadget01 2" src="http://imetandy.com/files/2010/06/motoroladroidxengadget01-2-300x199.jpg" alt="" width="300" height="199" /></a>
	<p class="wp-caption-text">Click for more pictures </p>
</div>
<p>Current Droid owners are all chomping at the bit to receive the <a href="http://www.engadget.com/2010/05/21/android-2-2-froyo-everything-you-ever-wanted-to-know/" target="_blank">Android 2.2 (Froyo)</a> update (me included). Motorola has officially announced the current Droid will receive the update, but give no timeline. I wouldn&#8217;t be surprised if we see the 2.2 update when we see the Droid 2. I would imagine the Droid and Droid 2 should be close enough that one rom would work on both. The Droid 2 has been seen with some kind of new UI often called ninjablur. It would make sense that Motorola would cook up some kind of UI for its new phone and put it on par with the HTC Sense UI.</p>
<p>My best guess is on June 23rd we will see the Droid 2 hit the shelves and the current Droid will receive the 2.2 update.</p>
<p>The <a href="http://en.wikipedia.org/wiki/Motorola_Droid" target="_blank">original Droid</a> launched a mere 7 months ago (November 6, 2009). The news of a new Droid so soon has me a little upset. The current Droid was met with loads of hype and myself like many others adopted it early. This feels slightly like a slap in the face, releasing a new version of the same phone so soon. The only way I will feel any better about this, would be if Verizon offered some kind of upgrade option for the current Droid owners that bought the Droid when it was first released.</p>
<p>If for some reason the Droid 2 launches, with Android 2.2, and the current Droid doesn&#8217;t receive a timely update, I will feel more betrayed. Some users have <a href="http://www.wired.com/gadgetlab/2009/12/droid-unlocked/" target="_blank">rooted</a> the Droid and Installed a custom 2.2 rom. The future might take me down this path if we dont see an update anytime soon. Not only can you take advantage of what 2.2 offers, but you can overclock the stock CPU in the Droid. Some people are seeing stable performance running at 1ghz. Below is a video of a Droid user running 2.2 at 1ghz.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/4HKRRl4ofL8&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/4HKRRl4ofL8&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The current life cycle of Android is fast and furious, but that is no excuse to leave the people who paved the way for the success of the Droid hung out to dry.</p>
<p>If you are a current Droid owner what are your thoughts? Do you feel a little isolated if they launch a new Droid so soon?</p>
<p><em>The brand name </em><a title="Droid" href="http://phones.verizonwireless.com/motorola/droid/" target="_blank"><em>Droid</em></a><em> is a trademark of </em><a title="Lucasfilm" href="www.lucasfilm.com/" target="_blank"><em>Lucasfilm</em></a><em> licensed to </em><a title="Verizon Wireless" href="www.verizonwireless.com" target="_blank"><em>Verizon Wireless</em></a><em>.</em></p>
<h2><strong><span style="text-decoration: underline;">UPDATE</span></strong></h2>
<p>After posting this I found an update to the Droid Does line up website. This seems to confirm that we will most likely see the Droid X on the 23rd and not the Droid 2. The official page lists the Droid X as coming soon and does not mention the Droid 2.</p>
<p><a href="http://phones.verizonwireless.com/droid/x/" target="_blank">http://phones.verizonwireless.com/droid/x/</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Droid+Droid+Droid+-+http://bit.ly/dtlGuI+%28via%40roadblock%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://imetandy.com/2010/06/17/droid-droid-droid/&amp;t=Droid+Droid+Droid" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://imetandy.com/2010/06/17/droid-droid-droid/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://imetandy.com/2010/06/17/droid-droid-droid/&amp;title=Droid+Droid+Droid" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://imetandy.com/2010/06/17/droid-droid-droid/&amp;title=Droid+Droid+Droid" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://imetandy.com/2010/06/17/droid-droid-droid/&amp;title=Droid+Droid+Droid" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://imetandy.com/2010/06/17/droid-droid-droid/&amp;title=Droid+Droid+Droid" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://imetandy.com/2010/06/17/droid-droid-droid/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://imetandy.com/2010/06/17/droid-droid-droid/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://imetandy.com/2010/06/17/droid-droid-droid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Does your Droid mean Business?</title>
		<link>http://imetandy.com/2010/06/15/does-your-droid-mean-business/</link>
		<comments>http://imetandy.com/2010/06/15/does-your-droid-mean-business/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 04:11:25 +0000</pubDate>
		<dc:creator>Andy Kraft</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://imetandy.com/?p=308</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<p></p><form action="http://imetandy.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-308">Password:<br />
<input name="post_password" id="pwbox-308" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Does+your+Droid+mean+Business%3F+-+http://bit.ly/acrQOZ+%28via%40roadblock%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://imetandy.com/2010/06/15/does-your-droid-mean-business/&amp;t=Does+your+Droid+mean+Business%3F" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://imetandy.com/2010/06/15/does-your-droid-mean-business/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://imetandy.com/2010/06/15/does-your-droid-mean-business/&amp;title=Does+your+Droid+mean+Business%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://imetandy.com/2010/06/15/does-your-droid-mean-business/&amp;title=Does+your+Droid+mean+Business%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://imetandy.com/2010/06/15/does-your-droid-mean-business/&amp;title=Does+your+Droid+mean+Business%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://imetandy.com/2010/06/15/does-your-droid-mean-business/&amp;title=Does+your+Droid+mean+Business%3F" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://imetandy.com/2010/06/15/does-your-droid-mean-business/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://imetandy.com/2010/06/15/does-your-droid-mean-business/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://imetandy.com/2010/06/15/does-your-droid-mean-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Casio G&#8217;zOne Rock</title>
		<link>http://imetandy.com/2010/06/09/casio-gzone-rock/</link>
		<comments>http://imetandy.com/2010/06/09/casio-gzone-rock/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:56:48 +0000</pubDate>
		<dc:creator>Andy Kraft</dc:creator>
				<category><![CDATA[Phones]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://imetandy.com/?p=225</guid>
		<description><![CDATA[Are you an outdoorsman? Maybe an adventurer? Are you really rough on your phones? If you answered yes to any of those questions, the Casio G&#8217;zOne Rock is worth a look. The G&#8217;zOne Rock is the successor to the G&#8217;zOne Boulder. The phone is resistant to water, shock, dust, vibration, humidity, salt, fog, solar radiation, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Are you an outdoorsman? Maybe an adventurer? Are you really rough on your phones? If you answered yes to any of those questions, the Casio G&#8217;zOne Rock is worth a look.<br />
<a href="http://imetandy.com/files/2010/01/Verizon-Casio-GzOne-review-1.jpg"><img class="aligncenter size-medium wp-image-242" title="Verizon-Casio-GzOne-" src="http://imetandy.com/files/2010/01/Verizon-Casio-GzOne-review-1-300x295.jpg" alt="Verizon-Casio-GzOne-" width="300" height="295" /></a><br />
The G&#8217;zOne Rock is the successor to the G&#8217;zOne Boulder. The phone is resistant to water, shock, dust, vibration, humidity, salt, fog, solar radiation, altitude, and high and low temperatures. As impressive as all of that sounds, it&#8217;s only the tip of the ice berg!</p>
<p>The G&#8217;zOne Rock has a set of six tools called the G&#8217;zOne tools. These include a compass, thermometer, pedometer, astrological calendar, tide data, and sunrise-sunset times. Out of the plethora of tools I found only two useful; the compass and the thermometer. I felt like the other tools were not well thought out and not useful at all.</p>
<p>One thing you may notice from the pictures, this phone is very aggressive looking. I often referred to it as the &#8220;G.I. Joe&#8221; Phone. The aggressive look of the phone fits right in with the outdoors man attitude of this device.</p>
<p>Overall the hardware was extremely solid. I felt this phone could take the abuse of an &#8220;on the go&#8221; lifestyle. The button layout was on-par with similar style phones making the phone very familiar feeling.  On the outside of the phone (the lid) you will find a round display with some touch controls. I often opted not to use those, but others might find it useful.</p>
<p>The sound quality of the G&#8217;zOne Rock is decent. Not bad, but not great. The cellular reception nestle safely into the &#8220;Average&#8221; category.</p>
<p>Overall this phone is a good idea but falls just short. The tools are cool but not useful enough. However, if your super hard on phones, and need one that will withstand the elements, this phone really shines. I would have preferred a slightly better camera to offset the need of carrying another device.</p>
<p><strong>Rating:</strong> 3 out of 5 stars</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Casio+G%27zOne+Rock+-+http://bit.ly/a9wMkc+%28via%40roadblock%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://imetandy.com/2010/06/09/casio-gzone-rock/&amp;t=Casio+G%27zOne+Rock" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://imetandy.com/2010/06/09/casio-gzone-rock/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://imetandy.com/2010/06/09/casio-gzone-rock/&amp;title=Casio+G%27zOne+Rock" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://imetandy.com/2010/06/09/casio-gzone-rock/&amp;title=Casio+G%27zOne+Rock" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://imetandy.com/2010/06/09/casio-gzone-rock/&amp;title=Casio+G%27zOne+Rock" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://imetandy.com/2010/06/09/casio-gzone-rock/&amp;title=Casio+G%27zOne+Rock" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://imetandy.com/2010/06/09/casio-gzone-rock/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://imetandy.com/2010/06/09/casio-gzone-rock/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://imetandy.com/2010/06/09/casio-gzone-rock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audible Beta for Android</title>
		<link>http://imetandy.com/2010/06/09/audible-beta-for-android/</link>
		<comments>http://imetandy.com/2010/06/09/audible-beta-for-android/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 14:35:40 +0000</pubDate>
		<dc:creator>Andy Kraft</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://imetandy.com/?p=271</guid>
		<description><![CDATA[Audible has quietly rolled out a public beta for its Android app. With no surprises, the app downloads, plays and organizes your Audible audiobook collection. To join this open beta you must join the Audible for Android Google Group. Once you join the group you will get a download link. The group has several email [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: left;">Audible has quietly rolled out a public beta for its Android app. With no surprises, the app downloads, plays and organizes your Audible audiobook collection.</p>
<p style="text-align: left;">To join this open beta you must join the Audible for Android Google Group. Once you join the group you will get a download link. The group has several email options- luckily, it has a &#8220;no email, I&#8217;ll read it online&#8221; option.</p>
<p style="text-align: left;">The app is pretty basic. Once you have signed in with your Audible account, your audiobooks will be loaded onto your SD card.  Audible for Android has a nice interface and allows for pretty good organization of your books. The books play in the background, of course, so  you can browse the web, check your email or anything else you might want to do while listening to a book.</p>
<p style="text-align: left;">To get the Audible for Android app, join <a href="http://groups.google.com/group/audible-for-android-beta?msg=subscribe" target="_blank">this</a> Google Group</p>
<p style="text-align: center;">
<div id="attachment_272" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://imetandy.com/files/2010/06/500x_audible.jpg"><img class="size-medium wp-image-272  " title="500x_audible" src="http://imetandy.com/files/2010/06/500x_audible-300x175.jpg" alt="" width="300" height="175" /></a>
	<p class="wp-caption-text">Image via Android Central.</p>
</div>
<p><em>*This is app is for playing Audible Audiobooks. Audible accounts start at $7.49/month</em></p>
<p>This app is still a beta and is not complete. To be fair I&#8217;m going to hold off on rating the app until it officially launches.</p>
<p>Need a book to get started with? I highly recommend <span style="text-decoration: underline;">Ring World,</span> by Larry Niven or <span style="text-decoration: underline;">World War Z</span>, by Max Brooks.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Audible+Beta+for+Android+-+http://bit.ly/cExJAZ+%28via%40roadblock%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://imetandy.com/2010/06/09/audible-beta-for-android/&amp;t=Audible+Beta+for+Android" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://imetandy.com/2010/06/09/audible-beta-for-android/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://imetandy.com/2010/06/09/audible-beta-for-android/&amp;title=Audible+Beta+for+Android" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://imetandy.com/2010/06/09/audible-beta-for-android/&amp;title=Audible+Beta+for+Android" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://imetandy.com/2010/06/09/audible-beta-for-android/&amp;title=Audible+Beta+for+Android" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://imetandy.com/2010/06/09/audible-beta-for-android/&amp;title=Audible+Beta+for+Android" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://imetandy.com/2010/06/09/audible-beta-for-android/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://imetandy.com/2010/06/09/audible-beta-for-android/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://imetandy.com/2010/06/09/audible-beta-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relocate admin-bar in Buddypress</title>
		<link>http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/</link>
		<comments>http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 15:17:06 +0000</pubDate>
		<dc:creator>Andy Kraft</dc:creator>
				<category><![CDATA[How Tos]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://imetandy.com/?p=120</guid>
		<description><![CDATA[I decided to install and play with Buddypress this weekend. The first thing I wanted to do was move the admin-bar to the bottom of the page. Buddypress is still very young and I expect this to be a feature you can add with a simple click. To make things easy you might want a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I decided to install and play with Buddypress this weekend. The first thing I wanted to do was move the admin-bar to the bottom of the page. Buddypress is still very young and I expect this to be a feature you can add with a simple click.</p>
<p>To make things easy you might want a code editing program. This will add numbers for each line. It will make it super easy to find the right code to change. I recommend <a title="Notepad++" href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a> on the PC and <a title="Espresso" href="http://macrabbit.com/espresso/" target="_blank">Espresso</a> on the Mac</p>
<p>First things first. If you havent already renamed your custom.css and site-wide.css file, we need to do that first.</p>
<p>You can find the files in <strong>Themes &gt; bphome &gt; CSS</strong></p>
<p>Rename <strong>custom-sample.css</strong> to <strong>custom.css</strong> and <strong>site-wide-sample.css</strong> to <strong>site-wide.css</strong></p>
<p>This will activate a custom css for us to use without modding core files.</p>
<p>Using a code editing program (listed above) add this code to  <strong>site-wide.css</strong>:</p>
<p>/* Relocate Admin-Bar */<br />
body { padding-top: 0px !important; }<br />
#wp-admin-bar {<br />
bottom: 0 !important;<br />
position: fixed !important;<br />
top: auto !important;<br />
}<br />
#wp-admin-bar ul {<br />
bottom: 27px;<br />
}<br />
#wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul{<br />
bottom: auto;<br />
position: relative;<br />
}</p>
<p>/* END Relocate Admin-bar */</p>
<p>You should have a fully functioning admin-bar at the bottom of the page.</p>
<p>This will not break when you update!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Relocate+admin-bar+in+Buddypress+-+http://bit.ly/cQhMDI+%28via%40roadblock%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/&amp;t=Relocate+admin-bar+in+Buddypress" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/&amp;title=Relocate+admin-bar+in+Buddypress" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/&amp;title=Relocate+admin-bar+in+Buddypress" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/&amp;title=Relocate+admin-bar+in+Buddypress" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/&amp;title=Relocate+admin-bar+in+Buddypress" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://imetandy.com/2009/07/27/relocate-admin-bar-in-buddypress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Upgrade Ipod Touch to Firmware 3.0 for FREE!</title>
		<link>http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/</link>
		<comments>http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 19:21:40 +0000</pubDate>
		<dc:creator>Andy Kraft</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://imetandy.com/?p=111</guid>
		<description><![CDATA[Like most people with a first generation Ipod touch, I was feeling a little left out with the cool features in Version 3.0. Not to mention it costs us a cool $10 but its free for everyone else. Heres a simple way to upgrade your Ipod touch without paying Apple a cent. How to Upgrade [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Like most people with a first generation Ipod touch, I was feeling a little left out with the cool features in Version 3.0. Not to mention it costs us a cool $10 but its free for everyone else. Heres a simple way to upgrade your Ipod touch without paying Apple a cent.</p>
<p><strong>How to Upgrade or Update iPod Touch to OS 3.0 Firmware For Free</strong></p>
<p>   1. Download and install iTunes 8.2 or higher version.<br />
   2. Download iPod Touch 2G OS firmware 3.0 Apple Device Software Update IPSW file, First gen Ipods <a href="http://depositfiles.com/files/31e9ozq1i">HERE</a> and Second gen <a href="http://depositfiles.com/files/tm4v1kl8k">HERE</a><br />
   3. Plug in and connect the iPod Touch to computer.<br />
   4. Run iTunes 8.2 or higher.<br />
   5. Select the iPod Touch from Devices list.<br />
   6. Optional but recommended, take a backup of the iPod in case of accidental file lost.</p>
<p>   7. Now there are two ways to update iPod Touch. For user who want to clean and fresh upgrade the iPod Touch, without retaining any existing songs, musics, videos, movies, apps and other media or data files on iPod Touch (mean you will be losing all files stored on iPod Touch), follows these steps:</p>
<p>         1. In Windows environment, press and hold <strong>Shift</strong> key and left click Restore.</p>
<p>            In Mac OS X system, press and hold <strong>Option</strong> key and left click Restore.</p>
<p>      For user who want to retain and save everything that has been uploaded and stored on iPod Touch or ensure that the media is untouched (not losing any files), follow these steps instead:</p>
<p>         1. On the iTunes main screen, there should be 2 options: “Check for update” and “Restore”. Click on Check for update.<br />
         2. A web page showing the iPod Touch OS firmware 3.0 features and offering option to buy for $9.99 will be loaded and shown. Click on Cancel.<br />
         3. iTunes will return to the previous iPod Touch main page. However, the “Check for update” option has now been change to “Update.<br />
         4. In Windows environment, press and hold <strong>Shift</strong> key and left click Update.</p>
<p>            In Mac OS X system, press and hold <strong>Option</strong> key and left click Update.</p>
<p>   8. Locate and select iPod Touch OS 3.0 Apple Device Software Update IPSW file downloaded in step above.<br />
   9. The update process will start. iPod may reboot a few times. Do not disconnect iPod Touch until iTunes has completed updating iPod Touch.<br />
  10. Once upgrading is done, the iPod Touch will be on OS firmware 3.0, for free without any cent been paid.<br />
  11. Optionally, if you have choose to restore iPod Tunes to firmware OS software 3.0 at factory default, iTunes will offer option to either create a new iPod or restore it from backup. For user already created a backup of iPod, just restore the date files to upgraded iPod Touch.</p>
<p>Note: If there is an error when iTunes attempts to recognize iPod Touch, just unplug and plug the iPod back in again.</p>
<p>Originally found on <a href="http://mydigitallife.info/">mydigitallife.info</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Upgrade+Ipod+Touch+to+Firmware+3.0+for+FREE%21+-+http://bit.ly/9XRuoT+%28via%40roadblock%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/&amp;t=Upgrade+Ipod+Touch+to+Firmware+3.0+for+FREE%21" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/&amp;title=Upgrade+Ipod+Touch+to+Firmware+3.0+for+FREE%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/&amp;title=Upgrade+Ipod+Touch+to+Firmware+3.0+for+FREE%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/&amp;title=Upgrade+Ipod+Touch+to+Firmware+3.0+for+FREE%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/&amp;title=Upgrade+Ipod+Touch+to+Firmware+3.0+for+FREE%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://imetandy.com/2009/07/17/upgrade-ipod-touch-to-firmware-30-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Panorama-mania</title>
		<link>http://imetandy.com/2009/06/19/panorama-mania/</link>
		<comments>http://imetandy.com/2009/06/19/panorama-mania/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 13:15:56 +0000</pubDate>
		<dc:creator>Andy Kraft</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://imetandy.com/?p=94</guid>
		<description><![CDATA[If your photography needs a little pick-me-up, consider panoramic. Panoramic views are eye-catching and breathtaking, but they aren’t for every situation. However, there are many situations that cry out for a panoramic view. Stadiums, skylines, stages, group portraits, architecture, and nature scenes tend to be the most popular subjects. You don’t have to run out [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If your photography needs a little pick-me-up, consider panoramic.</p>
<p>Panoramic views are eye-catching and breathtaking, but they aren’t for every<br />
situation. However, there are many situations that cry out for a panoramic view.<br />
Stadiums, skylines, stages, group portraits, architecture, and nature scenes tend<br />
to be the most popular subjects.</p>
<p>You don’t have to run out and buy more equipment. The camera you have will<br />
work just fine. Instead you can use photo stitching in Photoshop CS3. Its<br />
surprisingly simple and extremely powerful.</p>
<p>Step 1: Taking the pictures<br />
Configure your camera to capture all photos identically, and take the photos in a<br />
sequence. You want to take the photos scanning from side to side staying with<br />
the horizon. Be sure to over lap your images by at least 20 percent.  Avoid<br />
scenes with moving objects.</p>
<p><img class="size-large wp-image-59 alignnone" src="http://www.northcountrytrail.org/tech/wp-content/uploads/2009/05/panoindividual-1024x168.jpg" alt="panoindividual" width="540" height="88" /></p>
<p style="text-align: left">Step 2: Import<br />
Open Photoshop, click file &gt; Automate &gt; Photomerge. On the left change your<br />
layout to Cylindrical. On the right chose Browse and navigate to your images.<br />
Once you have your images selected click OK and go grab a coffee, order pizza<br />
or whatever you want while you let your computer do all the hard work.</p>
<p style="text-align: left"><img class="size-full wp-image-64 alignnone" src="http://www.northcountrytrail.org/tech/wp-content/uploads/2009/05/photomerge.png" alt="photomerge" width="385" height="410" /></p>
<p style="text-align: left"><img class="size-full wp-image-67 alignnone" src="http://www.northcountrytrail.org/tech/wp-content/uploads/2009/05/photomerge-photos1.jpg" alt="photomerge-photos1" width="418" height="260" /></p>
<p style="text-align: left">Step 3: Edit<br />
All the hard work is done! You should be looking at a rough panoramic. Most, if<br />
not all of the time you are going to have to crop your image. All that is left to do is<br />
edit.</p>
<p style="text-align: left"><img class="size-full wp-image-68 alignnone" src="http://www.northcountrytrail.org/tech/wp-content/uploads/2009/05/robert_e_lee.jpg" alt="robert_e_lee" width="669" height="268" /></p>
<p style="text-align: left">Now that you have seen how easy it is to create a panoramic I hope you go out<br />
and play with panoramic yourself!</p>
<p>*This was done in Photoshop CS3, it might be different in any other version or<br />
software.</p>
<p>Please post any questions in the comments section and ill do my best to answer them.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Panorama-mania+-+http://bit.ly/c9SoKv+%28via%40roadblock%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://imetandy.com/2009/06/19/panorama-mania/&amp;t=Panorama-mania" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://imetandy.com/2009/06/19/panorama-mania/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://imetandy.com/2009/06/19/panorama-mania/&amp;title=Panorama-mania" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://imetandy.com/2009/06/19/panorama-mania/&amp;title=Panorama-mania" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://imetandy.com/2009/06/19/panorama-mania/&amp;title=Panorama-mania" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://imetandy.com/2009/06/19/panorama-mania/&amp;title=Panorama-mania" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://imetandy.com/2009/06/19/panorama-mania/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://imetandy.com/2009/06/19/panorama-mania/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://imetandy.com/2009/06/19/panorama-mania/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#039;t Lose your Data!</title>
		<link>http://imetandy.com/2009/06/15/dont-lose-your-data/</link>
		<comments>http://imetandy.com/2009/06/15/dont-lose-your-data/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 13:13:46 +0000</pubDate>
		<dc:creator>Andy Kraft</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://imetandy.com/?p=92</guid>
		<description><![CDATA[43% of people lose irreplaceable files every year. The price of hard drives have hit rock bottom. The amount of storage you can get on one hard drive is unreal. 5 years ago people couldn’t have imagined the size of hard drives now, not to mention the amazing prices.  With that being said, lets take [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>43% of people lose irreplaceable files every year.</strong></p>
<p>The price of hard drives have hit rock bottom. The amount of storage you can get on one hard drive is unreal. 5 years ago people couldn’t have imagined the size of hard drives now, not to mention the amazing prices.  With that being said, lets take a look at a few options to help you back up your data.</p>
<p>The 3 main groups of data backup are;</p>
<ul>
<li>Online</li>
<li>Redundant</li>
<li>External drives</li>
</ul>
<p>Taking a closer look at each, we will determine the differences and try to find the right fit for each situation.</p>
<p><strong>Online </strong></p>
<p>Online backup uses the Internet to move your data from your computer to an off-site location. Most companies will provide this service and include a small program to automatically backup your data. This is a nice option in case of your computer being lost, damaged or destroyed. Lets say your computer burns up in a house fire. Your data would have been moved to a separate location for you to retrieve later.</p>
<p><strong><a title="carbonite" href="http://www.carbonite.com/" target="_blank">Carbonite</a> &#8211; </strong>$54.95 a year</p>
<ul>
<li>Free Trial</li>
<li>Unlimited backup space</li>
<li>Small program on your computer for automatic backup</li>
<li>Secure</li>
<li>File recovery is only a few clicks.</li>
<li>Mac and Windows</li>
</ul>
<p>Carbonite is easy to setup. When installing. it has visual and voice instructions. Once installed you basically forget it. It will run when your computer is idle to keep from slowing your computer down. Carbonite is a great option if you want dead simple data backup.</p>
<p><a title="mozy" href="https://mozy.com/" target="_blank"><strong>Mozy</strong></a></p>
<ul>
<li>2 gb online backup free</li>
<li>unlimited backup 4.95 a month</li>
<li>Mac and Windows</li>
<li>Secure</li>
<li>Small program for automatic backup</li>
</ul>
<p>Mozy doesn’t offer a free trial like Carbonite. Instead they offer 2gb of free backup. This is enough for most home users.</p>
<p><a href="https://www.getdropbox.com/" target="_blank">Dropbox</a></p>
<ul>
<li>2gb free, 3gb with referral program more space can be purchased</li>
<li>Sync files between multiple computers in real time</li>
<li>web based access</li>
</ul>
<p>Dropbox is a different kind of backup. Dropbox basically sets up a folder on your computer that syncs online. You can also sync the folders between multiple accounts. Easy to use, fast and secure drop box is one of my favorite tools.</p>
<p><strong>Redundant backup</strong></p>
<p>Just like it sounds, your data gets backed up in multiple places. This is the best way to make sure you don’t lose any data. The only problem is a fire could take out all your data because its all in one place.</p>
<p><strong>Raid</strong></p>
<p>Im not going to get into raid options or talk much about it. Raid is highly used for redundant backup. However, its not the easiest to setup keeping a firm footing in the geek realm. Read more about RAID <a title="raid" href="http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks" target="_blank">HERE</a></p>
<p><a title="drobo" href="http://www.drobo.com/" target="_blank"><strong>DROBO</strong></a> starting at $499</p>
<ul>
<li>Total backup</li>
<li>Redundant across multiple drives</li>
<li>Easy to manage</li>
<li>Software included</li>
<li>Automatic</li>
<li>Use your own drives</li>
</ul>
<p>A DROBO is sorta like raid. It saves data across multiple hard drives. Unlike raid you don’t need to set anything up. You can use any hard drive size, make and model you want. If a drive goes bad, the light turns red. Pull out the old drive and replace with a new one, the DROBO will do the rest.</p>
<p><strong>External Drives</strong></p>
<ul>
<li>Cheap</li>
<li>Fast</li>
<li>Easy</li>
</ul>
<p>External Hardrives have been around for many years. They are a great option and available all over. You can get HUGE externals for almost nothing. They typically don&#8217;t have a software option for automatic backup. However, I like <a title="toysync" href="http://www.mydigitallife.info/2007/12/29/download-synctoy-20-beta-free-synchronization-utility/" target="_blank">toysync</a> from Microsoft. It will automate the process.</p>
<p>Please post any questions in the comments section and ill do my best to answer them.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Don%26%2339%3Bt+Lose+your+Data%21+-+http://bit.ly/ddUjrP+%28via%40roadblock%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://imetandy.com/2009/06/15/dont-lose-your-data/&amp;t=Don%26%2339%3Bt+Lose+your+Data%21" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://imetandy.com/2009/06/15/dont-lose-your-data/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://imetandy.com/2009/06/15/dont-lose-your-data/&amp;title=Don%26%2339%3Bt+Lose+your+Data%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://imetandy.com/2009/06/15/dont-lose-your-data/&amp;title=Don%26%2339%3Bt+Lose+your+Data%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://imetandy.com/2009/06/15/dont-lose-your-data/&amp;title=Don%26%2339%3Bt+Lose+your+Data%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://imetandy.com/2009/06/15/dont-lose-your-data/&amp;title=Don%26%2339%3Bt+Lose+your+Data%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://imetandy.com/2009/06/15/dont-lose-your-data/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://imetandy.com/2009/06/15/dont-lose-your-data/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://imetandy.com/2009/06/15/dont-lose-your-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What camera is right for me? Part-3.SLRs</title>
		<link>http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/</link>
		<comments>http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 13:22:31 +0000</pubDate>
		<dc:creator>Andy Kraft</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://imetandy.com/?p=102</guid>
		<description><![CDATA[If you have read part 1 and part 2 but didn’t find what your looking for, then your in the right place! Welcome to the exciting and costly world of Digital SLRs! This is by far my favorite camera category. Two main players in this category have set themselves apart from the rest; Canon and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you have read part 1 and part 2 but didn’t find what your looking for, then your in the right place! Welcome to the exciting and costly world of Digital SLRs! This is by far my favorite camera category.</p>
<p>Two main players in this category have set themselves apart from the rest; Canon and Nikon! When purchasing a DSLR you have to keep in mind one thing…Your not buying a camera, your buying a camera system. I say this because DSLRs don’t have fixed lenses. That means you can swap out a certain lens for another, example; a close range 50mm for inside pictures swapped out with a 80-300mm zoom lens for wildlife pictures. Each manufacturer uses its own mounting system. A Nikon lens would not work on a Canon camera. When you buy a camera and then buy a bunch of lenses, you want to make use of those lenses if you upgrade to a newer camera.</p>
<p>What does SLR mean? Short version: uses a mechanical mirror system and pentaprism to direct light from the lens to an optical viewfinder on the back of the camera. Read more <a title="slr" href="http://en.wikipedia.org/wiki/Digital_single-lens_reflex_camera" target="_blank">HERE</a></p>
<p>When it comes to DSLRs the lens is more important than the Camera body. You can get great photos with a good lens and a lesser body. The versus; a bad lens and a great body will not produce great image quality. Most DSLRs come with a 17-50mm lens. Most of the time the lens that comes with the camera is not worth much. Exception is the new canon 17-50mm IS lens, its not horrible.</p>
<p>We are gonna start with the entry level cameras for both Nikon and Canon.</p>
<p><strong>Canon Rebel XTI</strong> <em>(the XSI replaces the XTI and is also a great camera) </em>- <span class="overview_text">The Canon EOS Digital Rebel XTi offers an unbeatable combination of performance, ease-of-use and value. It has a newly designed 10.1 MP Canon CMOS sensor plus a host of new features including a 2.5-inch LCD monitor, the exclusive EOS Integrated Cleaning System featuring a Self Cleaning Sensor and Canon’s Picture Style technology, all in a lightweight, ergonomic body. The Digital Rebel XTi is proof positive that Canon continues to lead the way with their phenomenal digital SLRs. </span></p>
<ul>
<li><span class="overview_text">2.5 inch LCD</span></li>
<li><span class="overview_text">10.1 mega pixels</span></li>
<li><span class="overview_text">A whole slew of picture settings</span></li>
<li><span class="overview_text">RAW support<br />
</span></li>
</ul>
<p><img class="aligncenter" src="http://a.img-dpreview.com/reviews/CanonEOS400D/Images/frontview-001.jpg" alt="" width="194" height="157" /></p>
<p><strong>Nikon D80</strong> &#8211; For passionate photographers a D-SLR with a 10.2-MP DX-Format CCD, Nikon’s high-resolution Image Processing Engine and 3 fps continuous firing. Typically Nikon has better low light performance. I personally use Canon so I cant say either way.</p>
<ul>
<li>10.2 megapixel</li>
<li>Instant 0.18 sec. start-up with fast 80ms shutter response</li>
<li>2.5 inch LCD</li>
<li>11 Auto focus points</li>
</ul>
<p><img class="aligncenter" src="http://a.img-dpreview.com/reviews/NikonD80/Images/frontview-001.jpg" alt="" width="194" height="159" /></p>
<p>Both of these cameras are designed to be your 1st DSLR. All Canon and Nikon DSLRs take GREAT pictures. In the future ill talk about camera lenses and what you should be looking for.</p>
<p>To compare more cameras a great site to visit is <a title="dpreview" href="http://www.dpreview.com/" target="_blank">DPreview</a>.</p>
<p>A Great place to rent expensive lenses is <a title="lens rental" href="http://www.lensrentals.com/" target="_blank">lensrental.com</a></p>
<p>Please post any questions in the comments section and ill do my best to answer them.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=What+camera+is+right+for+me%3F+Part-3.SLRs+-+http://bit.ly/ceHOMh+%28via%40roadblock%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/&amp;t=What+camera+is+right+for+me%3F+Part-3.SLRs" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/&amp;title=What+camera+is+right+for+me%3F+Part-3.SLRs" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/&amp;title=What+camera+is+right+for+me%3F+Part-3.SLRs" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/&amp;title=What+camera+is+right+for+me%3F+Part-3.SLRs" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/&amp;title=What+camera+is+right+for+me%3F+Part-3.SLRs" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://imetandy.com/2009/06/12/what-camera-is-right-for-me-part-3slrs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
