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

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

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

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

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

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

		<guid isPermaLink="false">http://chris.pirillo.com/?p=15700</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/parallels-review/">Parallels 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/ww5LZiV-9_A&#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/ww5LZiV-9_A&#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 have been numerous screencasts submitted over the past couple of weeks. Several of them are very, VERY good! I always knew that our community was full of talented individuals. It&#8217;s not too late for <a href="http://go.tagjag.com/screencast"><strong>you to get involved</strong></a>, and have your screencast featured on this channel! Bwana has been hanging out with us for years, and is even a moderator in my chat room &#8211; when he has time! He&#8217;s gained quite a following of his own, and rightfully so. He does excellent work, and I&#8217;m always more than happy to have him do reviews for us. Today, he sent a screencast to me to give you all an overview of <a href="http://go.tagjag.com/parallels"><strong>Parallels</strong></a> on the Mac. </p>
<p>When you first launch the software, you&#8217;ll only see the first two options: you&#8217;ll have to choose between a new Windows installation or to import a virtual machine. Since Bwana had already created a Windows image, he had a third option to use an existing VM. </p>
<p>The New Windows Installation option allows you to set up a virtual machine within Parallels to run inside of Mac OS X. There are several video tutorials online that show you how to set up and use a virtual machine. For the purposes of this video, Bwana chose to set up a new virtual machine in order to show you how it&#8217;s done. </p>
<p>Parallels is so easy to use that you can literally install Windows with just three clicks of your mouse. Run Windows programs like native Mac applications side-by-side using Coherence technologies. Gain instant access to your files, folders and data across both operating systems with SmartX technologies. And&#8230; you can remotely control your virtual machine using the iPhone application when you&#8217;re away from home!</p>
<p>Thanks to Bwana for sending a screencast in to us&#8230; and to all of you who are working hard and continuing to send in excellent material. I promise you &#8211; we&#8217;ll get them all up on our channels!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000FP2N6O/lockergnome'>HP LaserJet 5200dtn &#8211; Printer &#8211; B/W &#8211; duplex &#8211; laser &#8211; A3 &#8211; 1200 dpi x 1200 dpi &#8211; up to 35 ppm &#8211; capacity: 850 sheets &#8211; Parallel, USB, 10/100Base-TX</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00000J1US/lockergnome'>Belkin F2A046-06 IEEE 1284 PC A-B Parallel Printer Cable; DB25M/Cent36M (6-Feet)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002AEDM4/lockergnome'>HP LaserJet 6L &#8211; Printer &#8211; B/W &#8211; laser &#8211; Legal &#8211; 600 dpi x 600 dpi &#8211; up to 6 ppm &#8211; capacity: 100 sheets &#8211; Parallel</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000FL6XVY/lockergnome'>Samsung ML-3051N &#8211; Printer &#8211; B/W &#8211; laser &#8211; Legal, A4 &#8211; 1200 dpi x 1200 dpi &#8211; up to 28 ppm &#8211; capacity: 300 sheets &#8211; Parallel, USB, 10/100Base-TX</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002Q72JB8/lockergnome'>VMware Fusion 3</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001F5VBRU/lockergnome'>VMware Fusion 2 [OLD VERSION]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001K6OEV4/lockergnome'>Parallels Desktop 4.0 for Mac [OLD VERSION]</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/ww5LZiV-9_A&#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/ww5LZiV-9_A&#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/virtual-machine-speed-tips/" title="Virtual Machine Speed Tips">Virtual Machine Speed Tips</a></li>
<li><a href="http://chris.pirillo.com/virtual-machines-love-windows-7/" title="Virtual Machines Love Windows 7">Virtual Machines Love Windows 7</a></li>
<li><a href="http://chris.pirillo.com/parallels-coupon/" title="Parallels Coupon">Parallels Coupon</a></li>
<li><a href="http://chris.pirillo.com/parallels-40-download-and-coupon/" title="Parallels 4.0 Download and Coupon!">Parallels 4.0 Download and Coupon!</a></li>
<li><a href="http://chris.pirillo.com/vista-rants/" title="Vista Rants">Vista Rants</a></li>
<li><a href="http://chris.pirillo.com/macbook-pro-parallels-vs-vmware-fusion/" title="Macbook Pro &#8211; Parallels vs VMWare Fusion">Macbook Pro &#8211; Parallels vs VMWare Fusion</a></li>
<li><a href="http://chris.pirillo.com/what-drives-your-productivity/" title="What Drives Your Productivity?">What Drives Your Productivity?</a></li>
<li><a href="http://chris.pirillo.com/ubuntu-9-10-screencast/" title="Ubuntu 9.10 Screencast">Ubuntu 9.10 Screencast</a></li>
<li><a href="http://chris.pirillo.com/how-to-disable-the-uac-in-windows-vista/" title="How to Disable the UAC in Windows Vista">How to Disable the UAC in Windows Vista</a></li>
<li><a href="http://chris.pirillo.com/what-is-mozillas-prism/" title="What is Mozilla&#8217;s Prism?">What is Mozilla&#8217;s Prism?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/parallels-review/">Parallels 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/ww5LZiV-9_A&#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/ww5LZiV-9_A&#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 have been numerous screencasts submitted over the past couple of weeks. Several of them are very, VERY good! I always knew that our community was full of talented individuals. It&#8217;s not too late for <a href="http://go.tagjag.com/screencast"><strong>you to get involved</strong></a>, and have your screencast featured on this channel! Bwana has been hanging out with us for years, and is even a moderator in my chat room &#8211; when he has time! He&#8217;s gained quite a following of his own, and rightfully so. He does excellent work, and I&#8217;m always more than happy to have him do reviews for us. Today, he sent a screencast to me to give you all an overview of <a href="http://go.tagjag.com/parallels"><strong>Parallels</strong></a> on the Mac. </p>
<p>When you first launch the software, you&#8217;ll only see the first two options: you&#8217;ll have to choose between a new Windows installation or to import a virtual machine. Since Bwana had already created a Windows image, he had a third option to use an existing VM. </p>
<p>The New Windows Installation option allows you to set up a virtual machine within Parallels to run inside of Mac OS X. There are several video tutorials online that show you how to set up and use a virtual machine. For the purposes of this video, Bwana chose to set up a new virtual machine in order to show you how it&#8217;s done. </p>
<p>Parallels is so easy to use that you can literally install Windows with just three clicks of your mouse. Run Windows programs like native Mac applications side-by-side using Coherence technologies. Gain instant access to your files, folders and data across both operating systems with SmartX technologies. And&#8230; you can remotely control your virtual machine using the iPhone application when you&#8217;re away from home!</p>
<p>Thanks to Bwana for sending a screencast in to us&#8230; and to all of you who are working hard and continuing to send in excellent material. I promise you &#8211; we&#8217;ll get them all up on our channels!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000FP2N6O/lockergnome'>HP LaserJet 5200dtn &#8211; Printer &#8211; B/W &#8211; duplex &#8211; laser &#8211; A3 &#8211; 1200 dpi x 1200 dpi &#8211; up to 35 ppm &#8211; capacity: 850 sheets &#8211; Parallel, USB, 10/100Base-TX</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00000J1US/lockergnome'>Belkin F2A046-06 IEEE 1284 PC A-B Parallel Printer Cable; DB25M/Cent36M (6-Feet)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0002AEDM4/lockergnome'>HP LaserJet 6L &#8211; Printer &#8211; B/W &#8211; laser &#8211; Legal &#8211; 600 dpi x 600 dpi &#8211; up to 6 ppm &#8211; capacity: 100 sheets &#8211; Parallel</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000FL6XVY/lockergnome'>Samsung ML-3051N &#8211; Printer &#8211; B/W &#8211; laser &#8211; Legal, A4 &#8211; 1200 dpi x 1200 dpi &#8211; up to 28 ppm &#8211; capacity: 300 sheets &#8211; Parallel, USB, 10/100Base-TX</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002Q72JB8/lockergnome'>VMware Fusion 3</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001F5VBRU/lockergnome'>VMware Fusion 2 [OLD VERSION]</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001K6OEV4/lockergnome'>Parallels Desktop 4.0 for Mac [OLD VERSION]</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/ww5LZiV-9_A&#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/ww5LZiV-9_A&#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/virtual-machine-speed-tips/" title="Virtual Machine Speed Tips">Virtual Machine Speed Tips</a></li>
<li><a href="http://chris.pirillo.com/virtual-machines-love-windows-7/" title="Virtual Machines Love Windows 7">Virtual Machines Love Windows 7</a></li>
<li><a href="http://chris.pirillo.com/parallels-coupon/" title="Parallels Coupon">Parallels Coupon</a></li>
<li><a href="http://chris.pirillo.com/parallels-40-download-and-coupon/" title="Parallels 4.0 Download and Coupon!">Parallels 4.0 Download and Coupon!</a></li>
<li><a href="http://chris.pirillo.com/vista-rants/" title="Vista Rants">Vista Rants</a></li>
<li><a href="http://chris.pirillo.com/macbook-pro-parallels-vs-vmware-fusion/" title="Macbook Pro &#8211; Parallels vs VMWare Fusion">Macbook Pro &#8211; Parallels vs VMWare Fusion</a></li>
<li><a href="http://chris.pirillo.com/what-drives-your-productivity/" title="What Drives Your Productivity?">What Drives Your Productivity?</a></li>
<li><a href="http://chris.pirillo.com/ubuntu-9-10-screencast/" title="Ubuntu 9.10 Screencast">Ubuntu 9.10 Screencast</a></li>
<li><a href="http://chris.pirillo.com/how-to-disable-the-uac-in-windows-vista/" title="How to Disable the UAC in Windows Vista">How to Disable the UAC in Windows Vista</a></li>
<li><a href="http://chris.pirillo.com/what-is-mozillas-prism/" title="What is Mozilla&#8217;s Prism?">What is Mozilla&#8217;s Prism?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/parallels-review/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>World&#8217;s Shortest USB Cable</title>
		<link>http://chris.pirillo.com/worlds-shortest-usb-cable/</link>
		<comments>http://chris.pirillo.com/worlds-shortest-usb-cable/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 01:07:46 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cable]]></category>
		<category><![CDATA[cord]]></category>
		<category><![CDATA[iphone-usb]]></category>
		<category><![CDATA[ipod-usb]]></category>
		<category><![CDATA[istubz]]></category>
		<category><![CDATA[thinkgeek]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb-cable]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=15559</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/worlds-shortest-usb-cable/">World&#8217;s Shortest USB Cable</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/28sWy3OOgTU&#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/28sWy3OOgTU&#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 hate having super-long USB cables when all I really need is one that&#8217;s an inch or two long. It&#8217;s such a waste of space, especially when I&#8217;m traveling. Thank goodness the folks at <a href="http://go.tagjag.com/thinkgeek"><strong>ThinkGeek</strong></a> have the iStubz to charge my iPhone with! </p>
