<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Chris Pirillo &#187; iphone</title>
	<atom:link href="http://chris.pirillo.com/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris.pirillo.com</link>
	<description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description>
	<lastBuildDate>Mon, 23 Nov 2009 07:06:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>chris@pirillo.com ()</managingEditor>
		<webMaster>chris@pirillo.com()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>chris@pirillo.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Chris Pirillo</title>
			<link>http://chris.pirillo.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>How to Make an iPhone App</title>
		<link>http://chris.pirillo.com/how-to-make-an-iphone-app/</link>
		<comments>http://chris.pirillo.com/how-to-make-an-iphone-app/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 04:25:10 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[app-store]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone-app]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[make-app]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=15730</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/">How to Make an iPhone App</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p><a href="http://www.youtube.com/xcod3tutorials"><strong>Anthony</strong></a> saw my call for screencasters, and stepped up to the plate. He has created an amazing tutorial for all of you would-be iPhone devs out there! In this screencast, he will show you how to get started, and walk you through creating a simple iPhone App of your very own! It&#8217;s not too late for you to <a href="http://go.tagjag.com/screencast"><strong>submit a screencast</strong></a> to be uploaded to our channels. Click on the link at the beginning of this description for more information. </p>
<p>First, you&#8217;ll need to head over to <a href="http://developer.apple.com/"><strong>Apple&#8217;s Dev Center</strong></a> and download the <a href="http://developer.apple.com/iphone/login.action"><strong>SDK</strong></a>. This includes the Xcode IDE, iPhone simulator, and a suite of additional tools for developing applications for iPhone and iPod touch. You do not need to buy a developer account &#8211; you can use a free one to start with. If you are interested in submitting something to the App Store at some point, you can then look at the membership options. </p>
<p>To create a new iPhone application, you start by creating a new project in Xcode. A project manages all of the information associated with your application, including the source files, build settings, and rules needed to put all of the pieces together. The Groups and Files list is where you manage the files in your project, including your source files and the build targets that are created from those source files. The toolbar gives you access to commonly used tools and commands while the details pane provides a configurable space for working on your project. </p>
<p>The Interface Builder is the next component you will need. It&#8217;s the tool that you&#8217;ll use to make your App user interface. Using this tool, you&#8217;ll assemble your App&#8217;s window by dragging and dropping preconfigured components into it. These include standard things like switches, text fields and buttons. Once you put them on the window&#8217;s surface, you can move them around, configure them and establish how these interact with your code. </p>
<p>The iPhone Simulator is used to test your App, so that you don&#8217;t have to use an actual iPhone. This will save you a load of time, and is very easy to use. </p>
<p>It&#8217;s not as difficult to create an iPhone App as you may have thought. With patience and time, anyone can learn how to do these. Once you create something unique that others may want to have, you&#8217;ll be able to start earning money on the App Store. </p>
<p>Thanks to Anthony for the excellent tutorial&#8230; and good luck to all of you budding iPhone developers!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1934356255/lockergnome'>iPhone SDK Development (The Pragmatic Programmers)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470487372/lockergnome'>iPhone Application Development For Dummies (For Dummies (Computers))</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0071626492/lockergnome'>iPhone SDK Programming, A Beginner&#8217;s Guide</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-HowToMakeAnIPhoneApp130.mov">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li>
<li><a href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/" title="Why is the iPhone SDK Important?">Why is the iPhone SDK Important?</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li>
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/" title="Can You Teach an Old Dog New Tricks on the iPhone?">Can You Teach an Old Dog New Tricks on the iPhone?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/">How to Make an iPhone App</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p><a href="http://www.youtube.com/xcod3tutorials"><strong>Anthony</strong></a> saw my call for screencasters, and stepped up to the plate. He has created an amazing tutorial for all of you would-be iPhone devs out there! In this screencast, he will show you how to get started, and walk you through creating a simple iPhone App of your very own! It&#8217;s not too late for you to <a href="http://go.tagjag.com/screencast"><strong>submit a screencast</strong></a> to be uploaded to our channels. Click on the link at the beginning of this description for more information. </p>
<p>First, you&#8217;ll need to head over to <a href="http://developer.apple.com/"><strong>Apple&#8217;s Dev Center</strong></a> and download the <a href="http://developer.apple.com/iphone/login.action"><strong>SDK</strong></a>. This includes the Xcode IDE, iPhone simulator, and a suite of additional tools for developing applications for iPhone and iPod touch. You do not need to buy a developer account &#8211; you can use a free one to start with. If you are interested in submitting something to the App Store at some point, you can then look at the membership options. </p>
<p>To create a new iPhone application, you start by creating a new project in Xcode. A project manages all of the information associated with your application, including the source files, build settings, and rules needed to put all of the pieces together. The Groups and Files list is where you manage the files in your project, including your source files and the build targets that are created from those source files. The toolbar gives you access to commonly used tools and commands while the details pane provides a configurable space for working on your project. </p>
<p>The Interface Builder is the next component you will need. It&#8217;s the tool that you&#8217;ll use to make your App user interface. Using this tool, you&#8217;ll assemble your App&#8217;s window by dragging and dropping preconfigured components into it. These include standard things like switches, text fields and buttons. Once you put them on the window&#8217;s surface, you can move them around, configure them and establish how these interact with your code. </p>
<p>The iPhone Simulator is used to test your App, so that you don&#8217;t have to use an actual iPhone. This will save you a load of time, and is very easy to use. </p>
<p>It&#8217;s not as difficult to create an iPhone App as you may have thought. With patience and time, anyone can learn how to do these. Once you create something unique that others may want to have, you&#8217;ll be able to start earning money on the App Store. </p>
<p>Thanks to Anthony for the excellent tutorial&#8230; and good luck to all of you budding iPhone developers!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1934356255/lockergnome'>iPhone SDK Development (The Pragmatic Programmers)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470487372/lockergnome'>iPhone Application Development For Dummies (For Dummies (Computers))</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0071626492/lockergnome'>iPhone SDK Programming, A Beginner&#8217;s Guide</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-HowToMakeAnIPhoneApp130.mov">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li>
<li><a href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/" title="Why is the iPhone SDK Important?">Why is the iPhone SDK Important?</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li>
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/" title="Can You Teach an Old Dog New Tricks on the iPhone?">Can You Teach an Old Dog New Tricks on the iPhone?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/how-to-make-an-iphone-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-HowToMakeAnIPhoneApp130.mov" length="89519619" type="video/quicktime" />
		</item>
		<item>
		<title>BeBot!</title>
		<link>http://chris.pirillo.com/bebot/</link>
		<comments>http://chris.pirillo.com/bebot/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 19:46:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[app-store]]></category>
		<category><![CDATA[bebot]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod-touch]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[synth]]></category>
		<category><![CDATA[synthesizer]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=14671</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/bebot/">BeBot!</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/Q1eSXeQ2jkY&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Q1eSXeQ2jkY&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>Is this not the cutest thing ever? <a href="http://go.tagjag.com/bebot">BeBot</a> is a Robot Voice Synthesizer. Everyone needs one of these, I&#8217;m telling you. Not only is it probably one of the better synth apps out there, the cute little robot graphics are just awesome. The App designer, Robert, knew that he had to go a step further before releasing his Synth App &#8211; so he enlisted a graphic designer to help. </p>
<p>Bebot is an adorable little thing who lives inside a $2.00 iPhone App. He responds to multitouch with a variety of chirps and whirrs. He even has autotune &#8211; just like pop stars use! </p>
<p>You know you&#8217;ve wasted far more than two bucks on Apps you ended up hating, right? Go ahead &#8211; spend the money to grab BeBot for yourself. You&#8217;re going to be like me, and occupy yourself with it for hours on end. Heck, you might actually even smile!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AOZ8H0/lockergnome'>Hijack (Nova) [Vinyl LP] [German Import]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001PI9ZQ6/lockergnome'>We&#8217;ve Got a Time Machine</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-BeBot777.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/Q1eSXeQ2jkY&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/Q1eSXeQ2jkY&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/has-the-iphone-game-experience-plateaued/" title="Has the iPhone Game Experience Plateaued?">Has the iPhone Game Experience Plateaued?</a></li>
<li><a href="http://chris.pirillo.com/how-to-chat-on-the-iphone-or-ipod-touch/" title="How to Chat on the iPhone or iPod Touch">How to Chat on the iPhone or iPod Touch</a></li>
<li><a href="http://chris.pirillo.com/how-to-do-crayon-physics-on-the-iphone/" title="How to Do Crayon Physics on the iPhone">How to Do Crayon Physics on the iPhone</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/" title="Can You Teach an Old Dog New Tricks on the iPhone?">Can You Teach an Old Dog New Tricks on the iPhone?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/bebot/">BeBot!</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/Q1eSXeQ2jkY&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Q1eSXeQ2jkY&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>Is this not the cutest thing ever? <a href="http://go.tagjag.com/bebot">BeBot</a> is a Robot Voice Synthesizer. Everyone needs one of these, I&#8217;m telling you. Not only is it probably one of the better synth apps out there, the cute little robot graphics are just awesome. The App designer, Robert, knew that he had to go a step further before releasing his Synth App &#8211; so he enlisted a graphic designer to help. </p>
<p>Bebot is an adorable little thing who lives inside a $2.00 iPhone App. He responds to multitouch with a variety of chirps and whirrs. He even has autotune &#8211; just like pop stars use! </p>
<p>You know you&#8217;ve wasted far more than two bucks on Apps you ended up hating, right? Go ahead &#8211; spend the money to grab BeBot for yourself. You&#8217;re going to be like me, and occupy yourself with it for hours on end. Heck, you might actually even smile!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AOZ8H0/lockergnome'>Hijack (Nova) [Vinyl LP] [German Import]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001PI9ZQ6/lockergnome'>We&#8217;ve Got a Time Machine</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-BeBot777.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/Q1eSXeQ2jkY&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/Q1eSXeQ2jkY&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/has-the-iphone-game-experience-plateaued/" title="Has the iPhone Game Experience Plateaued?">Has the iPhone Game Experience Plateaued?</a></li>
<li><a href="http://chris.pirillo.com/how-to-chat-on-the-iphone-or-ipod-touch/" title="How to Chat on the iPhone or iPod Touch">How to Chat on the iPhone or iPod Touch</a></li>
<li><a href="http://chris.pirillo.com/how-to-do-crayon-physics-on-the-iphone/" title="How to Do Crayon Physics on the iPhone">How to Do Crayon Physics on the iPhone</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/" title="Can You Teach an Old Dog New Tricks on the iPhone?">Can You Teach an Old Dog New Tricks on the iPhone?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/bebot/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-BeBot777.mp4" length="130947820" type="video/mp4" />
		</item>
		<item>
		<title>Air Hockey!</title>
		<link>http://chris.pirillo.com/air-hockey/</link>
		<comments>http://chris.pirillo.com/air-hockey/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 21:05:44 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[air-hockey]]></category>
		<category><![CDATA[app-store]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone-game]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=14608</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/air-hockey/">Air Hockey!</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/QnqzMS3rinw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QnqzMS3rinw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I was in the middle of getting my tail kicked on this game when I recorded this game. This is an <a href="http://go.tagjag.com/airhockey">air hockey game for the iPhone</a>. It&#8217;s addictive &#8211; even if I&#8217;m not any good at it! There are several different air hockey games available, so take your pick. You can play them against the computer, or against friends. </p>
<p>I enjoy playing against myself. It&#8217;s quite fun to kick my own ass, seriously! I actually did lose to myself at the end of this video. I told you it was coming!</p>
<p>If you have other cool iPhone Apps and games that you know of, just shoot me an email. I&#8217;ll be happy to take a look at it. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-AirHockey215.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/QnqzMS3rinw&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/QnqzMS3rinw&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/what-are-the-best-and-worst-iphone-3g-apps/" title="What are the Best and Worst iPhone 3G Apps?">What are the Best and Worst iPhone 3G Apps?</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/" title="Can You Teach an Old Dog New Tricks on the iPhone?">Can You Teach an Old Dog New Tricks on the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-your-room-smell-like-an-iphone/" title="How to Make Your Room Smell Like an iPhone">How to Make Your Room Smell Like an iPhone</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/air-hockey/">Air Hockey!</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/QnqzMS3rinw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QnqzMS3rinw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I was in the middle of getting my tail kicked on this game when I recorded this game. This is an <a href="http://go.tagjag.com/airhockey">air hockey game for the iPhone</a>. It&#8217;s addictive &#8211; even if I&#8217;m not any good at it! There are several different air hockey games available, so take your pick. You can play them against the computer, or against friends. </p>
<p>I enjoy playing against myself. It&#8217;s quite fun to kick my own ass, seriously! I actually did lose to myself at the end of this video. I told you it was coming!</p>
<p>If you have other cool iPhone Apps and games that you know of, just shoot me an email. I&#8217;ll be happy to take a look at it. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-AirHockey215.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/QnqzMS3rinw&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/QnqzMS3rinw&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/what-are-the-best-and-worst-iphone-3g-apps/" title="What are the Best and Worst iPhone 3G Apps?">What are the Best and Worst iPhone 3G Apps?</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/" title="Can You Teach an Old Dog New Tricks on the iPhone?">Can You Teach an Old Dog New Tricks on the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-your-room-smell-like-an-iphone/" title="How to Make Your Room Smell Like an iPhone">How to Make Your Room Smell Like an iPhone</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/air-hockey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-AirHockey215.mp4" length="25152314" type="video/mp4" />
		</item>
		<item>
		<title>How to Enjoy Your iPod / iPhone without Holding It</title>
		<link>http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/</link>
		<comments>http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 05:35:58 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[inyourface]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone-holder]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[ipod-case]]></category>
		<category><![CDATA[ipod-holder]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/">How to Enjoy Your iPod / iPhone without Holding It</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/39yshVWpVBI&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/39yshVWpVBI&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>It&#8217;s time to let go! Actually, it&#8217;s time to put your iPhone (or iPod) <a href="http://go.tagjag.com/inyourface">In Your Face</a>. Sure, you could keep holding your iPhone and give your fingers cramps. Or, you can grab yourself an In Your Face viewcase, and free those fingers up for other things &#8211; such as drumming on your desk!</p>
<p>The top clamp is spring loaded, so it will allow your iPhone to fit nicely, whether or not you have a protective case on it. This holder is perfect for hands-free video viewing, or even normal phone usage/talking. It can attach to virtually any surface, including your desk, and airplane tray table, or even your monitor at work! </p>
<p>I don&#8217;t know about you, but I get tired of having to hold my phone. And, I don&#8217;t like having to remove the case in order to use other types of holders. The In Your Face holder lets me use my iPhone&#8230; and be doing something else with my hands. Talk about multi-tasking! I can talk on my phone and still continue to type whenever I need to. </p>
<p>If you need a holder for your iPhone or iPod Touch &#8211; or even if you don&#8217;t know you need one yet &#8211; this is definitely one you want to check out. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001Q6GU7Y/lockergnome'>IN YOUR FACE viewbase flexible holder for iPhone</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code, or <a href="http://blip.tv/file/get/L0ckergn0me-HowToEnjoyYourIPodiPhoneWithoutHavingToHoldIt252.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/39yshVWpVBI&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/39yshVWpVBI&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/" title="Could all of Life&#8217;s Conveniences be Killing Us?">Could all of Life&#8217;s Conveniences be Killing Us?</a></li>
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li>
<li><a href="http://chris.pirillo.com/whats-the-best-ipod-speaker/" title="What&#8217;s the Best iPod Speaker?">What&#8217;s the Best iPod Speaker?</a></li>
<li><a href="http://chris.pirillo.com/how-to-charge-your-iphone/" title="How to Charge Your iPhone">How to Charge Your iPhone</a></li>
<li><a href="http://chris.pirillo.com/how-to-transfer-music-video-photos-from-an-ipod-iphone/" title="How to Transfer Music, Video, Photos from an iPod / iPhone">How to Transfer Music, Video, Photos from an iPod / iPhone</a></li>
<li><a href="http://chris.pirillo.com/whats-new-in-iphone-os-30/" title="What&#8217;s New in iPhone OS 3.0?">What&#8217;s New in iPhone OS 3.0?</a></li>
<li><a href="http://chris.pirillo.com/how-to-watch-tv-on-the-ipod-iphone/" title="How to Watch TV on the iPod / iPhone">How to Watch TV on the iPod / iPhone</a></li>
<li><a href="http://chris.pirillo.com/how-to-record-audio-on-an-iphone/" title="How to Record Audio on an iPhone">How to Record Audio on an iPhone</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/">How to Enjoy Your iPod / iPhone without Holding It</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/39yshVWpVBI&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/39yshVWpVBI&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>It&#8217;s time to let go! Actually, it&#8217;s time to put your iPhone (or iPod) <a href="http://go.tagjag.com/inyourface">In Your Face</a>. Sure, you could keep holding your iPhone and give your fingers cramps. Or, you can grab yourself an In Your Face viewcase, and free those fingers up for other things &#8211; such as drumming on your desk!</p>
<p>The top clamp is spring loaded, so it will allow your iPhone to fit nicely, whether or not you have a protective case on it. This holder is perfect for hands-free video viewing, or even normal phone usage/talking. It can attach to virtually any surface, including your desk, and airplane tray table, or even your monitor at work! </p>
<p>I don&#8217;t know about you, but I get tired of having to hold my phone. And, I don&#8217;t like having to remove the case in order to use other types of holders. The In Your Face holder lets me use my iPhone&#8230; and be doing something else with my hands. Talk about multi-tasking! I can talk on my phone and still continue to type whenever I need to. </p>
<p>If you need a holder for your iPhone or iPod Touch &#8211; or even if you don&#8217;t know you need one yet &#8211; this is definitely one you want to check out. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001Q6GU7Y/lockergnome'>IN YOUR FACE viewbase flexible holder for iPhone</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code, or <a href="http://blip.tv/file/get/L0ckergn0me-HowToEnjoyYourIPodiPhoneWithoutHavingToHoldIt252.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/39yshVWpVBI&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/39yshVWpVBI&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/" title="Could all of Life&#8217;s Conveniences be Killing Us?">Could all of Life&#8217;s Conveniences be Killing Us?</a></li>
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li>
<li><a href="http://chris.pirillo.com/whats-the-best-ipod-speaker/" title="What&#8217;s the Best iPod Speaker?">What&#8217;s the Best iPod Speaker?</a></li>
<li><a href="http://chris.pirillo.com/how-to-charge-your-iphone/" title="How to Charge Your iPhone">How to Charge Your iPhone</a></li>
<li><a href="http://chris.pirillo.com/how-to-transfer-music-video-photos-from-an-ipod-iphone/" title="How to Transfer Music, Video, Photos from an iPod / iPhone">How to Transfer Music, Video, Photos from an iPod / iPhone</a></li>
<li><a href="http://chris.pirillo.com/whats-new-in-iphone-os-30/" title="What&#8217;s New in iPhone OS 3.0?">What&#8217;s New in iPhone OS 3.0?</a></li>
<li><a href="http://chris.pirillo.com/how-to-watch-tv-on-the-ipod-iphone/" title="How to Watch TV on the iPod / iPhone">How to Watch TV on the iPod / iPhone</a></li>
<li><a href="http://chris.pirillo.com/how-to-record-audio-on-an-iphone/" title="How to Record Audio on an iPhone">How to Record Audio on an iPhone</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-HowToEnjoyYourIPodiPhoneWithoutHavingToHoldIt252.mp4" length="99898805" type="video/mp4" />
		</item>
		<item>
		<title>Which Technology Do You Need When You Travel?</title>
		<link>http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/</link>
		<comments>http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 09:19:46 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Vacation]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[alltop]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[hawaii]]></category>
		<category><![CDATA[hawaiin-air]]></category>
		<category><![CDATA[honolulu]]></category>
		<category><![CDATA[hp-mini]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=14343</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/">Which Technology Do You Need When You Travel?</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/kN8J2174D2M&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kN8J2174D2M&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>After my trip to Hawaii, Traci was kind enough to interview another one of the local tech enthusiasts for me! <a href="http://twitter.com/neenz">Neenz</a> is the chief evangelist for <a href="http://alltop.com/">Alltop</a>, spreading the news about them to the World. Alltop is an “online magazine rack” of popular topics. They update the stories every hour. Pick a topic, and they deliver it to you 24/7. Their tagline is: <em>All the topics, all the time.</em>.</p>
<p>Traci noted during the early part of the interview that Neenz has such a sense of warmth surrounding her, which even comes across in her blog writing. Traci calls it the Aloha Spirit, and Neenz couldn&#8217;t agree more. To Neenz, the Aloha Spirit (also called love and/or friendship) is simply an action word. It&#8217;s something that you do, and that you show. You have to be sincere, even online. Be genuine, and transparent. </p>
<p>Neenz was instrumental in making my latest stay in Hawaii such an amazing one. She worked tirelessly helping to put together the Tweetups and other things I was able to do. I sincerely appreciate that! I had a great time, and am looking forward to going back again one day. </p>
<p>Just like with <a href="http://chris.pirillo.com/tech-in-hawaii/">Burt</a>, Neenz has definite opinions on what gadgets you need to pack when you travel. The first conference she went to, she massively over-packed. Her biggest piece of advice is to not do this! The main thing about a conference is to be comfortable. </p>
<p>She always makes sure she has her iPhone, including podcasts to watch on it while traveling. She also never forgets her <a href="http://www.amazon.com/exec/obidos/ASIN/B00166AEEE/lockergnome">Incase charger</a>, to help boost the battery life. She also brings her laptop and her <a href="http://www.amazon.com/exec/obidos/ASIN/B002BH4N12/lockergnome">HP Mini Netbook</a>. She likes to travel with the Mini because it&#8217;s so easy to grab while on the go in order to get things done. Lastly, Neenz brings along her <a href="http://www.amazon.com/exec/obidos/ASIN/B0000DBMKK/lockergnome">Logitech Quickcam Orbit</a>, so that she can stream (if allowed) what she&#8217;s watching through her website. </p>
<p>Now that Neenz has told all of you what tech she packs when she travels, how does her list match up with yours? What gadgets, gizmos and technology do you have to pack when you travel?</p>
<p>Once again, thanks to Neenz, Traci, <a href="http://twitter.com/flyhawaiian">Hawaiian Airlines</a> and everyone else who made my trip so memorable. For more information about travel in Hawaii, be sure to follow @flyhawaiian on Twitter. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002FH4Q6/lockergnome'>Official Video Guide To Oahu&#8217;s Premier Attractions &#8211; The Treasures of Hawaii</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000F4IEOA/lockergnome'>Explore Hawaii &#8211; A Travel Video Guide</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00005M2IE/lockergnome'>Hawaii [VHS]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000ZJTLO2/lockergnome'>The Best Places to Kiss: Hawaii</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0009F7LXK/lockergnome'>A Travelers Guide To The USA From A to Z &#038; Hawaii</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000ZJTMFU/lockergnome'>The Best Places to Kiss: Maui</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1841390178/lockergnome'>Rand McNally Oahu/Honolulu Popout Map</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002SVK4A/lockergnome'>Hawaii &#8211; Maui Town Map &#8211; Travel Guide</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002SVK86/lockergnome'>Hawaii &#8211; Oahu Town Map &#8211; Travel Guide</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001KXCBX0/lockergnome'>Lonely Planet Guide to Diving and Snorkeling Hawaii Book Scuba Dive Diver Divers Guide</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0971727996/lockergnome'>Maui Revealed: The Ultimate Guidebook (Maui  Revealed)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/097172797X/lockergnome'>Oahu Revealed: The Ultimate Guide to Honolulu, Waikiki &#038; Beyond (Oahu Revisited)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1400008336/lockergnome'>Fodor&#8217;s Hawaii 2010 (Full-Color Gold Guides)</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/kN8J2174D2M&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/kN8J2174D2M&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/downtown-hawaii-skyline/" title="Downtown Hawaii Skyline">Downtown Hawaii Skyline</a></li>
<li><a href="http://chris.pirillo.com/bird-is-the-word/" title="Bird is the Word">Bird is the Word</a></li>
<li><a href="http://chris.pirillo.com/what-technology-of-today-will-be-obsolete-tomorrow/" title="What Technology of Today Will be Obsolete Tomorrow?">What Technology of Today Will be Obsolete Tomorrow?</a></li>
<li><a href="http://chris.pirillo.com/tech-in-hawaii/" title="Tech in Hawaii">Tech in Hawaii</a></li>
<li><a href="http://chris.pirillo.com/what-does-hawaii-taste-like/" title="What Does Hawaii Taste Like?">What Does Hawaii Taste Like?</a></li>
<li><a href="http://chris.pirillo.com/hawaii-weather-is-beautiful-even-without-the-sun/" title="Hawaii Weather is Beautiful (Even Without the Sun!)">Hawaii Weather is Beautiful (Even Without the Sun!)</a></li>
<li><a href="http://chris.pirillo.com/wine-in-hawaii/" title="Wine in Hawaii">Wine in Hawaii</a></li>
<li><a href="http://chris.pirillo.com/top-5-reasons-i-could-live-in-hawaii/" title="Top 5 Reasons I Could Live in Hawaii">Top 5 Reasons I Could Live in Hawaii</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/wine-flight-pinot-chiante-cabernet/" title="Wine Flight: Pinot, Chiante, &#038; Cabernet">Wine Flight: Pinot, Chiante, &#038; Cabernet</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/">Which Technology Do You Need When You Travel?</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/kN8J2174D2M&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kN8J2174D2M&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>After my trip to Hawaii, Traci was kind enough to interview another one of the local tech enthusiasts for me! <a href="http://twitter.com/neenz">Neenz</a> is the chief evangelist for <a href="http://alltop.com/">Alltop</a>, spreading the news about them to the World. Alltop is an “online magazine rack” of popular topics. They update the stories every hour. Pick a topic, and they deliver it to you 24/7. Their tagline is: <em>All the topics, all the time.</em>.</p>
<p>Traci noted during the early part of the interview that Neenz has such a sense of warmth surrounding her, which even comes across in her blog writing. Traci calls it the Aloha Spirit, and Neenz couldn&#8217;t agree more. To Neenz, the Aloha Spirit (also called love and/or friendship) is simply an action word. It&#8217;s something that you do, and that you show. You have to be sincere, even online. Be genuine, and transparent. </p>
<p>Neenz was instrumental in making my latest stay in Hawaii such an amazing one. She worked tirelessly helping to put together the Tweetups and other things I was able to do. I sincerely appreciate that! I had a great time, and am looking forward to going back again one day. </p>
<p>Just like with <a href="http://chris.pirillo.com/tech-in-hawaii/">Burt</a>, Neenz has definite opinions on what gadgets you need to pack when you travel. The first conference she went to, she massively over-packed. Her biggest piece of advice is to not do this! The main thing about a conference is to be comfortable. </p>
<p>She always makes sure she has her iPhone, including podcasts to watch on it while traveling. She also never forgets her <a href="http://www.amazon.com/exec/obidos/ASIN/B00166AEEE/lockergnome">Incase charger</a>, to help boost the battery life. She also brings her laptop and her <a href="http://www.amazon.com/exec/obidos/ASIN/B002BH4N12/lockergnome">HP Mini Netbook</a>. She likes to travel with the Mini because it&#8217;s so easy to grab while on the go in order to get things done. Lastly, Neenz brings along her <a href="http://www.amazon.com/exec/obidos/ASIN/B0000DBMKK/lockergnome">Logitech Quickcam Orbit</a>, so that she can stream (if allowed) what she&#8217;s watching through her website. </p>
<p>Now that Neenz has told all of you what tech she packs when she travels, how does her list match up with yours? What gadgets, gizmos and technology do you have to pack when you travel?</p>
<p>Once again, thanks to Neenz, Traci, <a href="http://twitter.com/flyhawaiian">Hawaiian Airlines</a> and everyone else who made my trip so memorable. For more information about travel in Hawaii, be sure to follow @flyhawaiian on Twitter. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002FH4Q6/lockergnome'>Official Video Guide To Oahu&#8217;s Premier Attractions &#8211; The Treasures of Hawaii</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000F4IEOA/lockergnome'>Explore Hawaii &#8211; A Travel Video Guide</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00005M2IE/lockergnome'>Hawaii [VHS]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000ZJTLO2/lockergnome'>The Best Places to Kiss: Hawaii</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0009F7LXK/lockergnome'>A Travelers Guide To The USA From A to Z &#038; Hawaii</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000ZJTMFU/lockergnome'>The Best Places to Kiss: Maui</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1841390178/lockergnome'>Rand McNally Oahu/Honolulu Popout Map</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0971727996/lockergnome'>Maui Revealed: The Ultimate Guidebook (Maui  Revealed)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/097172797X/lockergnome'>Oahu Revealed: The Ultimate Guide to Honolulu, Waikiki &#038; Beyond (Oahu Revisited)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1400008336/lockergnome'>Fodor&#8217;s Hawaii 2010 (Full-Color Gold Guides)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001KXCBX0/lockergnome'>Lonely Planet Guide to Diving and Snorkeling Hawaii Book Scuba Dive Diver Divers Guide</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002SVK4A/lockergnome'>Hawaii &#8211; Maui Town Map &#8211; Travel Guide</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002SVK86/lockergnome'>Hawaii &#8211; Oahu Town Map &#8211; Travel Guide</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/kN8J2174D2M&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/kN8J2174D2M&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/downtown-hawaii-skyline/" title="Downtown Hawaii Skyline">Downtown Hawaii Skyline</a></li>
<li><a href="http://chris.pirillo.com/bird-is-the-word/" title="Bird is the Word">Bird is the Word</a></li>
<li><a href="http://chris.pirillo.com/what-technology-of-today-will-be-obsolete-tomorrow/" title="What Technology of Today Will be Obsolete Tomorrow?">What Technology of Today Will be Obsolete Tomorrow?</a></li>
<li><a href="http://chris.pirillo.com/tech-in-hawaii/" title="Tech in Hawaii">Tech in Hawaii</a></li>
<li><a href="http://chris.pirillo.com/what-does-hawaii-taste-like/" title="What Does Hawaii Taste Like?">What Does Hawaii Taste Like?</a></li>
<li><a href="http://chris.pirillo.com/hawaii-weather-is-beautiful-even-without-the-sun/" title="Hawaii Weather is Beautiful (Even Without the Sun!)">Hawaii Weather is Beautiful (Even Without the Sun!)</a></li>
<li><a href="http://chris.pirillo.com/wine-in-hawaii/" title="Wine in Hawaii">Wine in Hawaii</a></li>
<li><a href="http://chris.pirillo.com/top-5-reasons-i-could-live-in-hawaii/" title="Top 5 Reasons I Could Live in Hawaii">Top 5 Reasons I Could Live in Hawaii</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/wine-flight-pinot-chiante-cabernet/" title="Wine Flight: Pinot, Chiante, &#038; Cabernet">Wine Flight: Pinot, Chiante, &#038; Cabernet</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is the Ultimate Portable Console Emulator?</title>
		<link>http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/</link>
		<comments>http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 22:12:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[DS]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[game-emulator]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[nintendo]]></category>
		<category><![CDATA[psp]]></category>
		<category><![CDATA[wiz]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=14190</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/">What is the Ultimate Portable Console Emulator?</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/Y9xY1mCuUCA&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Y9xY1mCuUCA&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I&#8217;ve done videos about the Nintendo DS, the Sony PSP, and even the iPhone. I&#8217;m not a gamer, even though I like to play games. I also love gadgets and gizmos as you know. I have here a portable device that allows you to play games, record your voice, watch video and even comes with a calendar! I bet you&#8217;re wondering now what it is, aren&#8217;t you? </p>
<p><a href="http://go.tagjag.com/wiz">The Wiz</a> lets you run Atari ST games, Commodore 64, NES, SNES, Gameboy, Gameboy Advance, NeoGeo, Flash Games and more too numerous to mention. The Wiz can do a host of other useful things besides gaming. It can play video files including MPEG4, Xvid and DIVX. You even get a built-in e-book reader!</p>
<p>The Wiz does not come with any emulator software or game roms pre-installed. When you first unbox the Wiz, you can play the built-in Flash games, but that&#8217;s all. You have to download the free emulator for the console or system you want to emulate. Then you have to unzip the software for it and copy it to an SD card. Don&#8217;t forget to include some game roms, or you&#8217;ll have nothing to play!</p>
<p>If you want bragging rights, let your friends pull out their PSP or DS. You can whip out a Wiz and play something that is totally over the top. You know you want one! You have to have it!!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00002SV5B/lockergnome'>bleem!</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00002SSSF/lockergnome'>Virtual Game Station</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EWHIEE/lockergnome'>Renegade Battle for Jacob&#8217;s Star: IBM Cd-rom By SSI</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002OCAA3O/lockergnome'>Dingoo Digitial A-320 A320 Emulator Game Console MP3 MP4 Media Player LCD 2.8 inch(including stylish protector pouch)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002U0MRXG/lockergnome'>2.8&#8243; LCD Display Emulator Game Console A-320 Black</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002OBZEO0/lockergnome'>Dingoo Digitial A-320 A320 Emulator Game Console MP3 MP4 Media Player LCD 2.8 inch</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000V87QJ4/lockergnome'>Star-Wars / Space Maze (Apple ][ Line Audio Cassette Tape Data Drive Media 1978)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0020M8YX6/lockergnome'>TI-SmartView Emulator Software for the TI-84 Plus</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000LSGZI2/lockergnome'>Ultimate Arcade II Cabinet MAME (Multiple Arcade Machine Emulator) - Complete Game Emulator -- INCLUDES 24 GAMES!!</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596009178/lockergnome'>Retro Gaming Hacks</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000PAUEC4/lockergnome'>An initial implementation of the Turing tournament to learning in repeated two-person games [An article from: Games and Economic Behavior]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1587363496/lockergnome'>Let Me Play: Stories of Gaming and Emulation</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-WhatIsTheUltimatePortableConsoleEmulator958.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/Y9xY1mCuUCA&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/Y9xY1mCuUCA&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/which-is-better-nintendo-ds-or-sony-psp/" title="Which is Better: Nintendo DS or Sony PSP?">Which is Better: Nintendo DS or Sony PSP?</a></li>
<li><a href="http://chris.pirillo.com/16-tech-things-in-my-house/" title="16 Tech Things in My House">16 Tech Things in My House</a></li>
<li><a href="http://chris.pirillo.com/nintendo-dsi-unboxing-and-review/" title="Nintendo DSi Unboxing and Review">Nintendo DSi Unboxing and Review</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/" title="How to Enjoy Your iPod / iPhone without Holding It">How to Enjoy Your iPod / iPhone without Holding It</a></li>
<li><a href="http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/" title="Which Technology Do You Need When You Travel?">Which Technology Do You Need When You Travel?</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/" title="Could all of Life&#8217;s Conveniences be Killing Us?">Could all of Life&#8217;s Conveniences be Killing Us?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/">What is the Ultimate Portable Console Emulator?</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/Y9xY1mCuUCA&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Y9xY1mCuUCA&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I&#8217;ve done videos about the Nintendo DS, the Sony PSP, and even the iPhone. I&#8217;m not a gamer, even though I like to play games. I also love gadgets and gizmos as you know. I have here a portable device that allows you to play games, record your voice, watch video and even comes with a calendar! I bet you&#8217;re wondering now what it is, aren&#8217;t you? </p>
<p><a href="http://go.tagjag.com/wiz">The Wiz</a> lets you run Atari ST games, Commodore 64, NES, SNES, Gameboy, Gameboy Advance, NeoGeo, Flash Games and more too numerous to mention. The Wiz can do a host of other useful things besides gaming. It can play video files including MPEG4, Xvid and DIVX. You even get a built-in e-book reader!</p>
<p>The Wiz does not come with any emulator software or game roms pre-installed. When you first unbox the Wiz, you can play the built-in Flash games, but that&#8217;s all. You have to download the free emulator for the console or system you want to emulate. Then you have to unzip the software for it and copy it to an SD card. Don&#8217;t forget to include some game roms, or you&#8217;ll have nothing to play!</p>
<p>If you want bragging rights, let your friends pull out their PSP or DS. You can whip out a Wiz and play something that is totally over the top. You know you want one! You have to have it!!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002OCAA3O/lockergnome'>Dingoo Digitial A-320 A320 Emulator Game Console MP3 MP4 Media Player LCD 2.8 inch(including stylish protector pouch)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002U0MRXG/lockergnome'>2.8&#8243; LCD Display Emulator Game Console A-320 Black</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002OBZEO0/lockergnome'>Dingoo Digitial A-320 A320 Emulator Game Console MP3 MP4 Media Player LCD 2.8 inch</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0020M8YX6/lockergnome'>TI-SmartView Emulator Software for the TI-84 Plus</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000LSGZI2/lockergnome'>Ultimate Arcade II Cabinet MAME (Multiple Arcade Machine Emulator) &#8211; Complete Game Emulator &#8212; INCLUDES 24 GAMES!!</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596009178/lockergnome'>Retro Gaming Hacks</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000PAUEC4/lockergnome'>An initial implementation of the Turing tournament to learning in repeated two-person games [An article from: Games and Economic Behavior]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1587363496/lockergnome'>Let Me Play: Stories of Gaming and Emulation</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00002SV5B/lockergnome'>bleem!</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00002SSSF/lockergnome'>Virtual Game Station</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EWHIEE/lockergnome'>Renegade Battle for Jacob&#8217;s Star: IBM Cd-rom By SSI</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000V87QJ4/lockergnome'>Star-Wars / Space Maze (Apple ][ Line Audio Cassette Tape Data Drive Media 1978)</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-WhatIsTheUltimatePortableConsoleEmulator958.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/Y9xY1mCuUCA&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/Y9xY1mCuUCA&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/which-is-better-nintendo-ds-or-sony-psp/" title="Which is Better: Nintendo DS or Sony PSP?">Which is Better: Nintendo DS or Sony PSP?</a></li>
<li><a href="http://chris.pirillo.com/16-tech-things-in-my-house/" title="16 Tech Things in My House">16 Tech Things in My House</a></li>
<li><a href="http://chris.pirillo.com/nintendo-dsi-unboxing-and-review/" title="Nintendo DSi Unboxing and Review">Nintendo DSi Unboxing and Review</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/" title="How to Enjoy Your iPod / iPhone without Holding It">How to Enjoy Your iPod / iPhone without Holding It</a></li>
<li><a href="http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/" title="Which Technology Do You Need When You Travel?">Which Technology Do You Need When You Travel?</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/" title="Could all of Life&#8217;s Conveniences be Killing Us?">Could all of Life&#8217;s Conveniences be Killing Us?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-WhatIsTheUltimatePortableConsoleEmulator958.mp4" length="32171360" type="video/mp4" />
		</item>
		<item>
		<title>16 Tech Things in My House</title>
		<link>http://chris.pirillo.com/16-tech-things-in-my-house/</link>
		<comments>http://chris.pirillo.com/16-tech-things-in-my-house/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:05:04 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[card-scan]]></category>
		<category><![CDATA[chumby]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[kaossilator]]></category>
		<category><![CDATA[livescribe]]></category>
		<category><![CDATA[nintendo-dsi]]></category>
		<category><![CDATA[psp]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[sonos]]></category>
		<category><![CDATA[tenori-on]]></category>
		<category><![CDATA[vado]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=14152</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/16-tech-things-in-my-house/">16 Tech Things in My House</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/9VBzJEdaL2E&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9VBzJEdaL2E&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I was challenged by <a href="http://www.youtube.com/user/wilsontech1">Lamarr Wilson</a> to showcase 16 &#8220;tech things&#8221; in my house. Of course, I opted for the most portable items. How many of these do you have (or want)? Here, in order, are the items that I used:</p>
<ul>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001LNDXEK/lockergnome">iPhone</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B000N0WWZI/lockergnome">Xbox 360</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B000OFC1YY/lockergnome">Huey Pro</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B000S5MW80/lockergnome">Korg Kaossilator</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001T8W2LW/lockergnome">Nintendo DSi </a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B0027W9BQS/lockergnome">Spy Sunglasses</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001KWBSB2/lockergnome">Chumby</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001AAN4PW/lockergnome">Livescribe Pen</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B0018AUBYQ/lockergnome">Tenori-On</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001L7X206/lockergnome">MSI Wind</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B000HKLE0I/lockergnome">Sonos</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001UC9724/lockergnome">ROV Bluetooth Scanner</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B002H4IN4M/lockergnome">LED Party Favor</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001CLQS2K/lockergnome">Card Scan</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B000I24BOQ/lockergnome">PSP</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001LK8P14/lockergnome">Vado HD</a></li>
</ul>
<p>If you&#8217;re inclined to record your own showcase, leave it as a video response to <a href="http://www.youtube.com/watch?v=0EFO-k5LOeA">Lamarr&#8217;s original video</a>, not mine.</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/9VBzJEdaL2E&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/9VBzJEdaL2E&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/" title="What is the Ultimate Portable Console Emulator?">What is the Ultimate Portable Console Emulator?</a></li>
<li><a href="http://chris.pirillo.com/nintendo-dsi-unboxing-and-review/" title="Nintendo DSi Unboxing and Review">Nintendo DSi Unboxing and Review</a></li>
<li><a href="http://chris.pirillo.com/how-to-become-the-worlds-best-dj-kaoss-pad/" title="How to Become the World&#8217;s Best DJ: Kaoss Pad">How to Become the World&#8217;s Best DJ: Kaoss Pad</a></li>
<li><a href="http://chris.pirillo.com/chumby-one-review/" title="Chumby One Review">Chumby One Review</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-music/" title="How to Make Music">How to Make Music</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/dell-home-coupons-2/" title="Dell Home Coupons">Dell Home Coupons</a></li>
<li><a href="http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/" title="How to Enjoy Your iPod / iPhone without Holding It">How to Enjoy Your iPod / iPhone without Holding It</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/16-tech-things-in-my-house/">16 Tech Things in My House</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/9VBzJEdaL2E&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9VBzJEdaL2E&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I was challenged by <a href="http://www.youtube.com/user/wilsontech1">Lamarr Wilson</a> to showcase 16 &#8220;tech things&#8221; in my house. Of course, I opted for the most portable items. How many of these do you have (or want)? Here, in order, are the items that I used:</p>
<ul>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001LNDXEK/lockergnome">iPhone</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B000N0WWZI/lockergnome">Xbox 360</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B000OFC1YY/lockergnome">Huey Pro</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B000S5MW80/lockergnome">Korg Kaossilator</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001T8W2LW/lockergnome">Nintendo DSi </a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B0027W9BQS/lockergnome">Spy Sunglasses</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001KWBSB2/lockergnome">Chumby</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001AAN4PW/lockergnome">Livescribe Pen</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B0018AUBYQ/lockergnome">Tenori-On</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001L7X206/lockergnome">MSI Wind</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B000HKLE0I/lockergnome">Sonos</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001UC9724/lockergnome">ROV Bluetooth Scanner</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B002H4IN4M/lockergnome">LED Party Favor</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001CLQS2K/lockergnome">Card Scan</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B000I24BOQ/lockergnome">PSP</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B001LK8P14/lockergnome">Vado HD</a></li>
</ul>
<p>If you&#8217;re inclined to record your own showcase, leave it as a video response to <a href="http://www.youtube.com/watch?v=0EFO-k5LOeA">Lamarr&#8217;s original video</a>, not mine.</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/9VBzJEdaL2E&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/9VBzJEdaL2E&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/" title="What is the Ultimate Portable Console Emulator?">What is the Ultimate Portable Console Emulator?</a></li>
<li><a href="http://chris.pirillo.com/nintendo-dsi-unboxing-and-review/" title="Nintendo DSi Unboxing and Review">Nintendo DSi Unboxing and Review</a></li>
<li><a href="http://chris.pirillo.com/how-to-become-the-worlds-best-dj-kaoss-pad/" title="How to Become the World&#8217;s Best DJ: Kaoss Pad">How to Become the World&#8217;s Best DJ: Kaoss Pad</a></li>
<li><a href="http://chris.pirillo.com/chumby-one-review/" title="Chumby One Review">Chumby One Review</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-music/" title="How to Make Music">How to Make Music</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/dell-home-coupons-2/" title="Dell Home Coupons">Dell Home Coupons</a></li>
<li><a href="http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/" title="How to Enjoy Your iPod / iPhone without Holding It">How to Enjoy Your iPod / iPhone without Holding It</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/16-tech-things-in-my-house/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Son of a Beach</title>
		<link>http://chris.pirillo.com/son-of-a-beach/</link>
		<comments>http://chris.pirillo.com/son-of-a-beach/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:56:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Vacation]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[app-store]]></category>
		<category><![CDATA[beach]]></category>
		<category><![CDATA[hawaii]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[sand]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=14043</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/son-of-a-beach/">Son of a Beach</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="460"><param name="movie" value="http://www.youtube.com/v/cR-a1lMPu8o&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/cR-a1lMPu8o&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="460"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>This is the most amazing iPhone App you could ever imagine. When you run it, the App simulates standing on a beach, with your feet buried in the sand. It&#8217;s so real, it&#8217;s almost scary! </p>
<p>For only $99.00, you too can pretend you&#8217;re standing on the sand, right in the comfort of your own office. After all, we know that no Indoorsman would ever venture out, right?</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000EPR89W/lockergnome'>All Natural 40 Photo Handmade Photo Album &#8211; Palm Vein Flip Flops</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000O7KRAW/lockergnome'>This is Hawaii Metal Sign</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000O7IR6S/lockergnome'>Aloha Metal Sign</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00009WVLH/lockergnome'>You&#8217;re Invited to Mary-Kate &#038; Ashley&#8217;s Vacation Parties</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0009299CO/lockergnome'>You&#8217;re Invited to Mary-Kate &#038; Ashley&#8217;s Vacation Parties (Mini DVD)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000MWC20M/lockergnome'>Travelview International Presents Oahu Hawaii (second edition)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0962686514/lockergnome'>Hawaii: The World&#8217;s Best Beaches [VHS]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0029R81HG/lockergnome'>National Geographic: National Parks Collection &#8211; Hidden Hawaii</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000PTYK7U/lockergnome'>Living Landscapes HD Hawaii [Blu-ray]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001Q96YHM/lockergnome'>&#8220;JOE HAWAII ULTRAS&#8221; Polarized Bifocal Reading Sunglasses for People Who Need to Read While They Work and Play in the Sun</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000TLSN5Y/lockergnome'>HULA dancer GIRL train case TRAVEL MAKE UP BAG cosmetic</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000GLO0JA/lockergnome'>Cubavera Men&#8217;s Plain Front Drawstring Waistband Linen Rayon Blend Pants &#8211; Available in Regular and Herringbone Weave Fabric</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0000DIN7D/lockergnome'>Jungle Bird Men&#8217;s Hawaiian Aloha Shirt &#8211; Magnum P. I. / Tom Selleck</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0007WLRYY/lockergnome'>Bamboo Paradise Spaghetti Strap Hawaiian Aloha Form Fitting Sun Dress &#8211; Mini Style</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0017KICD4/lockergnome'>Buffalo Games Travel 300: Hawaii</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0964668076/lockergnome'>Snorkel Kauai: guide to the beaches and snorkeling of Hawaii (2nd Edition)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1931752370/lockergnome'>Kauai Restaurants And Dining With Princeville And Poipu Beach</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0964668092/lockergnome'>Snorkel Hawaii: The Big Island Guide to the Beaches and Snorkeling of Hawaii, 3rd Edition</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000IF3IDI/lockergnome'>Long Beach &#8211; Kind Black</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001OLUELO/lockergnome'>Pan Am Luggage Hawaii Magic Carpet Norman Rockwell Beach Bag</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000IF5H64/lockergnome'>Long Beach &#8211; Heavenly Blue</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001SE09SA/lockergnome'>Travel To Hawaii &#8211; Dvd</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002ML460U/lockergnome'>Celeritas Sports Pink Fitness Sports Duffel/black Logo Item Number 60061</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001B2S8D2/lockergnome'>Original Jams Print Travel Hammocks. Great for Camping, Traveling, Beach, Backpacking.</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/cR-a1lMPu8o&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/cR-a1lMPu8o&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/how-to-record-audio-on-an-iphone/" title="How to Record Audio on an iPhone">How to Record Audio on an iPhone</a></li>
<li><a href="http://chris.pirillo.com/which-words-are-not-in-the-dictionary/" title="Which Words are not in the Dictionary?">Which Words are not in the Dictionary?</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-open-files-on-your-iphone/" title="How Do You Open Files on Your iPhone?">How Do You Open Files on Your iPhone?</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-install-apps-on-the-iphone/" title="How do You Install Apps on the iPhone?">How do You Install Apps on the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/son-of-a-beach/">Son of a Beach</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="460"><param name="movie" value="http://www.youtube.com/v/cR-a1lMPu8o&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/cR-a1lMPu8o&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="460"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>This is the most amazing iPhone App you could ever imagine. When you run it, the App simulates standing on a beach, with your feet buried in the sand. It&#8217;s so real, it&#8217;s almost scary! </p>
<p>For only $99.00, you too can pretend you&#8217;re standing on the sand, right in the comfort of your own office. After all, we know that no Indoorsman would ever venture out, right?</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000EPR89W/lockergnome'>All Natural 40 Photo Handmade Photo Album &#8211; Palm Vein Flip Flops</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000O7KRAW/lockergnome'>This is Hawaii Metal Sign</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000O7IR6S/lockergnome'>Aloha Metal Sign</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00009WVLH/lockergnome'>You&#8217;re Invited to Mary-Kate &#038; Ashley&#8217;s Vacation Parties</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0009299CO/lockergnome'>You&#8217;re Invited to Mary-Kate &#038; Ashley&#8217;s Vacation Parties (Mini DVD)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000MWC20M/lockergnome'>Travelview International Presents Oahu Hawaii (second edition)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0962686514/lockergnome'>Hawaii: The World&#8217;s Best Beaches [VHS]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0029R81HG/lockergnome'>National Geographic: National Parks Collection &#8211; Hidden Hawaii</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000PTYK7U/lockergnome'>Living Landscapes HD Hawaii [Blu-ray]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001Q96YHM/lockergnome'>&#8220;JOE HAWAII ULTRAS&#8221; Polarized Bifocal Reading Sunglasses for People Who Need to Read While They Work and Play in the Sun</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000TLSN5Y/lockergnome'>HULA dancer GIRL train case TRAVEL MAKE UP BAG cosmetic</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000GLO0JA/lockergnome'>Cubavera Men&#8217;s Plain Front Drawstring Waistband Linen Rayon Blend Pants &#8211; Available in Regular and Herringbone Weave Fabric</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0000DIN7D/lockergnome'>Jungle Bird Men&#8217;s Hawaiian Aloha Shirt &#8211; Magnum P. I. / Tom Selleck</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0007WLRYY/lockergnome'>Bamboo Paradise Spaghetti Strap Hawaiian Aloha Form Fitting Sun Dress &#8211; Mini Style</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0017KICD4/lockergnome'>Buffalo Games Travel 300: Hawaii</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0964668076/lockergnome'>Snorkel Kauai: guide to the beaches and snorkeling of Hawaii (2nd Edition)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1931752370/lockergnome'>Kauai Restaurants And Dining With Princeville And Poipu Beach</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0964668092/lockergnome'>Snorkel Hawaii: The Big Island Guide to the Beaches and Snorkeling of Hawaii, 3rd Edition</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000IF3IDI/lockergnome'>Long Beach &#8211; Kind Black</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001OLUELO/lockergnome'>Pan Am Luggage Hawaii Magic Carpet Norman Rockwell Beach Bag</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000IF5H64/lockergnome'>Long Beach &#8211; Heavenly Blue</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001SE09SA/lockergnome'>Travel To Hawaii &#8211; Dvd</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002ML460U/lockergnome'>Celeritas Sports Pink Fitness Sports Duffel/black Logo Item Number 60061</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001B2S8D2/lockergnome'>Original Jams Print Travel Hammocks. Great for Camping, Traveling, Beach, Backpacking.</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/cR-a1lMPu8o&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/cR-a1lMPu8o&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/how-to-record-audio-on-an-iphone/" title="How to Record Audio on an iPhone">How to Record Audio on an iPhone</a></li>
<li><a href="http://chris.pirillo.com/which-words-are-not-in-the-dictionary/" title="Which Words are not in the Dictionary?">Which Words are not in the Dictionary?</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-open-files-on-your-iphone/" title="How Do You Open Files on Your iPhone?">How Do You Open Files on Your iPhone?</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-install-apps-on-the-iphone/" title="How do You Install Apps on the iPhone?">How do You Install Apps on the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/son-of-a-beach/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Could all of Life&#8217;s Conveniences be Killing Us?</title>
		<link>http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/</link>
		<comments>http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 11:19:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[social-network]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=13898</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/">Could all of Life&#8217;s Conveniences be Killing Us?</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p>Reading <a href="http://geeks.pirillo.com/profiles/blogs/inconvenient-conveniences">this blog post</a> on Geeks earlier stopped me dead in my tracks. I saw myself in what the author wrote, as I&#8217;m sure many of you will. He talks of how we have so many gadgets and gizmos to make our lives easier&#8230; and then wonders if it&#8217;s in fact making things more difficult:</p>
<blockquote><p>
People around the world are moving so fast, trying to do so much, that humanity as a whole is slowly choking itself with its own progress. We&#8217;re trying to cram so much into a day, so much into our minds that we don&#8217;t know how to do anything else. What we need to learn how to do, more than anything else, is to slow down. If you&#8217;re worried about progress, think about this, the best way to gain a clear perspective is to back away and let everything focus. People are supposed to smell the flowers that they plant. Just take some time to enjoy what mankind has done, rather than waste your time coming up with the next best thing that no one will take the time to enjoy.</p>
<p>All the &#8216;conveniences&#8217; that we use and abuse only serve to get you to the next minute faster. Every inch of the way is packed with time savers that allow you to use more time savers. Just slow down, take a breath, get to know people, go to new places. Enjoy life before it passes you by, just to get to the next generation.
</p></blockquote>
<p>Wow. I&#8217;ve been pondering something very similar to this in my own life lately. That is why you&#8217;ve seen me out of the office more &#8211; trying to take time to relax and have fun. We tend to get so caught up in the daily grind of life that we often forget to <strong>live</strong>. </p>
<p>When is the last time you took a day completely &#8220;off&#8221;? I don&#8217;t just mean off of work&#8230; I mean OFF. OF. EVERYTHING. When did you put away all of your gadgets, your phone, your laptop and even your iPod and just chilled out? Can you even remember when it was, or what you might have done? </p>
<p>If you can&#8217;t bear to part with your computer, maybe you can take time out from working yourself into the ground, and enjoy what others are hard at work doing. They are writing excellent articles, like the one mentioned here, every day. They are sharing their thoughts with the world, and I sincerely hope you will consider doing the same. There&#8217;s something to be said for being able to write out what&#8217;s in your mind and heart, and it takes a very special type of person to be able to do so. The next time you&#8217;re stressing over the little things, and everything yet to do on your list, why not just let it all go and write? We&#8217;d love to have you join us on Geeks or Lockergnome. </p>
<ul>
<li><a href="http://www.lockergnome.com/theoracle/2009/07/29/rip-yahoo-as-we-knew-it/">Rest in peace, Yahoo (as we used to know it).</a></li>
<li><a href="http://geeks.pirillo.com/profiles/blogs/going-green-a-start">Where do you begin on a journey to living a Greener life?</a></li>
<li><a href="http://www.lockergnome.com/it/2009/07/28/microsoft-vs-google-the-battle-rages-on/">Microsoft vs. Google &#8211; the battle rages on.</a></li>
<li><a href="http://www.lockergnome.com/it/2009/07/28/your-wifi-is-killing-you-maybe/">Could your Wi-Fi be killing you?</a></li>
<li><a href="http://www.lockergnome.com/davidbanther/2009/07/28/use-youtube-to-research-your-next-trip/">Try using YouTube to research your next trip.</a></li>
<li><a href="http://geeks.pirillo.com/forum/topics/are-browsers-conforming">Are browsers starting to copy each other?</a></li>
<li><a href="http://www.lockergnome.com/forsythe/2009/07/28/good-news-for-hackers-security-budgets-lowered/">The good news for hackers is that security budgets are being lowered.</a></li>
<li><a href="http://www.lockergnome.com/blade/2009/07/28/where-in-the-blink-is-blekko/">Where in the blink is Blekko?</a></li>
<li><a href="http://geeks.pirillo.com/forum/topics/quiz-for-people-who-know">If you think you know everything &#8211; think again!</a></li>
<li><a href="http://geeks.pirillo.com/profiles/blogs/reviewed-glims-for-safari">If you&#8217;re a Safari user, have you tried out Glims yet?</a></li>
</ul>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/the-geeks-shall-inherit-the-earth-2/" title="The Geeks Shall Inherit the Earth">The Geeks Shall Inherit the Earth</a></li>
<li><a href="http://chris.pirillo.com/i-get-by-with-a-little-help-from-my-friends/" title="I Get By With a Little Help from my Friends">I Get By With a Little Help from my Friends</a></li>
<li><a href="http://chris.pirillo.com/are-you-a-victim-of-wanderlust/" title="Are You a Victim of Wanderlust?">Are You a Victim of Wanderlust?</a></li>
<li><a href="http://chris.pirillo.com/stretch-yourself/" title="Stretch Yourself">Stretch Yourself</a></li>
<li><a href="http://chris.pirillo.com/unraveling-the-mysteries-surrounding-community/" title="Unraveling the Mysteries Surrounding Community">Unraveling the Mysteries Surrounding Community</a></li>
<li><a href="http://chris.pirillo.com/what-100-things-will-your-child-probably-never-know/" title="What 100 Things Will Your Child Probably Never Know?">What 100 Things Will Your Child Probably Never Know?</a></li>
<li><a href="http://chris.pirillo.com/how-has-social-media-changed-your-life/" title="How Has Social Media Changed Your Life?">How Has Social Media Changed Your Life?</a></li>
<li><a href="http://chris.pirillo.com/is-there-more-to-life-than-gnomedex/" title="Is There More to Life than Gnomedex?">Is There More to Life than Gnomedex?</a></li>
<li><a href="http://chris.pirillo.com/whats-the-future-of-portable-computing/" title="What&#8217;s the Future of Portable Computing?">What&#8217;s the Future of Portable Computing?</a></li>
<li><a href="http://chris.pirillo.com/are-you-a-pack-rat/" title="Are You a Pack Rat?">Are You a Pack Rat?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/">Could all of Life&#8217;s Conveniences be Killing Us?</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p>Reading <a href="http://geeks.pirillo.com/profiles/blogs/inconvenient-conveniences">this blog post</a> on Geeks earlier stopped me dead in my tracks. I saw myself in what the author wrote, as I&#8217;m sure many of you will. He talks of how we have so many gadgets and gizmos to make our lives easier&#8230; and then wonders if it&#8217;s in fact making things more difficult:</p>
<blockquote><p>
People around the world are moving so fast, trying to do so much, that humanity as a whole is slowly choking itself with its own progress. We&#8217;re trying to cram so much into a day, so much into our minds that we don&#8217;t know how to do anything else. What we need to learn how to do, more than anything else, is to slow down. If you&#8217;re worried about progress, think about this, the best way to gain a clear perspective is to back away and let everything focus. People are supposed to smell the flowers that they plant. Just take some time to enjoy what mankind has done, rather than waste your time coming up with the next best thing that no one will take the time to enjoy.</p>
<p>All the &#8216;conveniences&#8217; that we use and abuse only serve to get you to the next minute faster. Every inch of the way is packed with time savers that allow you to use more time savers. Just slow down, take a breath, get to know people, go to new places. Enjoy life before it passes you by, just to get to the next generation.
</p></blockquote>
<p>Wow. I&#8217;ve been pondering something very similar to this in my own life lately. That is why you&#8217;ve seen me out of the office more &#8211; trying to take time to relax and have fun. We tend to get so caught up in the daily grind of life that we often forget to <strong>live</strong>. </p>
<p>When is the last time you took a day completely &#8220;off&#8221;? I don&#8217;t just mean off of work&#8230; I mean OFF. OF. EVERYTHING. When did you put away all of your gadgets, your phone, your laptop and even your iPod and just chilled out? Can you even remember when it was, or what you might have done? </p>
<p>If you can&#8217;t bear to part with your computer, maybe you can take time out from working yourself into the ground, and enjoy what others are hard at work doing. They are writing excellent articles, like the one mentioned here, every day. They are sharing their thoughts with the world, and I sincerely hope you will consider doing the same. There&#8217;s something to be said for being able to write out what&#8217;s in your mind and heart, and it takes a very special type of person to be able to do so. The next time you&#8217;re stressing over the little things, and everything yet to do on your list, why not just let it all go and write? We&#8217;d love to have you join us on Geeks or Lockergnome. </p>
<ul>
<li><a href="http://www.lockergnome.com/theoracle/2009/07/29/rip-yahoo-as-we-knew-it/">Rest in peace, Yahoo (as we used to know it).</a></li>
<li><a href="http://geeks.pirillo.com/profiles/blogs/going-green-a-start">Where do you begin on a journey to living a Greener life?</a></li>
<li><a href="http://www.lockergnome.com/it/2009/07/28/microsoft-vs-google-the-battle-rages-on/">Microsoft vs. Google &#8211; the battle rages on.</a></li>
<li><a href="http://www.lockergnome.com/it/2009/07/28/your-wifi-is-killing-you-maybe/">Could your Wi-Fi be killing you?</a></li>
<li><a href="http://www.lockergnome.com/davidbanther/2009/07/28/use-youtube-to-research-your-next-trip/">Try using YouTube to research your next trip.</a></li>
<li><a href="http://geeks.pirillo.com/forum/topics/are-browsers-conforming">Are browsers starting to copy each other?</a></li>
<li><a href="http://www.lockergnome.com/forsythe/2009/07/28/good-news-for-hackers-security-budgets-lowered/">The good news for hackers is that security budgets are being lowered.</a></li>
<li><a href="http://www.lockergnome.com/blade/2009/07/28/where-in-the-blink-is-blekko/">Where in the blink is Blekko?</a></li>
<li><a href="http://geeks.pirillo.com/forum/topics/quiz-for-people-who-know">If you think you know everything &#8211; think again!</a></li>
<li><a href="http://geeks.pirillo.com/profiles/blogs/reviewed-glims-for-safari">If you&#8217;re a Safari user, have you tried out Glims yet?</a></li>
</ul>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/the-geeks-shall-inherit-the-earth-2/" title="The Geeks Shall Inherit the Earth">The Geeks Shall Inherit the Earth</a></li>
<li><a href="http://chris.pirillo.com/i-get-by-with-a-little-help-from-my-friends/" title="I Get By With a Little Help from my Friends">I Get By With a Little Help from my Friends</a></li>
<li><a href="http://chris.pirillo.com/are-you-a-victim-of-wanderlust/" title="Are You a Victim of Wanderlust?">Are You a Victim of Wanderlust?</a></li>
<li><a href="http://chris.pirillo.com/stretch-yourself/" title="Stretch Yourself">Stretch Yourself</a></li>
<li><a href="http://chris.pirillo.com/unraveling-the-mysteries-surrounding-community/" title="Unraveling the Mysteries Surrounding Community">Unraveling the Mysteries Surrounding Community</a></li>
<li><a href="http://chris.pirillo.com/what-100-things-will-your-child-probably-never-know/" title="What 100 Things Will Your Child Probably Never Know?">What 100 Things Will Your Child Probably Never Know?</a></li>
<li><a href="http://chris.pirillo.com/how-has-social-media-changed-your-life/" title="How Has Social Media Changed Your Life?">How Has Social Media Changed Your Life?</a></li>
<li><a href="http://chris.pirillo.com/is-there-more-to-life-than-gnomedex/" title="Is There More to Life than Gnomedex?">Is There More to Life than Gnomedex?</a></li>
<li><a href="http://chris.pirillo.com/whats-the-future-of-portable-computing/" title="What&#8217;s the Future of Portable Computing?">What&#8217;s the Future of Portable Computing?</a></li>
<li><a href="http://chris.pirillo.com/are-you-a-pack-rat/" title="Are You a Pack Rat?">Are You a Pack Rat?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are Your Favorite iPhone Apps?</title>
		<link>http://chris.pirillo.com/what-are-your-favorite-iphone-apps/</link>
		<comments>http://chris.pirillo.com/what-are-your-favorite-iphone-apps/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 18:59:48 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[geeks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/what-are-your-favorite-iphone-apps/</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/">What are Your Favorite iPhone Apps?</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/ylzBbH70OI0&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ylzBbH70OI0&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object></p>
<p>After a photowalking tour of Seattle, my friend Kristin and I started talking about our favorite iPhone apps. She used to work for AT&#038;T, and now&#8230; she&#8217;s looking for a job (so if you have a lead, be sure to reach out to her):</p>
<ul>
<li><a href="http://www.youtube.com/maralah87">http://www.youtube.com/maralah87</a>
<li><a href="http://twitter.com/kristin_alise">http://twitter.com/kristin_alise</a>
<li><a href="http://geeks.pirillo.com/profile/KristinMarshall">http://geeks.pirillo.com/profile/KristinMarshall</a>
</ul>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/can-a-company-take-social-networking-too-far/" title="Can a Company Take Social Networking too Far?">Can a Company Take Social Networking too Far?</a></li>
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/weed-through-the-spam-to-get-to-the-good-stuff/" title="Weed Through the Spam to Get to the Good Stuff">Weed Through the Spam to Get to the Good Stuff</a></li>
<li><a href="http://chris.pirillo.com/what-are-the-best-and-worst-iphone-3g-apps/" title="What are the Best and Worst iPhone 3G Apps?">What are the Best and Worst iPhone 3G Apps?</a></li>
<li><a href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li>
<li><a href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/" title="Why is the iPhone SDK Important?">Why is the iPhone SDK Important?</a></li>
<li><a href="http://chris.pirillo.com/apples-announcements-disappoint/" title="Apple&#8217;s Announcements Disappoint">Apple&#8217;s Announcements Disappoint</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/">What are Your Favorite iPhone Apps?</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/ylzBbH70OI0&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ylzBbH70OI0&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object></p>
<p>After a photowalking tour of Seattle, my friend Kristin and I started talking about our favorite iPhone apps. She used to work for AT&#038;T, and now&#8230; she&#8217;s looking for a job (so if you have a lead, be sure to reach out to her):</p>
<ul>
<li><a href="http://www.youtube.com/maralah87">http://www.youtube.com/maralah87</a>
<li><a href="http://twitter.com/kristin_alise">http://twitter.com/kristin_alise</a>
<li><a href="http://geeks.pirillo.com/profile/KristinMarshall">http://geeks.pirillo.com/profile/KristinMarshall</a>
</ul>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/can-a-company-take-social-networking-too-far/" title="Can a Company Take Social Networking too Far?">Can a Company Take Social Networking too Far?</a></li>
<li><a href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li>
<li><a href="http://chris.pirillo.com/weed-through-the-spam-to-get-to-the-good-stuff/" title="Weed Through the Spam to Get to the Good Stuff">Weed Through the Spam to Get to the Good Stuff</a></li>
<li><a href="http://chris.pirillo.com/what-are-the-best-and-worst-iphone-3g-apps/" title="What are the Best and Worst iPhone 3G Apps?">What are the Best and Worst iPhone 3G Apps?</a></li>
<li><a href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li>
<li><a href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/" title="Why is the iPhone SDK Important?">Why is the iPhone SDK Important?</a></li>
<li><a href="http://chris.pirillo.com/apples-announcements-disappoint/" title="Apple&#8217;s Announcements Disappoint">Apple&#8217;s Announcements Disappoint</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/what-are-your-favorite-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Can a Company Take Social Networking too Far?</title>
		<link>http://chris.pirillo.com/can-a-company-take-social-networking-too-far/</link>
		<comments>http://chris.pirillo.com/can-a-company-take-social-networking-too-far/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:24:49 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[best-buy]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[bsod]]></category>
		<category><![CDATA[emoji]]></category>
		<category><![CDATA[geeks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[job-hunt]]></category>
		<category><![CDATA[layoff]]></category>
		<category><![CDATA[lockergnome]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=13721</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/can-a-company-take-social-networking-too-far/">Can a Company Take Social Networking too Far?</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><a href="http://geeks.pirillo.com/profiles/blogs/will-your-twitter-followers">Word on the street</a> is that Best Buy is now requiring applicants to not only be on Twitter &#8211; but to have at least 250 followers, as well. When I read this, my mouth hit the floor. In effect, the company thinks that hiring people with a large Twitter following will garner more business for them. How ludicrous is this? It&#8217;s not up to an employee to send out tweets and bring in business to a company like Best Buy. For one thing, what if a person chooses not to have that many followers? Not everyone is on Twitter to see if they can win the race for having the most followers. Some people actually use it only to follow interesting people and entities themselves, not caring whether others follow them back. Some of those same people never even update their own timeline. They choose, instead, to simply use Twitter to read the latest news, and keep up with what&#8217;s hot in the marketplace. </p>
<p>I cannot begin to understand why a company would &#8211; or can even be allowed to &#8211; require something like this. If a person&#8217;s job were going to be something along the lines of &#8220;Social Media Director&#8221;, I might be able to see the need for the applicant to already have some sort of following, establishing them as &#8220;social media savvy&#8221;. Beyond that &#8211; I&#8217;m just lost. </p>
<p>What are your thoughts? Is this going to become an eerie new trend in the job hunting process? Do you feel that this is just totally off the wall? Let&#8217;s hear your thoughts!</p>
<ul>
<li><a href"http://www.lockergnome.com/eksodos/2009/07/15/windows-7-pre-orders-sell-out-in-the-uk-in-less-than-9-hours/">Windows 7 pre-order copies sold out in under nine hours in the UK.</a></li>
<li><a href"http://geeks.pirillo.com/profiles/blogs/google-adsense-who-said-easy">Google Adsense: Who said easy money isn&#8217;t real?</a></li>
<li><a href"http://www.lockergnome.com/it/2009/07/14/spiceworks-first-impressions/">Have you checked into Spiceworks yet? If so, what are your thoughts?</a></li>
<li><a href="http://geeks.pirillo.com/profiles/blogs/emoji-1">If you want emoticons for your iPhone, look for Emoji&#8217;s!</a></li>
<li><a href="http://www.lockergnome.com/tech411/2009/07/14/new-apple-netbook-on-the-way/">A new Apple netbook is on the way.</a></li>
<li><a href="http://geeks.pirillo.com/profiles/blogs/blue-screens-of-death-are-your">Could a BSOD actually be a good thing?</a></li>
<li><a href="http://chris.pirillo.com/chris-pirillo-vs-lockergnome-logos/">Chris Pirillo vs Lockergnome Logos &#8211; would you buy a &#8220;Pirrilow&#8221;?</a></li>
<li><a href="http://www.lockergnome.com/news/2009/07/14/researchers-find-new-alzheimers-disease-treatment-promising/">Researchers are finding that new treatments for Alzheimer&#8217;s Disease are very promising.</a></li>
<li><a href="http://www.lockergnome.com/blade/2009/07/14/how-much-of-your-computer-time-is-spent-on-the-web/">How much of your computer time is spent on the web?</a></li>
<li><a href="http://geeks.pirillo.com/forum/topics/what-are-the-best-free-fonts">What are some good, free fonts available for designers to use?</a></li>
</ul>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/is-there-more-to-life-than-gnomedex/" title="Is There More to Life than Gnomedex?">Is There More to Life than Gnomedex?</a></li>
<li><a href="http://chris.pirillo.com/one-small-act-of-kindness/" title="One Small Act of Kindness&#8230;">One Small Act of Kindness&#8230;</a></li>
<li><a href="http://chris.pirillo.com/are-you-a-social-media-geek/" title="Are YOU a Social Media Geek?">Are YOU a Social Media Geek?</a></li>
<li><a href="http://chris.pirillo.com/the-geeks-shall-inherit-the-earth-2/" title="The Geeks Shall Inherit the Earth">The Geeks Shall Inherit the Earth</a></li>
<li><a href="http://chris.pirillo.com/are-you-a-victim-of-wanderlust/" title="Are You a Victim of Wanderlust?">Are You a Victim of Wanderlust?</a></li>
<li><a href="http://chris.pirillo.com/you-need-a-thick-skin-to-participate-online/" title="You Need a Thick Skin to Participate Online">You Need a Thick Skin to Participate Online</a></li>
<li><a href="http://chris.pirillo.com/to-twitter-or-to-fritter-that-is-the-question/" title="To Twitter or to Fritter &#8211; That is the Question">To Twitter or to Fritter &#8211; That is the Question</a></li>
<li><a href="http://chris.pirillo.com/how-has-social-media-changed-your-life/" title="How Has Social Media Changed Your Life?">How Has Social Media Changed Your Life?</a></li>
<li><a href="http://chris.pirillo.com/walk-loud-and-carry-a-soft-stick/" title="Walk Loud and Carry a Soft Stick">Walk Loud and Carry a Soft Stick</a></li>
<li><a href="http://chris.pirillo.com/i-get-by-with-a-little-help-from-my-friends/" title="I Get By With a Little Help from my Friends">I Get By With a Little Help from my Friends</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/can-a-company-take-social-networking-too-far/">Can a Company Take Social Networking too Far?</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><a href="http://geeks.pirillo.com/profiles/blogs/will-your-twitter-followers">Word on the street</a> is that Best Buy is now requiring applicants to not only be on Twitter &#8211; but to have at least 250 followers, as well. When I read this, my mouth hit the floor. In effect, the company thinks that hiring people with a large Twitter following will garner more business for them. How ludicrous is this? It&#8217;s not up to an employee to send out tweets and bring in business to a company like Best Buy. For one thing, what if a person chooses not to have that many followers? Not everyone is on Twitter to see if they can win the race for having the most followers. Some people actually use it only to follow interesting people and entities themselves, not caring whether others follow them back. Some of those same people never even update their own timeline. They choose, instead, to simply use Twitter to read the latest news, and keep up with what&#8217;s hot in the marketplace. </p>
<p>I cannot begin to understand why a company would &#8211; or can even be allowed to &#8211; require something like this. If a person&#8217;s job were going to be something along the lines of &#8220;Social Media Director&#8221;, I might be able to see the need for the applicant to already have some sort of following, establishing them as &#8220;social media savvy&#8221;. Beyond that &#8211; I&#8217;m just lost. </p>
<p>What are your thoughts? Is this going to become an eerie new trend in the job hunting process? Do you feel that this is just totally off the wall? Let&#8217;s hear your thoughts!</p>
<ul>
<li><a href"http://www.lockergnome.com/eksodos/2009/07/15/windows-7-pre-orders-sell-out-in-the-uk-in-less-than-9-hours/">Windows 7 pre-order copies sold out in under nine hours in the UK.</a></li>
<li><a href"http://geeks.pirillo.com/profiles/blogs/google-adsense-who-said-easy">Google Adsense: Who said easy money isn&#8217;t real?</a></li>
<li><a href"http://www.lockergnome.com/it/2009/07/14/spiceworks-first-impressions/">Have you checked into Spiceworks yet? If so, what are your thoughts?</a></li>
<li><a href="http://geeks.pirillo.com/profiles/blogs/emoji-1">If you want emoticons for your iPhone, look for Emoji&#8217;s!</a></li>
<li><a href="http://www.lockergnome.com/tech411/2009/07/14/new-apple-netbook-on-the-way/">A new Apple netbook is on the way.</a></li>
<li><a href="http://geeks.pirillo.com/profiles/blogs/blue-screens-of-death-are-your">Could a BSOD actually be a good thing?</a></li>
<li><a href="http://chris.pirillo.com/chris-pirillo-vs-lockergnome-logos/">Chris Pirillo vs Lockergnome Logos &#8211; would you buy a &#8220;Pirrilow&#8221;?</a></li>
<li><a href="http://www.lockergnome.com/news/2009/07/14/researchers-find-new-alzheimers-disease-treatment-promising/">Researchers are finding that new treatments for Alzheimer&#8217;s Disease are very promising.</a></li>
<li><a href="http://www.lockergnome.com/blade/2009/07/14/how-much-of-your-computer-time-is-spent-on-the-web/">How much of your computer time is spent on the web?</a></li>
<li><a href="http://geeks.pirillo.com/forum/topics/what-are-the-best-free-fonts">What are some good, free fonts available for designers to use?</a></li>
</ul>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/is-there-more-to-life-than-gnomedex/" title="Is There More to Life than Gnomedex?">Is There More to Life than Gnomedex?</a></li>
<li><a href="http://chris.pirillo.com/one-small-act-of-kindness/" title="One Small Act of Kindness&#8230;">One Small Act of Kindness&#8230;</a></li>
<li><a href="http://chris.pirillo.com/are-you-a-social-media-geek/" title="Are YOU a Social Media Geek?">Are YOU a Social Media Geek?</a></li>
<li><a href="http://chris.pirillo.com/the-geeks-shall-inherit-the-earth-2/" title="The Geeks Shall Inherit the Earth">The Geeks Shall Inherit the Earth</a></li>
<li><a href="http://chris.pirillo.com/are-you-a-victim-of-wanderlust/" title="Are You a Victim of Wanderlust?">Are You a Victim of Wanderlust?</a></li>
<li><a href="http://chris.pirillo.com/you-need-a-thick-skin-to-participate-online/" title="You Need a Thick Skin to Participate Online">You Need a Thick Skin to Participate Online</a></li>
<li><a href="http://chris.pirillo.com/to-twitter-or-to-fritter-that-is-the-question/" title="To Twitter or to Fritter &#8211; That is the Question">To Twitter or to Fritter &#8211; That is the Question</a></li>
<li><a href="http://chris.pirillo.com/how-has-social-media-changed-your-life/" title="How Has Social Media Changed Your Life?">How Has Social Media Changed Your Life?</a></li>
<li><a href="http://chris.pirillo.com/walk-loud-and-carry-a-soft-stick/" title="Walk Loud and Carry a Soft Stick">Walk Loud and Carry a Soft Stick</a></li>
<li><a href="http://chris.pirillo.com/i-get-by-with-a-little-help-from-my-friends/" title="I Get By With a Little Help from my Friends">I Get By With a Little Help from my Friends</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/can-a-company-take-social-networking-too-far/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Quick iPhone OS 3.0 Review</title>
		<link>http://chris.pirillo.com/quick-iphone-os-30-review/</link>
		<comments>http://chris.pirillo.com/quick-iphone-os-30-review/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:51:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[app-store]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone-3.0]]></category>
		<category><![CDATA[iphone-os]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[ipod-os]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=13687</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/quick-iphone-os-30-review/">Quick iPhone OS 3.0 Review</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/nOL9rBi-IFA&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nOL9rBi-IFA&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I love my iPhone, that&#8217;s true. You might remember that I <a href="http://chris.pirillo.com/20-reasons-im-not-getting-an-iphone-today/">didn&#8217;t want to get the iPhone</a> back when it first came out. I&#8217;ve eaten mountains of crow since that time, and have now accepted the iPhone into my life as my personal digital savior! iPhone OS 3.0 was recently released, and of course I&#8217;ve already upgraded. Is the upgrade worth it? Absolutely! There are so many features (some not even documented) are sitting under the interface! </p>
<p>Some of the awesome new features with this version of the os include cut,copy, paste, a landscape keyboard, spotlight search, voice memo recording, and an improved calendar! There are some small bugs, yes. But those I think are more personal preference, rather than actual bugs. I wanted to let you know the things that I feel are completely outstanding updates. </p>
<p>One of the first things you&#8217;ll notice is that Voice Memo app. It is relatively high-quality recordings, and it has a lot of features. You can send these to others, and even edit them if need be. </p>
<p>A lot of smaller tweaks in classic Apps are very welcome. For instance, in Notes you can now swipe and then delete a particular note. It also syncs through Notes back in iTunes. I think it&#8217;s cross-compatible with my Exchange account. </p>
<p>You can also have more page open for Apps. You not only have 11 pages, but you can put as many Apps that will fit in your iPhone! I had 300 of them at one point! I used to have to delete them, in order to stay under the threshold allowed. Now I don&#8217;t have to worry about it. </p>
<p>Spotlight Search is an amazing addition to the iPhone. Spotlight searches all of your contacts, email, calendars, and notes, as well as everything in your iPod. There really isn&#8217;t an App that hasn&#8217;t been updated, which is just awesome. </p>
<p>The iPhone no longer auto-corrects swear words! If you want to swear, then by golly you can! This may not seem like a big deal to some people, but to me it is. If I curse, you can believe I meant to. I wasn&#8217;t happy that the iPhone wouldn&#8217;t let me say the words I intended to say. </p>
<p>All in all, I&#8217;m <strong>VERY</strong> happy with this upgrade. What are your thoughts on the new iPhone os 3.0? Are you using it yet? Do you love it &#8211; and why? Do you hate it? If so, uh&#8230; have you really used it? No matter, let me know that, as well. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002HQ5R3A/lockergnome'>Cell Phone Flashlight &#8211; 2 Super-Bright LED &#8211; Peel &#038; Stick</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001343T82/lockergnome'>iTouchless Pure-Ear Active Noise Canceling Acoustic Headphones</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0010SU0MO/lockergnome'>Apple USB Power Adapter for iPod (White)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0026KEVE8/lockergnome'>Apple USB Power Adapter for iPod / iPhone 3G &#8211; Bulk Packaging</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AV4AJ0/lockergnome'>New handsfree headset earphone earbud with Microphone for iPhone</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0007RV3IE/lockergnome'>Dock Connector to USB 2.0 Cable for iPod and iPhone (White)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001OGZY64/lockergnome'>Original Apple USB Power Adapter for iPod, iPhone, iPhone 3G and iPhone 3Gs</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001GQ3DP6/lockergnome'>Apple USB Power Adapter for iPod/iPhone</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PF6L06/lockergnome'>CaseCrown iPhone 3G 3GS Polycarbonate Fade Slim Fit Case &#8211; (5 Colors)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002X9JOC6/lockergnome'>CaseCrown feat. The Public Zoo Apple iPhone 3G 3Gs Super Kawaii Cases</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AMLRU4/lockergnome'>MobileMe Individual (Updated 2009 Version)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AMHXD4/lockergnome'>MobileMe Family Pack (Updated 2009 Version)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002V728HI/lockergnome'>iPhone + iPod Touch &#8211; Training (Mac + PC Video Tutorials)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002WN30IM/lockergnome'>Magellan Premium GPS Car Kit for iPhone and iPod Touch</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596804296/lockergnome'>iPhone: The Missing Manual: Covers All Models with 3.0 Software-including the iPhone 3GS</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470536985/lockergnome'>iPhone For Dummies: Includes iPhone 3GS (For Dummies (Computer/Tech))</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1934356255/lockergnome'>iPhone SDK Development (The Pragmatic Programmers)</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-QuickIPhoneOS30Review150.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/nOL9rBi-IFA&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/nOL9rBi-IFA&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/how-to-record-audio-on-an-iphone/" title="How to Record Audio on an iPhone">How to Record Audio on an iPhone</a></li>
<li><a href="http://chris.pirillo.com/which-words-are-not-in-the-dictionary/" title="Which Words are not in the Dictionary?">Which Words are not in the Dictionary?</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-open-files-on-your-iphone/" title="How Do You Open Files on Your iPhone?">How Do You Open Files on Your iPhone?</a></li>
<li><a href="http://chris.pirillo.com/what-are-the-best-and-worst-iphone-3g-apps/" title="What are the Best and Worst iPhone 3G Apps?">What are the Best and Worst iPhone 3G Apps?</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-install-apps-on-the-iphone/" title="How do You Install Apps on the iPhone?">How do You Install Apps on the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/quick-iphone-os-30-review/">Quick iPhone OS 3.0 Review</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/nOL9rBi-IFA&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nOL9rBi-IFA&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I love my iPhone, that&#8217;s true. You might remember that I <a href="http://chris.pirillo.com/20-reasons-im-not-getting-an-iphone-today/">didn&#8217;t want to get the iPhone</a> back when it first came out. I&#8217;ve eaten mountains of crow since that time, and have now accepted the iPhone into my life as my personal digital savior! iPhone OS 3.0 was recently released, and of course I&#8217;ve already upgraded. Is the upgrade worth it? Absolutely! There are so many features (some not even documented) are sitting under the interface! </p>
<p>Some of the awesome new features with this version of the os include cut,copy, paste, a landscape keyboard, spotlight search, voice memo recording, and an improved calendar! There are some small bugs, yes. But those I think are more personal preference, rather than actual bugs. I wanted to let you know the things that I feel are completely outstanding updates. </p>
<p>One of the first things you&#8217;ll notice is that Voice Memo app. It is relatively high-quality recordings, and it has a lot of features. You can send these to others, and even edit them if need be. </p>
<p>A lot of smaller tweaks in classic Apps are very welcome. For instance, in Notes you can now swipe and then delete a particular note. It also syncs through Notes back in iTunes. I think it&#8217;s cross-compatible with my Exchange account. </p>
<p>You can also have more page open for Apps. You not only have 11 pages, but you can put as many Apps that will fit in your iPhone! I had 300 of them at one point! I used to have to delete them, in order to stay under the threshold allowed. Now I don&#8217;t have to worry about it. </p>
<p>Spotlight Search is an amazing addition to the iPhone. Spotlight searches all of your contacts, email, calendars, and notes, as well as everything in your iPod. There really isn&#8217;t an App that hasn&#8217;t been updated, which is just awesome. </p>
<p>The iPhone no longer auto-corrects swear words! If you want to swear, then by golly you can! This may not seem like a big deal to some people, but to me it is. If I curse, you can believe I meant to. I wasn&#8217;t happy that the iPhone wouldn&#8217;t let me say the words I intended to say. </p>
<p>All in all, I&#8217;m <strong>VERY</strong> happy with this upgrade. What are your thoughts on the new iPhone os 3.0? Are you using it yet? Do you love it &#8211; and why? Do you hate it? If so, uh&#8230; have you really used it? No matter, let me know that, as well. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002HQ5R3A/lockergnome'>Cell Phone Flashlight &#8211; 2 Super-Bright LED &#8211; Peel &#038; Stick</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001343T82/lockergnome'>iTouchless Pure-Ear Active Noise Canceling Acoustic Headphones</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PF6L06/lockergnome'>CaseCrown iPhone 3G 3GS Polycarbonate Fade Slim Fit Case &#8211; (5 Colors)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002X9JOC6/lockergnome'>CaseCrown feat. The Public Zoo Apple iPhone 3G 3Gs Super Kawaii Cases</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0010SU0MO/lockergnome'>Apple USB Power Adapter for iPod (White)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0026KEVE8/lockergnome'>Apple USB Power Adapter for iPod / iPhone 3G &#8211; Bulk Packaging</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AV4AJ0/lockergnome'>New handsfree headset earphone earbud with Microphone for iPhone</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596804296/lockergnome'>iPhone: The Missing Manual: Covers All Models with 3.0 Software-including the iPhone 3GS</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470536985/lockergnome'>iPhone For Dummies: Includes iPhone 3GS (For Dummies (Computer/Tech))</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1934356255/lockergnome'>iPhone SDK Development (The Pragmatic Programmers)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002WN30IM/lockergnome'>Magellan Premium GPS Car Kit for iPhone and iPod Touch</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0007RV3IE/lockergnome'>Dock Connector to USB 2.0 Cable for iPod and iPhone (White)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001OGZY64/lockergnome'>Original Apple USB Power Adapter for iPod, iPhone, iPhone 3G and iPhone 3Gs</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001GQ3DP6/lockergnome'>Apple USB Power Adapter for iPod/iPhone</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AMLRU4/lockergnome'>MobileMe Individual (Updated 2009 Version)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AMHXD4/lockergnome'>MobileMe Family Pack (Updated 2009 Version)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002V728HI/lockergnome'>iPhone + iPod Touch &#8211; Training (Mac + PC Video Tutorials)</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-QuickIPhoneOS30Review150.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/nOL9rBi-IFA&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/nOL9rBi-IFA&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/how-to-record-audio-on-an-iphone/" title="How to Record Audio on an iPhone">How to Record Audio on an iPhone</a></li>
<li><a href="http://chris.pirillo.com/which-words-are-not-in-the-dictionary/" title="Which Words are not in the Dictionary?">Which Words are not in the Dictionary?</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-open-files-on-your-iphone/" title="How Do You Open Files on Your iPhone?">How Do You Open Files on Your iPhone?</a></li>
<li><a href="http://chris.pirillo.com/what-are-the-best-and-worst-iphone-3g-apps/" title="What are the Best and Worst iPhone 3G Apps?">What are the Best and Worst iPhone 3G Apps?</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-install-apps-on-the-iphone/" title="How do You Install Apps on the iPhone?">How do You Install Apps on the iPhone?</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/quick-iphone-os-30-review/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-QuickIPhoneOS30Review150.mp4" length="73201967" type="video/mp4" />
		</item>
		<item>
		<title>How to Protect Your iPhone / iPod</title>
		<link>http://chris.pirillo.com/how-to-protect-your-iphone-ipod/</link>
		<comments>http://chris.pirillo.com/how-to-protect-your-iphone-ipod/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 05:51:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[anti-glare]]></category>
		<category><![CDATA[incase]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone-case]]></category>
		<category><![CDATA[iphone-protect]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=13564</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/how-to-protect-your-iphone-ipod/">How to Protect Your iPhone / iPod</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/EYfXOoWu6Jg&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EYfXOoWu6Jg&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>While my new iPhone 3G S was syncing for the first time, I decided to talk to all of you about protecting your device. Why do you need protection? What if you drop the phone? I&#8217;ve done it countless times &#8211; it&#8217;s easy to do! Having a good cover or case can cut down on any damage the phone or device may have received. </p>
<p>When I bought my original iPhone, I used an <a href="http://www.amazon.com/exec/obidos/ASIN/B002CK1JJ2/lockergnome">inCase</a> slider case. When I changed to my iPhone 3G, I switched to something different. Now that I have the 3G S&#8230; I&#8217;m going back to my inCase. It&#8217;s lightweight and works very <strong>VERY</strong> well. </p>
<p>Another thing I recommend is something that can help your eyes. I use an <a href="http://go.tagjag.com/antiglare">anti-glare film</a> for my iPhone screen. Not only does it protect the screen, it will also help your eyes. You can check them out for yourself to order one for your phone. </p>
<p>When applying the film to the screen, you want to be careful not to have any bubbles. You can use any credit card or similar object to slowly smooth the film into place. I can&#8217;t believe I nailed it on the first try this time! It usually takes me forever to get it aligned just right. </p>
<p>There are my two top ideas for keeping your iPhone and/or iPod protected from harm. Don&#8217;t mind the Geek behind the anti-glare screen muttering to himself. He&#8217;ll be ok eventually &#8211; I think. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001TF9FQU/lockergnome'>Gogo Iphone 3G 3GS Snap on Case with Screen Protector &#8211; Gradation- Dark Red</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0027ADC7Y/lockergnome'>inspiretech Apple iPhone 1st gen/3G/3GS Slim Fit Case, Polycarbonate (Pearl White)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002Q66XQQ/lockergnome'>Apple iPhone 3G 3GS Easy Removable Bike Mount</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AV5C3S/lockergnome'>Incipio Technologies dermaSHOT Silicone Case for iPhone 3G, 3G S (Black)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AV5C4M/lockergnome'>Incipio dermaSHOT Silicone Case for iPhone 3G, 3G S (Gray)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AV740C/lockergnome'>Incipio dermaSHOT Silicone Case for iPhone 3G, 3G S (Olive Green)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001H4DPJQ/lockergnome'>elago iPhone 3G/3GS Slim Fit Case &#8211; 12 Color (Made in Korea) + Universal Dock Adapter included</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002LLJFM0/lockergnome'>elago S2 Case for iphone 3G/3GS-(High Glossy) 7 Color + Universal Dock Adapter included</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002TYGRL6/lockergnome'>Incase &#8211; Monochrome Slider Case for iPhone 3g/3gs</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001VSBYM8/lockergnome'>Incase Incase Protective Cover for iPhone 3G,Accessories for Unisex</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-HowToProtectYourIPhoneIPod930.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/EYfXOoWu6Jg&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/EYfXOoWu6Jg&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/buy-an-iphone-case/" title="Buy an iPhone Case">Buy an iPhone Case</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/" title="How to Enjoy Your iPod / iPhone without Holding It">How to Enjoy Your iPod / iPhone without Holding It</a></li>
<li><a href="http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/" title="Which Technology Do You Need When You Travel?">Which Technology Do You Need When You Travel?</a></li>
<li><a href="http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/" title="What is the Ultimate Portable Console Emulator?">What is the Ultimate Portable Console Emulator?</a></li>
<li><a href="http://chris.pirillo.com/16-tech-things-in-my-house/" title="16 Tech Things in My House">16 Tech Things in My House</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/" title="Could all of Life&#8217;s Conveniences be Killing Us?">Could all of Life&#8217;s Conveniences be Killing Us?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/how-to-protect-your-iphone-ipod/">How to Protect Your iPhone / iPod</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/EYfXOoWu6Jg&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EYfXOoWu6Jg&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>While my new iPhone 3G S was syncing for the first time, I decided to talk to all of you about protecting your device. Why do you need protection? What if you drop the phone? I&#8217;ve done it countless times &#8211; it&#8217;s easy to do! Having a good cover or case can cut down on any damage the phone or device may have received. </p>
<p>When I bought my original iPhone, I used an <a href="http://www.amazon.com/exec/obidos/ASIN/B002CK1JJ2/lockergnome">inCase</a> slider case. When I changed to my iPhone 3G, I switched to something different. Now that I have the 3G S&#8230; I&#8217;m going back to my inCase. It&#8217;s lightweight and works very <strong>VERY</strong> well. </p>
<p>Another thing I recommend is something that can help your eyes. I use an <a href="http://go.tagjag.com/antiglare">anti-glare film</a> for my iPhone screen. Not only does it protect the screen, it will also help your eyes. You can check them out for yourself to order one for your phone. </p>
<p>When applying the film to the screen, you want to be careful not to have any bubbles. You can use any credit card or similar object to slowly smooth the film into place. I can&#8217;t believe I nailed it on the first try this time! It usually takes me forever to get it aligned just right. </p>
<p>There are my two top ideas for keeping your iPhone and/or iPod protected from harm. Don&#8217;t mind the Geek behind the anti-glare screen muttering to himself. He&#8217;ll be ok eventually &#8211; I think. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001TF9FQU/lockergnome'>Gogo Iphone 3G 3GS Snap on Case with Screen Protector &#8211; Gradation- Dark Red</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0027ADC7Y/lockergnome'>inspiretech Apple iPhone 1st gen/3G/3GS Slim Fit Case, Polycarbonate (Pearl White)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002Q66XQQ/lockergnome'>Apple iPhone 3G 3GS Easy Removable Bike Mount</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AV5C3S/lockergnome'>Incipio Technologies dermaSHOT Silicone Case for iPhone 3G, 3G S (Black)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AV5C4M/lockergnome'>Incipio dermaSHOT Silicone Case for iPhone 3G, 3G S (Gray)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AV740C/lockergnome'>Incipio dermaSHOT Silicone Case for iPhone 3G, 3G S (Olive Green)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001H4DPJQ/lockergnome'>elago iPhone 3G/3GS Slim Fit Case &#8211; 12 Color (Made in Korea) + Universal Dock Adapter included</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002LLJFM0/lockergnome'>elago S2 Case for iphone 3G/3GS-(High Glossy) 7 Color + Universal Dock Adapter included</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002TYGRL6/lockergnome'>Incase &#8211; Monochrome Slider Case for iPhone 3g/3gs</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001VSBYM8/lockergnome'>Incase Incase Protective Cover for iPhone 3G,Accessories for Unisex</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-HowToProtectYourIPhoneIPod930.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/EYfXOoWu6Jg&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/EYfXOoWu6Jg&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/buy-an-iphone-case/" title="Buy an iPhone Case">Buy an iPhone Case</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/" title="How to Enjoy Your iPod / iPhone without Holding It">How to Enjoy Your iPod / iPhone without Holding It</a></li>
<li><a href="http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/" title="Which Technology Do You Need When You Travel?">Which Technology Do You Need When You Travel?</a></li>
<li><a href="http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/" title="What is the Ultimate Portable Console Emulator?">What is the Ultimate Portable Console Emulator?</a></li>
<li><a href="http://chris.pirillo.com/16-tech-things-in-my-house/" title="16 Tech Things in My House">16 Tech Things in My House</a></li>
<li><a href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li>
<li><a href="http://chris.pirillo.com/could-all-of-lifes-conveniences-be-killing-us/" title="Could all of Life&#8217;s Conveniences be Killing Us?">Could all of Life&#8217;s Conveniences be Killing Us?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/how-to-protect-your-iphone-ipod/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-HowToProtectYourIPhoneIPod930.mp4" length="56610148" type="video/mp4" />
		</item>
		<item>
		<title>iPhone 3G S Video Upload Test</title>
		<link>http://chris.pirillo.com/iphone-3g-s-video-upload-test/</link>
		<comments>http://chris.pirillo.com/iphone-3g-s-video-upload-test/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 03:54:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone-3g]]></category>
		<category><![CDATA[iphone-3g-s]]></category>
		<category><![CDATA[iphone-3GS]]></category>
		<category><![CDATA[iphone3gs]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=13559</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/iphone-3g-s-video-upload-test/">iPhone 3G S Video Upload Test</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/rJBx1ZrqCvI&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rJBx1ZrqCvI&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I uploaded this short video directly from my new iPhone 3G S. I think the quality is very good, considering this was compressed and passed directly across AT&#038;T&#8217;s 3G network while I was driving down the road! It took about five minutes to upload (and longer than that for YouTube to process). </p>
<p>My car&#8217;s name is Vader, just so you know. It&#8217;s black, just like my iPhone! Yes, the blue Mustang that passed me during the video is an extremely &#8220;hot&#8221; car (according to Kat, anyway). </p>
<p>Do you have the iPhone 3G S yet? Have you uploaded videos with it? What have your experiences been like? Let me hear from you&#8230; I&#8217;m interested in hearing how things are working for others. I&#8217;m happy. I&#8217;m in love with my new iPhone!</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/rJBx1ZrqCvI&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/rJBx1ZrqCvI&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/is-the-iphone-3g-worth-buying/" title="Is the iPhone 3G Worth Buying?">Is the iPhone 3G Worth Buying?</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/" title="How to Enjoy Your iPod / iPhone without Holding It">How to Enjoy Your iPod / iPhone without Holding It</a></li>
<li><a href="http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/" title="Which Technology Do You Need When You Travel?">Which Technology Do You Need When You Travel?</a></li>
<li><a href="http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/" title="What is the Ultimate Portable Console Emulator?">What is the Ultimate Portable Console Emulator?</a></li>
<li><a href="http://chris.pirillo.com/16-tech-things-in-my-house/" title="16 Tech Things in My House">16 Tech Things in My House</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/iphone-3g-s-video-upload-test/">iPhone 3G S Video Upload Test</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/rJBx1ZrqCvI&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rJBx1ZrqCvI&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I uploaded this short video directly from my new iPhone 3G S. I think the quality is very good, considering this was compressed and passed directly across AT&#038;T&#8217;s 3G network while I was driving down the road! It took about five minutes to upload (and longer than that for YouTube to process). </p>
<p>My car&#8217;s name is Vader, just so you know. It&#8217;s black, just like my iPhone! Yes, the blue Mustang that passed me during the video is an extremely &#8220;hot&#8221; car (according to Kat, anyway). </p>
<p>Do you have the iPhone 3G S yet? Have you uploaded videos with it? What have your experiences been like? Let me hear from you&#8230; I&#8217;m interested in hearing how things are working for others. I&#8217;m happy. I&#8217;m in love with my new iPhone!</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/rJBx1ZrqCvI&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/rJBx1ZrqCvI&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/is-the-iphone-3g-worth-buying/" title="Is the iPhone 3G Worth Buying?">Is the iPhone 3G Worth Buying?</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li>
<li><a href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li>
<li><a href="http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/" title="How to Enjoy Your iPod / iPhone without Holding It">How to Enjoy Your iPod / iPhone without Holding It</a></li>
<li><a href="http://chris.pirillo.com/which-technology-do-you-need-when-you-travel/" title="Which Technology Do You Need When You Travel?">Which Technology Do You Need When You Travel?</a></li>
<li><a href="http://chris.pirillo.com/what-is-the-ultimate-portable-console-emulator/" title="What is the Ultimate Portable Console Emulator?">What is the Ultimate Portable Console Emulator?</a></li>
<li><a href="http://chris.pirillo.com/16-tech-things-in-my-house/" title="16 Tech Things in My House">16 Tech Things in My House</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/iphone-3g-s-video-upload-test/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Unboxing the iPhone 3G S</title>
		<link>http://chris.pirillo.com/unboxing-the-iphone-3g-s/</link>
		<comments>http://chris.pirillo.com/unboxing-the-iphone-3g-s/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:33:29 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[att]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone-3g]]></category>
		<category><![CDATA[iphone-3GS]]></category>
		<category><![CDATA[unboxing]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=13557</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/unboxing-the-iphone-3g-s/">Unboxing the iPhone 3G S</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/2R7mV1Yx3iw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2R7mV1Yx3iw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>A couple of years ago I sat at my desk claiming I&#8217;d <a href="http://chris.pirillo.com/20-reasons-im-not-getting-an-iphone-today/">never buy an iPhone</a> on the first day. I thought my then-current phone was fine, and did everything I wanted it to. Not long after that, I recanted and started to use an iPhone. I&#8217;ve never looked back, and won&#8217;t GO back. My iPhones have done so much more than I could have ever asked for or expected from a phone, which is why I&#8217;m so excited about my new iPhone 3GS!! </p>
<p>I saved the unboxing and unwrapping of my new iPhone 3GS to do on this video. I know how much you guys enjoy these! I feel that AT&#038;T is total fail with the way they&#8217;re handling these things, and the activations. Apparently, many are taking up to two days! Shame on them. </p>
<p>On a side note&#8230; I normally shave my face for no one. However, I felt the need to shower and shave prior to unboxing this. I shaved for my phone! What is the world coming to?</p>
<p>The box included the phone, of course, the instructions (Fingertips), and the cords. The box itself is easy to tell it&#8217;s for the 3GS model, since you see the icons for things like the Compass which are now included on the new model. </p>
<p>It looks exactly the same as my iPhone 3G. I connected my <a href="http://chris.pirillo.com/how-do-you-extend-your-iphone-or-ipod-battery-life/">Richard|Solo 1800</a> in order to help extend my battery life. I couldn&#8217;t live without this awesome little thing. It has saved me on more than one occasion, when my iPhone 3G would have otherwise been dead in the water.</p>
<p>It&#8217;s definitely faster, it boots up a heck of a lot quicker than my 3G did/does. I had to connect to iTunes right away, of course. Had to accept Terms and Conditions, which is pretty standard. I then had to wait for them to process my request. They should play some music, daggone it. </p>
<p>And, of course, I received a notice (typical of AT&#038;T)&#8230; &#8220;your activation will take additional time to complete. Due to high volume of current activations, it will take up to 48 hours to completely your request&#8221;. Thank you for a big bucket of epic <strong>FAIL</strong>, AT&#038;T.</p>
<p>I had to figure out what to name this phone. My last one was boring, and simply named &#8220;iPhone&#8221;. So I asked the chat &#8211; and my dogs &#8211; what to call this one. I decided on &#8220;Gnome&#8221;, since I&#8217;m the Lockergnome!</p>
<p>I had to sync my information with the new device, so I know that&#8217;ll take awhile. I had 300 Apps to move over, so yeah&#8230; I&#8217;m addicted to them. I know it!</p>
<p>So anyways, there&#8217;s my unboxing and attempt to activate with my new iPhone 3GS. Keep your eyes peeled for more videos in the near future!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000QFKDJ2/lockergnome'>Music Power 0900-70 Solo USB AC Adapter/Charger</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LNDXEK/lockergnome'>RichardSolo 1800 for iPhone &#8211; External battery pack + power adapter Li-Ion 1800 mAh</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002N432YW/lockergnome'>New iSkin Duet Solo Case &#038; Holster for Apple iPhone 3G S</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002DI4EZY/lockergnome'>External Battery for iPhone 3Gs, Iphone 3g, Iphone, T-moible G1. Up to 25 Hours Video and 100 Hrs Audio. 3600mah</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001H5IF2W/lockergnome'>iSkin Solo Case for iPhone 3G Color=Black</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470549661/lockergnome'>Safari and WebKit Development for iPhone OS 3.0</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470251557/lockergnome'>Professional iPhone and iPod touch Programming: Building Applications for Mobile Safari (Wrox Professional Guides)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001I1FFP0/lockergnome'>iPhone and iPod Touch Programming: Handling Touch Interactions and Events for Mobile Safari (Wrox Briefs)</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-UnboxingTheIPhone3GS796.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/2R7mV1Yx3iw&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/2R7mV1Yx3iw&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/iphone-3g-s-video-upload-test/" title="iPhone 3G S Video Upload Test">iPhone 3G S Video Upload Test</a></li>
<li><a href="http://chris.pirillo.com/are-all-iphone-problems-apples-fault-or-atts/" title="Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?">Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?</a></li>
<li><a href="http://chris.pirillo.com/is-the-iphone-3g-worth-buying/" title="Is the iPhone 3G Worth Buying?">Is the iPhone 3G Worth Buying?</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li>
<li><a href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li>
<li><a href="http://chris.pirillo.com/what-do-you-think-of-the-iphone-3g/" title="What do you Think of the iPhone 3G?">What do you Think of the iPhone 3G?</a></li>
<li><a href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/unboxing-the-iphone-3g-s/">Unboxing the iPhone 3G S</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/2R7mV1Yx3iw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2R7mV1Yx3iw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br />
<a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>A couple of years ago I sat at my desk claiming I&#8217;d <a href="http://chris.pirillo.com/20-reasons-im-not-getting-an-iphone-today/">never buy an iPhone</a> on the first day. I thought my then-current phone was fine, and did everything I wanted it to. Not long after that, I recanted and started to use an iPhone. I&#8217;ve never looked back, and won&#8217;t GO back. My iPhones have done so much more than I could have ever asked for or expected from a phone, which is why I&#8217;m so excited about my new iPhone 3GS!! </p>
<p>I saved the unboxing and unwrapping of my new iPhone 3GS to do on this video. I know how much you guys enjoy these! I feel that AT&#038;T is total fail with the way they&#8217;re handling these things, and the activations. Apparently, many are taking up to two days! Shame on them. </p>
<p>On a side note&#8230; I normally shave my face for no one. However, I felt the need to shower and shave prior to unboxing this. I shaved for my phone! What is the world coming to?</p>
<p>The box included the phone, of course, the instructions (Fingertips), and the cords. The box itself is easy to tell it&#8217;s for the 3GS model, since you see the icons for things like the Compass which are now included on the new model. </p>
<p>It looks exactly the same as my iPhone 3G. I connected my <a href="http://chris.pirillo.com/how-do-you-extend-your-iphone-or-ipod-battery-life/">Richard|Solo 1800</a> in order to help extend my battery life. I couldn&#8217;t live without this awesome little thing. It has saved me on more than one occasion, when my iPhone 3G would have otherwise been dead in the water.</p>
<p>It&#8217;s definitely faster, it boots up a heck of a lot quicker than my 3G did/does. I had to connect to iTunes right away, of course. Had to accept Terms and Conditions, which is pretty standard. I then had to wait for them to process my request. They should play some music, daggone it. </p>
<p>And, of course, I received a notice (typical of AT&#038;T)&#8230; &#8220;your activation will take additional time to complete. Due to high volume of current activations, it will take up to 48 hours to completely your request&#8221;. Thank you for a big bucket of epic <strong>FAIL</strong>, AT&#038;T.</p>
<p>I had to figure out what to name this phone. My last one was boring, and simply named &#8220;iPhone&#8221;. So I asked the chat &#8211; and my dogs &#8211; what to call this one. I decided on &#8220;Gnome&#8221;, since I&#8217;m the Lockergnome!</p>
<p>I had to sync my information with the new device, so I know that&#8217;ll take awhile. I had 300 Apps to move over, so yeah&#8230; I&#8217;m addicted to them. I know it!</p>
<p>So anyways, there&#8217;s my unboxing and attempt to activate with my new iPhone 3GS. Keep your eyes peeled for more videos in the near future!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LNDXEK/lockergnome'>RichardSolo 1800 for iPhone &#8211; External battery pack + power adapter Li-Ion 1800 mAh</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002N432YW/lockergnome'>New iSkin Duet Solo Case &#038; Holster for Apple iPhone 3G S</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002DI4EZY/lockergnome'>External Battery for iPhone 3Gs, Iphone 3g, Iphone, T-moible G1. Up to 25 Hours Video and 100 Hrs Audio. 3600mah</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470549661/lockergnome'>Safari and WebKit Development for iPhone OS 3.0</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470251557/lockergnome'>Professional iPhone and iPod touch Programming: Building Applications for Mobile Safari (Wrox Professional Guides)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001I1FFP0/lockergnome'>iPhone and iPod Touch Programming: Handling Touch Interactions and Events for Mobile Safari (Wrox Briefs)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000QFKDJ2/lockergnome'>Music Power 0900-70 Solo USB AC Adapter/Charger</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001H5IF2W/lockergnome'>iSkin Solo Case for iPhone 3G Color=Black</a></li>

	</ul>
</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-UnboxingTheIPhone3GS796.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/2R7mV1Yx3iw&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/2R7mV1Yx3iw&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/iphone-3g-s-video-upload-test/" title="iPhone 3G S Video Upload Test">iPhone 3G S Video Upload Test</a></li>
<li><a href="http://chris.pirillo.com/are-all-iphone-problems-apples-fault-or-atts/" title="Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?">Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?</a></li>
<li><a href="http://chris.pirillo.com/is-the-iphone-3g-worth-buying/" title="Is the iPhone 3G Worth Buying?">Is the iPhone 3G Worth Buying?</a></li>
<li><a href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li>
<li><a href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li>
<li><a href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li>
<li><a href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li>
<li><a href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li>
<li><a href="http://chris.pirillo.com/what-do-you-think-of-the-iphone-3g/" title="What do you Think of the iPhone 3G?">What do you Think of the iPhone 3G?</a></li>
<li><a href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/unboxing-the-iphone-3g-s/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-UnboxingTheIPhone3GS796.mp4" length="71048968" type="video/mp4" />
		</item>
	  <item> 
  <title>How to Handle Remote Tech Support</title>
  <description>
  &lt;em&gt;Using &lt;a href=&quot;http://www.gotoassist.com/chris&quot;&gt;GoToAssist&lt;/a&gt; is the easiest way to view and control another person's computer online. Use it to provide instant technical support to family, friends and customers. Start a session with just one click, and instantly connect with the other party. &lt;/em&gt;
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 13 Jul 2009 06:30:00 GMT</pubDate>
  <link>http://gotoassist.com/chris/</link>
  <guid>http://gotoassist.com/chris/</guid>
  </item>

  <item>
  <title>Network Tools for Windows</title>
  <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link>
  <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid>
  </item>
  
  <item>
  <title>Get Your Own Web Site</title>
  <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order.
  &lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt;
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link>
  <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid>
  </item>

  <item>
  <title>VMware and Parallels for Virtual Machines</title>
  <description>
  It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link>
  <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid>
  </item>

  <item>
  <title>Coupons for Online Shopping</title>
  <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;
 Before you shop next time, see if we have &lt;a href=&quot;http://coupons.lockergnome.com/&quot;&gt;a coupon&lt;/a&gt; first.
&lt;/p&gt;
  </description> 
  <author>chris@lockergnome.com (Chris Pirillo)</author> 
  <category>Partner</category> 
  <pubDate>Sat, 12 Jul 2008 07:56:13 GMT</pubDate>
  <link>http://coupons.lockergnome.com/</link> 
  <guid>http://coupons.lockergnome.com/</guid>
  </item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Content Delivery Network via http://maxcdn.chris.pirillo.com

Served from: 192.168.20.61 @ 2009-11-23 13:35:50 -->