<?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; itunes</title> <atom:link href="http://chris.pirillo.com/tag/itunes/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>Tue, 24 Nov 2009 19:35:05 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.5</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <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><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><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><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><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><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><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 Stream iTunes Music Wirelessly to Your Stereo</title><link>http://chris.pirillo.com/how-to-stream-itunes-music-wirelessly-to-your-stereo/</link> <comments>http://chris.pirillo.com/how-to-stream-itunes-music-wirelessly-to-your-stereo/#comments</comments> <pubDate>Wed, 12 Aug 2009 13:16:15 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Entertainment]]></category> <category><![CDATA[Fun]]></category> <category><![CDATA[Life]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[music]]></category> <category><![CDATA[sound-blaster-wireless]]></category> <category><![CDATA[speakers]]></category> <category><![CDATA[stereo]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=14161</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-stream-itunes-music-wirelessly-to-your-stereo/">How to Stream iTunes Music Wirelessly to Your Stereo</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/DgOd-in6NDI&#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/DgOd-in6NDI&#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>Did you see that packet of information fly by? It came from my wireless network here in my home. Even though you cannot see your wireless network, it&#8217;s still there. Sometimes, we need to transmit data wirelessly, such as music. If we want to do this with iTunes to send it to our speakers across the room &#8211; we can do that! It&#8217;s easy to do with <a
href="http://www.amazon.com/exec/obidos/ASIN/B002BDU95A/lockergnome">Creative&#8217;s SoundBlaster Wireless</a>!</p><p>Sound Blaster Wireless for iTunes upgrades your PC or Mac to a premium wireless sound system. Simply plug it into a USB port, and stream your iTunes music wirelessly to your powered speakers or home stereo system via the Sound Blaster Wireless Receiver &#8211; no cables or network configuration required. Enjoy your music anywhere in your home by adding Sound Blaster Wireless speakers and headphones. Managing your wireless and playback functions is easy with intuitive software and remote control.</p><p>Most of us have iTunes these days, and this makes an excellent gateway to be able to listen to your music via your stereo.</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-HowToStreamITunesMusicWirelesslyToYourStereo840.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/DgOd-in6NDI&#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/DgOd-in6NDI&#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-fix-your-itunes-library/" title="How to Fix Your iTunes Library">How to Fix Your iTunes Library</a></li><li><a
href="http://chris.pirillo.com/how-do-you-buy-your-music-online/" title="How Do You Buy Your Music Online?">How Do You Buy Your Music Online?</a></li><li><a
href="http://chris.pirillo.com/how-do-you-find-music-online/" title="How Do You Find Music Online?">How Do You Find Music Online?</a></li><li><a
href="http://chris.pirillo.com/buying-music-ala-carte-vs-renting-with-subscriptions/" title="Buying Music ala Carte vs Renting with Subscriptions">Buying Music ala Carte vs Renting with Subscriptions</a></li><li><a
href="http://chris.pirillo.com/how-to-listen-to-music-without-breaking-the-law/" title="How to Listen to Music Without Breaking the Law">How to Listen to Music Without Breaking the Law</a></li><li><a
href="http://chris.pirillo.com/itunes-tips/" title="iTunes Tips">iTunes Tips</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-convert-cassettes-to-mp3/" title="How to Convert Cassettes to MP3">How to Convert Cassettes to MP3</a></li><li><a
href="http://chris.pirillo.com/how-to-remove-vocals-from-songs-using-audacity/" title="How to Remove Vocals from Songs Using Audacity">How to Remove Vocals from Songs Using Audacity</a></li><li><a
href="http://chris.pirillo.com/are-there-any-drawbacks-to-being-a-geek/" title="Are There Any Drawbacks to Being a Geek?">Are There Any Drawbacks to Being a Geek?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-stream-itunes-music-wirelessly-to-your-stereo/">How to Stream iTunes Music Wirelessly to Your Stereo</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/DgOd-in6NDI&#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/DgOd-in6NDI&#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>Did you see that packet of information fly by? It came from my wireless network here in my home. Even though you cannot see your wireless network, it&#8217;s still there. Sometimes, we need to transmit data wirelessly, such as music. If we want to do this with iTunes to send it to our speakers across the room &#8211; we can do that! It&#8217;s easy to do with <a
href="http://www.amazon.com/exec/obidos/ASIN/B002BDU95A/lockergnome">Creative&#8217;s SoundBlaster Wireless</a>!</p><p>Sound Blaster Wireless for iTunes upgrades your PC or Mac to a premium wireless sound system. Simply plug it into a USB port, and stream your iTunes music wirelessly to your powered speakers or home stereo system via the Sound Blaster Wireless Receiver &#8211; no cables or network configuration required. Enjoy your music anywhere in your home by adding Sound Blaster Wireless speakers and headphones. Managing your wireless and playback functions is easy with intuitive software and remote control.</p><p>Most of us have iTunes these days, and this makes an excellent gateway to be able to listen to your music via your stereo.</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-HowToStreamITunesMusicWirelesslyToYourStereo840.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/DgOd-in6NDI&#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/DgOd-in6NDI&#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-fix-your-itunes-library/" title="How to Fix Your iTunes Library">How to Fix Your iTunes Library</a></li><li><a
href="http://chris.pirillo.com/how-do-you-buy-your-music-online/" title="How Do You Buy Your Music Online?">How Do You Buy Your Music Online?</a></li><li><a
href="http://chris.pirillo.com/how-do-you-find-music-online/" title="How Do You Find Music Online?">How Do You Find Music Online?</a></li><li><a
href="http://chris.pirillo.com/buying-music-ala-carte-vs-renting-with-subscriptions/" title="Buying Music ala Carte vs Renting with Subscriptions">Buying Music ala Carte vs Renting with Subscriptions</a></li><li><a
href="http://chris.pirillo.com/how-to-listen-to-music-without-breaking-the-law/" title="How to Listen to Music Without Breaking the Law">How to Listen to Music Without Breaking the Law</a></li><li><a
href="http://chris.pirillo.com/itunes-tips/" title="iTunes Tips">iTunes Tips</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-convert-cassettes-to-mp3/" title="How to Convert Cassettes to MP3">How to Convert Cassettes to MP3</a></li><li><a
href="http://chris.pirillo.com/how-to-remove-vocals-from-songs-using-audacity/" title="How to Remove Vocals from Songs Using Audacity">How to Remove Vocals from Songs Using Audacity</a></li><li><a
href="http://chris.pirillo.com/are-there-any-drawbacks-to-being-a-geek/" title="Are There Any Drawbacks to Being a Geek?">Are There Any Drawbacks to Being a Geek?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/how-to-stream-itunes-music-wirelessly-to-your-stereo/feed/</wfw:commentRss> <slash:comments>6</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-HowToStreamITunesMusicWirelesslyToYourStereo840.mp4" length="22856998" type="video/mp4" /> </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><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/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/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/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/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/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/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><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></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><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/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/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/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/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><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/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></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>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>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><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/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/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/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/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/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/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></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><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/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/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><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/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/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></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>iPhone 3GS Review</title><link>http://chris.pirillo.com/iphone-3gs-review/</link> <comments>http://chris.pirillo.com/iphone-3gs-review/#comments</comments> <pubDate>Mon, 29 Jun 2009 10:40:06 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Communication]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[app-store]]></category> <category><![CDATA[compass]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[iphone-3GS]]></category> <category><![CDATA[itunes]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13551</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/iphone-3gs-review/">iPhone 3GS 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/xk_BGjRi9Qg&#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/xk_BGjRi9Qg&#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 decided I would record my iPhone 3GS review right from my iPhone 3GS. If you&#8217;re going to make a video review of your new phone, I encourage you to try it this way, and link my to your YouTube response! You do know that you can push the video directly to YouTube using the built-in tool from your phone, right?</p><p>Bottom line &#8211; my verdict about my new iPhone 3GS is &#8220;OH YEAH, BABY&#8221;. It&#8217;s fast &#8211; 50% faster than my last model. The camera is much better. There is touch-to-focus built in, to allow you to focus on a particular subject. The iPhone 3GS has twice as much capacity, and twice the amount of memory built in! The amount of usable memory has been increased by about 500%&#8230; resulting in far less App crashes.</p><p>There is voice control that works right out of the box. I didn&#8217;t have to train it first! The battery life has been improved. It&#8217;s interesting, because even though the phone is faster &#8211; you gained battery life. They throttled back a few things in order to accomplish this, including the video processing. Dude.. I&#8217;d rather have had a bit faster processing, and give up battery life. That&#8217;s why I carry around an external battery pack! However, I can understand and even agree with Apple&#8217;s decision.</p><p>For now, my old iPhone 3G is going to a friend to use. This person has been using Windows Mobile phones for years, and has been an advocate. I want them to try out the iPhone, and see what the hype is all about. Apple has exceeded my expectations once again, and I want to share that experience with others. I can&#8217;t fathom going back to Windows Mobile, nor can I even fathom going back to the iPhone 3G.</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/xk_BGjRi9Qg&#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/xk_BGjRi9Qg&#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/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/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/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><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-fight-for-your-right-to-iphone/" title="How to Fight for Your Right&#8230; to iPhone">How to Fight for Your Right&#8230; to iPhone</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/iphone-3gs-review/">iPhone 3GS 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/xk_BGjRi9Qg&#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/xk_BGjRi9Qg&#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 decided I would record my iPhone 3GS review right from my iPhone 3GS. If you&#8217;re going to make a video review of your new phone, I encourage you to try it this way, and link my to your YouTube response! You do know that you can push the video directly to YouTube using the built-in tool from your phone, right?</p><p>Bottom line &#8211; my verdict about my new iPhone 3GS is &#8220;OH YEAH, BABY&#8221;. It&#8217;s fast &#8211; 50% faster than my last model. The camera is much better. There is touch-to-focus built in, to allow you to focus on a particular subject. The iPhone 3GS has twice as much capacity, and twice the amount of memory built in! The amount of usable memory has been increased by about 500%&#8230; resulting in far less App crashes.</p><p>There is voice control that works right out of the box. I didn&#8217;t have to train it first! The battery life has been improved. It&#8217;s interesting, because even though the phone is faster &#8211; you gained battery life. They throttled back a few things in order to accomplish this, including the video processing. Dude.. I&#8217;d rather have had a bit faster processing, and give up battery life. That&#8217;s why I carry around an external battery pack! However, I can understand and even agree with Apple&#8217;s decision.</p><p>For now, my old iPhone 3G is going to a friend to use. This person has been using Windows Mobile phones for years, and has been an advocate. I want them to try out the iPhone, and see what the hype is all about. Apple has exceeded my expectations once again, and I want to share that experience with others. I can&#8217;t fathom going back to Windows Mobile, nor can I even fathom going back to the iPhone 3G.</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/xk_BGjRi9Qg&#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/xk_BGjRi9Qg&#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/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/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/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><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-fight-for-your-right-to-iphone/" title="How to Fight for Your Right&#8230; to iPhone">How to Fight for Your Right&#8230; to iPhone</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/iphone-3gs-review/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Have You Tried SlingPlayer for the iPhone?</title><link>http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/</link> <comments>http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/#comments</comments> <pubDate>Mon, 25 May 2009 23:08:54 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Fun]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[app-store]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[slingbox]]></category> <category><![CDATA[slingplayer]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13297</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/">Have You Tried SlingPlayer for the iPhone?</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/QNTy3w4u44g&#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/QNTy3w4u44g&#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 decided to relax by watching live TV on my iPhone, using the <a
href="http://go.tagjag.com/sling">SlingPlayer App</a>. It sells for about $30.00 right now. SlingPlayer is an excellent App. I can control the TV as if I was sitting right in front of a traditional television. I can tweak several different options, including the resolution. Also, I can access a full guide to see what&#8217;s playing!</p><p>SlingPlayer Mobile lets you watch and control your home TV and DVR via your Slingbox on your BlackBerry, iPhone, Windows Mobile, Palm OS, or Symbian smartphones. Switch from your home cable box to your DVR &#8211; using your phone!</p><p>You&#8217;ll find all of the controls and features you&#8217;d expect. You can fast-forward and rewind, or even record. If there&#8217;s a feature on your television, then it&#8217;s on the SlingPlayer. This only works, of course, if you have a SlingBox, which I do.</p><p>The big drawback is that AT&#038;T has throttled this App. They were worried about the amount of bandwidth usage. So I can only use the SlingPlayer if I connect wirelessly. That stinks. Boo AT&#038;T. Big mistake screwing things up for us this way.</p><p>You might balk at paying $30.00 for this, but think of it this way: record all of your shows at home, and access them on the road. If you travel even a little, it&#8217;ll pay for itself quickly! Grab it for yourself, you&#8217;ll definitely not regret it.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EZRJZE/lockergnome'>Sling Media Slingbox PRO-HD SB300-100</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000VXKD8K/lockergnome'>Sling Media Slingbox SOLO (SB260-100)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DUAQTQ/lockergnome'>iZel &#8211; The Innovative Stand for Hands-free Viewing of Your iPhone®, iPod®, Blackberry®, Zune®, and Other Similar Devices</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000X2L97S/lockergnome'>Slingbox! Now I can be a couch potato anywhere.(Business Bytes): An article from: Catalyst (Dublin, Ohio)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000Q36AMI/lockergnome'>Take your TV on holidays; Slingbox turns any Internet-connected computer into your home television.(TV &#8211; Articles): An article from: Winnipeg Free Press</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-HaveYouTriedSlingPlayerForTheIPhone359.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/QNTy3w4u44g&#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/QNTy3w4u44g&#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/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/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/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><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-fight-for-your-right-to-iphone/" title="How to Fight for Your Right&#8230; to iPhone">How to Fight for Your Right&#8230; to iPhone</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/">Have You Tried SlingPlayer for the iPhone?</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/QNTy3w4u44g&#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/QNTy3w4u44g&#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 decided to relax by watching live TV on my iPhone, using the <a
href="http://go.tagjag.com/sling">SlingPlayer App</a>. It sells for about $30.00 right now. SlingPlayer is an excellent App. I can control the TV as if I was sitting right in front of a traditional television. I can tweak several different options, including the resolution. Also, I can access a full guide to see what&#8217;s playing!</p><p>SlingPlayer Mobile lets you watch and control your home TV and DVR via your Slingbox on your BlackBerry, iPhone, Windows Mobile, Palm OS, or Symbian smartphones. Switch from your home cable box to your DVR &#8211; using your phone!</p><p>You&#8217;ll find all of the controls and features you&#8217;d expect. You can fast-forward and rewind, or even record. If there&#8217;s a feature on your television, then it&#8217;s on the SlingPlayer. This only works, of course, if you have a SlingBox, which I do.</p><p>The big drawback is that AT&#038;T has throttled this App. They were worried about the amount of bandwidth usage. So I can only use the SlingPlayer if I connect wirelessly. That stinks. Boo AT&#038;T. Big mistake screwing things up for us this way.</p><p>You might balk at paying $30.00 for this, but think of it this way: record all of your shows at home, and access them on the road. If you travel even a little, it&#8217;ll pay for itself quickly! Grab it for yourself, you&#8217;ll definitely not regret it.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EZRJZE/lockergnome'>Sling Media Slingbox PRO-HD SB300-100</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000VXKD8K/lockergnome'>Sling Media Slingbox SOLO (SB260-100)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DUAQTQ/lockergnome'>iZel &#8211; The Innovative Stand for Hands-free Viewing of Your iPhone®, iPod®, Blackberry®, Zune®, and Other Similar Devices</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000X2L97S/lockergnome'>Slingbox! Now I can be a couch potato anywhere.(Business Bytes): An article from: Catalyst (Dublin, Ohio)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000Q36AMI/lockergnome'>Take your TV on holidays; Slingbox turns any Internet-connected computer into your home television.(TV &#8211; Articles): An article from: Winnipeg Free Press</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-HaveYouTriedSlingPlayerForTheIPhone359.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/QNTy3w4u44g&#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/QNTy3w4u44g&#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/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/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/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><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-fight-for-your-right-to-iphone/" title="How to Fight for Your Right&#8230; to iPhone">How to Fight for Your Right&#8230; to iPhone</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-HaveYouTriedSlingPlayerForTheIPhone359.mp4" length="19238417" type="video/mp4" /> </item> <item><title>Mother&#8217;s Day iPod</title><link>http://chris.pirillo.com/mothers-day-ipod/</link> <comments>http://chris.pirillo.com/mothers-day-ipod/#comments</comments> <pubDate>Fri, 22 May 2009 05:25:15 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Holidays]]></category> <category><![CDATA[Life]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[family]]></category> <category><![CDATA[gift]]></category> <category><![CDATA[iPod]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[mom]]></category> <category><![CDATA[mothers-day]]></category> <category><![CDATA[present]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13279</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/mothers-day-ipod/">Mother&#8217;s Day 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/J98P67FrPyg&#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/J98P67FrPyg&#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 fortunate to have my mom with me during Mother&#8217;s Day this year. I gave her an iPod, which is kind of funny. Up until now, she&#8217;s never wanted one. She had no idea how they worked, nor if she&#8217;d ever use the thing. She took it into an Apple store with her, and explained she had no clue what to do. They talked in circles around her about syncing and such. She walked out more confused than when they started.</p><p>Mom is a trooper though! She says that when she gets home, she will sync the iPod, since she has to choose between &#8220;sync or swim&#8221;. Yes &#8211; I get my sense of humor from her. She loves technology, of course. She still has the first transistor radio her father bought her several years ago &#8211; and it still works!</p><p>The iPod I bought for her was personalized, and even has her email address engraved on the back. During the video, I taught her to open the browser and search for something using the touch screen. I explained to her about Apps, and I have a feeling once she dives into looking at them she&#8217;ll go crazy! There are just so many cool things she can do using her iPod.</p><p>Did she roll her eyes when I told her she could subscribe to my podcast?!?! Seriously?!?!</p><p>Just kidding, Mom. You know I love you, and think you&#8217;re the best. Happy Mother&#8217;s Day!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0013ODU9U/lockergnome'>Soundkase | IPCHRG | 12v Car Charger for iPod &#038; iPod Mini</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001P2SW34/lockergnome'>Jvc Cd Receiver</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00195GAMW/lockergnome'>Belkin TuneFM Transmitter for iPod (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000FSQ6EG/lockergnome'>Kensington 33368 4-in-1 Auto Charger for iPods</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006Q0N2S/lockergnome'>Monster Cable iAirPlay Charger for iPod (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0014KLYD2/lockergnome'>iLuv Power Kit for iPhone &#038; iPod &#8211; Black (I159)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHULK0/lockergnome'>Premium Bundle for iPod Touch 2nd Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Black</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHUY8E/lockergnome'>Premium Bundle for iPod Touch 2nd Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Blue</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHOLMO/lockergnome'>Premium Bundle for iPod Nano 4th Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Blue</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/J98P67FrPyg&#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/J98P67FrPyg&#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/appletv/" title="AppleTV">AppleTV</a></li><li><a
href="http://chris.pirillo.com/helping-ponzi-with-her-ipod/" title="Helping Ponzi with her iPod">Helping Ponzi with her iPod</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/nintendo-ds-giveaway-guidelines/" title="Nintendo DS Giveaway Guidelines">Nintendo DS Giveaway Guidelines</a></li><li><a
href="http://chris.pirillo.com/apple-idontcare/" title="Apple iDontcare">Apple iDontcare</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/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/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></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/mothers-day-ipod/">Mother&#8217;s Day 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/J98P67FrPyg&#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/J98P67FrPyg&#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 fortunate to have my mom with me during Mother&#8217;s Day this year. I gave her an iPod, which is kind of funny. Up until now, she&#8217;s never wanted one. She had no idea how they worked, nor if she&#8217;d ever use the thing. She took it into an Apple store with her, and explained she had no clue what to do. They talked in circles around her about syncing and such. She walked out more confused than when they started.</p><p>Mom is a trooper though! She says that when she gets home, she will sync the iPod, since she has to choose between &#8220;sync or swim&#8221;. Yes &#8211; I get my sense of humor from her. She loves technology, of course. She still has the first transistor radio her father bought her several years ago &#8211; and it still works!</p><p>The iPod I bought for her was personalized, and even has her email address engraved on the back. During the video, I taught her to open the browser and search for something using the touch screen. I explained to her about Apps, and I have a feeling once she dives into looking at them she&#8217;ll go crazy! There are just so many cool things she can do using her iPod.</p><p>Did she roll her eyes when I told her she could subscribe to my podcast?!?! Seriously?!?!</p><p>Just kidding, Mom. You know I love you, and think you&#8217;re the best. Happy Mother&#8217;s Day!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00195GAMW/lockergnome'>Belkin TuneFM Transmitter for iPod (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000FSQ6EG/lockergnome'>Kensington 33368 4-in-1 Auto Charger for iPods</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006Q0N2S/lockergnome'>Monster Cable iAirPlay Charger for iPod (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHULK0/lockergnome'>Premium Bundle for iPod Touch 2nd Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Black</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHUY8E/lockergnome'>Premium Bundle for iPod Touch 2nd Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Blue</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHOLMO/lockergnome'>Premium Bundle for iPod Nano 4th Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Blue</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0013ODU9U/lockergnome'>Soundkase | IPCHRG | 12v Car Charger for iPod &#038; iPod Mini</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001P2SW34/lockergnome'>Jvc Cd Receiver</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0014KLYD2/lockergnome'>iLuv Power Kit for iPhone &#038; iPod &#8211; Black (I159)</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/J98P67FrPyg&#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/J98P67FrPyg&#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/appletv/" title="AppleTV">AppleTV</a></li><li><a
href="http://chris.pirillo.com/helping-ponzi-with-her-ipod/" title="Helping Ponzi with her iPod">Helping Ponzi with her iPod</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/nintendo-ds-giveaway-guidelines/" title="Nintendo DS Giveaway Guidelines">Nintendo DS Giveaway Guidelines</a></li><li><a
href="http://chris.pirillo.com/apple-idontcare/" title="Apple iDontcare">Apple iDontcare</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/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/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></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/mothers-day-ipod/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Can You Teach an Old Dog New Tricks on the iPhone?</title><link>http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/</link> <comments>http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/#comments</comments> <pubDate>Mon, 23 Feb 2009 19:20:48 +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[bark-machine]]></category> <category><![CDATA[dog-tricks]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[itunes]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=12588</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/">Can You Teach an Old Dog New Tricks on the iPhone?</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/NrZES5Ps3AY&#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/NrZES5Ps3AY&#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>Pixie is not amused with the Bark Machine portion of the new <a
href="http://go.tagjag.com/dogtricks">Dog Tricks and Bark Machine</a> App for the iPhone and iPod Touch. I can always move on to other aspects of this very cool new App, including ones that help teach her new tricks!</p><p>Dog Tricks &#038; Bark Machine’s instructions were supervised by certified dog trainers, according to the App’s creators. The dog tricks part of this App includes commands, games and tips on how to correct behavioral problems. Dog Tricks and Bark Machine also features an informative section about popular dog breeds, as well as tons of photos.</p><p>The bark machine part of Dog Tricks &#038; Bark Machine gives you eight different sounds that will get your dog’s attention. They include a woof, meow, doorbell, high-frequency whistle that only dogs can hear and other sounds.</p><p>Future versions of this App can let your dog be a star! Send in your pics and caption text to <a
href="mailto:dee@jonesapr.com">Dee</a> to nominate your dog for future releases!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0013519W4/lockergnome'>Historic Print (L): Teaching old dogs new tricks&#8221;"</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0012D1RPQ/lockergnome'>Historic Print (M): Teaching old dogs new tricks&#8221;"</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0012A3CMU/lockergnome'>Historic Print (S): Teaching old dogs new tricks&#8221;"</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00004TGHS/lockergnome'>Old Dogs, New Tricks</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000003NHG/lockergnome'>New Tricks</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000006Q0E/lockergnome'>Old Trick, New Dog</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000LQJAGS/lockergnome'>The Professionals CI 5 Dossier 1 &#8211; 4-DVD Box Set ( Private Madness Public Danger / The Female Factor / Old Dog With New Tricks / Killer With A Long Arm / Heroes / Where The Jungle Ends / Close Quarters / Everest Was Also Conquered / When The Heat Cools Of</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002CPMAT0/lockergnome'>Old Dog, New Tricks V.1</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002CPMATK/lockergnome'>Old Dog, New Tricks V.2</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LDBXSS/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Mouse Pads</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001L9D4FW/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Tote Bags</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LAKFJE/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; T-Shirts</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LBXKEA/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Caps</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1888047062/lockergnome'>How to Teach a New Dog Old Tricks</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001QCXCLK/lockergnome'>Old Dog, New Tricks: Understanding and Retraining Older and Rescued Dogs</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0812045440/lockergnome'>How to Teach Your Old Dog New Tricks</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LDC2B0/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Water Bottles</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000MNE5J2/lockergnome'>Dave Broadfoot: Old dog-new tricks.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002UIO7E/lockergnome'>Dog Training Made Simple: Training Your Best Friend: You Can Teach An Old Dog New Tricks</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00018D576/lockergnome'>It&#8217;s Hard to Teach Old Dogs New Tricks [VHS]</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LDC0GW/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Greeting Cards-12 Greeting Cards with envelopes</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LD9Y7A/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Greeting Cards-6 Greeting Cards with envelopes</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LC14CE/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Coffee Gift Baskets &#8211; Coffee Gift Basket</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-CanYouTeachAnOldDogNewTricksOnTheIPhone543.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/NrZES5Ps3AY&#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/NrZES5Ps3AY&#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/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/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/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><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-fight-for-your-right-to-iphone/" title="How to Fight for Your Right&#8230; to iPhone">How to Fight for Your Right&#8230; to iPhone</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/">Can You Teach an Old Dog New Tricks on the iPhone?</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/NrZES5Ps3AY&#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/NrZES5Ps3AY&#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>Pixie is not amused with the Bark Machine portion of the new <a
href="http://go.tagjag.com/dogtricks">Dog Tricks and Bark Machine</a> App for the iPhone and iPod Touch. I can always move on to other aspects of this very cool new App, including ones that help teach her new tricks!</p><p>Dog Tricks &#038; Bark Machine’s instructions were supervised by certified dog trainers, according to the App’s creators. The dog tricks part of this App includes commands, games and tips on how to correct behavioral problems. Dog Tricks and Bark Machine also features an informative section about popular dog breeds, as well as tons of photos.</p><p>The bark machine part of Dog Tricks &#038; Bark Machine gives you eight different sounds that will get your dog’s attention. They include a woof, meow, doorbell, high-frequency whistle that only dogs can hear and other sounds.</p><p>Future versions of this App can let your dog be a star! Send in your pics and caption text to <a
href="mailto:dee@jonesapr.com">Dee</a> to nominate your dog for future releases!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0013519W4/lockergnome'>Historic Print (L): Teaching old dogs new tricks&#8221;"</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0012D1RPQ/lockergnome'>Historic Print (M): Teaching old dogs new tricks&#8221;"</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0012A3CMU/lockergnome'>Historic Print (S): Teaching old dogs new tricks&#8221;"</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00004TGHS/lockergnome'>Old Dogs, New Tricks</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000003NHG/lockergnome'>New Tricks</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000006Q0E/lockergnome'>Old Trick, New Dog</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000MNE5J2/lockergnome'>Dave Broadfoot: Old dog-new tricks.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002UIO7E/lockergnome'>Dog Training Made Simple: Training Your Best Friend: You Can Teach An Old Dog New Tricks</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00018D576/lockergnome'>It&#8217;s Hard to Teach Old Dogs New Tricks [VHS]</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000LQJAGS/lockergnome'>The Professionals CI 5 Dossier 1 &#8211; 4-DVD Box Set ( Private Madness Public Danger / The Female Factor / Old Dog With New Tricks / Killer With A Long Arm / Heroes / Where The Jungle Ends / Close Quarters / Everest Was Also Conquered / When The Heat Cools Of</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002CPMAT0/lockergnome'>Old Dog, New Tricks V.1</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002CPMATK/lockergnome'>Old Dog, New Tricks V.2</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LDBXSS/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Mouse Pads</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LC14CE/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Coffee Gift Baskets &#8211; Coffee Gift Basket</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LDC0GW/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Greeting Cards-12 Greeting Cards with envelopes</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LD9Y7A/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Greeting Cards-6 Greeting Cards with envelopes</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001L9D4FW/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Tote Bags</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LAKFJE/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; T-Shirts</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LBXKEA/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Caps</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1888047062/lockergnome'>How to Teach a New Dog Old Tricks</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001QCXCLK/lockergnome'>Old Dog, New Tricks: Understanding and Retraining Older and Rescued Dogs</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0812045440/lockergnome'>How to Teach Your Old Dog New Tricks</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LDC2B0/lockergnome'>Londons Times Funny God Cartoons &#8211; Teaching Old Dogs New Tricks &#8211; Water Bottles</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-CanYouTeachAnOldDogNewTricksOnTheIPhone543.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/NrZES5Ps3AY&#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/NrZES5Ps3AY&#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/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/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/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><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-fight-for-your-right-to-iphone/" title="How to Fight for Your Right&#8230; to iPhone">How to Fight for Your Right&#8230; to iPhone</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/feed/</wfw:commentRss> <slash:comments>5</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-CanYouTeachAnOldDogNewTricksOnTheIPhone543.mp4" length="19858082" type="video/mp4" /> </item> <item><title>How to Send Free SMS Text Messages on the iPhone or iPod</title><link>http://chris.pirillo.com/how-to-send-free-sms-text-messages-on-the-iphone-or-ipod/</link> <comments>http://chris.pirillo.com/how-to-send-free-sms-text-messages-on-the-iphone-or-ipod/#comments</comments> <pubDate>Sat, 14 Feb 2009 05:46:10 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Communication]]></category> <category><![CDATA[Community]]></category> <category><![CDATA[Gadgets]]></category> <category><![CDATA[Giveaway]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[app-store]]></category> <category><![CDATA[free-sms]]></category> <category><![CDATA[free-text]]></category> <category><![CDATA[iphone-sms]]></category> <category><![CDATA[iphone-text]]></category> <category><![CDATA[ipod-text]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[sms]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=12520</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-send-free-sms-text-messages-on-the-iphone-or-ipod/">How to Send Free SMS Text Messages on the iPhone or 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/DaNTnA4kSKY&#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/DaNTnA4kSKY&#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>Hopefully within a few weeks, InfiniteSMS will be available in iTunes. That will allow you to send free SMS messages from your iPhone or iPod Touch. The App isn&#8217;t free, but the texts you send from it will be. Once the App has been released, I will be doing a giveaway where you can win this App for yourself! I have 30 codes to give away!</p><p>It&#8217;s really easy to use. Once you&#8217;ve entered your Google credentials, press the &#8220;New SMS&#8221; button. Then, key in any number you want to send a message to. Type your message &#8211; and send it! You will receive SMS replies free, as well! Messages won&#8217;t show up on your phone bill!!</p><p>You can send messages for free to any number within the US &#8211; even if you are traveling outside of the US at the time you send it! Messages are sent and received through Google using the Google Talk service. Your friend must respond. To prevent spam, Google may block you from sending to someone if they don’t respond after a couple of messages.</p><p>Now, as I said, I have 30 of these to give away. In order to win, all you need to do is to go to Twitter and send the following:</p><blockquote><p> @chrispirillo I love sending SMS! <a
href="http://go.tagjag.com/SMS">http://go.tagjag.com/SMS</a></p></blockquote><p>That&#8217;s it. If you want to be one of the winners of this App as soon as it&#8217;s available, send that tweet!</p><div
class="TweetWrapper"><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/76657880/n1629180028_42290_1689_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ADBonner" rel="nofollow">ADBonner</a>:</strong> i love sending sms <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about 20 hours ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ADBonner/statuses/1210545450" rel="nofollow">Sat Feb 14 20:03:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78065617/luyvu_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/DunuDeSilva" rel="nofollow">DunuDeSilva</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about 23 hours ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/DunuDeSilva/statuses/1210154013" rel="nofollow">Sat Feb 14 17:17:58 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/74249216/Neon_Sign_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jordannott" rel="nofollow">jordannott</a>:</strong> I love sending SMS! <a
href="Http://Go.tagjag.com/SMS<div" title="Http://Go.tagjag.com/SMS<div" target="_blank">Go.tagjag.com/SMS<div</a> class=&#8221;TweetDate&#8221;>about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jordannott/statuses/1209931615" rel="nofollow">Sat Feb 14 15:44:52 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/77433101/your_image_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/skoinm" rel="nofollow">skoinm</a>:</strong> How to Send Free SMS Text Messages on the iPhone or iPod <a
href="http://bit.ly/JA4xw" rel="nofollow">http://bit.ly/JA4xw</a> (via @<a
href="http://twitter.com/chrispirillo" rel="nofollow">chrispirillo</a>)<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/skoinm/statuses/1209757401" rel="nofollow">Sat Feb 14 14:22:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/77433101/your_image_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/skoinm" rel="nofollow">skoinm</a>:</strong> I love sending SMS! <a
href="http://www.tagjag.com/SMS" rel="nofollow">http://www.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/skoinm/statuses/1209756927" rel="nofollow">Sat Feb 14 14:21:50 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.nickmontes.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/69266646/Mall_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/nickmontes" rel="nofollow">nickmontes</a>:</strong> I love sending SMS!<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/nickmontes/statuses/1209734845" rel="nofollow">Sat Feb 14 14:10:21 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://wojtekww.deviantART.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78390301/twitterAppleGeekAppStore_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/AppleGeeek" rel="nofollow">AppleGeeek</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/AppleGeeek/statuses/1209694220" rel="nofollow">Sat Feb 14 13:47:56 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.scottnsusan.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/60096310/Scott_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ScottShockey78" rel="nofollow">ScottShockey78</a>:</strong> I love sending SMS ! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ScottShockey78/statuses/1209646050" rel="nofollow">Sat Feb 14 13:18:18 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/53203559/Scout_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/mattmill" rel="nofollow">mattmill</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/mattmill/statuses/1209637191" rel="nofollow">Sat Feb 14 13:12:33 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.youtube.com/virustricks" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/70607986/Untitled_51_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/virustricks" rel="nofollow">virustricks</a>:</strong> Oh yeah happy valetines<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/virustricks/statuses/1209304404" rel="nofollow">Sat Feb 14 08:53:50 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/75578757/red_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/RandDuren" rel="nofollow">RandDuren</a>:</strong> I love sending SMS!<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/RandDuren/statuses/1209150956" rel="nofollow">Sat Feb 14 07:05:44 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://static.twitter.com/images/default_profile_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/kennyiscool" rel="nofollow">kennyiscool</a>:</strong> I love sending SMS. <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/kennyiscool/statuses/1209136135" rel="nofollow">Sat Feb 14 06:32:18 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.johnnylucas28.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/64675237/me_1_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/johnnylucas" rel="nofollow">johnnylucas</a>:</strong> i love sms <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/johnnylucas/statuses/1209121656" rel="nofollow">Sat Feb 14 06:23:11 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/65252910/Photo_31_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Kringalingen" rel="nofollow">Kringalingen</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Kringalingen/statuses/1209116236" rel="nofollow">Sat Feb 14 06:19:44 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/73200070/trimmed_football_pics_001_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/AndrewF99" rel="nofollow">AndrewF99</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/AndrewF99/statuses/1209116228" rel="nofollow">Sat Feb 14 06:19:43 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/65252910/Photo_31_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Kringalingen" rel="nofollow">Kringalingen</a>:</strong> I love sending SMS! <a
href="http://go.taggag.com/SMS" rel="nofollow">http://go.taggag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Kringalingen/statuses/1209113921" rel="nofollow">Sat Feb 14 06:18:20 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/58842805/klingon_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/claudius753" rel="nofollow">claudius753</a>:</strong> that&#39s all well and good, but where the hell is MMS!  Biggest iPhone flaw IYAM<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/claudius753/statuses/1209112104" rel="nofollow">Sat Feb 14 06:17:15 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://christyxcore.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/76440428/helgaSelf_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Christyxcore" rel="nofollow">Christyxcore</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Christyxcore/statuses/1209111077" rel="nofollow">Sat Feb 14 06:16:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://bit.ly/JakeCV" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/68232909/avatar_sq_cross_proc_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/CannonGod" rel="nofollow">CannonGod</a>:</strong> While you&#39re discussing SMS I wanted to mention a free Twitter SMS service for Europeans called: <a
href="http://twe2.com" rel="nofollow">http://twe2.com</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/CannonGod/statuses/1209107225" rel="nofollow">Sat Feb 14 06:14:24 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://christyxcore.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/76440428/helgaSelf_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Christyxcore" rel="nofollow">Christyxcore</a>:</strong> RT @<a
href="http://twitter.com/chrispirillo" rel="nofollow">chrispirillo</a>: How to Send Free SMS Text Messages on the iPhone or iPod <a
href="http://bit.ly/JA4xw" rel="nofollow">http://bit.ly/JA4xw</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Christyxcore/statuses/1209106054" rel="nofollow">Sat Feb 14 06:13:43 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.lostrecords.co.uk" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78099245/suit_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/sacredgeometry" rel="nofollow">sacredgeometry</a>:</strong> are you constanly tweeting?<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/sacredgeometry/statuses/1209103411" rel="nofollow">Sat Feb 14 06:12:07 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78164667/q1004015570_1656_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/davidjlock" rel="nofollow">davidjlock</a>:</strong> twickie FTW<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/davidjlock/statuses/1209099896" rel="nofollow">Sat Feb 14 06:10:06 +0000 2009</a></div></div></div></div><p>&nbsp;<br
/> &nbsp;</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002XG98KM/lockergnome'>USM University of Southern Mississippi Eagles Cell Phone Glasses Case SEARCH BROAD BAY APRONS FOR MORE DESIGNS Fits APPLE IPHONE Cover Holder Christmas Gift Ideas for Him Her, Man Men, Woman Women Ladies STOCKING STUFFER</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000RMRP0Y/lockergnome'>* SPECIAL SALE * Yukiko Sato * C3L &#038; HS Santa Monica Stripes of CHIBI TESAGE Style 3, iPod, iPhone Holders Cases, Passport Pocket</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00111R456/lockergnome'>SMS Stocks</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-HowToSendFreeSMSTextMessagesOnTheIPhoneOrIPod432.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/DaNTnA4kSKY&#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/DaNTnA4kSKY&#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/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/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><li><a
href="http://chris.pirillo.com/how-to-free-memory-on-the-iphone/" title="How to Free Memory on the iPhone">How to Free Memory 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/how-to-send-free-sms-text-messages-on-the-iphone-or-ipod/">How to Send Free SMS Text Messages on the iPhone or 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/DaNTnA4kSKY&#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/DaNTnA4kSKY&#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>Hopefully within a few weeks, InfiniteSMS will be available in iTunes. That will allow you to send free SMS messages from your iPhone or iPod Touch. The App isn&#8217;t free, but the texts you send from it will be. Once the App has been released, I will be doing a giveaway where you can win this App for yourself! I have 30 codes to give away!</p><p>It&#8217;s really easy to use. Once you&#8217;ve entered your Google credentials, press the &#8220;New SMS&#8221; button. Then, key in any number you want to send a message to. Type your message &#8211; and send it! You will receive SMS replies free, as well! Messages won&#8217;t show up on your phone bill!!</p><p>You can send messages for free to any number within the US &#8211; even if you are traveling outside of the US at the time you send it! Messages are sent and received through Google using the Google Talk service. Your friend must respond. To prevent spam, Google may block you from sending to someone if they don’t respond after a couple of messages.</p><p>Now, as I said, I have 30 of these to give away. In order to win, all you need to do is to go to Twitter and send the following:</p><blockquote><p> @chrispirillo I love sending SMS! <a
href="http://go.tagjag.com/SMS">http://go.tagjag.com/SMS</a></p></blockquote><p>That&#8217;s it. If you want to be one of the winners of this App as soon as it&#8217;s available, send that tweet!</p><div
class="TweetWrapper"><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/76657880/n1629180028_42290_1689_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ADBonner" rel="nofollow">ADBonner</a>:</strong> i love sending sms <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about 20 hours ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ADBonner/statuses/1210545450" rel="nofollow">Sat Feb 14 20:03:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78065617/luyvu_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/DunuDeSilva" rel="nofollow">DunuDeSilva</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about 23 hours ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/DunuDeSilva/statuses/1210154013" rel="nofollow">Sat Feb 14 17:17:58 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/74249216/Neon_Sign_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jordannott" rel="nofollow">jordannott</a>:</strong> I love sending SMS! <a
href="Http://Go.tagjag.com/SMS<div" title="Http://Go.tagjag.com/SMS<div" target="_blank">Go.tagjag.com/SMS<div</a> class=&#8221;TweetDate&#8221;>about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jordannott/statuses/1209931615" rel="nofollow">Sat Feb 14 15:44:52 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/77433101/your_image_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/skoinm" rel="nofollow">skoinm</a>:</strong> How to Send Free SMS Text Messages on the iPhone or iPod <a
href="http://bit.ly/JA4xw" rel="nofollow">http://bit.ly/JA4xw</a> (via @<a
href="http://twitter.com/chrispirillo" rel="nofollow">chrispirillo</a>)<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/skoinm/statuses/1209757401" rel="nofollow">Sat Feb 14 14:22:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/77433101/your_image_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/skoinm" rel="nofollow">skoinm</a>:</strong> I love sending SMS! <a
href="http://www.tagjag.com/SMS" rel="nofollow">http://www.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/skoinm/statuses/1209756927" rel="nofollow">Sat Feb 14 14:21:50 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.nickmontes.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/69266646/Mall_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/nickmontes" rel="nofollow">nickmontes</a>:</strong> I love sending SMS!<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/nickmontes/statuses/1209734845" rel="nofollow">Sat Feb 14 14:10:21 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://wojtekww.deviantART.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78390301/twitterAppleGeekAppStore_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/AppleGeeek" rel="nofollow">AppleGeeek</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/AppleGeeek/statuses/1209694220" rel="nofollow">Sat Feb 14 13:47:56 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.scottnsusan.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/60096310/Scott_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ScottShockey78" rel="nofollow">ScottShockey78</a>:</strong> I love sending SMS ! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ScottShockey78/statuses/1209646050" rel="nofollow">Sat Feb 14 13:18:18 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/53203559/Scout_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/mattmill" rel="nofollow">mattmill</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/mattmill/statuses/1209637191" rel="nofollow">Sat Feb 14 13:12:33 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.youtube.com/virustricks" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/70607986/Untitled_51_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/virustricks" rel="nofollow">virustricks</a>:</strong> Oh yeah happy valetines<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/virustricks/statuses/1209304404" rel="nofollow">Sat Feb 14 08:53:50 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/75578757/red_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/RandDuren" rel="nofollow">RandDuren</a>:</strong> I love sending SMS!<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/RandDuren/statuses/1209150956" rel="nofollow">Sat Feb 14 07:05:44 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://static.twitter.com/images/default_profile_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/kennyiscool" rel="nofollow">kennyiscool</a>:</strong> I love sending SMS. <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/kennyiscool/statuses/1209136135" rel="nofollow">Sat Feb 14 06:32:18 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.johnnylucas28.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/64675237/me_1_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/johnnylucas" rel="nofollow">johnnylucas</a>:</strong> i love sms <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/johnnylucas/statuses/1209121656" rel="nofollow">Sat Feb 14 06:23:11 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/65252910/Photo_31_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Kringalingen" rel="nofollow">Kringalingen</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Kringalingen/statuses/1209116236" rel="nofollow">Sat Feb 14 06:19:44 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/73200070/trimmed_football_pics_001_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/AndrewF99" rel="nofollow">AndrewF99</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/AndrewF99/statuses/1209116228" rel="nofollow">Sat Feb 14 06:19:43 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/65252910/Photo_31_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Kringalingen" rel="nofollow">Kringalingen</a>:</strong> I love sending SMS! <a
href="http://go.taggag.com/SMS" rel="nofollow">http://go.taggag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Kringalingen/statuses/1209113921" rel="nofollow">Sat Feb 14 06:18:20 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/58842805/klingon_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/claudius753" rel="nofollow">claudius753</a>:</strong> that&#39s all well and good, but where the hell is MMS!  Biggest iPhone flaw IYAM<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/claudius753/statuses/1209112104" rel="nofollow">Sat Feb 14 06:17:15 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://christyxcore.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/76440428/helgaSelf_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Christyxcore" rel="nofollow">Christyxcore</a>:</strong> I love sending SMS! <a
href="http://go.tagjag.com/SMS" rel="nofollow">http://go.tagjag.com/SMS</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Christyxcore/statuses/1209111077" rel="nofollow">Sat Feb 14 06:16:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://bit.ly/JakeCV" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/68232909/avatar_sq_cross_proc_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/CannonGod" rel="nofollow">CannonGod</a>:</strong> While you&#39re discussing SMS I wanted to mention a free Twitter SMS service for Europeans called: <a
href="http://twe2.com" rel="nofollow">http://twe2.com</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/CannonGod/statuses/1209107225" rel="nofollow">Sat Feb 14 06:14:24 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://christyxcore.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/76440428/helgaSelf_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Christyxcore" rel="nofollow">Christyxcore</a>:</strong> RT @<a
href="http://twitter.com/chrispirillo" rel="nofollow">chrispirillo</a>: How to Send Free SMS Text Messages on the iPhone or iPod <a
href="http://bit.ly/JA4xw" rel="nofollow">http://bit.ly/JA4xw</a><div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Christyxcore/statuses/1209106054" rel="nofollow">Sat Feb 14 06:13:43 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.lostrecords.co.uk" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78099245/suit_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/sacredgeometry" rel="nofollow">sacredgeometry</a>:</strong> are you constanly tweeting?<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/sacredgeometry/statuses/1209103411" rel="nofollow">Sat Feb 14 06:12:07 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78164667/q1004015570_1656_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/davidjlock" rel="nofollow">davidjlock</a>:</strong> twickie FTW<div
class="TweetDate">about a day ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/davidjlock/statuses/1209099896" rel="nofollow">Sat Feb 14 06:10:06 +0000 2009</a></div></div></div></div><p>&nbsp;<br
/> &nbsp;</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000RMRP0Y/lockergnome'>* SPECIAL SALE * Yukiko Sato * C3L &#038; HS Santa Monica Stripes of CHIBI TESAGE Style 3, iPod, iPhone Holders Cases, Passport Pocket</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002XG98KM/lockergnome'>USM University of Southern Mississippi Eagles Cell Phone Glasses Case SEARCH BROAD BAY APRONS FOR MORE DESIGNS Fits APPLE IPHONE Cover Holder Christmas Gift Ideas for Him Her, Man Men, Woman Women Ladies STOCKING STUFFER</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00111R456/lockergnome'>SMS Stocks</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-HowToSendFreeSMSTextMessagesOnTheIPhoneOrIPod432.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/DaNTnA4kSKY&#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/DaNTnA4kSKY&#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/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/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><li><a
href="http://chris.pirillo.com/how-to-free-memory-on-the-iphone/" title="How to Free Memory on the iPhone">How to Free Memory 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/how-to-send-free-sms-text-messages-on-the-iphone-or-ipod/feed/</wfw:commentRss> <slash:comments>19</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-HowToSendFreeSMSTextMessagesOnTheIPhoneOrIPod432.mp4" length="19840306" type="video/mp4" /> </item> <item><title>How to Free Memory on the iPhone</title><link>http://chris.pirillo.com/how-to-free-memory-on-the-iphone/</link> <comments>http://chris.pirillo.com/how-to-free-memory-on-the-iphone/#comments</comments> <pubDate>Fri, 13 Feb 2009 08:39:47 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Games]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[app-store]]></category> <category><![CDATA[free-memory]]></category> <category><![CDATA[iphone-memory]]></category> <category><![CDATA[itunes]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=12513</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-free-memory-on-the-iphone/">How to Free Memory on the iPhone</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/Su54MoeHUsg&#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/Su54MoeHUsg&#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>Even though we know that Apple doesn&#8217;t currently let you run any application in the background. Sometimes, bits of the application will stay in the background upon exiting it, and it hogs up your resources. You can now use an App to help free up your memory!</p><p>The iPhone only comes with 128MB of runtime memory. This has nothing to do with the actual storage memory of 8GB and higher. Some applications that come with the iPhone will continue to run in the background even once you close them, such as the Phone and Mail applications, and even Safari! Over time, these Apps will bog down your iPhone (or iPod Touch), making it impossible to effectively open any further Apps.</p><p>Using <a
href="http://go.tagjag.com/freememory">Free Memory</a> can solve this problem. you can see how much runtime memory is currently available for applications. You can also view all the currently running applications or system processes. By simply touching the &#8220;Free Memory&#8221; button, the App will clean up 20MB of your memory for you. If you already have over 20MB available, the App won&#8217;t even do anything.</p><p>I know your iPhone may not feel sluggish to you. But if you&#8217;re going to play a game or something, why not clear some memory out? I&#8217;m sure you&#8217;ve had Apps crash when you tried to open them in the past. I&#8217;d be willing to bet that it was because you didn&#8217;t have enough memory available to run it! Why Apple didn&#8217;t include something like this with the iPhone firmware natively is beyond me!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002J6DEII/lockergnome'>Make Me Do It</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0010SHUIQ/lockergnome'>Horizontal Leather Case with Belt Clip/Loop for the Apple iPhone</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EPJ6SC/lockergnome'>Horizontal Leather Case with Belt Clip/Loop for the Apple iPhone 3G</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000FGHKAM/lockergnome'>Blackberry 8700 Black Leather Open Face Case with Removable Belt Clip From Prima Cases</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0025U53JG/lockergnome'>Ultimate iPhone 3G &#038; 3Gs Fm Transmitter with LCD Display with preset memory</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DYTVN4/lockergnome'>Samsung i900 Omnia Unlocked Phone with 8 GB Memory, 5 MP Camera, GPS, Wi-Fi, Windows Mobile 6.1, and MicroSD Slot&#8211;International Version with No Warranty (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000Z7LYAS/lockergnome'>iPod Touch Clear Silicone Skin from Prima Cases</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001PD4KH0/lockergnome'>Prima Cases BlackBerry Pearl Open Face Style</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001PDN57G/lockergnome'>Prima Cases Blackberry 8300 Curve Premium Leather Open Face Style case with removable clip</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001PCZOWG/lockergnome'>Prima Cases BlackBerry Pearl Lateral Pouch</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001E388AQ/lockergnome'>Apple iPhone 3G 8GB MINT Screen In Box Used</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0012399AG/lockergnome'>In Car 4-in-1 WMA/MP3 Wireless Modulator/FM transmitter for SD Card, USB Pen (Flash) drive and MP3 players (like iPod). Black with Remote Control.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001239O9M/lockergnome'>In Car 4-in-1 WMA/MP3 Wireless Modulator/FM transmitter for SD Card, USB Pen (Flash) drive and MP3 players (like iPod). White with Remote Control.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/6130034598/lockergnome'>Ipod: Portable media player, IPod Classic, IPod Nano, Iphone, IPod Shuffle, IPod Mini, IPod Photo, Multimedia, Hard Disk Drive, Flash Memory, Itunes, Digital Audio Player,</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002WYH4XI/lockergnome'>Commuter Series Combo for iPhone 3G Black, Yellow, Blue</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002WY85N6/lockergnome'>Commuter Series Combo for iPhone 3G Black, Maroon, Grey</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-HowToFreeMemoryOnTheIPhone667.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/Su54MoeHUsg&#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/Su54MoeHUsg&#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/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/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><li><a
href="http://chris.pirillo.com/how-to-send-free-sms-text-messages-on-the-iphone-or-ipod/" title="How to Send Free SMS Text Messages on the iPhone or iPod">How to Send Free SMS Text Messages on the iPhone or iPod</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/how-to-free-memory-on-the-iphone/">How to Free Memory on the iPhone</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/Su54MoeHUsg&#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/Su54MoeHUsg&#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>Even though we know that Apple doesn&#8217;t currently let you run any application in the background. Sometimes, bits of the application will stay in the background upon exiting it, and it hogs up your resources. You can now use an App to help free up your memory!</p><p>The iPhone only comes with 128MB of runtime memory. This has nothing to do with the actual storage memory of 8GB and higher. Some applications that come with the iPhone will continue to run in the background even once you close them, such as the Phone and Mail applications, and even Safari! Over time, these Apps will bog down your iPhone (or iPod Touch), making it impossible to effectively open any further Apps.</p><p>Using <a
href="http://go.tagjag.com/freememory">Free Memory</a> can solve this problem. you can see how much runtime memory is currently available for applications. You can also view all the currently running applications or system processes. By simply touching the &#8220;Free Memory&#8221; button, the App will clean up 20MB of your memory for you. If you already have over 20MB available, the App won&#8217;t even do anything.</p><p>I know your iPhone may not feel sluggish to you. But if you&#8217;re going to play a game or something, why not clear some memory out? I&#8217;m sure you&#8217;ve had Apps crash when you tried to open them in the past. I&#8217;d be willing to bet that it was because you didn&#8217;t have enough memory available to run it! Why Apple didn&#8217;t include something like this with the iPhone firmware natively is beyond me!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0025U53JG/lockergnome'>Ultimate iPhone 3G &#038; 3Gs Fm Transmitter with LCD Display with preset memory</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DYTVN4/lockergnome'>Samsung i900 Omnia Unlocked Phone with 8 GB Memory, 5 MP Camera, GPS, Wi-Fi, Windows Mobile 6.1, and MicroSD Slot&#8211;International Version with No Warranty (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000Z7LYAS/lockergnome'>iPod Touch Clear Silicone Skin from Prima Cases</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002J6DEII/lockergnome'>Make Me Do It</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0010SHUIQ/lockergnome'>Horizontal Leather Case with Belt Clip/Loop for the Apple iPhone</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EPJ6SC/lockergnome'>Horizontal Leather Case with Belt Clip/Loop for the Apple iPhone 3G</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000FGHKAM/lockergnome'>Blackberry 8700 Black Leather Open Face Case with Removable Belt Clip From Prima Cases</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001PD4KH0/lockergnome'>Prima Cases BlackBerry Pearl Open Face Style</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001PDN57G/lockergnome'>Prima Cases Blackberry 8300 Curve Premium Leather Open Face Style case with removable clip</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001PCZOWG/lockergnome'>Prima Cases BlackBerry Pearl Lateral Pouch</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0012399AG/lockergnome'>In Car 4-in-1 WMA/MP3 Wireless Modulator/FM transmitter for SD Card, USB Pen (Flash) drive and MP3 players (like iPod). Black with Remote Control.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001239O9M/lockergnome'>In Car 4-in-1 WMA/MP3 Wireless Modulator/FM transmitter for SD Card, USB Pen (Flash) drive and MP3 players (like iPod). White with Remote Control.</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001E388AQ/lockergnome'>Apple iPhone 3G 8GB MINT Screen In Box Used</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/6130034598/lockergnome'>Ipod: Portable media player, IPod Classic, IPod Nano, Iphone, IPod Shuffle, IPod Mini, IPod Photo, Multimedia, Hard Disk Drive, Flash Memory, Itunes, Digital Audio Player,</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002WYH4XI/lockergnome'>Commuter Series Combo for iPhone 3G Black, Yellow, Blue</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002WY85N6/lockergnome'>Commuter Series Combo for iPhone 3G Black, Maroon, Grey</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-HowToFreeMemoryOnTheIPhone667.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/Su54MoeHUsg&#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/Su54MoeHUsg&#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/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/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><li><a
href="http://chris.pirillo.com/how-to-send-free-sms-text-messages-on-the-iphone-or-ipod/" title="How to Send Free SMS Text Messages on the iPhone or iPod">How to Send Free SMS Text Messages on the iPhone or iPod</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/how-to-free-memory-on-the-iphone/feed/</wfw:commentRss> <slash:comments>7</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-HowToFreeMemoryOnTheIPhone667.mp4" length="18379388" type="video/mp4" /> </item> <item><title>How to Make Your Room Smell Like an iPhone</title><link>http://chris.pirillo.com/how-to-make-your-room-smell-like-an-iphone/</link> <comments>http://chris.pirillo.com/how-to-make-your-room-smell-like-an-iphone/#comments</comments> <pubDate>Thu, 12 Feb 2009 07:47:33 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Fun]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[air-freshener-app]]></category> <category><![CDATA[app-store]]></category> <category><![CDATA[fresh]]></category> <category><![CDATA[ifreshener]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[itunes]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=12473</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-make-your-room-smell-like-an-iphone/">How to Make Your Room Smell Like an iPhone</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/92noyh0TBxo&#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/92noyh0TBxo&#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>There&#8217;s going to come a time in your life when you feel the room you&#8217;re in just doesn&#8217;t smell very well. I had to get out my iPhone to freshen up the office recently, after Pixie had a little gas accident. All I did was use my new <a
href="http://go.tagjag.com/fresh">iFreshener</a> App!</p><p>iFreshener was created in response to the flood of App Store programs designed to make the iPhone and iPod Touch fart, belch, and make other bathroom noises. Simply shake your iPhone to make the chemical-mixing sound, and then &#8217;spray&#8217; the air freshener around the area. You and everyone around you will instantly feel like things just smell better.</p><p>This App is fun and silly, and will get people talking! If you know of other fun Apps for the iPhone &#8211; or for any other tech gadget &#8211; I want to know about them!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001D0IXVY/lockergnome'>Poo-Pourri X-Large 8 oz bottle Original Scent bathroom toilet air freshner odor masking spray</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000GP9BE0/lockergnome'>Room Fragrance Spray &#8220;Smell of the Tree&#8221;</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002SM77U4/lockergnome'>3 Pack of Battery Operated Flameless Scented Real Wax Candles with Timer, Vanilla Scent</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001B13EQ4/lockergnome'>Car Freshner 32005 Multi-Pack Little Tree Air Fresheners &#8211; 3-Pack Yellow Vanilla Scent (8 Each)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001Q1T6DY/lockergnome'>Black Floral Designer Candlestick Table Lamp</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0000E2P5U/lockergnome'>Anthousa Limited Edition De Gournay Jardinieres &#038; Citrus Trees Diffuser &#8211; 16.80 oz</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002JPEX52/lockergnome'>USB Diffuser &#8211; Scented Oil Aromatherapy</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DIZ19I/lockergnome'>Stick Scents Diffuser &#8211; Candy Cane (4 oz.)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DIZ152/lockergnome'>Stick Scents Diffuser &#8211; Winter Forest (4 oz.)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DIXFVY/lockergnome'>Stick Scents Diffuser &#8211; Fresh Air (2 oz.)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002130TQY/lockergnome'>Aroma Duck Apple Scent</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000N1GVJA/lockergnome'>Avalon Juniper Aromatherapy Sented Candle Body lotions Solid Perfume Gift Set</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000YBA6A4/lockergnome'>Pacifica Soy Wax Scented Candle &#8211; Vanilla Vera Cruz Aromatic</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006O2P4O/lockergnome'>Car Freshner 10189 Little Trees Air Freshener New Car Scent &#8211; Single Tree per Package</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006ZXU4M/lockergnome'>Car Freshner 10504 Little Trees Air Freshener Spiced Pumpkin Scent &#8211; Single Tree per Package</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006O2P1W/lockergnome'>Car Freshner 10338 Little Trees Air Freshener Cinnamon Apple Scent &#8211; Single Tree per Package</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001FYFQ0E/lockergnome'>Domino Magazine October 2007: Rich Colors &#038; Spicy Scents to Warm up Any Room</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001JZCM2E/lockergnome'>Scent of Cloves,book of the Seven Seas,room At the Top,the Gallant Mrs.stonewall</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000NDKZ3Q/lockergnome'>The Scented Room, Cherchez&#8217;s Book of Dried floers, fragrance, and Potpourri, Includes Pomanders, floral Waters, sachets, Scent Pillows, decorating with dried Flowers</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001MUTYEA/lockergnome'>WARM VANILLA SUGAR Bath Body Works ROOM SPRAY lot of 3 new</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002SU046/lockergnome'>Aromatic Christmas Holiday Home Decor Soy Wax Tahitian Gardenia Scented Candle &#8211; By Pacifica</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002IM9DH4/lockergnome'>Philadelphia Eagles Air Freshener (5-Pack)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001F6IQLI/lockergnome'>Green Bay Packers Air Freshener (5-Pack)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001F6EJDC/lockergnome'>Minnesota Vikings Air Freshener (5-Pack)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000N5TFTO/lockergnome'>Dream Homes Aromatherapy Perfume Scented Candle Collection &#8211; Country House English Ivy</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000P24EW8/lockergnome'>Lavender &#038; Chinese May Chang Aromatherapy Scented Perfume Diffuser by Anthousa Chinoiserie Home Fragrance Collection</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006O2PMQ/lockergnome'>Little Tree Air Freshener &#8211; Orange Sunny Citrus Scent</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-HowToMakeYourRoomSmellLikeAnIPhone195.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/92noyh0TBxo&#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/92noyh0TBxo&#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/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/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><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-fight-for-your-right-to-iphone/" title="How to Fight for Your Right&#8230; to iPhone">How to Fight for Your Right&#8230; to iPhone</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-make-your-room-smell-like-an-iphone/">How to Make Your Room Smell Like an iPhone</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/92noyh0TBxo&#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/92noyh0TBxo&#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>There&#8217;s going to come a time in your life when you feel the room you&#8217;re in just doesn&#8217;t smell very well. I had to get out my iPhone to freshen up the office recently, after Pixie had a little gas accident. All I did was use my new <a
href="http://go.tagjag.com/fresh">iFreshener</a> App!</p><p>iFreshener was created in response to the flood of App Store programs designed to make the iPhone and iPod Touch fart, belch, and make other bathroom noises. Simply shake your iPhone to make the chemical-mixing sound, and then &#8217;spray&#8217; the air freshener around the area. You and everyone around you will instantly feel like things just smell better.</p><p>This App is fun and silly, and will get people talking! If you know of other fun Apps for the iPhone &#8211; or for any other tech gadget &#8211; I want to know about them!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001D0IXVY/lockergnome'>Poo-Pourri X-Large 8 oz bottle Original Scent bathroom toilet air freshner odor masking spray</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000GP9BE0/lockergnome'>Room Fragrance Spray &#8220;Smell of the Tree&#8221;</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002SM77U4/lockergnome'>3 Pack of Battery Operated Flameless Scented Real Wax Candles with Timer, Vanilla Scent</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001B13EQ4/lockergnome'>Car Freshner 32005 Multi-Pack Little Tree Air Fresheners &#8211; 3-Pack Yellow Vanilla Scent (8 Each)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001Q1T6DY/lockergnome'>Black Floral Designer Candlestick Table Lamp</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0000E2P5U/lockergnome'>Anthousa Limited Edition De Gournay Jardinieres &#038; Citrus Trees Diffuser &#8211; 16.80 oz</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002JPEX52/lockergnome'>USB Diffuser &#8211; Scented Oil Aromatherapy</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000N5TFTO/lockergnome'>Dream Homes Aromatherapy Perfume Scented Candle Collection &#8211; Country House English Ivy</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000P24EW8/lockergnome'>Lavender &#038; Chinese May Chang Aromatherapy Scented Perfume Diffuser by Anthousa Chinoiserie Home Fragrance Collection</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006O2PMQ/lockergnome'>Little Tree Air Freshener &#8211; Orange Sunny Citrus Scent</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DIZ19I/lockergnome'>Stick Scents Diffuser &#8211; Candy Cane (4 oz.)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DIZ152/lockergnome'>Stick Scents Diffuser &#8211; Winter Forest (4 oz.)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DIXFVY/lockergnome'>Stick Scents Diffuser &#8211; Fresh Air (2 oz.)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002130TQY/lockergnome'>Aroma Duck Apple Scent</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000N1GVJA/lockergnome'>Avalon Juniper Aromatherapy Sented Candle Body lotions Solid Perfume Gift Set</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000YBA6A4/lockergnome'>Pacifica Soy Wax Scented Candle &#8211; Vanilla Vera Cruz Aromatic</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001FYFQ0E/lockergnome'>Domino Magazine October 2007: Rich Colors &#038; Spicy Scents to Warm up Any Room</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001JZCM2E/lockergnome'>Scent of Cloves,book of the Seven Seas,room At the Top,the Gallant Mrs.stonewall</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000NDKZ3Q/lockergnome'>The Scented Room, Cherchez&#8217;s Book of Dried floers, fragrance, and Potpourri, Includes Pomanders, floral Waters, sachets, Scent Pillows, decorating with dried Flowers</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001MUTYEA/lockergnome'>WARM VANILLA SUGAR Bath Body Works ROOM SPRAY lot of 3 new</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002SU046/lockergnome'>Aromatic Christmas Holiday Home Decor Soy Wax Tahitian Gardenia Scented Candle &#8211; By Pacifica</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002IM9DH4/lockergnome'>Philadelphia Eagles Air Freshener (5-Pack)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001F6IQLI/lockergnome'>Green Bay Packers Air Freshener (5-Pack)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001F6EJDC/lockergnome'>Minnesota Vikings Air Freshener (5-Pack)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006O2P4O/lockergnome'>Car Freshner 10189 Little Trees Air Freshener New Car Scent &#8211; Single Tree per Package</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006ZXU4M/lockergnome'>Car Freshner 10504 Little Trees Air Freshener Spiced Pumpkin Scent &#8211; Single Tree per Package</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006O2P1W/lockergnome'>Car Freshner 10338 Little Trees Air Freshener Cinnamon Apple Scent &#8211; Single Tree per Package</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-HowToMakeYourRoomSmellLikeAnIPhone195.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/92noyh0TBxo&#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/92noyh0TBxo&#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/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/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><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-fight-for-your-right-to-iphone/" title="How to Fight for Your Right&#8230; to iPhone">How to Fight for Your Right&#8230; to iPhone</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/how-to-make-your-room-smell-like-an-iphone/feed/</wfw:commentRss> <slash:comments>5</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-HowToMakeYourRoomSmellLikeAnIPhone195.mp4" length="14125017" type="video/mp4" /> </item> <item><title>How to Use MSN, Yahoo, AIM, MySpace, Google Talk</title><link>http://chris.pirillo.com/how-to-use-msn-yahoo-aim-myspace-facebook-google-talk/</link> <comments>http://chris.pirillo.com/how-to-use-msn-yahoo-aim-myspace-facebook-google-talk/#comments</comments> <pubDate>Tue, 10 Feb 2009 07:15:23 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Community]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[app-store]]></category> <category><![CDATA[beejive]]></category> <category><![CDATA[instant-messenger]]></category> <category><![CDATA[iphone-im]]></category> <category><![CDATA[itunes]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=12456</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-use-msn-yahoo-aim-myspace-facebook-google-talk/">How to Use MSN, Yahoo, AIM, MySpace, Google Talk</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/lYDUsj7f-Ds&#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/lYDUsj7f-Ds&#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;m using my iPhone to IM with a friend of mine, via MSN. I&#8217;m also chatting it up with people on AOL, Yahoo and ICQ. Heck, I can even chat using MySpace, Facebook and Google Talk! This iPhone App has over 1000 positive reviews! Beejive is $16.00, yes. You may be wondering why you&#8217;d pay that much for an instant messaging App, when there are free ones available. However, in this case, you definitely get what you pay for! Those free Apps have a lot of limitations on them, and they don&#8217;t always work so well. Read the negative reviews on them for yourself, and then read the 4+ star rating reviews on Beejive. You be the judge.</p><blockquote><p> BeejiveIM is the most reliable and user-friendly mobile IM application on the market for your iPhone or iPod Touch, featuring desktop-like instant messaging and always-on efficient networking.</p></blockquote><p>Some of the awesome features included are:</p><ul><li>Uses your existing data plan: No SMS charges.</li><li>Works with multiple IM networks &#038; multiple accounts per network.</li><li>Manage your buddy list, including add/remove, nicknames, groups, &#038; blocking.</li><li>Set custom status messages, be invisible, set an auto-away status, &#038; change privacy controls.</li><li>Customizable sound, vibrate, &#038; LED settings and an optional global popup on new messages.</li><li>Real-time chats: quick switch between multiple simultaneous chats.</li><li>Customizable chat skins &#038; emoticon support.</li><li>Click to browse, call, or send an email directly from the chat screen.</li></ul><p>This App works amazingly well&#8230; it&#8217;s a quality instant messaging experience on your iPhone!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001CWBQB2/lockergnome'>Chit Chat Chews Assorted 6 Pack</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001KC0818/lockergnome'>Solo TCA511-4 Tech Collection Netbook Mini Instant Messenger Bag (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001G0XN0M/lockergnome'>High Quality Pink Webcam Chat with Microphone, Snapshot &#038; 6 LED Lights for MSN Messenger, AOL Instant Messenger (Aim), Yahoo! Messenger, Skype</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001J8DMLG/lockergnome'>High Quality Black Carbon Fiber Webcam Chat with Microphone, Snapshot with Tripod Stand for MSN Messenger, AOL Instant Messenger (Aim), Yahoo! Messenger, Skype</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000P446BA/lockergnome'>Rip Roar &#8211; Instant Messanger</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0025WEMUA/lockergnome'>Sanrio Hello Kitty SMS Text Messengers &#8211; Pink &#038; Grey</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0025WEIX6/lockergnome'>Sanrio Hello Kitty SMS Text Messengers &#8211; White &#038; Pink</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000UN3UDQ/lockergnome'>Xbox 360 Text Messaging Kit</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002JTMOEA/lockergnome'>Supernova/Instant Messenger [10 Inch Vinyl]</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000CA35WI/lockergnome'>Tuesday Afternoon at China Wong Buffet</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000VJDQ9C/lockergnome'>Kill the Image</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00012BVGO/lockergnome'>Motorola Wireless Instant Messenger Starter Kit (56566) (56566)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596008821/lockergnome'>PC Annoyances, Second Edition</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1402728174/lockergnome'>Ping!: The Yahoo! Messenger Guide to All Things IM</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000PC0DPA/lockergnome'>Case study: AOL instant messenger trace evidence [An article from: Digital Investigation]</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002C62RZG/lockergnome'>Solo Tech Mini Instant Messenger</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000W2792S/lockergnome'>ELock Parental Controls Software for Computer along with Internet controls</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002MS1N4/lockergnome'>AOLÂ® Instant Messenger(TM) 1.2 for PalmÂ® OS 3.52 &#8211; 4.x</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002MRIM4/lockergnome'>AOLÂ® Instant Messenger(TM) 1.0 for Series 60</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000YESVUI/lockergnome'>The Instant Messenger® Mobile Communicator</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0012IO3ZM/lockergnome'>The Instant Messenger® Mobile Communicator</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-HowToUseMSNYahooAIMMySpaceFacebookGoogleTalk903.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/lYDUsj7f-Ds&#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/lYDUsj7f-Ds&#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/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/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><li><a
href="http://chris.pirillo.com/how-to-send-free-sms-text-messages-on-the-iphone-or-ipod/" title="How to Send Free SMS Text Messages on the iPhone or iPod">How to Send Free SMS Text Messages on the iPhone or iPod</a></li><li><a
href="http://chris.pirillo.com/how-to-free-memory-on-the-iphone/" title="How to Free Memory on the iPhone">How to Free Memory on the iPhone</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-use-msn-yahoo-aim-myspace-facebook-google-talk/">How to Use MSN, Yahoo, AIM, MySpace, Google Talk</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/lYDUsj7f-Ds&#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/lYDUsj7f-Ds&#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;m using my iPhone to IM with a friend of mine, via MSN. I&#8217;m also chatting it up with people on AOL, Yahoo and ICQ. Heck, I can even chat using MySpace, Facebook and Google Talk! This iPhone App has over 1000 positive reviews! Beejive is $16.00, yes. You may be wondering why you&#8217;d pay that much for an instant messaging App, when there are free ones available. However, in this case, you definitely get what you pay for! Those free Apps have a lot of limitations on them, and they don&#8217;t always work so well. Read the negative reviews on them for yourself, and then read the 4+ star rating reviews on Beejive. You be the judge.</p><blockquote><p> BeejiveIM is the most reliable and user-friendly mobile IM application on the market for your iPhone or iPod Touch, featuring desktop-like instant messaging and always-on efficient networking.</p></blockquote><p>Some of the awesome features included are:</p><ul><li>Uses your existing data plan: No SMS charges.</li><li>Works with multiple IM networks &#038; multiple accounts per network.</li><li>Manage your buddy list, including add/remove, nicknames, groups, &#038; blocking.</li><li>Set custom status messages, be invisible, set an auto-away status, &#038; change privacy controls.</li><li>Customizable sound, vibrate, &#038; LED settings and an optional global popup on new messages.</li><li>Real-time chats: quick switch between multiple simultaneous chats.</li><li>Customizable chat skins &#038; emoticon support.</li><li>Click to browse, call, or send an email directly from the chat screen.</li></ul><p>This App works amazingly well&#8230; it&#8217;s a quality instant messaging experience on your iPhone!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002JTMOEA/lockergnome'>Supernova/Instant Messenger [10 Inch Vinyl]</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000CA35WI/lockergnome'>Tuesday Afternoon at China Wong Buffet</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000VJDQ9C/lockergnome'>Kill the Image</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00012BVGO/lockergnome'>Motorola Wireless Instant Messenger Starter Kit (56566) (56566)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001CWBQB2/lockergnome'>Chit Chat Chews Assorted 6 Pack</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001KC0818/lockergnome'>Solo TCA511-4 Tech Collection Netbook Mini Instant Messenger Bag (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001G0XN0M/lockergnome'>High Quality Pink Webcam Chat with Microphone, Snapshot &#038; 6 LED Lights for MSN Messenger, AOL Instant Messenger (Aim), Yahoo! Messenger, Skype</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001J8DMLG/lockergnome'>High Quality Black Carbon Fiber Webcam Chat with Microphone, Snapshot with Tripod Stand for MSN Messenger, AOL Instant Messenger (Aim), Yahoo! Messenger, Skype</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000UN3UDQ/lockergnome'>Xbox 360 Text Messaging Kit</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002C62RZG/lockergnome'>Solo Tech Mini Instant Messenger</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000P446BA/lockergnome'>Rip Roar &#8211; Instant Messanger</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0025WEMUA/lockergnome'>Sanrio Hello Kitty SMS Text Messengers &#8211; Pink &#038; Grey</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0025WEIX6/lockergnome'>Sanrio Hello Kitty SMS Text Messengers &#8211; White &#038; Pink</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000W2792S/lockergnome'>ELock Parental Controls Software for Computer along with Internet controls</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002MS1N4/lockergnome'>AOLÂ® Instant Messenger(TM) 1.2 for PalmÂ® OS 3.52 &#8211; 4.x</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002MRIM4/lockergnome'>AOLÂ® Instant Messenger(TM) 1.0 for Series 60</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596008821/lockergnome'>PC Annoyances, Second Edition</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1402728174/lockergnome'>Ping!: The Yahoo! Messenger Guide to All Things IM</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000PC0DPA/lockergnome'>Case study: AOL instant messenger trace evidence [An article from: Digital Investigation]</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000YESVUI/lockergnome'>The Instant Messenger® Mobile Communicator</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0012IO3ZM/lockergnome'>The Instant Messenger® Mobile Communicator</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-HowToUseMSNYahooAIMMySpaceFacebookGoogleTalk903.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/lYDUsj7f-Ds&#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/lYDUsj7f-Ds&#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/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/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><li><a
href="http://chris.pirillo.com/how-to-send-free-sms-text-messages-on-the-iphone-or-ipod/" title="How to Send Free SMS Text Messages on the iPhone or iPod">How to Send Free SMS Text Messages on the iPhone or iPod</a></li><li><a
href="http://chris.pirillo.com/how-to-free-memory-on-the-iphone/" title="How to Free Memory on the iPhone">How to Free Memory on the iPhone</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/how-to-use-msn-yahoo-aim-myspace-facebook-google-talk/feed/</wfw:commentRss> <slash:comments>4</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-HowToUseMSNYahooAIMMySpaceFacebookGoogleTalk903.mp4" length="33852143" 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/

Minified using memcached
Page Caching using memcached
Database Caching 49/297 queries in 0.612 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com

Served from: 192.168.20.61 @ 2009-11-24 15:39:05 -->