<p>The iStubz is only 3 inches long, and I promise that those three inches will satisfy you! It works with any USB-compatible iPod or iPhone, and is compatible with Windows, Mac and Linux. You don&#8217;t need cables strung all over Hell and half of Georgia. Using a nice short cable keeps things de-cluttered and organized. </p>
<p>If you&#8217;re interested in grabbing the iStubz for yourself &#8211; or anything from ThinkGeek for that matter &#8211; make sure you take advantage of the <a href="http://go.tagjag.com/thinkgeek"><strong>ThinkGeek coupons</a></strong> that I have for you. Why pay full price for anything?!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002LTIXK2/lockergnome'>iStubz Sync/Charge Cable for iPod and iPhone (White &#8211; 7cm)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002MCT7PS/lockergnome'>iStubz Sync/Charge Cable for iPod and iPhone (Black &#8211; 7cm)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002MCAX1K/lockergnome'>iStubz Sync/Charge Cable for iPod and iPhone (Black &#8211; 22cm)</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-WorldsShortestUSBCable638.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/28sWy3OOgTU&#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/28sWy3OOgTU&#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-use-firewire-400-devices-in-800-ports/" title="How to Use FireWire 400 Devices in 800 Ports">How to Use FireWire 400 Devices in 800 Ports</a></li>
<li><a href="http://chris.pirillo.com/does-every-mad-scientist-need-a-usb-plasma-ball/" title="Does Every Mad Scientist Need a USB Plasma Ball?">Does Every Mad Scientist Need a USB Plasma Ball?</a></li>
<li><a href="http://chris.pirillo.com/am-i-the-only-one-in-love-with-retractable-cables/" title="Am I the Only One in Love with Retractable Cables?">Am I the Only One in Love with Retractable Cables?</a></li>
<li><a href="http://chris.pirillo.com/what-happens-when-you-run-out-of-usb-ports/" title="What Happens When You Run out of USB Ports?">What Happens When You Run out of USB Ports?</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-organize-your-messy-cable-clutter/" title="How Do You Organize Your Messy Cable Clutter?">How Do You Organize Your Messy Cable Clutter?</a></li>
<li><a href="http://chris.pirillo.com/cable-management/" title="Cable Management">Cable Management</a></li>
<li><a href="http://chris.pirillo.com/usb-cable-mess/" title="USB Cable Mess">USB Cable Mess</a></li>
<li><a href="http://chris.pirillo.com/usb-charger-for-airplanes/" title="USB Charger for Airplanes">USB Charger for Airplanes</a></li>
<li><a href="http://chris.pirillo.com/be-still-my-beating-geek-heart/" title="Be Still My Beating Geek Heart">Be Still My Beating Geek Heart</a></li>
<li><a href="http://chris.pirillo.com/what-do-geeks-smell-like/" title="What do Geeks Smell Like?">What do Geeks Smell Like?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/worlds-shortest-usb-cable/">World&#8217;s Shortest USB Cable</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/28sWy3OOgTU&#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/28sWy3OOgTU&#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 hate having super-long USB cables when all I really need is one that&#8217;s an inch or two long. It&#8217;s such a waste of space, especially when I&#8217;m traveling. Thank goodness the folks at <a href="http://go.tagjag.com/thinkgeek"><strong>ThinkGeek</strong></a> have the iStubz to charge my iPhone with! </p>
<p>The iStubz is only 3 inches long, and I promise that those three inches will satisfy you! It works with any USB-compatible iPod or iPhone, and is compatible with Windows, Mac and Linux. You don&#8217;t need cables strung all over Hell and half of Georgia. Using a nice short cable keeps things de-cluttered and organized. </p>
<p>If you&#8217;re interested in grabbing the iStubz for yourself &#8211; or anything from ThinkGeek for that matter &#8211; make sure you take advantage of the <a href="http://go.tagjag.com/thinkgeek"><strong>ThinkGeek coupons</a></strong> that I have for you. Why pay full price for anything?!</p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002LTIXK2/lockergnome'>iStubz Sync/Charge Cable for iPod and iPhone (White &#8211; 7cm)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002MCT7PS/lockergnome'>iStubz Sync/Charge Cable for iPod and iPhone (Black &#8211; 7cm)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002MCAX1K/lockergnome'>iStubz Sync/Charge Cable for iPod and iPhone (Black &#8211; 22cm)</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-WorldsShortestUSBCable638.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/28sWy3OOgTU&#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/28sWy3OOgTU&#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-use-firewire-400-devices-in-800-ports/" title="How to Use FireWire 400 Devices in 800 Ports">How to Use FireWire 400 Devices in 800 Ports</a></li>
<li><a href="http://chris.pirillo.com/does-every-mad-scientist-need-a-usb-plasma-ball/" title="Does Every Mad Scientist Need a USB Plasma Ball?">Does Every Mad Scientist Need a USB Plasma Ball?</a></li>
<li><a href="http://chris.pirillo.com/am-i-the-only-one-in-love-with-retractable-cables/" title="Am I the Only One in Love with Retractable Cables?">Am I the Only One in Love with Retractable Cables?</a></li>
<li><a href="http://chris.pirillo.com/what-happens-when-you-run-out-of-usb-ports/" title="What Happens When You Run out of USB Ports?">What Happens When You Run out of USB Ports?</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-organize-your-messy-cable-clutter/" title="How Do You Organize Your Messy Cable Clutter?">How Do You Organize Your Messy Cable Clutter?</a></li>
<li><a href="http://chris.pirillo.com/cable-management/" title="Cable Management">Cable Management</a></li>
<li><a href="http://chris.pirillo.com/usb-cable-mess/" title="USB Cable Mess">USB Cable Mess</a></li>
<li><a href="http://chris.pirillo.com/usb-charger-for-airplanes/" title="USB Charger for Airplanes">USB Charger for Airplanes</a></li>
<li><a href="http://chris.pirillo.com/be-still-my-beating-geek-heart/" title="Be Still My Beating Geek Heart">Be Still My Beating Geek Heart</a></li>
<li><a href="http://chris.pirillo.com/what-do-geeks-smell-like/" title="What do Geeks Smell Like?">What do Geeks Smell Like?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/worlds-shortest-usb-cable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-WorldsShortestUSBCable638.mp4" length="118276775" type="video/mp4" />
		</item>
		<item>
		<title>BeBot!</title>
		<link>http://chris.pirillo.com/bebot/</link>
		<comments>http://chris.pirillo.com/bebot/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 19:46:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[app-store]]></category>
		<category><![CDATA[bebot]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod-touch]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[synth]]></category>
		<category><![CDATA[synthesizer]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://chris.pirillo.com/?p=14610</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/barbeque/">Barbeque!</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/CxYvWhWhrLM&#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/CxYvWhWhrLM&#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 know that after watching this video, you&#8217;re probably as hungry as I am. Who doesn&#8217;t love a good BBQ? I personally love to have ribs slow-cooked on the grill all day long. Steaks and chops are right up there as favorites, as well. What do you like to cook out on the Barbeque when you have the chance? And, more importantly, what do you like to cook on the <a href="http://go.tagjag.com/bbq">BBQ on your iPhone</a>? </p>
<p>This iPhone application lets you practice what it’s really like to sear animal flesh over fire.  Grill some hot dogs like a man – without over or undercooking them – and unlock more advanced meats &#8211; like the mighty surf and turf!</p>
<p>If it&#8217;s too cold or rainy to go out and fire up the real grill, why not stay indoors and practice on your iPhone or iPod Touch? Get the feel and satisfaction of cooking up some meat, right from your favorite comfy chair. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0009Q7F4E/lockergnome'>Cameron&#8217;s Recipe Collection</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002B2Q14Y/lockergnome'>&#8220;ABC Products&#8221; Perfect Flame ~ BBQ Basting Mop</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002B2TMCM/lockergnome'>&#8220;ABC Products&#8221; Perfect Flame ~ Grilling Skewers Set of 2 per pkg</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0761149430/lockergnome'>The Barbecue! Bible</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0761120157/lockergnome'>BBQ USA: 425 Fiery Recipes from All Across America</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0307408116/lockergnome'>Big Bob Gibson&#8217;s BBQ Book: Recipes and Secrets from a Legendary Barbecue Joint</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0976921960/lockergnome'>Cooking for Cash (How to Make Serious Money with Your Own Mobile Food Business) Volume 1</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0976921979/lockergnome'>Money Making Marketing (How to Make Serious Money with Your Own Mobile Food Business) Volume 2</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001OI36KI/lockergnome'>Grilldog Presents: Episodes 5-7</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AIM6SK/lockergnome'>Budweiser Barbecue Sauce and Food Basket &#8211; Great Gift Idea for Men!</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-Barbeque300.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/CxYvWhWhrLM&#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/CxYvWhWhrLM&#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/thanksgiving-dinner-3jpg/" title="Thanksgiving Dinner (3)">Thanksgiving Dinner (3)</a></li>
<li><a href="http://chris.pirillo.com/i-am-ninja-you-are-ninja-we-are-ninja-book/" title="I Am Ninja. You Are Ninja. We Are Ninja Book.">I Am Ninja. You Are Ninja. We Are Ninja Book.</a></li>
<li><a href="http://chris.pirillo.com/drupal-vs-wordpress/" title="Drupal vs. WordPress">Drupal vs. WordPress</a></li>
<li><a href="http://chris.pirillo.com/share-your-opml/" title="Share Your OPML">Share Your OPML</a></li>
<li><a href="http://chris.pirillo.com/img0724054935312jpg/" title="IMG0724054935312">IMG0724054935312</a></li>
<li><a href="http://chris.pirillo.com/pirillo_012jpg/" title="Pirillo_012">Pirillo_012</a></li>
<li><a href="http://chris.pirillo.com/img_pirillo_1_1204170802984jpg/" title="IMG_pirillo_1_1204170802984">IMG_pirillo_1_1204170802984</a></li>
<li><a href="http://chris.pirillo.com/how-can-we-save-the-planet-from-ecological-destruction/" title="How Can We Save the Planet from Ecological Destruction?">How Can We Save the Planet from Ecological Destruction?</a></li>
<li><a href="http://chris.pirillo.com/organic-butt-pumpkin/" title="Organic Butt Pumpkin">Organic Butt Pumpkin</a></li>
<li><a href="http://chris.pirillo.com/gday-mick-stanic/" title="G&#8217;day Mick Stanic">G&#8217;day Mick Stanic</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/barbeque/">Barbeque!</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/CxYvWhWhrLM&#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/CxYvWhWhrLM&#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 know that after watching this video, you&#8217;re probably as hungry as I am. Who doesn&#8217;t love a good BBQ? I personally love to have ribs slow-cooked on the grill all day long. Steaks and chops are right up there as favorites, as well. What do you like to cook out on the Barbeque when you have the chance? And, more importantly, what do you like to cook on the <a href="http://go.tagjag.com/bbq">BBQ on your iPhone</a>? </p>
<p>This iPhone application lets you practice what it’s really like to sear animal flesh over fire.  Grill some hot dogs like a man – without over or undercooking them – and unlock more advanced meats &#8211; like the mighty surf and turf!</p>
<p>If it&#8217;s too cold or rainy to go out and fire up the real grill, why not stay indoors and practice on your iPhone or iPod Touch? Get the feel and satisfaction of cooking up some meat, right from your favorite comfy chair. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0009Q7F4E/lockergnome'>Cameron&#8217;s Recipe Collection</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002B2Q14Y/lockergnome'>&#8220;ABC Products&#8221; Perfect Flame ~ BBQ Basting Mop</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002B2TMCM/lockergnome'>&#8220;ABC Products&#8221; Perfect Flame ~ Grilling Skewers Set of 2 per pkg</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0976921960/lockergnome'>Cooking for Cash (How to Make Serious Money with Your Own Mobile Food Business) Volume 1</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0976921979/lockergnome'>Money Making Marketing (How to Make Serious Money with Your Own Mobile Food Business) Volume 2</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001OI36KI/lockergnome'>Grilldog Presents: Episodes 5-7</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AIM6SK/lockergnome'>Budweiser Barbecue Sauce and Food Basket &#8211; Great Gift Idea for Men!</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0761149430/lockergnome'>The Barbecue! Bible</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0761120157/lockergnome'>BBQ USA: 425 Fiery Recipes from All Across America</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0307408116/lockergnome'>Big Bob Gibson&#8217;s BBQ Book: Recipes and Secrets from a Legendary Barbecue Joint</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-Barbeque300.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/CxYvWhWhrLM&#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/CxYvWhWhrLM&#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/ask-leo-will-you-care-if-you-lose-your-connectivity/" title="Ask Leo &#8211; Will you care if you lose your connectivity?">Ask Leo &#8211; Will you care if you lose your connectivity?</a></li>
<li><a href="http://chris.pirillo.com/the-linux-show/" title="The Linux Show">The Linux Show</a></li>
<li><a href="http://chris.pirillo.com/what-happened-at-gnomedex-90/" title="What Happened at Gnomedex 9.0?">What Happened at Gnomedex 9.0?</a></li>
<li><a href="http://chris.pirillo.com/google-ad-fun/" title="Google Ad Fun">Google Ad Fun</a></li>
<li><a href="http://chris.pirillo.com/xbox-live-gamertag-fun-4jpg/" title="Xbox Live Gamertag Fun (4)">Xbox Live Gamertag Fun (4)</a></li>
<li><a href="http://chris.pirillo.com/pic05170177jpg/" title="pic05170177">pic05170177</a></li>
<li><a href="http://chris.pirillo.com/are-you-a-part-of-the-apple-revolution/" title="Are You a Part of the Apple Revolution?">Are You a Part of the Apple Revolution?</a></li>
<li><a href="http://chris.pirillo.com/mother-goose-gone-badjpg/" title="Mother Goose Gone Bad">Mother Goose Gone Bad</a></li>
<li><a href="http://chris.pirillo.com/gelaskins-coupons/" title="GelaSkins Coupons">GelaSkins Coupons</a></li>
<li><a href="http://chris.pirillo.com/small-phrases-loosely-coined/" title="Small Phrases Loosely Coined">Small Phrases Loosely Coined</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/barbeque/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-Barbeque300.mp4" length="91522655" type="video/mp4" />
		</item>
		<item>
		<title>Air Hockey!</title>
		<link>http://chris.pirillo.com/air-hockey/</link>
		<comments>http://chris.pirillo.com/air-hockey/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 21:05:44 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[air-hockey]]></category>
		<category><![CDATA[app-store]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone-game]]></category>
		<category><![CDATA[itunes]]></category>

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

	<ul>

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

	<ul>

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

		<guid isPermaLink="false">http://chris.pirillo.com/?p=14500</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/super-apps-for-the-iphone-with-bwana/">Super Apps for the iPhone (with Bwana)</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/J3pW__bi2_M&#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/J3pW__bi2_M&#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 recently sent a set of Apps to my friend <a href="http://www.bwana.tv/">Bwana</a>, and asked him to review them. The Apps came from <a href="http://superappsonline.com/">SuperApps</a> Online&#8217;s website, and include a full suite of things to enhance your iPhone. You&#8217;ll find things such as an air horn and information about US Presidents. </p>
<p>The developer, Mark Gurman, is a 15 Year Old High School Student, in California. He loved making iPhone Apps and widgets, so he created a site to be able to share them. He loves teaching things about computers to people, and helping others with their tech questions. </p>
<p>One of the Apps is called simply &#8220;Presidents&#8221;. It&#8217;s only ninety-nine cents. It&#8217;s full of information about each of our American Presidents, including their term years, what currency they appear on (if any), and more. This is a great App for students in school who may be studying American History.</p>
<p>Another App is called &#8220;Air Sounds&#8221;, and is literally full of sounds you might hear in an airplane &#8211; even the Air Traffic Control guys!</p>
<p>This is a great bundle of fun little Apps, and could even be educational for you. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000UKI8MM/lockergnome'>Riptopia CD-Ripping Service for iPod and MP3 Player Loading (50 CDs to Digital Music)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000UKAX4S/lockergnome'>Riptopia CD-Ripping Service for iPod and MP3 Player Loading (200 CDs to Digital Music)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000UKAX2A/lockergnome'>Riptopia CD-Ripping Service for iPod and MP3 Player Loading (100 CDs to Digital Music)</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-SuperAppsForTheIPhoneWithBwana253.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/J3pW__bi2_M&#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/J3pW__bi2_M&#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/whats-the-first-thing-you-do-in-the-mornings/" title="What&#8217;s the First Thing you do in the Mornings?">What&#8217;s the First Thing you do in the Mornings?</a></li>
<li><a href="http://chris.pirillo.com/paris-hilton-prison-sex-video/" title="Paris Hilton Prison Sex Video">Paris Hilton Prison Sex Video</a></li>
<li><a href="http://chris.pirillo.com/img_pirillo_0_1118111457484jpg/" title="IMG_pirillo_0_1118111457484">IMG_pirillo_0_1118111457484</a></li>
<li><a href="http://chris.pirillo.com/dear-all-suv-owners/" title="Dear All SUV Owners&#8230;">Dear All SUV Owners&#8230;</a></li>
<li><a href="http://chris.pirillo.com/this-one-time-at-band-camp/" title="This One Time, at Band Camp">This One Time, at Band Camp</a></li>
<li><a href="http://chris.pirillo.com/political-things-i-dont-understand/" title="Political Things I Don&#8217;t Understand">Political Things I Don&#8217;t Understand</a></li>
<li><a href="http://chris.pirillo.com/who-wants-to-win-a-webcam/" title="Who Wants to Win a Webcam?">Who Wants to Win a Webcam?</a></li>
<li><a href="http://chris.pirillo.com/credit-report-tips/" title="Credit Report Tips">Credit Report Tips</a></li>
<li><a href="http://chris.pirillo.com/t40404121639210jpg/" title="T40404121639210">T40404121639210</a></li>
<li><a href="http://chris.pirillo.com/why-everyone-should-be-asking-gotvoice/" title="Why Everyone Should be Asking GotVoice?">Why Everyone Should be Asking GotVoice?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/super-apps-for-the-iphone-with-bwana/">Super Apps for the iPhone (with Bwana)</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/J3pW__bi2_M&#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/J3pW__bi2_M&#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 recently sent a set of Apps to my friend <a href="http://www.bwana.tv/">Bwana</a>, and asked him to review them. The Apps came from <a href="http://superappsonline.com/">SuperApps</a> Online&#8217;s website, and include a full suite of things to enhance your iPhone. You&#8217;ll find things such as an air horn and information about US Presidents. </p>
<p>The developer, Mark Gurman, is a 15 Year Old High School Student, in California. He loved making iPhone Apps and widgets, so he created a site to be able to share them. He loves teaching things about computers to people, and helping others with their tech questions. </p>
<p>One of the Apps is called simply &#8220;Presidents&#8221;. It&#8217;s only ninety-nine cents. It&#8217;s full of information about each of our American Presidents, including their term years, what currency they appear on (if any), and more. This is a great App for students in school who may be studying American History.</p>
<p>Another App is called &#8220;Air Sounds&#8221;, and is literally full of sounds you might hear in an airplane &#8211; even the Air Traffic Control guys!</p>
<p>This is a great bundle of fun little Apps, and could even be educational for you. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000UKI8MM/lockergnome'>Riptopia CD-Ripping Service for iPod and MP3 Player Loading (50 CDs to Digital Music)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000UKAX4S/lockergnome'>Riptopia CD-Ripping Service for iPod and MP3 Player Loading (200 CDs to Digital Music)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000UKAX2A/lockergnome'>Riptopia CD-Ripping Service for iPod and MP3 Player Loading (100 CDs to Digital Music)</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-SuperAppsForTheIPhoneWithBwana253.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/J3pW__bi2_M&#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/J3pW__bi2_M&#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/headplay-coupons/" title="Headplay Coupons">Headplay Coupons</a></li>
<li><a href="http://chris.pirillo.com/its-a-gas-gas-gas/" title="It&#39;s a Gas, Gas, Gas">It&#39;s a Gas, Gas, Gas</a></li>
<li><a href="http://chris.pirillo.com/quitting-coffee/" title="Quitting Coffee">Quitting Coffee</a></li>
<li><a href="http://chris.pirillo.com/free-audio-program/" title="Free Audio Program">Free Audio Program</a></li>
<li><a href="http://chris.pirillo.com/current-trends-in-wedding-photography/" title="Current Trends in Wedding Photography">Current Trends in Wedding Photography</a></li>
<li><a href="http://chris.pirillo.com/how-to-connect-devices-to-your-network-with-power-outlets/" title="How to Connect Devices to Your Network with Power Outlets">How to Connect Devices to Your Network with Power Outlets</a></li>
<li><a href="http://chris.pirillo.com/the-answer-to-life-the-universe-and-everything/" title="The Answer to Life, the Universe, and Everything">The Answer to Life, the Universe, and Everything</a></li>
<li><a href="http://chris.pirillo.com/hitachi-deskstar/" title="Hitachi Deskstar">Hitachi Deskstar</a></li>
<li><a href="http://chris.pirillo.com/pic0115jpg/" title="pic0115">pic0115</a></li>
<li><a href="http://chris.pirillo.com/vonage-alternatives/" title="Vonage Alternatives?">Vonage Alternatives?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/super-apps-for-the-iphone-with-bwana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-SuperAppsForTheIPhoneWithBwana253.mp4" length="63335557" type="video/mp4" />
		</item>
		<item>
		<title>How to Enjoy Your iPod / iPhone without Holding It</title>
		<link>http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/</link>
		<comments>http://chris.pirillo.com/how-to-enjoy-your-ipod-iphone-without-holding-it/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 05:35:58 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[inyourface]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone-holder]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[ipod-case]]></category>
		<category><![CDATA[ipod-holder]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://chris.pirillo.com/where-to-find-new-and-free-iphone-apps/</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/where-to-find-new-and-free-iphone-apps/">Where to Find New (and Free) 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/bV88osGgJ-A&#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/bV88osGgJ-A&#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 ran the battery on my iPhone almost completely out while downloading tons of cool free Apps! Do you know where you can find all of the free Apps that are out there? How do you know when prices drop on popular Apps? <a href="http://freeappalert.com/">FreeAppAlert</a> keeps a comprehensive list of which Apps have reduced their cost to free!</p>
<p>You can choose to get your alerts in one (or more!) of several ways: email, RSS feed, <a href="http://twitter.com/freeappalert">Twitter</a> or even via their <a href="http://www.facebook.com/pages/FreeAppAlert/105573110613">Facebook Fan page</a>. The story behind the site is a simple one: the developer was excited over obtaining a popular city App at no cost when the developer gave it away for a few days in order to promote it. He started thinking about how great it could be if he could be alerted any time a paid App was suddenly free &#8211; whether permanently or for a few days. Thus, FreeAppAlert was born!</p>
<p>Every day, they list all the Apps that developers were once selling and are now free. Keep in mind that the price drops may be temporary, so grab them quickly. There are also archives of &#8220;recently free&#8221; Apps. Some of those may still be free, so keep an eye out there, as well. </p>
<p>Unless you like spending money, you need to make this site a daily stop. You never know how many awesome new Apps you&#8217;re going to find, without having to shell out a single penny. </p>
<p>Top Free iPhone Apps:</p>
<p>
<!-- FirstRSS -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/detPPZOPi8M/stat'>Touch Pets Dogs - ngmoco, Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/cRduG39M7oA/stat'>iFarm by PlayMesh - PlayMesh</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/904RSoHxg54/stat'>Convert Units for Free - Free the Apps!</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/kf6f1eqPTNw/stat'>TowerMadness Zero: 3D Tower Defense - Limbic Software</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/S1cyaNzlSYg/stat'>Unblock Me FREE - Kiragames</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/MYi7K_TtK5A/stat'>Battery LED! - BLUE WIND</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/u-TA2EgPqJU/stat'>Family Guy: Uncensored Free - Glu</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/11qusVj5YcQ/stat'>Facebook - Facebook</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/Mgsyut7jll0/stat'>50 cent "Baby By Me" sound lab - Moderati Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/7mSqPi9jeOw/stat'> Emoji Free!   - Awesomest Software</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/II7XjTSEYjo/stat'>Hangman Classic Free - VirtueSoft.com</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/YwdtJw2zHOU/stat'>Pandora Radio - Pandora Media, Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/fVLqMDf6BcU/stat'>Paper Toss - Backflip Studios</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/IGjUlFWGzaM/stat'>Horoscopes and Tarot - Horoscope.com</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/o0eCia9voFs/stat'>Link4 Online by PlayMesh - PlayMesh</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/evSF6V12suk/stat'>Photoshop.com Mobile - Adobe Systems Incorporated</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/ObMTlzBMDyw/stat'>Target - Target</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/ER58z_YiN_w/stat'>Rat On The Run SALE - Donut Games</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/smIjtit-02M/stat'>Google Mobile App - Google</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/rrGuAyipx70/stat'>Flashlight. - John Haney Software</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/X5mRVIuGN08/stat'>Bump - Bump Technologies LLC</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/AwEckc3uyUo/stat'>Fandango - Fandango</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/0aQju6NWCnI/stat'>Real Racing GTI - Firemint</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/_Yix3lmTRHQ/stat'>Alarm Clock Free - iHandySoft Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/t5tvsfMoz60/stat'>Fling (free) - CandyCane</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/jPjVkntlEvc/stat'>Sex Jokes Free - QSoft</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/cv4MSd8EGm4/stat'>Movies - Flixster</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/B9IeRwibbO0/stat'>ESPN ScoreCenter - ESPN</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/oJ4CryFTXg8/stat'>Eliminate Pro - ngmoco, Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/Xlb-AvymWwE/stat'>Shazam - Shazam Entertainment Ltd.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/KQHY5lPm5eI/stat'>UNO™ - FREE - Gameloft</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/gXk3jokCkEc/stat'>SpongeBob Diner Dash Lite - MTV Networks</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/OIwZuVL6VcU/stat'>Tap Tap Revenge 2.6 - Tapulous</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/_ASJQ2LUKtw/stat'>Doodle Buddy - Pinger, Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/IJ85SvplvyU/stat'>Truth or Dare - play with friends - Sexy Fun Dating</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/kf81dusV3Us/stat'>Epic Pet Wars - Unlock Taztan + 10 Respect Points - Miraphonic</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/XUFYxjcyB-I/stat'>Line Up FREE - LabPixies</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/ldSN_9_i3Uw/stat'>Backgrounds - Stylem Media</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/OrCCt8eyaCw/stat'>Tic Tac Toe Free - Optime Software</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/EYHOFh9a6x4/stat'>Coast Defense - FREE - Elene Kim</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/10ob7y4xfCY/stat'>Papaya Puzzle Bobble - PapayaMobile Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/UM8vLPus67Q/stat'>Google Earth - Google</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/k5TihIjUP7o/stat'>Hangman Free - Optime Software</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/bU2_I0CNnEc/stat'>Papaya Farm - PapayaMobile Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/mNYT50ZPEfE/stat'>Finger Physics Free - PressOK Entertainment</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/9H4udIECTW8/stat'>Super KO Boxing 2 Free - Glu</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/5UI2-OU2nDg/stat'>NASA app for iPhone - NASA</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/5snFxobKHOo/stat'>Musée du Louvre - Musée du Louvre</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/LOVSTEdvE2E/stat'>iMob 29 Respect - The Godfather</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/s_kG7FxatcM/stat'>Disney.com - Walt Disney</a> - </li>

	</ul>
</p>
<p>We also have a list of the <a href="http://chris.pirillo.com/2008/12/06/top-5-apps-in-the-itunes-app-store/">top paid iPhone apps</a> to check out.</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-WhereToFindNewAndFreeIPhoneApps205.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/bV88osGgJ-A&#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/bV88osGgJ-A&#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-create-an-awesome-twitter-profile-background/" title="How to Create an Awesome Twitter Profile Background">How to Create an Awesome Twitter Profile Background</a></li>
<li><a href="http://chris.pirillo.com/how-to-install-your-favorite-windows-software/" title="How to Install Your Favorite Windows Software">How to Install Your Favorite Windows Software</a></li>
<li><a href="http://chris.pirillo.com/top-5-reasons-to-use-evernote/" title="Top 5 Reasons to Use Evernote">Top 5 Reasons to Use Evernote</a></li>
<li><a href="http://chris.pirillo.com/youtube-video-limit/" title="YouTube Video Limit">YouTube Video Limit</a></li>
<li><a href="http://chris.pirillo.com/how-do-you-get-your-questions-answered/" title="How Do You Get Your Questions Answered?">How Do You Get Your Questions Answered?</a></li>
<li><a href="http://chris.pirillo.com/googlewhacking/" title="Googlewhacking">Googlewhacking</a></li>
<li><a href="http://chris.pirillo.com/how-to-raise-kids-and-propagate-the-geek-species-201/" title="How to Raise Kids and Propagate the Geek Species 201">How to Raise Kids and Propagate the Geek Species 201</a></li>
<li><a href="http://chris.pirillo.com/new-gnometomes/" title="New GnomeTomes!">New GnomeTomes!</a></li>
<li><a href="http://chris.pirillo.com/top-5-tips-on-repairing-your-own-computer-pc-and-mac/" title="Top 5 Tips on Repairing Your own Computer: PC and Mac">Top 5 Tips on Repairing Your own Computer: PC and Mac</a></li>
<li><a href="http://chris.pirillo.com/two-more-influencers-get-gadabe/" title="Two More Influencers Get Gada.be">Two More Influencers Get Gada.be</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/where-to-find-new-and-free-iphone-apps/">Where to Find New (and Free) 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/bV88osGgJ-A&#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/bV88osGgJ-A&#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 ran the battery on my iPhone almost completely out while downloading tons of cool free Apps! Do you know where you can find all of the free Apps that are out there? How do you know when prices drop on popular Apps? <a href="http://freeappalert.com/">FreeAppAlert</a> keeps a comprehensive list of which Apps have reduced their cost to free!</p>
<p>You can choose to get your alerts in one (or more!) of several ways: email, RSS feed, <a href="http://twitter.com/freeappalert">Twitter</a> or even via their <a href="http://www.facebook.com/pages/FreeAppAlert/105573110613">Facebook Fan page</a>. The story behind the site is a simple one: the developer was excited over obtaining a popular city App at no cost when the developer gave it away for a few days in order to promote it. He started thinking about how great it could be if he could be alerted any time a paid App was suddenly free &#8211; whether permanently or for a few days. Thus, FreeAppAlert was born!</p>
<p>Every day, they list all the Apps that developers were once selling and are now free. Keep in mind that the price drops may be temporary, so grab them quickly. There are also archives of &#8220;recently free&#8221; Apps. Some of those may still be free, so keep an eye out there, as well. </p>
<p>Unless you like spending money, you need to make this site a daily stop. You never know how many awesome new Apps you&#8217;re going to find, without having to shell out a single penny. </p>
<p>Top Free iPhone Apps:</p>
<p>
<!-- FirstRSS -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/detPPZOPi8M/stat'>Touch Pets Dogs - ngmoco, Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/cRduG39M7oA/stat'>iFarm by PlayMesh - PlayMesh</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/904RSoHxg54/stat'>Convert Units for Free - Free the Apps!</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/kf6f1eqPTNw/stat'>TowerMadness Zero: 3D Tower Defense - Limbic Software</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/S1cyaNzlSYg/stat'>Unblock Me FREE - Kiragames</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/MYi7K_TtK5A/stat'>Battery LED! - BLUE WIND</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/u-TA2EgPqJU/stat'>Family Guy: Uncensored Free - Glu</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/11qusVj5YcQ/stat'>Facebook - Facebook</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/Mgsyut7jll0/stat'>50 cent "Baby By Me" sound lab - Moderati Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/7mSqPi9jeOw/stat'> Emoji Free!   - Awesomest Software</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/II7XjTSEYjo/stat'>Hangman Classic Free - VirtueSoft.com</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/YwdtJw2zHOU/stat'>Pandora Radio - Pandora Media, Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/fVLqMDf6BcU/stat'>Paper Toss - Backflip Studios</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/IGjUlFWGzaM/stat'>Horoscopes and Tarot - Horoscope.com</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/o0eCia9voFs/stat'>Link4 Online by PlayMesh - PlayMesh</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/evSF6V12suk/stat'>Photoshop.com Mobile - Adobe Systems Incorporated</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/ObMTlzBMDyw/stat'>Target - Target</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/ER58z_YiN_w/stat'>Rat On The Run SALE - Donut Games</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/smIjtit-02M/stat'>Google Mobile App - Google</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/rrGuAyipx70/stat'>Flashlight. - John Haney Software</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/X5mRVIuGN08/stat'>Bump - Bump Technologies LLC</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/AwEckc3uyUo/stat'>Fandango - Fandango</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/0aQju6NWCnI/stat'>Real Racing GTI - Firemint</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/_Yix3lmTRHQ/stat'>Alarm Clock Free - iHandySoft Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/t5tvsfMoz60/stat'>Fling (free) - CandyCane</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/jPjVkntlEvc/stat'>Sex Jokes Free - QSoft</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/cv4MSd8EGm4/stat'>Movies - Flixster</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/B9IeRwibbO0/stat'>ESPN ScoreCenter - ESPN</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/oJ4CryFTXg8/stat'>Eliminate Pro - ngmoco, Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/Xlb-AvymWwE/stat'>Shazam - Shazam Entertainment Ltd.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/KQHY5lPm5eI/stat'>UNO™ - FREE - Gameloft</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/gXk3jokCkEc/stat'>SpongeBob Diner Dash Lite - MTV Networks</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/OIwZuVL6VcU/stat'>Tap Tap Revenge 2.6 - Tapulous</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/_ASJQ2LUKtw/stat'>Doodle Buddy - Pinger, Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/IJ85SvplvyU/stat'>Truth or Dare - play with friends - Sexy Fun Dating</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/kf81dusV3Us/stat'>Epic Pet Wars - Unlock Taztan + 10 Respect Points - Miraphonic</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/XUFYxjcyB-I/stat'>Line Up FREE - LabPixies</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/ldSN_9_i3Uw/stat'>Backgrounds - Stylem Media</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/OrCCt8eyaCw/stat'>Tic Tac Toe Free - Optime Software</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/EYHOFh9a6x4/stat'>Coast Defense - FREE - Elene Kim</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/10ob7y4xfCY/stat'>Papaya Puzzle Bobble - PapayaMobile Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/UM8vLPus67Q/stat'>Google Earth - Google</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/k5TihIjUP7o/stat'>Hangman Free - Optime Software</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/bU2_I0CNnEc/stat'>Papaya Farm - PapayaMobile Inc.</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/mNYT50ZPEfE/stat'>Finger Physics Free - PressOK Entertainment</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/9H4udIECTW8/stat'>Super KO Boxing 2 Free - Glu</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/5UI2-OU2nDg/stat'>NASA app for iPhone - NASA</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/5snFxobKHOo/stat'>Musée du Louvre - Musée du Louvre</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/LOVSTEdvE2E/stat'>iMob 29 Respect - The Godfather</a> - </li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://feedproxy.google.com/~r/ItunesStoreTopFreeApplications/~3/s_kG7FxatcM/stat'>Disney.com - Walt Disney</a> - </li>

	</ul>
</p>
<p>We also have a list of the <a href="http://chris.pirillo.com/2008/12/06/top-5-apps-in-the-itunes-app-store/">top paid iPhone apps</a> to check out.</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-WhereToFindNewAndFreeIPhoneApps205.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/bV88osGgJ-A&#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/bV88osGgJ-A&#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/alaska-airlines-part-ii/" title="Alaska Airlines, Part II">Alaska Airlines, Part II</a></li>
<li><a href="http://chris.pirillo.com/customizing-windows-media-player/" title="Customizing Windows Media Player">Customizing Windows Media Player</a></li>
<li><a href="http://chris.pirillo.com/ask-leo-will-you-care-if-you-lose-your-connectivity/" title="Ask Leo &#8211; Will you care if you lose your connectivity?">Ask Leo &#8211; Will you care if you lose your connectivity?</a></li>
<li><a href="http://chris.pirillo.com/there-are-just-not-enough-hours-in-the-day/" title="There are Just not Enough Hours in the Day">There are Just not Enough Hours in the Day</a></li>
<li><a href="http://chris.pirillo.com/is-your-network-secure/" title="Is Your Network Secure?">Is Your Network Secure?</a></li>
<li><a href="http://chris.pirillo.com/shoppbs-coupons/" title="ShopPBS Coupons">ShopPBS Coupons</a></li>
<li><a href="http://chris.pirillo.com/slashdorks/" title="Slashdorks">Slashdorks</a></li>
<li><a href="http://chris.pirillo.com/what-is-psp-homebrew/" title="What is PSP Homebrew?">What is PSP Homebrew?</a></li>
<li><a href="http://chris.pirillo.com/dreamscene-another-vista-ultimate-snoozer/" title="DreamScene: Another Vista Ultimate Snoozer?">DreamScene: Another Vista Ultimate Snoozer?</a></li>
<li><a href="http://chris.pirillo.com/tips-for-dealing-with-inexperienced-computer-users/" title="Tips for Dealing With Inexperienced Computer Users">Tips for Dealing With Inexperienced Computer Users</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/where-to-find-new-and-free-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-WhereToFindNewAndFreeIPhoneApps205.mp4" length="19270927" type="video/mp4" />
		</item>
		<item>
		<title>Apple&#8217;s Mac OS X Snow Leopard Review</title>
		<link>http://chris.pirillo.com/apples-mac-os-x-snow-leopard-review/</link>
		<comments>http://chris.pirillo.com/apples-mac-os-x-snow-leopard-review/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 00:56:22 +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[Mac]]></category>
		<category><![CDATA[operating-system]]></category>
		<category><![CDATA[os-x]]></category>
		<category><![CDATA[snow-leopard]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=14301</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/apples-mac-os-x-snow-leopard-review/">Apple&#8217;s Mac OS X Snow Leopard 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/d0P1qXA-PJE&#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/d0P1qXA-PJE&#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 sure you&#8217;re still laughing at my impression of a Snow Leopard, in honor of the newest release of Mac OS X. The upgrade is only $30.00, which is an excellent price. You should go out and get it right away, but I&#8217;m not sure if you&#8217;re ready to install it just yet.</p>
<p>The upgrade was painless. The trick to it is to take the disc out of the sleeve, put it in the drive, and click the Install button&#8230; and you&#8217;re done. From that point forward, it will show you if your applications are compatible or not. </p>
<p>Some people are saying that Snow Leopard is an awesome upgrade, and others don&#8217;t think so as much. I&#8217;d say right now, I&#8217;m seeing it split pretty evenly. I am enjoying some of the new features, such as Exchange integration on the desktop &#8211; it works flawlessly. I haven&#8217;t seen much of a speed increase, though. There are some nips and tucks around the operating system. The Finder has been completely re-written, which is awesome. </p>
<p>There are subtle changes, as well. I&#8217;m a little leary about putting it on all of my machines. Yes, it&#8217;s a great upgrade. The changes are incremental, but I&#8217;m not sure if all of my applications are going to be compatible, especially ones that I really need and use. So, I&#8217;m going to wait about a month of so to make sure all of my software is updated before I jump in. </p>
<p>What do you think of Snow Leopard? If you&#8217;ve installed it already, let me know your thoughts so far. If you have it but haven&#8217;t installed it yet &#8211; why are you waiting? I&#8217;m interested to hear about that, as well. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002VFFSVI/lockergnome'>Basic Training for Mac OS X Snow Leopard: Class on Demand 2010: Apple Macintosh OSX Snow Leopard 10.6 Video Training Educational Tutorial DVD</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DW69TA/lockergnome'>Dora the Explorer: Dora Saves the Snow Princess</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002QQ8EKO/lockergnome'>Apple MacBook MC207LL/A 13.3-Inch Laptop</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002QQ8AJY/lockergnome'>Apple Mac mini MC238LL/A Desktop</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002C74E9C/lockergnome'>Apple iMac MB950LL/A 21.5-Inch Desktop</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596153287/lockergnome'>Mac OS X Snow Leopard: The Missing Manual</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/047045363X/lockergnome'>Mac OS X Snow Leopard Bible</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596802722/lockergnome'>Mac OS X Snow Leopard Pocket Guide (Pocket ref / guide)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AMHWP8/lockergnome'>Mac OS X version 10.6 Snow Leopard</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AMPP0W/lockergnome'>Mac OS X Snow Leopard Family Pack (5-User)</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/d0P1qXA-PJE&#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/d0P1qXA-PJE&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/what-drives-your-productivity/" title="What Drives Your Productivity?">What Drives Your Productivity?</a></li>
<li><a href="http://chris.pirillo.com/snow-leopard-thoughts/" title="Snow Leopard Thoughts">Snow Leopard Thoughts</a></li>
<li><a href="http://chris.pirillo.com/are-you-scared-to-make-the-mac-move/" title="Are You Scared to Make the Mac Move?">Are You Scared to Make the Mac Move?</a></li>
<li><a href="http://chris.pirillo.com/top-5-reasons-to-switch-to-os-x/" title="Top 5 Reasons to Switch to OS X">Top 5 Reasons to Switch to OS X</a></li>
<li><a href="http://chris.pirillo.com/whats-the-first-thing-you-should-do-with-a-new-mac/" title="What&#8217;s the First Thing You Should Do with a New Mac?">What&#8217;s the First Thing You Should Do with a New Mac?</a></li>
<li><a href="http://chris.pirillo.com/will-your-next-pc-be-a-mac/" title="Will Your Next PC be a Mac?">Will Your Next PC be a Mac?</a></li>
<li><a href="http://chris.pirillo.com/will-linux-always-be-stuck-in-the-minority/" title="Will Linux Always be Stuck in the Minority?">Will Linux Always be Stuck in the Minority?</a></li>
<li><a href="http://chris.pirillo.com/have-you-or-are-you-switching-from-pc-to-mac/" title="Have You or Are You Switching from PC to Mac?">Have You or Are You Switching from PC to Mac?</a></li>
<li><a href="http://chris.pirillo.com/what-are-your-xbox-friends-usually-doing/" title="What are your Xbox Friends Usually Doing?">What are your Xbox Friends Usually Doing?</a></li>
<li><a href="http://chris.pirillo.com/whats-in-the-next-mac-os-x-snow-leopard/" title="What&#8217;s in the Next Mac OS X: Snow Leopard?">What&#8217;s in the Next Mac OS X: Snow Leopard?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/apples-mac-os-x-snow-leopard-review/">Apple&#8217;s Mac OS X Snow Leopard 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/d0P1qXA-PJE&#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/d0P1qXA-PJE&#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 sure you&#8217;re still laughing at my impression of a Snow Leopard, in honor of the newest release of Mac OS X. The upgrade is only $30.00, which is an excellent price. You should go out and get it right away, but I&#8217;m not sure if you&#8217;re ready to install it just yet.</p>
<p>The upgrade was painless. The trick to it is to take the disc out of the sleeve, put it in the drive, and click the Install button&#8230; and you&#8217;re done. From that point forward, it will show you if your applications are compatible or not. </p>
<p>Some people are saying that Snow Leopard is an awesome upgrade, and others don&#8217;t think so as much. I&#8217;d say right now, I&#8217;m seeing it split pretty evenly. I am enjoying some of the new features, such as Exchange integration on the desktop &#8211; it works flawlessly. I haven&#8217;t seen much of a speed increase, though. There are some nips and tucks around the operating system. The Finder has been completely re-written, which is awesome. </p>
<p>There are subtle changes, as well. I&#8217;m a little leary about putting it on all of my machines. Yes, it&#8217;s a great upgrade. The changes are incremental, but I&#8217;m not sure if all of my applications are going to be compatible, especially ones that I really need and use. So, I&#8217;m going to wait about a month of so to make sure all of my software is updated before I jump in. </p>
<p>What do you think of Snow Leopard? If you&#8217;ve installed it already, let me know your thoughts so far. If you have it but haven&#8217;t installed it yet &#8211; why are you waiting? I&#8217;m interested to hear about that, as well. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002QQ8EKO/lockergnome'>Apple MacBook MC207LL/A 13.3-Inch Laptop</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002QQ8AJY/lockergnome'>Apple Mac mini MC238LL/A Desktop</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002C74E9C/lockergnome'>Apple iMac MB950LL/A 21.5-Inch Desktop</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596153287/lockergnome'>Mac OS X Snow Leopard: The Missing Manual</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/047045363X/lockergnome'>Mac OS X Snow Leopard Bible</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596802722/lockergnome'>Mac OS X Snow Leopard Pocket Guide (Pocket ref / guide)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001DW69TA/lockergnome'>Dora the Explorer: Dora Saves the Snow Princess</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002VFFSVI/lockergnome'>Basic Training for Mac OS X Snow Leopard: Class on Demand 2010: Apple Macintosh OSX Snow Leopard 10.6 Video Training Educational Tutorial DVD</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AMHWP8/lockergnome'>Mac OS X version 10.6 Snow Leopard</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AMPP0W/lockergnome'>Mac OS X Snow Leopard Family Pack (5-User)</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/d0P1qXA-PJE&#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/d0P1qXA-PJE&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/what-drives-your-productivity/" title="What Drives Your Productivity?">What Drives Your Productivity?</a></li>
<li><a href="http://chris.pirillo.com/snow-leopard-thoughts/" title="Snow Leopard Thoughts">Snow Leopard Thoughts</a></li>
<li><a href="http://chris.pirillo.com/are-you-scared-to-make-the-mac-move/" title="Are You Scared to Make the Mac Move?">Are You Scared to Make the Mac Move?</a></li>
<li><a href="http://chris.pirillo.com/top-5-reasons-to-switch-to-os-x/" title="Top 5 Reasons to Switch to OS X">Top 5 Reasons to Switch to OS X</a></li>
<li><a href="http://chris.pirillo.com/whats-the-first-thing-you-should-do-with-a-new-mac/" title="What&#8217;s the First Thing You Should Do with a New Mac?">What&#8217;s the First Thing You Should Do with a New Mac?</a></li>
<li><a href="http://chris.pirillo.com/will-your-next-pc-be-a-mac/" title="Will Your Next PC be a Mac?">Will Your Next PC be a Mac?</a></li>
<li><a href="http://chris.pirillo.com/will-linux-always-be-stuck-in-the-minority/" title="Will Linux Always be Stuck in the Minority?">Will Linux Always be Stuck in the Minority?</a></li>
<li><a href="http://chris.pirillo.com/have-you-or-are-you-switching-from-pc-to-mac/" title="Have You or Are You Switching from PC to Mac?">Have You or Are You Switching from PC to Mac?</a></li>
<li><a href="http://chris.pirillo.com/what-are-your-xbox-friends-usually-doing/" title="What are your Xbox Friends Usually Doing?">What are your Xbox Friends Usually Doing?</a></li>
<li><a href="http://chris.pirillo.com/whats-in-the-next-mac-os-x-snow-leopard/" title="What&#8217;s in the Next Mac OS X: Snow Leopard?">What&#8217;s in the Next Mac OS X: Snow Leopard?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/apples-mac-os-x-snow-leopard-review/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Thoughts</title>
		<link>http://chris.pirillo.com/snow-leopard-thoughts/</link>
		<comments>http://chris.pirillo.com/snow-leopard-thoughts/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 18:19:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[os-x]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/?p=14260</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/snow-leopard-thoughts/">Snow Leopard Thoughts</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<div class="TweetWrapper">
<div class="TweetBody"><a href="http://chris.pirillo.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/306484046/CoolChrisHead2_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/chrispirillo" rel="nofollow">chrispirillo</a>:</strong> Wondering if I should pre-order Friday&#39s Mac OS X (Snow Leopard) or just pick it up locally? What are YOU doing?
<div class="TweetDate">about 21 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/chrispirillo/statuses/3542193895" rel="nofollow">Tue Aug 25 20:44:02 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.facebook.com/alex.sarri" rel="nofollow"><img src="http://a3.twimg.com/profile_images/277240781/Photo_76_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/AlexSarri" rel="nofollow">AlexSarri</a>:</strong> I was debating that too $29 upgrade not bad. keep me posted.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/AlexSarri/statuses/3542200952" rel="nofollow">Tue Aug 25 20:45:47 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.mashedbuttons.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/269811387/green_7310_Photo_5_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/soulscreme" rel="nofollow">soulscreme</a>:</strong> Definitely picking it up.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/soulscreme/statuses/3542204120" rel="nofollow">Tue Aug 25 20:46:55 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.level-3-media.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/352322463/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Level3Media" rel="nofollow">Level3Media</a>:</strong> picking it up locally. Amazon says they won&#39t even have it to me until the 1st w/ Amazon Prime free shipping.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Level3Media/statuses/3542207915" rel="nofollow">Tue Aug 25 20:48:31 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://bunny.rawbitz.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/288481556/me_normal.jpeg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/njrabit" rel="nofollow">njrabit</a>:</strong> it&#39s $29 on Amazon, so I pre-ordered
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/njrabit/statuses/3542210051" rel="nofollow">Tue Aug 25 20:49:16 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.sawhosting.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/347717393/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Flisker" rel="nofollow">Flisker</a>:</strong> I&#39d say pre-order as you never know if it will be in stock?
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Flisker/statuses/3542211957" rel="nofollow">Tue Aug 25 20:49:58 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/290126978/ICU_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/4got" rel="nofollow">4got</a>:</strong> order it now or get in line. Me I don&#39t like line ups!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/4got/statuses/3542212175" rel="nofollow">Tue Aug 25 20:50:04 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://tr.im/padraigfahy" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/356024975/Video_1_00m_08s_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/PadraigFahy" rel="nofollow">PadraigFahy</a>:</strong> I&#39m sticking with Windows7. Thank you very much.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/PadraigFahy/statuses/3542212418" rel="nofollow">Tue Aug 25 20:50:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://bigreddesign.co.uk/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/272132749/dezsquare_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/deniswalker" rel="nofollow">deniswalker</a>:</strong> I&#39ve preordered, but then I&#39m in the UK and don&#39t have a particularly local Apple Store.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/deniswalker/statuses/3542212630" rel="nofollow">Tue Aug 25 20:50:15 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://harrisontheintern.wordpress.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/337133976/IMG_0410_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/harrisonloveall" rel="nofollow">harrisonloveall</a>:</strong> online pre-ordered :)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/harrisonloveall/statuses/3542220573" rel="nofollow">Tue Aug 25 20:52:34 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://s.twimg.com/a/1251223846/images/default_profile_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/ChampJulius" rel="nofollow">ChampJulius</a>:</strong> Camp out for it like a man!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/ChampJulius/statuses/3542227292" rel="nofollow">Tue Aug 25 20:53:02 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/309216774/KELLY_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/lonto" rel="nofollow">lonto</a>:</strong> i&#39m gonna pick it up locally
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/lonto/statuses/3542229482" rel="nofollow">Tue Aug 25 20:53:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://2s2d.net" rel="nofollow"><img src="http://a3.twimg.com/profile_images/363928179/photo-2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/tchachra" rel="nofollow">tchachra</a>:</strong> pick it up, pre orders more then likely will arrive monday the 31st
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/tchachra/statuses/3542229838" rel="nofollow">Tue Aug 25 20:53:11 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/322006077/DSC04375sk_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/xtend" rel="nofollow">xtend</a>:</strong> Local pickup &#8211; most likely in San Francisco or Walnut Creek
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/xtend/statuses/3542231074" rel="nofollow">Tue Aug 25 20:53:16 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://dlayphoto.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/368951419/dlay_free1_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/dlayphoto" rel="nofollow">dlayphoto</a>:</strong> I&#39m going to get it at the Apple Store, either in Cleveland or Pittsburgh (I&#39ll be in both cities on Friday!)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/dlayphoto/statuses/3542231379" rel="nofollow">Tue Aug 25 20:53:17 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.aspectphotography.co.cc" rel="nofollow"><img src="http://a1.twimg.com/profile_images/325064264/Photo_1_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/JohnHimself" rel="nofollow">JohnHimself</a>:</strong> pre-ordered it yesterday, looking forward to the improvements.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/JohnHimself/statuses/3542233411" rel="nofollow">Tue Aug 25 20:53:24 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://albj.net/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/77845288/LB_Road_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/leebennett" rel="nofollow">leebennett</a>:</strong> Local at Altamonte, FL Apple store.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/leebennett/statuses/3542242835" rel="nofollow">Tue Aug 25 20:53:56 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.trishussey.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/120036354/selfportraitaug08_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/trishussey" rel="nofollow">trishussey</a>:</strong> I&#39m going to go local. Do a little thing for FutureShop I think
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/trishussey/statuses/3542243929" rel="nofollow">Tue Aug 25 20:54:01 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jackamick.me" rel="nofollow"><img src="http://a1.twimg.com/profile_images/312704636/3711366197_54c85ae530_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/spyker3292" rel="nofollow">spyker3292</a>:</strong> I pre-ordered, but UPS is so slowwwww. So I might regret it cause I&#39ll get it around 6pm&#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/spyker3292/statuses/3542245285" rel="nofollow">Tue Aug 25 20:54:05 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://limb-clock.livejournal.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/137648223/twitterkuva_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/limbclock" rel="nofollow">limbclock</a>:</strong> pre-ordered because i got it for 8.95 Euros. Neener neener
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/limbclock/statuses/3542248055" rel="nofollow">Tue Aug 25 20:54:15 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.jeremyvanvliet.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/275206528/499465337_6_HCFP_normal.jpeg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jeremyvanvliet" rel="nofollow">jeremyvanvliet</a>:</strong> Going to pick it up! will be a great trip to the Apple Reseller ;-)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jeremyvanvliet/statuses/3542250519" rel="nofollow">Tue Aug 25 20:54:24 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.SingleServeCoffeeDeals.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/326690697/Single-Serve-Coffee-Deals_normal.gif" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/SSCoffeeDeals" rel="nofollow">SSCoffeeDeals</a>:</strong> Preorder of course.  I have no desire to go crowd surfing at the Apple store on friday :P
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/SSCoffeeDeals/statuses/3542251622" rel="nofollow">Tue Aug 25 20:54:27 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.michaeleherman.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/270640678/twitter_profile_pic_-_green_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/michaeleherman" rel="nofollow">michaeleherman</a>:</strong> I preordered Snow Leopard. Looking forward to Friday!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/michaeleherman/statuses/3542251857" rel="nofollow">Tue Aug 25 20:54:28 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.timmontech.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/77339943/20090210125213631_1_original_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/timmontech" rel="nofollow">timmontech</a>:</strong> well i&#39ll be on the IL campus when it releases so I&#39m sure i can get a copy there. One of the many benefits of working here.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/timmontech/statuses/3542253287" rel="nofollow">Tue Aug 25 20:54:33 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/320295863/youtube_profile_pic_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/mikemayhem1234" rel="nofollow">mikemayhem1234</a>:</strong> pre ordering. You should too;)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/mikemayhem1234/statuses/3542255018" rel="nofollow">Tue Aug 25 20:54:39 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/322805427/306_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/robjcollins" rel="nofollow">robjcollins</a>:</strong> I pre-ordered on Apple&#39s website yesterday.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/robjcollins/statuses/3542256712" rel="nofollow">Tue Aug 25 20:54:45 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/360536907/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Qtip1423" rel="nofollow">Qtip1423</a>:</strong> In-store all the way here. I never preorder software. Don&#39t see the point. Not like it&#39s gonna sell out (*fingers crossed*)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Qtip1423/statuses/3542273426" rel="nofollow">Tue Aug 25 20:55:40 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/orangeguy81" rel="nofollow"><img src="http://a3.twimg.com/profile_images/323592869/Photo_10_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/orangeguy81" rel="nofollow">orangeguy81</a>:</strong> going to the store and buying it.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/orangeguy81/statuses/3542275911" rel="nofollow">Tue Aug 25 20:55:49 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://markgurman.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/375881964/CYHI_3IconLarge_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/markgurman" rel="nofollow">markgurman</a>:</strong> Pre-Order online, you will probably get it before the stores even open, because they say before 10 AM w/ fedex.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/markgurman/statuses/3542278850" rel="nofollow">Tue Aug 25 20:55:59 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jrmehle.com" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/332195579/5651_553482355695_93403448_33007740_4877848_n_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jrmehle" rel="nofollow">jrmehle</a>:</strong> I&#39m walking into my local Apple store on Friday to buy Snow Leopard.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jrmehle/statuses/3542281915" rel="nofollow">Tue Aug 25 20:56:08 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/78984736/jeffatar_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/JeffCahill" rel="nofollow">JeffCahill</a>:</strong> Pre-ordered mine 3 weeks ago from Amazon.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/JeffCahill/statuses/3542289994" rel="nofollow">Tue Aug 25 20:56:36 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://ronknights.com/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/327997311/Ron_new_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/ronknights" rel="nofollow">ronknights</a>:</strong> I pre-ordered Snow Leopard weeks ago
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/ronknights/statuses/3542290768" rel="nofollow">Tue Aug 25 20:56:37 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.connectedworldmedia.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/283288150/DSC_0117_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/davidjacobs" rel="nofollow">davidjacobs</a>:</strong> picking it up locally.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/davidjacobs/statuses/3542293798" rel="nofollow">Tue Aug 25 20:56:47 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/TheFilmMaster" rel="nofollow"><img src="http://s.twimg.com/a/1250809294/images/default_profile_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Bobster1996" rel="nofollow">Bobster1996</a>:</strong> I think you should just pick it up locally!!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Bobster1996/statuses/3542299267" rel="nofollow">Tue Aug 25 20:57:04 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://kaotickreation.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/52384848/390474773_l_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/kaotic" rel="nofollow">kaotic</a>:</strong> prolly going to order it since I don&#39t want to deal with all the lines.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/kaotic/statuses/3542301262" rel="nofollow">Tue Aug 25 20:57:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/user/iNordli" rel="nofollow"><img src="http://a1.twimg.com/profile_images/370766826/Bilde_63_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/iNordli18" rel="nofollow">iNordli18</a>:</strong> i have pre-ordered it
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/iNordli18/statuses/3542303495" rel="nofollow">Tue Aug 25 20:57:17 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.bashmohandes.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/49457242/bms_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Bashmohandes" rel="nofollow">Bashmohandes</a>:</strong> I would go with Windows 7 :P
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Bashmohandes/statuses/3542304746" rel="nofollow">Tue Aug 25 20:57:21 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.adamleedesign.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/274064646/blogpic_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/adamleedesign" rel="nofollow">adamleedesign</a>:</strong> I&#39m waiting to make sure there aren&#39t any major bugs. Call me paranoid&#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/adamleedesign/statuses/3542305851" rel="nofollow">Tue Aug 25 20:57:25 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://markjaquith.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/57803956/headshot-4_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/markjaquith" rel="nofollow">markjaquith</a>:</strong> I pre-ordered Snow Leopard from Amazon, but they say it won&#39t arrive until 9/1, so I&#39m going to cancel and buy in store.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/markjaquith/statuses/3542310438" rel="nofollow">Tue Aug 25 20:57:40 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.upsidedowndog.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/258093636/dougal2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/upsidedowndog" rel="nofollow">upsidedowndog</a>:</strong> Re: OS X &#8211; I&#39m just going to go to one of our local Apple Stores on Fri &#8211; there&#39s 3 in our area of LA.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/upsidedowndog/statuses/3542311392" rel="nofollow">Tue Aug 25 20:57:43 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://christophertran.net/" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/308649733/ls_2273_Photo_7_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/christophertran" rel="nofollow">christophertran</a>:</strong> getting a tshirt. :D
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/christophertran/statuses/3542318053" rel="nofollow">Tue Aug 25 20:58:04 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/324687785/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/lrv94" rel="nofollow">lrv94</a>:</strong> pre-order it (It looks like it&#39s gonna sell out quickly!)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/lrv94/statuses/3542326215" rel="nofollow">Tue Aug 25 20:58:30 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/drinkskimmilk" rel="nofollow"><img src="http://a3.twimg.com/profile_images/358866565/AppleLogo.jpg_normal.jpeg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/macgeek01" rel="nofollow">macgeek01</a>:</strong> I&#39m picking it up at my local Apple Store
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/macgeek01/statuses/3542330281" rel="nofollow">Tue Aug 25 20:58:43 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.feedonme.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/278322023/cjl_mug_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/chrisluger" rel="nofollow">chrisluger</a>:</strong> preorder&#8230; delivered to my door on Friday&#8230; I don&#39t even have to shower or get dressed to install the next Mac OS&#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/chrisluger/statuses/3542331099" rel="nofollow">Tue Aug 25 20:58:46 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/IceflowStudios" rel="nofollow"><img src="http://a3.twimg.com/profile_images/102743677/Icon_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/IceflowStudios" rel="nofollow">IceflowStudios</a>:</strong> I hate waiting around for the UPS guy. I&#39ll swing by the Apple store nice and early on Friday.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/IceflowStudios/statuses/3542379648" rel="nofollow">Tue Aug 25 21:01:18 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.captaincomics.us" rel="nofollow"><img src="http://a3.twimg.com/profile_images/296307149/delgado_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/powerbook_pete" rel="nofollow">powerbook_pete</a>:</strong> I ordered Snow Leopard from Amazon and got free shipping. Of course, I may not get it until after Labor Day.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/powerbook_pete/statuses/3542381302" rel="nofollow">Tue Aug 25 21:01:23 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.jlyconsulting.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/337196896/JoshRainbowring_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/joshyoungblood" rel="nofollow">joshyoungblood</a>:</strong> I pre-ordered&#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/joshyoungblood/statuses/3542381452" rel="nofollow">Tue Aug 25 21:01:24 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://osxdude.wordpress.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/295291908/1242_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/osxdude" rel="nofollow">osxdude</a>:</strong> I ordered it to be dropped off. Easier, especially with school for me
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/osxdude/statuses/3542382620" rel="nofollow">Tue Aug 25 21:01:27 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.nokiacreative.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/381270120/My_Profile__August_2009__normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/TheCreativeLife" rel="nofollow">TheCreativeLife</a>:</strong> Pre-ordered. Now I&#39m hoping that Customs and Excise don&#39t intercept my Snow Leopard at the airport!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/TheCreativeLife/statuses/3542389903" rel="nofollow">Tue Aug 25 21:01:50 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://mrwilberding.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/106501122/Tommy_2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/TWILBERD" rel="nofollow">TWILBERD</a>:</strong> picking up Mac OS 10 (Snow Leopard) Friday
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/TWILBERD/statuses/3542394604" rel="nofollow">Tue Aug 25 21:02:05 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/201695813/me_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/kalamoni" rel="nofollow">kalamoni</a>:</strong> pick it up locally .. the experience of being and buying it at the Apple store is just awesome time &#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/kalamoni/statuses/3542395344" rel="nofollow">Tue Aug 25 21:02:08 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/kdp8791" rel="nofollow"><img src="http://a3.twimg.com/profile_images/354325599/Twitter_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/kdp8791" rel="nofollow">kdp8791</a>:</strong> pre-ordered it, no sense in waiting in line, you know theres going to be one..lol..i&#39ll have mine Friday morning.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/kdp8791/statuses/3542402863" rel="nofollow">Tue Aug 25 21:02:31 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://gadgetfreun.de" rel="nofollow"><img src="http://a3.twimg.com/profile_images/58814819/ava_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Tsia" rel="nofollow">Tsia</a>:</strong> i pre-ordered it, because it would take about an hour to get to the next apple store (munich).
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Tsia/statuses/3542414386" rel="nofollow">Tue Aug 25 21:03:08 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jroth860.wordpress.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/247313172/IMG_3316_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jroth860" rel="nofollow">jroth860</a>:</strong> pre-ordering it. But I&#39m going to be away when it&#39s delivered :(
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jroth860/statuses/3542417313" rel="nofollow">Tue Aug 25 21:03:18 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://scj.me" rel="nofollow"><img src="http://a1.twimg.com/profile_images/216069772/twitterav_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/dremin" rel="nofollow">dremin</a>:</strong> I&#39m picking mine up just in case we get free loot again :)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/dremin/statuses/3542418502" rel="nofollow">Tue Aug 25 21:03:22 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/201742227/IMG_0028_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/willcormier" rel="nofollow">willcormier</a>:</strong> local
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/willcormier/statuses/3542425378" rel="nofollow">Tue Aug 25 21:03:44 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.gettrustworthy.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/188386004/icon_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/robflemming" rel="nofollow">robflemming</a>:</strong> think I am going to pick my copy up locally. packages arrive really late in the day for me.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/robflemming/statuses/3542428692" rel="nofollow">Tue Aug 25 21:03:54 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.chriswestergaard.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/336926586/madmen_icon_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/CPWestergaard" rel="nofollow">CPWestergaard</a>:</strong> I was going to 2 day ship from Amazon, but b/c it&#39s coming out on a Friday, I canceled, &#038; am going to the local Apple Store.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/CPWestergaard/statuses/3542441873" rel="nofollow">Tue Aug 25 21:04:36 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/345597921/twitter_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/haselhurst" rel="nofollow">haselhurst</a>:</strong> Sadly we have a shortage of Apple stores in the UK so it&#39ll be a pre-order job for most of us (including me).
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/haselhurst/statuses/3542460778" rel="nofollow">Tue Aug 25 21:05:36 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://ibizme.wordpress.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/351058268/me_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/michaeltejada" rel="nofollow">michaeltejada</a>:</strong> i pre-ordered cause it will get home the same day. so save a trip to the store,. otherwise i would had gone to the store.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/michaeltejada/statuses/3542490171" rel="nofollow">Tue Aug 25 21:07:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/67064446/twitter_normal.gif" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Edward_O" rel="nofollow">Edward_O</a>:</strong> I pre-ordered it, but I did the Up-To-Date program since I recently bought a Mac.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Edward_O/statuses/3542495015" rel="nofollow">Tue Aug 25 21:07:26 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.edumacnation.com" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/71906720/20090119-jqufs15uyften4c6hd5ddjju9u_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/edu_Mac_nation" rel="nofollow">edu_Mac_nation</a>:</strong> I pre-ordered mine but got standard shipping. Should have ordered from Apple instead.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/edu_Mac_nation/statuses/3542497932" rel="nofollow">Tue Aug 25 21:07:35 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/helptube1" rel="nofollow"><img src="http://a3.twimg.com/profile_images/354820797/twitter_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/HelpTube1" rel="nofollow">HelpTube1</a>:</strong> picking mine up
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/HelpTube1/statuses/3542499911" rel="nofollow">Tue Aug 25 21:07:42 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.mhric.org" rel="nofollow"><img src="http://a3.twimg.com/profile_images/364546395/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/WebGalPat" rel="nofollow">WebGalPat</a>:</strong> I am waiting for others to upgrade first. Then will order from Apple.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/WebGalPat/statuses/3542503792" rel="nofollow">Tue Aug 25 21:07:55 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.fivetonine.net" rel="nofollow"><img src="http://a3.twimg.com/profile_images/150605767/krisvintage_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/kjtriplett" rel="nofollow">kjtriplett</a>:</strong> I was going to pick it up at the apple store, but then I discovered that if I pre order it&#39ll be delivered on Friday. so i did
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/kjtriplett/statuses/3542519422" rel="nofollow">Tue Aug 25 21:08:46 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://blahspam.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/341816574/5d180001a8dc5f1093f2e30c7a67a3a7_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/blahspam" rel="nofollow">blahspam</a>:</strong> I&#39m currently leaning towards picking it up in store in the morning.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/blahspam/statuses/3542523636" rel="nofollow">Tue Aug 25 21:09:00 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/118127567/16791801-2_normal.jpeg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/mightykenny" rel="nofollow">mightykenny</a>:</strong> I plan to visit the local Apple Store for Snow Leopard.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/mightykenny/statuses/3542528093" rel="nofollow">Tue Aug 25 21:09:14 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/pipistrello" rel="nofollow"><img src="http://a3.twimg.com/profile_images/76276517/pipslapyou_url_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/pipistrello" rel="nofollow">pipistrello</a>:</strong> I&#39ll likely swing by the store after the release.  I&#39m moving so it&#39ll be after I set up my interwebz.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/pipistrello/statuses/3542529009" rel="nofollow">Tue Aug 25 21:09:17 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://tatopuig.com" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/57742747/avt_mazz9_normal.gif" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/tatopuig" rel="nofollow">tatopuig</a>:</strong> pre-order with EPP discount and free shipping
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/tatopuig/statuses/3542536578" rel="nofollow">Tue Aug 25 21:09:41 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jaredavery.blogspot.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/317846428/Jared_as_Soul_Reaper_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jaredavery" rel="nofollow">jaredavery</a>:</strong> I&#39m just going to pick it up. Besides I&#39m in no real rush to buy it right away.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jaredavery/statuses/3542551545" rel="nofollow">Tue Aug 25 21:10:27 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.rossthe8oss.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/182550381/Photo_101_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/rossthe8oss" rel="nofollow">rossthe8oss</a>:</strong> im getting an NFR!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/rossthe8oss/statuses/3542564749" rel="nofollow">Tue Aug 25 21:11:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jonathan.jkdesignny.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/320292595/n43900867_8993_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/JonathanCee" rel="nofollow">JonathanCee</a>:</strong> pre-ordered through amazon, rawr!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/JonathanCee/statuses/3542593810" rel="nofollow">Tue Aug 25 21:12:56 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.martindigitalservices.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/209335109/me_normal.bmp" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/tmartin62" rel="nofollow">tmartin62</a>:</strong> i preordered. I can take the direct route home and go straight and play, I mean work :)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/tmartin62/statuses/3542605732" rel="nofollow">Tue Aug 25 21:13:33 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/20924112/n593423972_8043_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/hansomli" rel="nofollow">hansomli</a>:</strong> Pre-ordered. I prefer the desk <-> front door commute over a 20 minute drive each way plus possibility of waiting in line.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/hansomli/statuses/3542641625" rel="nofollow">Tue Aug 25 21:15:24 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/132004961/DSCN1051_2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/ronmabry" rel="nofollow">ronmabry</a>:</strong> pickup, software should not be supply constrained like hardware product could be.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/ronmabry/statuses/3542660318" rel="nofollow">Tue Aug 25 21:16:23 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.pcweenies.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/374374522/Photo_63_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/pcweenies" rel="nofollow">pcweenies</a>:</strong> Amazon has SL for $44 (family pack). I&#39m getting it that way.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/pcweenies/statuses/3542679549" rel="nofollow">Tue Aug 25 21:17:24 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://ahmodding.co.uk/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/300011719/placeholder_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/elpasi" rel="nofollow">elpasi</a>:</strong> I ordered it from apple within 5 mins of the page being up &#8211; now that&#39s what you call an apple fanboy! My card is always here!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/elpasi/statuses/3542712390" rel="nofollow">Tue Aug 25 21:19:12 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.benclement1978.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/66633986/walle_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/benclement1978" rel="nofollow">benclement1978</a>:</strong> was holding 40 copys today os snow leopard ;)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/benclement1978/statuses/3542775783" rel="nofollow">Tue Aug 25 21:22:46 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/331028541/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/delldude1989" rel="nofollow">delldude1989</a>:</strong> i am going to pick up my copy
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/delldude1989/statuses/3542783729" rel="nofollow">Tue Aug 25 21:23:14 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.GavinsTipsAndTricks.co.nr/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/371598045/GTT_normal.jpeg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/GavinRoskamp" rel="nofollow">GavinRoskamp</a>:</strong> Pre-ordering since I&#39ve got a brand new Mac Mini! :D
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/GavinRoskamp/statuses/3542801096" rel="nofollow">Tue Aug 25 21:24:16 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/191140538/my_avatar_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/macmaster13" rel="nofollow">macmaster13</a>:</strong> pre order
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/macmaster13/statuses/3542814204" rel="nofollow">Tue Aug 25 21:25:03 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/377445713/OS_X_Leopard_Wallpaper_Blue_by_D72_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/TheAppleDudes" rel="nofollow">TheAppleDudes</a>:</strong> im pre ordering it
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/TheAppleDudes/statuses/3542833079" rel="nofollow">Tue Aug 25 21:26:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://coryobrien.com/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/289976575/ProfilePic_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/CoryOBrien" rel="nofollow">CoryOBrien</a>:</strong> I pre-ordered about a month ago through Amazon, and they said they&#39re shipping mid-September. Hope that gets updated!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/CoryOBrien/statuses/3542850697" rel="nofollow">Tue Aug 25 21:27:13 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/203684947/Spirits_of_Stonehenge_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/bradto" rel="nofollow">bradto</a>:</strong> Buying Mac OS X locally helps your local economy.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/bradto/statuses/3542869780" rel="nofollow">Tue Aug 25 21:28:20 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://ppc-guru.spaces.live.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/54828718/fetch_image_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/chrisspera" rel="nofollow">chrisspera</a>:</strong> pre ordered on 8/3 w/ the up to date program, but dont have any assurance it will be here on 8/28. Nice, huh?
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/chrisspera/statuses/3542884293" rel="nofollow">Tue Aug 25 21:29:12 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/182190858/iTomath_big_jump_Ilfracombe_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/iTomath" rel="nofollow">iTomath</a>:</strong> I pre-ordered it.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/iTomath/statuses/3542913725" rel="nofollow">Tue Aug 25 21:30:51 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://sammio2.blogspot.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/122449525/avatar_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/sammio2" rel="nofollow">sammio2</a>:</strong> pre-ordered! But only because I have work on Friday!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/sammio2/statuses/3542916739" rel="nofollow">Tue Aug 25 21:31:01 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.roberticomusic.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/116169996/Robertico_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/roberticomusic" rel="nofollow">roberticomusic</a>:</strong> I already preordered.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/roberticomusic/statuses/3542920042" rel="nofollow">Tue Aug 25 21:31:12 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.electricfirefly.com.au" rel="nofollow"><img src="http://a3.twimg.com/profile_images/336458527/909L_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/josh909" rel="nofollow">josh909</a>:</strong> I&#39ve pre-ordered. Why anyone would choose going to the store over having it delivered is beyond me&#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/josh909/statuses/3542922570" rel="nofollow">Tue Aug 25 21:31:23 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.urlreviews.co.cc" rel="nofollow"><img src="http://a3.twimg.com/profile_images/276746499/urlreviews_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Urlreviews" rel="nofollow">Urlreviews</a>:</strong> Don&#39t worry there is not enough Mac owners for it to sell out.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Urlreviews/statuses/3543054260" rel="nofollow">Tue Aug 25 21:38:50 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/377692898/Alternate_Twitter_Logo_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Pinakaeus" rel="nofollow">Pinakaeus</a>:</strong> im preordering
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Pinakaeus/statuses/3543100001" rel="nofollow">Tue Aug 25 21:41:25 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/76417729/ninja_will_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/WillFM" rel="nofollow">WillFM</a>:</strong> I ordered SL online :)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/WillFM/statuses/3543112215" rel="nofollow">Tue Aug 25 21:42:06 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.carpentrylounge.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/280307260/IMG_3651_2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jimmylittle" rel="nofollow">jimmylittle</a>:</strong>  Here in NYC, we have 3 Apple Stores within biking distance, and 4 or 5 Best Buys with Apple sections.  I&#39m just riding!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jimmylittle/statuses/3543158784" rel="nofollow">Tue Aug 25 21:44:44 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/279979776/G._Wade_Tech_Header2.1-picnik1.1_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/GWadeTech" rel="nofollow">GWadeTech</a>:</strong> getting Windows 7 like everyone else!
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/GWadeTech/statuses/3543218353" rel="nofollow">Tue Aug 25 21:48:02 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/238639264/Photo_33_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/tritton93" rel="nofollow">tritton93</a>:</strong> pre-order.  Less hassle
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/tritton93/statuses/3543243797" rel="nofollow">Tue Aug 25 21:49:26 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.furaffinity.net/user/emperorpenguin/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/178308251/pinguino_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/pinguisavis" rel="nofollow">pinguisavis</a>:</strong> Ordered at Apple Reseller. He didn&#39t even know SL was out!
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/pinguisavis/statuses/3543258425" rel="nofollow">Tue Aug 25 21:50:12 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/269836212/green_8103_Me._normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/GeraldThaManJr" rel="nofollow">GeraldThaManJr</a>:</strong> Raiding the Apple Store at University Village.
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/GeraldThaManJr/statuses/3543305079" rel="nofollow">Tue Aug 25 21:52:44 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://deviant.indergaard.net" rel="nofollow"><img src="http://a3.twimg.com/profile_images/322539669/Borge_portrait_BW_msn_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/borgein" rel="nofollow">borgein</a>:</strong> not buying it at all. I&#39d rather pick up Windows 7 instead of Snow Leopard.
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/borgein/statuses/3543395209" rel="nofollow">Tue Aug 25 21:57:31 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://thenextquestion.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/279376424/green_7543_Photo_4_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/lvdjgarcia" rel="nofollow">lvdjgarcia</a>:</strong> Buying mine on Sunday&#8230;No rush, I have too much to do Fri &#038; Sat.
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/lvdjgarcia/statuses/3544197133" rel="nofollow">Tue Aug 25 22:40:15 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.babychaleco.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/69047348/headshot2by2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/CarolSchiller" rel="nofollow">CarolSchiller</a>:</strong> Get Snow Leopard locally and support your local mac retailer. I love the Mac Store in Redmond, myself.
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/CarolSchiller/statuses/3544231334" rel="nofollow">Tue Aug 25 22:42:07 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://news-knut.net" rel="nofollow"><img src="http://a3.twimg.com/profile_images/96380379/kangaroo_jack_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/mr_internet" rel="nofollow">mr_internet</a>:</strong> get it locally in melbourne australia (might be a commute 4 U )
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/mr_internet/statuses/3544300532" rel="nofollow">Tue Aug 25 22:45:54 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.gearlive.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/71412638/twitter-photo-1_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/AndruEdwards" rel="nofollow">AndruEdwards</a>:</strong> What&#39s the difference? Either way, you get it on Friday. It won&#39t sell out ;)
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/AndruEdwards/statuses/3544509965" rel="nofollow">Tue Aug 25 22:57:21 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://theqwertyblog.wordpress.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/281000059/CoolDevirHead2_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/theqwertyblog" rel="nofollow">theqwertyblog</a>:</strong> Im ordering since it&#39s garunteed to be delivered on Friday so it saves the hassle of going to the store&#8230;
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/theqwertyblog/statuses/3544636309" rel="nofollow">Tue Aug 25 23:04:05 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/361768604/Guillermo-Twitter_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Memo_F" rel="nofollow">Memo_F</a>:</strong>  I am going to wait to get it at the Apple store. It&#39s close to my work.
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Memo_F/statuses/3544686397" rel="nofollow">Tue Aug 25 23:06:46 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://sircram.wordpress.com/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/281209399/Photo_98_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/ecram" rel="nofollow">ecram</a>:</strong> pre-ordering, shipping right to my door!
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/ecram/statuses/3544891653" rel="nofollow">Tue Aug 25 23:17:55 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.jurassicjononline.org" rel="nofollow"><img src="http://a1.twimg.com/profile_images/280769340/Photo_1_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jurassicjon" rel="nofollow">jurassicjon</a>:</strong> I got a pre-order of Snow Leopard.  The closest Apple Store is to far away for me to actually go there and get it
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jurassicjon/statuses/3544950855" rel="nofollow">Tue Aug 25 23:21:09 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://blackice912.net" rel="nofollow"><img src="http://a3.twimg.com/profile_images/338861123/4692_113218616170_639106170_3234308_5365838_n_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/BradButner" rel="nofollow">BradButner</a>:</strong> I&#39m going to pick it up. Alderwood Mall is only about 10 minutes away, so no reason to wait. :)
<div class="TweetDate">about 17 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/BradButner/statuses/3546103950" rel="nofollow">Wed Aug 26 00:23:40 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/128035373/DSC00337_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/cctex10" rel="nofollow">cctex10</a>:</strong> Pick it up at the store. You can get it faster. :D
<div class="TweetDate">about 16 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/cctex10/statuses/3546715190" rel="nofollow">Wed Aug 26 00:56:07 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/119550255/95556899717_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/a1l13e5x" rel="nofollow">a1l13e5x</a>:</strong> picking up a copy of  Snow Leopard  at the apple store first thing friday morning.
<div class="TweetDate">about 16 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/a1l13e5x/statuses/3547176626" rel="nofollow">Wed Aug 26 01:20:00 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/75062139/n1366691057_241859_8460_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/bluedepth" rel="nofollow">bluedepth</a>:</strong> Waiting for the Early Adopters to find hidden bugs. :)
<div class="TweetDate">about 15 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/bluedepth/statuses/3547727229" rel="nofollow">Wed Aug 26 01:48:29 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/335404844/Twitter2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/sivadnycerka" rel="nofollow">sivadnycerka</a>:</strong> Pre-ordered Snow Leopard Monday night.
<div class="TweetDate">about 15 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/sivadnycerka/statuses/3547908729" rel="nofollow">Wed Aug 26 01:57:53 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/349837903/screen-capture_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Sharpmarker108" rel="nofollow">Sharpmarker108</a>:</strong> pick it up locally&#8230; more exciting
<div class="TweetDate">about 15 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Sharpmarker108/statuses/3548249064" rel="nofollow">Wed Aug 26 02:15:14 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/339861268/madmen_icon_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/disuse" rel="nofollow">disuse</a>:</strong> Picking it up locally&#8230; Impatience wins out.
<div class="TweetDate">about 15 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/disuse/statuses/3548350210" rel="nofollow">Wed Aug 26 02:20:27 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jeremystrickland.wordpress.com/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/368999995/MetroJem1_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/JerStrickland" rel="nofollow">JerStrickland</a>:</strong> I&#39ve definitely preordered it.  You get free shipping too.
<div class="TweetDate">about 14 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/JerStrickland/statuses/3549337378" rel="nofollow">Wed Aug 26 03:12:55 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.linkedin.com/in/fcerullo" rel="nofollow"><img src="http://a1.twimg.com/profile_images/35782492/images_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/fcerullo" rel="nofollow">fcerullo</a>:</strong> Pre-order it online&#8230;only 10 bucks and free shipping!
<div class="TweetDate">about 4 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/fcerullo/statuses/3555683327" rel="nofollow">Wed Aug 26 13:00:09 +0000 2009</a></div>
</div>
</div>
</div>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/top-5-reasons-to-switch-to-os-x/" title="Top 5 Reasons to Switch to OS X">Top 5 Reasons to Switch to OS X</a></li>
<li><a href="http://chris.pirillo.com/will-your-next-pc-be-a-mac/" title="Will Your Next PC be a Mac?">Will Your Next PC be a Mac?</a></li>
<li><a href="http://chris.pirillo.com/you-just-cant-escape-windows/" title="You Just Can&#8217;t Escape Windows">You Just Can&#8217;t Escape Windows</a></li>
<li><a href="http://chris.pirillo.com/macs-never-crash-ever/" title="Macs Never Crash&#8230; EVER!">Macs Never Crash&#8230; EVER!</a></li>
<li><a href="http://chris.pirillo.com/pc-or-mac-for-education/" title="PC or Mac for Education?">PC or Mac for Education?</a></li>
<li><a href="http://chris.pirillo.com/sharing-files-between-mac-os-x-and-windows-xp/" title="Sharing Files Between Mac OS X and Windows XP">Sharing Files Between Mac OS X and Windows XP</a></li>
<li><a href="http://chris.pirillo.com/mac-os-x-the-light-or-dark-side/" title="Mac OS X: the Light or Dark Side?">Mac OS X: the Light or Dark Side?</a></li>
<li><a href="http://chris.pirillo.com/what-drives-your-productivity/" title="What Drives Your Productivity?">What Drives Your Productivity?</a></li>
<li><a href="http://chris.pirillo.com/apples-mac-os-x-snow-leopard-review/" title="Apple&#8217;s Mac OS X Snow Leopard Review">Apple&#8217;s Mac OS X Snow Leopard Review</a></li>
<li><a href="http://chris.pirillo.com/my-mac-os-x-dock/" title="My Mac OS X Dock">My Mac OS X Dock</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/snow-leopard-thoughts/">Snow Leopard Thoughts</a> is a post from <a href="http://chris.pirillo.com">Chris Pirillo</a></p>
<div class="TweetWrapper">
<div class="TweetBody"><a href="http://chris.pirillo.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/306484046/CoolChrisHead2_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/chrispirillo" rel="nofollow">chrispirillo</a>:</strong> Wondering if I should pre-order Friday&#39s Mac OS X (Snow Leopard) or just pick it up locally? What are YOU doing?
<div class="TweetDate">about 21 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/chrispirillo/statuses/3542193895" rel="nofollow">Tue Aug 25 20:44:02 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.facebook.com/alex.sarri" rel="nofollow"><img src="http://a3.twimg.com/profile_images/277240781/Photo_76_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/AlexSarri" rel="nofollow">AlexSarri</a>:</strong> I was debating that too $29 upgrade not bad. keep me posted.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/AlexSarri/statuses/3542200952" rel="nofollow">Tue Aug 25 20:45:47 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.mashedbuttons.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/269811387/green_7310_Photo_5_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/soulscreme" rel="nofollow">soulscreme</a>:</strong> Definitely picking it up.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/soulscreme/statuses/3542204120" rel="nofollow">Tue Aug 25 20:46:55 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.level-3-media.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/352322463/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Level3Media" rel="nofollow">Level3Media</a>:</strong> picking it up locally. Amazon says they won&#39t even have it to me until the 1st w/ Amazon Prime free shipping.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Level3Media/statuses/3542207915" rel="nofollow">Tue Aug 25 20:48:31 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://bunny.rawbitz.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/288481556/me_normal.jpeg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/njrabit" rel="nofollow">njrabit</a>:</strong> it&#39s $29 on Amazon, so I pre-ordered
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/njrabit/statuses/3542210051" rel="nofollow">Tue Aug 25 20:49:16 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.sawhosting.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/347717393/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Flisker" rel="nofollow">Flisker</a>:</strong> I&#39d say pre-order as you never know if it will be in stock?
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Flisker/statuses/3542211957" rel="nofollow">Tue Aug 25 20:49:58 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/290126978/ICU_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/4got" rel="nofollow">4got</a>:</strong> order it now or get in line. Me I don&#39t like line ups!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/4got/statuses/3542212175" rel="nofollow">Tue Aug 25 20:50:04 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://tr.im/padraigfahy" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/356024975/Video_1_00m_08s_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/PadraigFahy" rel="nofollow">PadraigFahy</a>:</strong> I&#39m sticking with Windows7. Thank you very much.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/PadraigFahy/statuses/3542212418" rel="nofollow">Tue Aug 25 20:50:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://bigreddesign.co.uk/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/272132749/dezsquare_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/deniswalker" rel="nofollow">deniswalker</a>:</strong> I&#39ve preordered, but then I&#39m in the UK and don&#39t have a particularly local Apple Store.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/deniswalker/statuses/3542212630" rel="nofollow">Tue Aug 25 20:50:15 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://harrisontheintern.wordpress.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/337133976/IMG_0410_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/harrisonloveall" rel="nofollow">harrisonloveall</a>:</strong> online pre-ordered :)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/harrisonloveall/statuses/3542220573" rel="nofollow">Tue Aug 25 20:52:34 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://s.twimg.com/a/1251223846/images/default_profile_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/ChampJulius" rel="nofollow">ChampJulius</a>:</strong> Camp out for it like a man!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/ChampJulius/statuses/3542227292" rel="nofollow">Tue Aug 25 20:53:02 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/309216774/KELLY_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/lonto" rel="nofollow">lonto</a>:</strong> i&#39m gonna pick it up locally
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/lonto/statuses/3542229482" rel="nofollow">Tue Aug 25 20:53:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://2s2d.net" rel="nofollow"><img src="http://a3.twimg.com/profile_images/363928179/photo-2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/tchachra" rel="nofollow">tchachra</a>:</strong> pick it up, pre orders more then likely will arrive monday the 31st
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/tchachra/statuses/3542229838" rel="nofollow">Tue Aug 25 20:53:11 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/322006077/DSC04375sk_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/xtend" rel="nofollow">xtend</a>:</strong> Local pickup &#8211; most likely in San Francisco or Walnut Creek
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/xtend/statuses/3542231074" rel="nofollow">Tue Aug 25 20:53:16 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://dlayphoto.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/368951419/dlay_free1_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/dlayphoto" rel="nofollow">dlayphoto</a>:</strong> I&#39m going to get it at the Apple Store, either in Cleveland or Pittsburgh (I&#39ll be in both cities on Friday!)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/dlayphoto/statuses/3542231379" rel="nofollow">Tue Aug 25 20:53:17 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.aspectphotography.co.cc" rel="nofollow"><img src="http://a1.twimg.com/profile_images/325064264/Photo_1_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/JohnHimself" rel="nofollow">JohnHimself</a>:</strong> pre-ordered it yesterday, looking forward to the improvements.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/JohnHimself/statuses/3542233411" rel="nofollow">Tue Aug 25 20:53:24 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://albj.net/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/77845288/LB_Road_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/leebennett" rel="nofollow">leebennett</a>:</strong> Local at Altamonte, FL Apple store.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/leebennett/statuses/3542242835" rel="nofollow">Tue Aug 25 20:53:56 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.trishussey.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/120036354/selfportraitaug08_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/trishussey" rel="nofollow">trishussey</a>:</strong> I&#39m going to go local. Do a little thing for FutureShop I think
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/trishussey/statuses/3542243929" rel="nofollow">Tue Aug 25 20:54:01 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jackamick.me" rel="nofollow"><img src="http://a1.twimg.com/profile_images/312704636/3711366197_54c85ae530_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/spyker3292" rel="nofollow">spyker3292</a>:</strong> I pre-ordered, but UPS is so slowwwww. So I might regret it cause I&#39ll get it around 6pm&#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/spyker3292/statuses/3542245285" rel="nofollow">Tue Aug 25 20:54:05 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://limb-clock.livejournal.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/137648223/twitterkuva_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/limbclock" rel="nofollow">limbclock</a>:</strong> pre-ordered because i got it for 8.95 Euros. Neener neener
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/limbclock/statuses/3542248055" rel="nofollow">Tue Aug 25 20:54:15 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.jeremyvanvliet.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/275206528/499465337_6_HCFP_normal.jpeg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jeremyvanvliet" rel="nofollow">jeremyvanvliet</a>:</strong> Going to pick it up! will be a great trip to the Apple Reseller ;-)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jeremyvanvliet/statuses/3542250519" rel="nofollow">Tue Aug 25 20:54:24 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.SingleServeCoffeeDeals.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/326690697/Single-Serve-Coffee-Deals_normal.gif" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/SSCoffeeDeals" rel="nofollow">SSCoffeeDeals</a>:</strong> Preorder of course.  I have no desire to go crowd surfing at the Apple store on friday :P
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/SSCoffeeDeals/statuses/3542251622" rel="nofollow">Tue Aug 25 20:54:27 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.michaeleherman.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/270640678/twitter_profile_pic_-_green_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/michaeleherman" rel="nofollow">michaeleherman</a>:</strong> I preordered Snow Leopard. Looking forward to Friday!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/michaeleherman/statuses/3542251857" rel="nofollow">Tue Aug 25 20:54:28 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.timmontech.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/77339943/20090210125213631_1_original_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/timmontech" rel="nofollow">timmontech</a>:</strong> well i&#39ll be on the IL campus when it releases so I&#39m sure i can get a copy there. One of the many benefits of working here.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/timmontech/statuses/3542253287" rel="nofollow">Tue Aug 25 20:54:33 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/320295863/youtube_profile_pic_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/mikemayhem1234" rel="nofollow">mikemayhem1234</a>:</strong> pre ordering. You should too;)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/mikemayhem1234/statuses/3542255018" rel="nofollow">Tue Aug 25 20:54:39 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/322805427/306_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/robjcollins" rel="nofollow">robjcollins</a>:</strong> I pre-ordered on Apple&#39s website yesterday.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/robjcollins/statuses/3542256712" rel="nofollow">Tue Aug 25 20:54:45 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/360536907/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Qtip1423" rel="nofollow">Qtip1423</a>:</strong> In-store all the way here. I never preorder software. Don&#39t see the point. Not like it&#39s gonna sell out (*fingers crossed*)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Qtip1423/statuses/3542273426" rel="nofollow">Tue Aug 25 20:55:40 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/orangeguy81" rel="nofollow"><img src="http://a3.twimg.com/profile_images/323592869/Photo_10_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/orangeguy81" rel="nofollow">orangeguy81</a>:</strong> going to the store and buying it.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/orangeguy81/statuses/3542275911" rel="nofollow">Tue Aug 25 20:55:49 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://markgurman.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/375881964/CYHI_3IconLarge_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/markgurman" rel="nofollow">markgurman</a>:</strong> Pre-Order online, you will probably get it before the stores even open, because they say before 10 AM w/ fedex.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/markgurman/statuses/3542278850" rel="nofollow">Tue Aug 25 20:55:59 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jrmehle.com" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/332195579/5651_553482355695_93403448_33007740_4877848_n_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jrmehle" rel="nofollow">jrmehle</a>:</strong> I&#39m walking into my local Apple store on Friday to buy Snow Leopard.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jrmehle/statuses/3542281915" rel="nofollow">Tue Aug 25 20:56:08 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/78984736/jeffatar_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/JeffCahill" rel="nofollow">JeffCahill</a>:</strong> Pre-ordered mine 3 weeks ago from Amazon.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/JeffCahill/statuses/3542289994" rel="nofollow">Tue Aug 25 20:56:36 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://ronknights.com/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/327997311/Ron_new_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/ronknights" rel="nofollow">ronknights</a>:</strong> I pre-ordered Snow Leopard weeks ago
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/ronknights/statuses/3542290768" rel="nofollow">Tue Aug 25 20:56:37 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.connectedworldmedia.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/283288150/DSC_0117_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/davidjacobs" rel="nofollow">davidjacobs</a>:</strong> picking it up locally.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/davidjacobs/statuses/3542293798" rel="nofollow">Tue Aug 25 20:56:47 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/TheFilmMaster" rel="nofollow"><img src="http://s.twimg.com/a/1250809294/images/default_profile_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Bobster1996" rel="nofollow">Bobster1996</a>:</strong> I think you should just pick it up locally!!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Bobster1996/statuses/3542299267" rel="nofollow">Tue Aug 25 20:57:04 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://kaotickreation.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/52384848/390474773_l_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/kaotic" rel="nofollow">kaotic</a>:</strong> prolly going to order it since I don&#39t want to deal with all the lines.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/kaotic/statuses/3542301262" rel="nofollow">Tue Aug 25 20:57:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/user/iNordli" rel="nofollow"><img src="http://a1.twimg.com/profile_images/370766826/Bilde_63_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/iNordli18" rel="nofollow">iNordli18</a>:</strong> i have pre-ordered it
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/iNordli18/statuses/3542303495" rel="nofollow">Tue Aug 25 20:57:17 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.bashmohandes.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/49457242/bms_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Bashmohandes" rel="nofollow">Bashmohandes</a>:</strong> I would go with Windows 7 :P
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Bashmohandes/statuses/3542304746" rel="nofollow">Tue Aug 25 20:57:21 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.adamleedesign.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/274064646/blogpic_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/adamleedesign" rel="nofollow">adamleedesign</a>:</strong> I&#39m waiting to make sure there aren&#39t any major bugs. Call me paranoid&#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/adamleedesign/statuses/3542305851" rel="nofollow">Tue Aug 25 20:57:25 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://markjaquith.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/57803956/headshot-4_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/markjaquith" rel="nofollow">markjaquith</a>:</strong> I pre-ordered Snow Leopard from Amazon, but they say it won&#39t arrive until 9/1, so I&#39m going to cancel and buy in store.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/markjaquith/statuses/3542310438" rel="nofollow">Tue Aug 25 20:57:40 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.upsidedowndog.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/258093636/dougal2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/upsidedowndog" rel="nofollow">upsidedowndog</a>:</strong> Re: OS X &#8211; I&#39m just going to go to one of our local Apple Stores on Fri &#8211; there&#39s 3 in our area of LA.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/upsidedowndog/statuses/3542311392" rel="nofollow">Tue Aug 25 20:57:43 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://christophertran.net/" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/308649733/ls_2273_Photo_7_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/christophertran" rel="nofollow">christophertran</a>:</strong> getting a tshirt. :D
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/christophertran/statuses/3542318053" rel="nofollow">Tue Aug 25 20:58:04 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/324687785/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/lrv94" rel="nofollow">lrv94</a>:</strong> pre-order it (It looks like it&#39s gonna sell out quickly!)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/lrv94/statuses/3542326215" rel="nofollow">Tue Aug 25 20:58:30 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/drinkskimmilk" rel="nofollow"><img src="http://a3.twimg.com/profile_images/358866565/AppleLogo.jpg_normal.jpeg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/macgeek01" rel="nofollow">macgeek01</a>:</strong> I&#39m picking it up at my local Apple Store
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/macgeek01/statuses/3542330281" rel="nofollow">Tue Aug 25 20:58:43 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.feedonme.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/278322023/cjl_mug_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/chrisluger" rel="nofollow">chrisluger</a>:</strong> preorder&#8230; delivered to my door on Friday&#8230; I don&#39t even have to shower or get dressed to install the next Mac OS&#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/chrisluger/statuses/3542331099" rel="nofollow">Tue Aug 25 20:58:46 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/IceflowStudios" rel="nofollow"><img src="http://a3.twimg.com/profile_images/102743677/Icon_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/IceflowStudios" rel="nofollow">IceflowStudios</a>:</strong> I hate waiting around for the UPS guy. I&#39ll swing by the Apple store nice and early on Friday.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/IceflowStudios/statuses/3542379648" rel="nofollow">Tue Aug 25 21:01:18 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.captaincomics.us" rel="nofollow"><img src="http://a3.twimg.com/profile_images/296307149/delgado_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/powerbook_pete" rel="nofollow">powerbook_pete</a>:</strong> I ordered Snow Leopard from Amazon and got free shipping. Of course, I may not get it until after Labor Day.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/powerbook_pete/statuses/3542381302" rel="nofollow">Tue Aug 25 21:01:23 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.jlyconsulting.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/337196896/JoshRainbowring_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/joshyoungblood" rel="nofollow">joshyoungblood</a>:</strong> I pre-ordered&#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/joshyoungblood/statuses/3542381452" rel="nofollow">Tue Aug 25 21:01:24 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://osxdude.wordpress.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/295291908/1242_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/osxdude" rel="nofollow">osxdude</a>:</strong> I ordered it to be dropped off. Easier, especially with school for me
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/osxdude/statuses/3542382620" rel="nofollow">Tue Aug 25 21:01:27 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.nokiacreative.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/381270120/My_Profile__August_2009__normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/TheCreativeLife" rel="nofollow">TheCreativeLife</a>:</strong> Pre-ordered. Now I&#39m hoping that Customs and Excise don&#39t intercept my Snow Leopard at the airport!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/TheCreativeLife/statuses/3542389903" rel="nofollow">Tue Aug 25 21:01:50 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://mrwilberding.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/106501122/Tommy_2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/TWILBERD" rel="nofollow">TWILBERD</a>:</strong> picking up Mac OS 10 (Snow Leopard) Friday
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/TWILBERD/statuses/3542394604" rel="nofollow">Tue Aug 25 21:02:05 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/201695813/me_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/kalamoni" rel="nofollow">kalamoni</a>:</strong> pick it up locally .. the experience of being and buying it at the Apple store is just awesome time &#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/kalamoni/statuses/3542395344" rel="nofollow">Tue Aug 25 21:02:08 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/kdp8791" rel="nofollow"><img src="http://a3.twimg.com/profile_images/354325599/Twitter_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/kdp8791" rel="nofollow">kdp8791</a>:</strong> pre-ordered it, no sense in waiting in line, you know theres going to be one..lol..i&#39ll have mine Friday morning.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/kdp8791/statuses/3542402863" rel="nofollow">Tue Aug 25 21:02:31 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://gadgetfreun.de" rel="nofollow"><img src="http://a3.twimg.com/profile_images/58814819/ava_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Tsia" rel="nofollow">Tsia</a>:</strong> i pre-ordered it, because it would take about an hour to get to the next apple store (munich).
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Tsia/statuses/3542414386" rel="nofollow">Tue Aug 25 21:03:08 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jroth860.wordpress.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/247313172/IMG_3316_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jroth860" rel="nofollow">jroth860</a>:</strong> pre-ordering it. But I&#39m going to be away when it&#39s delivered :(
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jroth860/statuses/3542417313" rel="nofollow">Tue Aug 25 21:03:18 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://scj.me" rel="nofollow"><img src="http://a1.twimg.com/profile_images/216069772/twitterav_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/dremin" rel="nofollow">dremin</a>:</strong> I&#39m picking mine up just in case we get free loot again :)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/dremin/statuses/3542418502" rel="nofollow">Tue Aug 25 21:03:22 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/201742227/IMG_0028_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/willcormier" rel="nofollow">willcormier</a>:</strong> local
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/willcormier/statuses/3542425378" rel="nofollow">Tue Aug 25 21:03:44 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.gettrustworthy.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/188386004/icon_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/robflemming" rel="nofollow">robflemming</a>:</strong> think I am going to pick my copy up locally. packages arrive really late in the day for me.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/robflemming/statuses/3542428692" rel="nofollow">Tue Aug 25 21:03:54 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.chriswestergaard.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/336926586/madmen_icon_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/CPWestergaard" rel="nofollow">CPWestergaard</a>:</strong> I was going to 2 day ship from Amazon, but b/c it&#39s coming out on a Friday, I canceled, &#038; am going to the local Apple Store.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/CPWestergaard/statuses/3542441873" rel="nofollow">Tue Aug 25 21:04:36 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/345597921/twitter_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/haselhurst" rel="nofollow">haselhurst</a>:</strong> Sadly we have a shortage of Apple stores in the UK so it&#39ll be a pre-order job for most of us (including me).
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/haselhurst/statuses/3542460778" rel="nofollow">Tue Aug 25 21:05:36 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://ibizme.wordpress.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/351058268/me_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/michaeltejada" rel="nofollow">michaeltejada</a>:</strong> i pre-ordered cause it will get home the same day. so save a trip to the store,. otherwise i would had gone to the store.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/michaeltejada/statuses/3542490171" rel="nofollow">Tue Aug 25 21:07:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/67064446/twitter_normal.gif" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Edward_O" rel="nofollow">Edward_O</a>:</strong> I pre-ordered it, but I did the Up-To-Date program since I recently bought a Mac.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Edward_O/statuses/3542495015" rel="nofollow">Tue Aug 25 21:07:26 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.edumacnation.com" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/71906720/20090119-jqufs15uyften4c6hd5ddjju9u_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/edu_Mac_nation" rel="nofollow">edu_Mac_nation</a>:</strong> I pre-ordered mine but got standard shipping. Should have ordered from Apple instead.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/edu_Mac_nation/statuses/3542497932" rel="nofollow">Tue Aug 25 21:07:35 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/helptube1" rel="nofollow"><img src="http://a3.twimg.com/profile_images/354820797/twitter_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/HelpTube1" rel="nofollow">HelpTube1</a>:</strong> picking mine up
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/HelpTube1/statuses/3542499911" rel="nofollow">Tue Aug 25 21:07:42 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.mhric.org" rel="nofollow"><img src="http://a3.twimg.com/profile_images/364546395/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/WebGalPat" rel="nofollow">WebGalPat</a>:</strong> I am waiting for others to upgrade first. Then will order from Apple.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/WebGalPat/statuses/3542503792" rel="nofollow">Tue Aug 25 21:07:55 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.fivetonine.net" rel="nofollow"><img src="http://a3.twimg.com/profile_images/150605767/krisvintage_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/kjtriplett" rel="nofollow">kjtriplett</a>:</strong> I was going to pick it up at the apple store, but then I discovered that if I pre order it&#39ll be delivered on Friday. so i did
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/kjtriplett/statuses/3542519422" rel="nofollow">Tue Aug 25 21:08:46 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://blahspam.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/341816574/5d180001a8dc5f1093f2e30c7a67a3a7_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/blahspam" rel="nofollow">blahspam</a>:</strong> I&#39m currently leaning towards picking it up in store in the morning.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/blahspam/statuses/3542523636" rel="nofollow">Tue Aug 25 21:09:00 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/118127567/16791801-2_normal.jpeg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/mightykenny" rel="nofollow">mightykenny</a>:</strong> I plan to visit the local Apple Store for Snow Leopard.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/mightykenny/statuses/3542528093" rel="nofollow">Tue Aug 25 21:09:14 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.youtube.com/pipistrello" rel="nofollow"><img src="http://a3.twimg.com/profile_images/76276517/pipslapyou_url_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/pipistrello" rel="nofollow">pipistrello</a>:</strong> I&#39ll likely swing by the store after the release.  I&#39m moving so it&#39ll be after I set up my interwebz.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/pipistrello/statuses/3542529009" rel="nofollow">Tue Aug 25 21:09:17 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://tatopuig.com" rel="nofollow"><img src="http://s3.amazonaws.com/twitter_production/profile_images/57742747/avt_mazz9_normal.gif" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/tatopuig" rel="nofollow">tatopuig</a>:</strong> pre-order with EPP discount and free shipping
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/tatopuig/statuses/3542536578" rel="nofollow">Tue Aug 25 21:09:41 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jaredavery.blogspot.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/317846428/Jared_as_Soul_Reaper_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jaredavery" rel="nofollow">jaredavery</a>:</strong> I&#39m just going to pick it up. Besides I&#39m in no real rush to buy it right away.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jaredavery/statuses/3542551545" rel="nofollow">Tue Aug 25 21:10:27 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.rossthe8oss.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/182550381/Photo_101_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/rossthe8oss" rel="nofollow">rossthe8oss</a>:</strong> im getting an NFR!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/rossthe8oss/statuses/3542564749" rel="nofollow">Tue Aug 25 21:11:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jonathan.jkdesignny.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/320292595/n43900867_8993_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/JonathanCee" rel="nofollow">JonathanCee</a>:</strong> pre-ordered through amazon, rawr!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/JonathanCee/statuses/3542593810" rel="nofollow">Tue Aug 25 21:12:56 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.martindigitalservices.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/209335109/me_normal.bmp" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/tmartin62" rel="nofollow">tmartin62</a>:</strong> i preordered. I can take the direct route home and go straight and play, I mean work :)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/tmartin62/statuses/3542605732" rel="nofollow">Tue Aug 25 21:13:33 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/20924112/n593423972_8043_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/hansomli" rel="nofollow">hansomli</a>:</strong> Pre-ordered. I prefer the desk <-> front door commute over a 20 minute drive each way plus possibility of waiting in line.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/hansomli/statuses/3542641625" rel="nofollow">Tue Aug 25 21:15:24 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/132004961/DSCN1051_2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/ronmabry" rel="nofollow">ronmabry</a>:</strong> pickup, software should not be supply constrained like hardware product could be.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/ronmabry/statuses/3542660318" rel="nofollow">Tue Aug 25 21:16:23 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.pcweenies.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/374374522/Photo_63_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/pcweenies" rel="nofollow">pcweenies</a>:</strong> Amazon has SL for $44 (family pack). I&#39m getting it that way.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/pcweenies/statuses/3542679549" rel="nofollow">Tue Aug 25 21:17:24 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://ahmodding.co.uk/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/300011719/placeholder_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/elpasi" rel="nofollow">elpasi</a>:</strong> I ordered it from apple within 5 mins of the page being up &#8211; now that&#39s what you call an apple fanboy! My card is always here!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/elpasi/statuses/3542712390" rel="nofollow">Tue Aug 25 21:19:12 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.benclement1978.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/66633986/walle_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/benclement1978" rel="nofollow">benclement1978</a>:</strong> was holding 40 copys today os snow leopard ;)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/benclement1978/statuses/3542775783" rel="nofollow">Tue Aug 25 21:22:46 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/331028541/twitterProfilePhoto_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/delldude1989" rel="nofollow">delldude1989</a>:</strong> i am going to pick up my copy
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/delldude1989/statuses/3542783729" rel="nofollow">Tue Aug 25 21:23:14 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.GavinsTipsAndTricks.co.nr/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/371598045/GTT_normal.jpeg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/GavinRoskamp" rel="nofollow">GavinRoskamp</a>:</strong> Pre-ordering since I&#39ve got a brand new Mac Mini! :D
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/GavinRoskamp/statuses/3542801096" rel="nofollow">Tue Aug 25 21:24:16 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/191140538/my_avatar_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/macmaster13" rel="nofollow">macmaster13</a>:</strong> pre order
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/macmaster13/statuses/3542814204" rel="nofollow">Tue Aug 25 21:25:03 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/377445713/OS_X_Leopard_Wallpaper_Blue_by_D72_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/TheAppleDudes" rel="nofollow">TheAppleDudes</a>:</strong> im pre ordering it
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/TheAppleDudes/statuses/3542833079" rel="nofollow">Tue Aug 25 21:26:10 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://coryobrien.com/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/289976575/ProfilePic_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/CoryOBrien" rel="nofollow">CoryOBrien</a>:</strong> I pre-ordered about a month ago through Amazon, and they said they&#39re shipping mid-September. Hope that gets updated!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/CoryOBrien/statuses/3542850697" rel="nofollow">Tue Aug 25 21:27:13 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/203684947/Spirits_of_Stonehenge_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/bradto" rel="nofollow">bradto</a>:</strong> Buying Mac OS X locally helps your local economy.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/bradto/statuses/3542869780" rel="nofollow">Tue Aug 25 21:28:20 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://ppc-guru.spaces.live.com/" rel="nofollow"><img src="http://a1.twimg.com/profile_images/54828718/fetch_image_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/chrisspera" rel="nofollow">chrisspera</a>:</strong> pre ordered on 8/3 w/ the up to date program, but dont have any assurance it will be here on 8/28. Nice, huh?
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/chrisspera/statuses/3542884293" rel="nofollow">Tue Aug 25 21:29:12 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/182190858/iTomath_big_jump_Ilfracombe_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/iTomath" rel="nofollow">iTomath</a>:</strong> I pre-ordered it.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/iTomath/statuses/3542913725" rel="nofollow">Tue Aug 25 21:30:51 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://sammio2.blogspot.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/122449525/avatar_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/sammio2" rel="nofollow">sammio2</a>:</strong> pre-ordered! But only because I have work on Friday!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/sammio2/statuses/3542916739" rel="nofollow">Tue Aug 25 21:31:01 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.roberticomusic.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/116169996/Robertico_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/roberticomusic" rel="nofollow">roberticomusic</a>:</strong> I already preordered.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/roberticomusic/statuses/3542920042" rel="nofollow">Tue Aug 25 21:31:12 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.electricfirefly.com.au" rel="nofollow"><img src="http://a3.twimg.com/profile_images/336458527/909L_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/josh909" rel="nofollow">josh909</a>:</strong> I&#39ve pre-ordered. Why anyone would choose going to the store over having it delivered is beyond me&#8230;
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/josh909/statuses/3542922570" rel="nofollow">Tue Aug 25 21:31:23 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.urlreviews.co.cc" rel="nofollow"><img src="http://a3.twimg.com/profile_images/276746499/urlreviews_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Urlreviews" rel="nofollow">Urlreviews</a>:</strong> Don&#39t worry there is not enough Mac owners for it to sell out.
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Urlreviews/statuses/3543054260" rel="nofollow">Tue Aug 25 21:38:50 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/377692898/Alternate_Twitter_Logo_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Pinakaeus" rel="nofollow">Pinakaeus</a>:</strong> im preordering
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Pinakaeus/statuses/3543100001" rel="nofollow">Tue Aug 25 21:41:25 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/76417729/ninja_will_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/WillFM" rel="nofollow">WillFM</a>:</strong> I ordered SL online :)
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/WillFM/statuses/3543112215" rel="nofollow">Tue Aug 25 21:42:06 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.carpentrylounge.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/280307260/IMG_3651_2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jimmylittle" rel="nofollow">jimmylittle</a>:</strong>  Here in NYC, we have 3 Apple Stores within biking distance, and 4 or 5 Best Buys with Apple sections.  I&#39m just riding!
<div class="TweetDate">about 20 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jimmylittle/statuses/3543158784" rel="nofollow">Tue Aug 25 21:44:44 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/279979776/G._Wade_Tech_Header2.1-picnik1.1_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/GWadeTech" rel="nofollow">GWadeTech</a>:</strong> getting Windows 7 like everyone else!
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/GWadeTech/statuses/3543218353" rel="nofollow">Tue Aug 25 21:48:02 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/238639264/Photo_33_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/tritton93" rel="nofollow">tritton93</a>:</strong> pre-order.  Less hassle
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/tritton93/statuses/3543243797" rel="nofollow">Tue Aug 25 21:49:26 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.furaffinity.net/user/emperorpenguin/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/178308251/pinguino_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/pinguisavis" rel="nofollow">pinguisavis</a>:</strong> Ordered at Apple Reseller. He didn&#39t even know SL was out!
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/pinguisavis/statuses/3543258425" rel="nofollow">Tue Aug 25 21:50:12 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/269836212/green_8103_Me._normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/GeraldThaManJr" rel="nofollow">GeraldThaManJr</a>:</strong> Raiding the Apple Store at University Village.
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/GeraldThaManJr/statuses/3543305079" rel="nofollow">Tue Aug 25 21:52:44 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://deviant.indergaard.net" rel="nofollow"><img src="http://a3.twimg.com/profile_images/322539669/Borge_portrait_BW_msn_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/borgein" rel="nofollow">borgein</a>:</strong> not buying it at all. I&#39d rather pick up Windows 7 instead of Snow Leopard.
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/borgein/statuses/3543395209" rel="nofollow">Tue Aug 25 21:57:31 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://thenextquestion.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/279376424/green_7543_Photo_4_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/lvdjgarcia" rel="nofollow">lvdjgarcia</a>:</strong> Buying mine on Sunday&#8230;No rush, I have too much to do Fri &#038; Sat.
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/lvdjgarcia/statuses/3544197133" rel="nofollow">Tue Aug 25 22:40:15 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.babychaleco.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/69047348/headshot2by2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/CarolSchiller" rel="nofollow">CarolSchiller</a>:</strong> Get Snow Leopard locally and support your local mac retailer. I love the Mac Store in Redmond, myself.
<div class="TweetDate">about 19 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/CarolSchiller/statuses/3544231334" rel="nofollow">Tue Aug 25 22:42:07 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://news-knut.net" rel="nofollow"><img src="http://a3.twimg.com/profile_images/96380379/kangaroo_jack_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/mr_internet" rel="nofollow">mr_internet</a>:</strong> get it locally in melbourne australia (might be a commute 4 U )
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/mr_internet/statuses/3544300532" rel="nofollow">Tue Aug 25 22:45:54 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.gearlive.com" rel="nofollow"><img src="http://a1.twimg.com/profile_images/71412638/twitter-photo-1_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/AndruEdwards" rel="nofollow">AndruEdwards</a>:</strong> What&#39s the difference? Either way, you get it on Friday. It won&#39t sell out ;)
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/AndruEdwards/statuses/3544509965" rel="nofollow">Tue Aug 25 22:57:21 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://theqwertyblog.wordpress.com" rel="nofollow"><img src="http://a3.twimg.com/profile_images/281000059/CoolDevirHead2_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/theqwertyblog" rel="nofollow">theqwertyblog</a>:</strong> Im ordering since it&#39s garunteed to be delivered on Friday so it saves the hassle of going to the store&#8230;
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/theqwertyblog/statuses/3544636309" rel="nofollow">Tue Aug 25 23:04:05 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/361768604/Guillermo-Twitter_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Memo_F" rel="nofollow">Memo_F</a>:</strong>  I am going to wait to get it at the Apple store. It&#39s close to my work.
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Memo_F/statuses/3544686397" rel="nofollow">Tue Aug 25 23:06:46 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://sircram.wordpress.com/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/281209399/Photo_98_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/ecram" rel="nofollow">ecram</a>:</strong> pre-ordering, shipping right to my door!
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/ecram/statuses/3544891653" rel="nofollow">Tue Aug 25 23:17:55 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.jurassicjononline.org" rel="nofollow"><img src="http://a1.twimg.com/profile_images/280769340/Photo_1_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/jurassicjon" rel="nofollow">jurassicjon</a>:</strong> I got a pre-order of Snow Leopard.  The closest Apple Store is to far away for me to actually go there and get it
<div class="TweetDate">about 18 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/jurassicjon/statuses/3544950855" rel="nofollow">Tue Aug 25 23:21:09 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://blackice912.net" rel="nofollow"><img src="http://a3.twimg.com/profile_images/338861123/4692_113218616170_639106170_3234308_5365838_n_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/BradButner" rel="nofollow">BradButner</a>:</strong> I&#39m going to pick it up. Alderwood Mall is only about 10 minutes away, so no reason to wait. :)
<div class="TweetDate">about 17 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/BradButner/statuses/3546103950" rel="nofollow">Wed Aug 26 00:23:40 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/128035373/DSC00337_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/cctex10" rel="nofollow">cctex10</a>:</strong> Pick it up at the store. You can get it faster. :D
<div class="TweetDate">about 16 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/cctex10/statuses/3546715190" rel="nofollow">Wed Aug 26 00:56:07 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/119550255/95556899717_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/a1l13e5x" rel="nofollow">a1l13e5x</a>:</strong> picking up a copy of  Snow Leopard  at the apple store first thing friday morning.
<div class="TweetDate">about 16 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/a1l13e5x/statuses/3547176626" rel="nofollow">Wed Aug 26 01:20:00 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/75062139/n1366691057_241859_8460_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/bluedepth" rel="nofollow">bluedepth</a>:</strong> Waiting for the Early Adopters to find hidden bugs. :)
<div class="TweetDate">about 15 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/bluedepth/statuses/3547727229" rel="nofollow">Wed Aug 26 01:48:29 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/335404844/Twitter2_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/sivadnycerka" rel="nofollow">sivadnycerka</a>:</strong> Pre-ordered Snow Leopard Monday night.
<div class="TweetDate">about 15 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/sivadnycerka/statuses/3547908729" rel="nofollow">Wed Aug 26 01:57:53 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a3.twimg.com/profile_images/349837903/screen-capture_normal.png" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/Sharpmarker108" rel="nofollow">Sharpmarker108</a>:</strong> pick it up locally&#8230; more exciting
<div class="TweetDate">about 15 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/Sharpmarker108/statuses/3548249064" rel="nofollow">Wed Aug 26 02:15:14 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="#" rel="nofollow"><img src="http://a1.twimg.com/profile_images/339861268/madmen_icon_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/disuse" rel="nofollow">disuse</a>:</strong> Picking it up locally&#8230; Impatience wins out.
<div class="TweetDate">about 15 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/disuse/statuses/3548350210" rel="nofollow">Wed Aug 26 02:20:27 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://jeremystrickland.wordpress.com/" rel="nofollow"><img src="http://a3.twimg.com/profile_images/368999995/MetroJem1_normal.JPG" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/JerStrickland" rel="nofollow">JerStrickland</a>:</strong> I&#39ve definitely preordered it.  You get free shipping too.
<div class="TweetDate">about 14 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/JerStrickland/statuses/3549337378" rel="nofollow">Wed Aug 26 03:12:55 +0000 2009</a></div>
</div>
</div>
<div class="TweetBody"><a href="http://www.linkedin.com/in/fcerullo" rel="nofollow"><img src="http://a1.twimg.com/profile_images/35782492/images_normal.jpg" class="TweetAvatar" /></a>
<div class="TweetStatus"><strong><a href="http://twitter.com/fcerullo" rel="nofollow">fcerullo</a>:</strong> Pre-order it online&#8230;only 10 bucks and free shipping!
<div class="TweetDate">about 4 hours ago</div>
<div class="TweetPermalink"><a href="http://twitter.com/fcerullo/statuses/3555683327" rel="nofollow">Wed Aug 26 13:00:09 +0000 2009</a></div>
</div>
</div>
</div>
<ul class="related_post">
<li><a href="http://chris.pirillo.com/top-5-reasons-to-switch-to-os-x/" title="Top 5 Reasons to Switch to OS X">Top 5 Reasons to Switch to OS X</a></li>
<li><a href="http://chris.pirillo.com/will-your-next-pc-be-a-mac/" title="Will Your Next PC be a Mac?">Will Your Next PC be a Mac?</a></li>
<li><a href="http://chris.pirillo.com/you-just-cant-escape-windows/" title="You Just Can&#8217;t Escape Windows">You Just Can&#8217;t Escape Windows</a></li>
<li><a href="http://chris.pirillo.com/macs-never-crash-ever/" title="Macs Never Crash&#8230; EVER!">Macs Never Crash&#8230; EVER!</a></li>
<li><a href="http://chris.pirillo.com/pc-or-mac-for-education/" title="PC or Mac for Education?">PC or Mac for Education?</a></li>
<li><a href="http://chris.pirillo.com/sharing-files-between-mac-os-x-and-windows-xp/" title="Sharing Files Between Mac OS X and Windows XP">Sharing Files Between Mac OS X and Windows XP</a></li>
<li><a href="http://chris.pirillo.com/mac-os-x-the-light-or-dark-side/" title="Mac OS X: the Light or Dark Side?">Mac OS X: the Light or Dark Side?</a></li>
<li><a href="http://chris.pirillo.com/what-drives-your-productivity/" title="What Drives Your Productivity?">What Drives Your Productivity?</a></li>
<li><a href="http://chris.pirillo.com/apples-mac-os-x-snow-leopard-review/" title="Apple&#8217;s Mac OS X Snow Leopard Review">Apple&#8217;s Mac OS X Snow Leopard Review</a></li>
<li><a href="http://chris.pirillo.com/my-mac-os-x-dock/" title="My Mac OS X Dock">My Mac OS X Dock</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/snow-leopard-thoughts/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Do You Want a Tablet for Your PC or Mac?</title>
		<link>http://chris.pirillo.com/do-you-want-a-tablet-for-your-pc-or-mac/</link>
		<comments>http://chris.pirillo.com/do-you-want-a-tablet-for-your-pc-or-mac/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:49:38 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[mousepen]]></category>
		<category><![CDATA[stylus]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[trackpad]]></category>

		<guid isPermaLink="false">493378610</guid>
		<description><![CDATA[<p><a href="http://chris.pirillo.com/do-you-want-a-tablet-for-your-pc-or-mac/">Do You Want a Tablet for Your PC or Mac?</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/7ynlFTo0WII&#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/7ynlFTo0WII&#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>What&#8217;s your favorite input device? Maybe your favorite is your mouse or a track pad. Have you thought about trying something different &#8211; maybe a tablet surface, in conjunction with a stylus and a mouse? As long as your computer has a USB port, you can control it using either the stylus or the mouse! </p>
<p>The <a href="http://go.tagjag.com/mousepen">Genius MousePen Graphics Tablet</a> is likely one of the coolest new gadgets you&#8217;ll find. The 6-Inch x 8-Inch working area with the cordless pen and mouse is great for Windows and MAC users to write, draw, sketch or sign emails. Just click the pen on any of the 29 programmable shortcut keys for instant access to Office and Internet functions. </p>
<p>You can use it to enter text in some kind of application on your computer. You can use it to edit photos, or even paint! It&#8217;s a pressure-sensitive device &#8211; up to 1024 levels, which is a tad tricky to get used to. I did my best trying to demonstrate it! </p>
<p>It’s not only a fantastic media tool for designers, a fun input device for a computer. Improve your hand-eye coordination while using the coolest and hottest new input device. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000LEI95I/lockergnome'>Genius MousePen 8 x 6-Inch Graphic Tablet for Home and Office</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002HHLI0K/lockergnome'>Genius MousePen i608 Graphics Tablet (Silver)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0013USYDG/lockergnome'>Digital Multifunctional Wireless Device Z-PEN. Download Handwritten files to a PC or Laptop (NO special Paper / Ink required!!!)</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-DoYouWantATabletForYourPCOrMac979.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/7ynlFTo0WII&#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/7ynlFTo0WII&#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/the-problem-with-trackpads/" title="The Problem with Trackpads">The Problem with Trackpads</a></li>
<li><a href="http://chris.pirillo.com/why-a-mac-does-not-need-a-second-mouse-button/" title="Why a Mac Does not Need a Second Mouse Button">Why a Mac Does not Need a Second Mouse Button</a></li>
<li><a href="http://chris.pirillo.com/how-much-do-you-use-your-mouse-and-keyboard/" title="How Much Do You Use Your Mouse and Keyboard?">How Much Do You Use Your Mouse and Keyboard?</a></li>
<li><a href="http://chris.pirillo.com/swype/" title="Swype">Swype</a></li>
<li><a href="http://chris.pirillo.com/what-do-you-use-for-a-kvm-switch/" title="What do You use for a KVM Switch?">What do You use for a KVM Switch?</a></li>
<li><a href="http://chris.pirillo.com/how-to-find-the-best-computer-mouse/" title="How to Find the Best Computer Mouse">How to Find the Best Computer Mouse</a></li>
<li><a href="http://chris.pirillo.com/can-hardware-development-be-crowdsourced/" title="Can Hardware Development be Crowdsourced?">Can Hardware Development be Crowdsourced?</a></li>
<li><a href="http://chris.pirillo.com/which-do-you-use-more-mouse-or-keyboard/" title="Which Do You Use More: Mouse or Keyboard?">Which Do You Use More: Mouse or Keyboard?</a></li>
<li><a href="http://chris.pirillo.com/have-you-tried-the-pogo-iphone-stylus/" title="Have You Tried the Pogo iPhone Stylus?">Have You Tried the Pogo iPhone Stylus?</a></li>
<li><a href="http://chris.pirillo.com/are-you-looking-to-buy-a-graphics-tablet/" title="Are You Looking to Buy a Graphics Tablet?">Are You Looking to Buy a Graphics Tablet?</a></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/do-you-want-a-tablet-for-your-pc-or-mac/">Do You Want a Tablet for Your PC or Mac?</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/7ynlFTo0WII&#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/7ynlFTo0WII&#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>What&#8217;s your favorite input device? Maybe your favorite is your mouse or a track pad. Have you thought about trying something different &#8211; maybe a tablet surface, in conjunction with a stylus and a mouse? As long as your computer has a USB port, you can control it using either the stylus or the mouse! </p>
<p>The <a href="http://go.tagjag.com/mousepen">Genius MousePen Graphics Tablet</a> is likely one of the coolest new gadgets you&#8217;ll find. The 6-Inch x 8-Inch working area with the cordless pen and mouse is great for Windows and MAC users to write, draw, sketch or sign emails. Just click the pen on any of the 29 programmable shortcut keys for instant access to Office and Internet functions. </p>
<p>You can use it to enter text in some kind of application on your computer. You can use it to edit photos, or even paint! It&#8217;s a pressure-sensitive device &#8211; up to 1024 levels, which is a tad tricky to get used to. I did my best trying to demonstrate it! </p>
<p>It’s not only a fantastic media tool for designers, a fun input device for a computer. Improve your hand-eye coordination while using the coolest and hottest new input device. </p>
<p>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000LEI95I/lockergnome'>Genius MousePen 8 x 6-Inch Graphic Tablet for Home and Office</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002HHLI0K/lockergnome'>Genius MousePen i608 Graphics Tablet (Silver)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0013USYDG/lockergnome'>Digital Multifunctional Wireless Device Z-PEN. Download Handwritten files to a PC or Laptop (NO special Paper / Ink required!!!)</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-DoYouWantATabletForYourPCOrMac979.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/7ynlFTo0WII&#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/7ynlFTo0WII&#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/the-problem-with-trackpads/" title="The Problem with Trackpads">The Problem with Trackpads</a></li>
<li><a href="http://chris.pirillo.com/why-a-mac-does-not-need-a-second-mouse-button/" title="Why a Mac Does not Need a Second Mouse Button">Why a Mac Does not Need a Second Mouse Button</a></li>
<li><a href="http://chris.pirillo.com/how-much-do-you-use-your-mouse-and-keyboard/" title="How Much Do You Use Your Mouse and Keyboard?">How Much Do You Use Your Mouse and Keyboard?</a></li>
<li><a href="http://chris.pirillo.com/swype/" title="Swype">Swype</a></li>
<li><a href="http://chris.pirillo.com/what-do-you-use-for-a-kvm-switch/" title="What do You use for a KVM Switch?">What do You use for a KVM Switch?</a></li>
<li><a href="http://chris.pirillo.com/how-to-find-the-best-computer-mouse/" title="How to Find the Best Computer Mouse">How to Find the Best Computer Mouse</a></li>
<li><a href="http://chris.pirillo.com/can-hardware-development-be-crowdsourced/" title="Can Hardware Development be Crowdsourced?">Can Hardware Development be Crowdsourced?</a></li>
<li><a href="http://chris.pirillo.com/which-do-you-use-more-mouse-or-keyboard/" title="Which Do You Use More: Mouse or Keyboard?">Which Do You Use More: Mouse or Keyboard?</a></li>
<li><a href="http://chris.pirillo.com/have-you-tried-the-pogo-iphone-stylus/" title="Have You Tried the Pogo iPhone Stylus?">Have You Tried the Pogo iPhone Stylus?</a></li>
<li><a href="http://chris.pirillo.com/are-you-looking-to-buy-a-graphics-tablet/" title="Are You Looking to Buy a Graphics Tablet?">Are You Looking to Buy a Graphics Tablet?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/do-you-want-a-tablet-for-your-pc-or-mac/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-DoYouWantATabletForYourPCOrMac979.mp4" length="28593509" type="video/mp4" />
		</item>
		<item>
		<title>16 Tech Things in My House</title>
		<link>http://chris.pirillo.com/16-tech-things-in-my-house/</link>
		<comments>http://chris.pirillo.com/16-tech-things-in-my-house/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:05:04 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[card-scan]]></category>
		<category><![CDATA[chumby]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[kaossilator]]></category>
		<category><![CDATA[livescribe]]></category>
		<category><![CDATA[nintendo-dsi]]></category>
		<category><![CDATA[psp]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[sonos]]></category>
		<category><![CDATA[tenori-on]]></category>
		<category><![CDATA[vado]]></category>

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

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002HQ5R3A/lockergnome'>Cell Phone Flashlight &#8211; 2 Super-Bright LED &#8211; Peel &#038; Stick</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001343T82/lockergnome'>iTouchless Pure-Ear Active Noise Canceling Acoustic Headphones</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0010SU0MO/lockergnome'>Apple USB Power Adapter for iPod (White)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0026KEVE8/lockergnome'>Apple USB Power Adapter for iPod / iPhone 3G &#8211; Bulk Packaging</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AV4AJ0/lockergnome'>New handsfree headset earphone earbud with Microphone for iPhone</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0007RV3IE/lockergnome'>Dock Connector to USB 2.0 Cable for iPod and iPhone (White)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001OGZY64/lockergnome'>Original Apple USB Power Adapter for iPod, iPhone, iPhone 3G and iPhone 3Gs</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001GQ3DP6/lockergnome'>Apple USB Power Adapter for iPod/iPhone</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/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/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>
<!-- FirstRSS + ThunderIT AWS HMAC -->

	<ul>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002HQ5R3A/lockergnome'>Cell Phone Flashlight &#8211; 2 Super-Bright LED &#8211; Peel &#038; Stick</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001343T82/lockergnome'>iTouchless Pure-Ear Active Noise Canceling Acoustic Headphones</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0010SU0MO/lockergnome'>Apple USB Power Adapter for iPod (White)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0026KEVE8/lockergnome'>Apple USB Power Adapter for iPod / iPhone 3G &#8211; Bulk Packaging</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001AV4AJ0/lockergnome'>New handsfree headset earphone earbud with Microphone for iPhone</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0007RV3IE/lockergnome'>Dock Connector to USB 2.0 Cable for iPod and iPhone (White)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001OGZY64/lockergnome'>Original Apple USB Power Adapter for iPod, iPhone, iPhone 3G and iPhone 3Gs</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001GQ3DP6/lockergnome'>Apple USB Power Adapter for iPod/iPhone</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PF6L06/lockergnome'>CaseCrown iPhone 3G 3GS Polycarbonate Fade Slim Fit Case &#8211; (5 Colors)</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002X9JOC6/lockergnome'>CaseCrown feat. The Public Zoo Apple iPhone 3G 3Gs Super Kawaii Cases</a></li>
	<li style='margin-bottom:15px'><a rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/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>

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