<?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/tag/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>Tue, 24 Nov 2009 19:35:05 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.5</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <copyright>&#xA9; </copyright> <managingEditor>chris@pirillo.com ()</managingEditor> <webMaster>chris@pirillo.com()</webMaster> <category></category> <itunes:keywords></itunes:keywords> <itunes:subtitle></itunes:subtitle> <itunes:summary>Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</itunes:summary> <itunes:author></itunes:author> <itunes:category text="Society &amp; Culture"/> <itunes:owner> <itunes:name></itunes:name> <itunes:email>chris@pirillo.com</itunes:email> </itunes:owner> <itunes:block>No</itunes:block> <itunes:explicit>no</itunes:explicit> <itunes:image href="http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" /> <image> <url>http://chris.pirillo.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url><title>Chris Pirillo</title><link>http://chris.pirillo.com</link> <width>144</width> <height>144</height> </image> <item><title>How to Make an iPhone App</title><link>http://chris.pirillo.com/how-to-make-an-iphone-app/</link> <comments>http://chris.pirillo.com/how-to-make-an-iphone-app/#comments</comments> <pubDate>Sat, 21 Nov 2009 04:25:10 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[iPhone]]></category> <category><![CDATA[app]]></category> <category><![CDATA[app-store]]></category> <category><![CDATA[developer]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[iphone-app]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[make-app]]></category> <category><![CDATA[sdk]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=15730</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/">How to Make an iPhone App</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br
/> <a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p><a
href="http://www.youtube.com/xcod3tutorials"><strong>Anthony</strong></a> saw my call for screencasters, and stepped up to the plate. He has created an amazing tutorial for all of you would-be iPhone devs out there! In this screencast, he will show you how to get started, and walk you through creating a simple iPhone App of your very own! It&#8217;s not too late for you to <a
href="http://go.tagjag.com/screencast"><strong>submit a screencast</strong></a> to be uploaded to our channels. Click on the link at the beginning of this description for more information.</p><p>First, you&#8217;ll need to head over to <a
href="http://developer.apple.com/"><strong>Apple&#8217;s Dev Center</strong></a> and download the <a
href="http://developer.apple.com/iphone/login.action"><strong>SDK</strong></a>. This includes the Xcode IDE, iPhone simulator, and a suite of additional tools for developing applications for iPhone and iPod touch. You do not need to buy a developer account &#8211; you can use a free one to start with. If you are interested in submitting something to the App Store at some point, you can then look at the membership options.</p><p>To create a new iPhone application, you start by creating a new project in Xcode. A project manages all of the information associated with your application, including the source files, build settings, and rules needed to put all of the pieces together. The Groups and Files list is where you manage the files in your project, including your source files and the build targets that are created from those source files. The toolbar gives you access to commonly used tools and commands while the details pane provides a configurable space for working on your project.</p><p>The Interface Builder is the next component you will need. It&#8217;s the tool that you&#8217;ll use to make your App user interface. Using this tool, you&#8217;ll assemble your App&#8217;s window by dragging and dropping preconfigured components into it. These include standard things like switches, text fields and buttons. Once you put them on the window&#8217;s surface, you can move them around, configure them and establish how these interact with your code.</p><p>The iPhone Simulator is used to test your App, so that you don&#8217;t have to use an actual iPhone. This will save you a load of time, and is very easy to use.</p><p>It&#8217;s not as difficult to create an iPhone App as you may have thought. With patience and time, anyone can learn how to do these. Once you create something unique that others may want to have, you&#8217;ll be able to start earning money on the App Store.</p><p>Thanks to Anthony for the excellent tutorial&#8230; and good luck to all of you budding iPhone developers!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1934356255/lockergnome'>iPhone SDK Development (The Pragmatic Programmers)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470487372/lockergnome'>iPhone Application Development For Dummies (For Dummies (Computers))</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0071626492/lockergnome'>iPhone SDK Programming, A Beginner&#8217;s Guide</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-HowToMakeAnIPhoneApp130.mov">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li><li><a
href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li><li><a
href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li><li><a
href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/" title="Why is the iPhone SDK Important?">Why is the iPhone SDK Important?</a></li><li><a
href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li><li><a
href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li><li><a
href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li><li><a
href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/" title="Can You Teach an Old Dog New Tricks on the iPhone?">Can You Teach an Old Dog New Tricks on the iPhone?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/">How to Make an iPhone App</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/srNo3iqOWGE&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br
/> <a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p><a
href="http://www.youtube.com/xcod3tutorials"><strong>Anthony</strong></a> saw my call for screencasters, and stepped up to the plate. He has created an amazing tutorial for all of you would-be iPhone devs out there! In this screencast, he will show you how to get started, and walk you through creating a simple iPhone App of your very own! It&#8217;s not too late for you to <a
href="http://go.tagjag.com/screencast"><strong>submit a screencast</strong></a> to be uploaded to our channels. Click on the link at the beginning of this description for more information.</p><p>First, you&#8217;ll need to head over to <a
href="http://developer.apple.com/"><strong>Apple&#8217;s Dev Center</strong></a> and download the <a
href="http://developer.apple.com/iphone/login.action"><strong>SDK</strong></a>. This includes the Xcode IDE, iPhone simulator, and a suite of additional tools for developing applications for iPhone and iPod touch. You do not need to buy a developer account &#8211; you can use a free one to start with. If you are interested in submitting something to the App Store at some point, you can then look at the membership options.</p><p>To create a new iPhone application, you start by creating a new project in Xcode. A project manages all of the information associated with your application, including the source files, build settings, and rules needed to put all of the pieces together. The Groups and Files list is where you manage the files in your project, including your source files and the build targets that are created from those source files. The toolbar gives you access to commonly used tools and commands while the details pane provides a configurable space for working on your project.</p><p>The Interface Builder is the next component you will need. It&#8217;s the tool that you&#8217;ll use to make your App user interface. Using this tool, you&#8217;ll assemble your App&#8217;s window by dragging and dropping preconfigured components into it. These include standard things like switches, text fields and buttons. Once you put them on the window&#8217;s surface, you can move them around, configure them and establish how these interact with your code.</p><p>The iPhone Simulator is used to test your App, so that you don&#8217;t have to use an actual iPhone. This will save you a load of time, and is very easy to use.</p><p>It&#8217;s not as difficult to create an iPhone App as you may have thought. With patience and time, anyone can learn how to do these. Once you create something unique that others may want to have, you&#8217;ll be able to start earning money on the App Store.</p><p>Thanks to Anthony for the excellent tutorial&#8230; and good luck to all of you budding iPhone developers!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1934356255/lockergnome'>iPhone SDK Development (The Pragmatic Programmers)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470487372/lockergnome'>iPhone Application Development For Dummies (For Dummies (Computers))</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0071626492/lockergnome'>iPhone SDK Programming, A Beginner&#8217;s Guide</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-HowToMakeAnIPhoneApp130.mov">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/srNo3iqOWGE&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/bebot/" title="BeBot!">BeBot!</a></li><li><a
href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li><li><a
href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li><li><a
href="http://chris.pirillo.com/why-is-the-iphone-sdk-important/" title="Why is the iPhone SDK Important?">Why is the iPhone SDK Important?</a></li><li><a
href="http://chris.pirillo.com/air-hockey/" title="Air Hockey!">Air Hockey!</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li><li><a
href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li><li><a
href="http://chris.pirillo.com/have-you-tried-slingplayer-for-the-iphone/" title="Have You Tried SlingPlayer for the iPhone?">Have You Tried SlingPlayer for the iPhone?</a></li><li><a
href="http://chris.pirillo.com/can-you-teach-an-old-dog-new-tricks-on-the-iphone/" title="Can You Teach an Old Dog New Tricks on the iPhone?">Can You Teach an Old Dog New Tricks on the iPhone?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/how-to-make-an-iphone-app/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-HowToMakeAnIPhoneApp130.mov" length="89519619" type="video/quicktime" /> </item> <item><title>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>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>Unboxing the iPhone 3G S</title><link>http://chris.pirillo.com/unboxing-the-iphone-3g-s/</link> <comments>http://chris.pirillo.com/unboxing-the-iphone-3g-s/#comments</comments> <pubDate>Mon, 29 Jun 2009 12:33:29 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[att]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[iphone-3g]]></category> <category><![CDATA[iphone-3GS]]></category> <category><![CDATA[unboxing]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13557</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/unboxing-the-iphone-3g-s/">Unboxing the iPhone 3G S</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/2R7mV1Yx3iw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/2R7mV1Yx3iw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br
/> <a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p>A couple of years ago I sat at my desk claiming I&#8217;d <a
href="http://chris.pirillo.com/20-reasons-im-not-getting-an-iphone-today/">never buy an iPhone</a> on the first day. I thought my then-current phone was fine, and did everything I wanted it to. Not long after that, I recanted and started to use an iPhone. I&#8217;ve never looked back, and won&#8217;t GO back. My iPhones have done so much more than I could have ever asked for or expected from a phone, which is why I&#8217;m so excited about my new iPhone 3GS!!</p><p>I saved the unboxing and unwrapping of my new iPhone 3GS to do on this video. I know how much you guys enjoy these! I feel that AT&#038;T is total fail with the way they&#8217;re handling these things, and the activations. Apparently, many are taking up to two days! Shame on them.</p><p>On a side note&#8230; I normally shave my face for no one. However, I felt the need to shower and shave prior to unboxing this. I shaved for my phone! What is the world coming to?</p><p>The box included the phone, of course, the instructions (Fingertips), and the cords. The box itself is easy to tell it&#8217;s for the 3GS model, since you see the icons for things like the Compass which are now included on the new model.</p><p>It looks exactly the same as my iPhone 3G. I connected my <a
href="http://chris.pirillo.com/how-do-you-extend-your-iphone-or-ipod-battery-life/">Richard|Solo 1800</a> in order to help extend my battery life. I couldn&#8217;t live without this awesome little thing. It has saved me on more than one occasion, when my iPhone 3G would have otherwise been dead in the water.</p><p>It&#8217;s definitely faster, it boots up a heck of a lot quicker than my 3G did/does. I had to connect to iTunes right away, of course. Had to accept Terms and Conditions, which is pretty standard. I then had to wait for them to process my request. They should play some music, daggone it.</p><p>And, of course, I received a notice (typical of AT&#038;T)&#8230; &#8220;your activation will take additional time to complete. Due to high volume of current activations, it will take up to 48 hours to completely your request&#8221;. Thank you for a big bucket of epic <strong>FAIL</strong>, AT&#038;T.</p><p>I had to figure out what to name this phone. My last one was boring, and simply named &#8220;iPhone&#8221;. So I asked the chat &#8211; and my dogs &#8211; what to call this one. I decided on &#8220;Gnome&#8221;, since I&#8217;m the Lockergnome!</p><p>I had to sync my information with the new device, so I know that&#8217;ll take awhile. I had 300 Apps to move over, so yeah&#8230; I&#8217;m addicted to them. I know it!</p><p>So anyways, there&#8217;s my unboxing and attempt to activate with my new iPhone 3GS. Keep your eyes peeled for more videos in the near future!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000QFKDJ2/lockergnome'>Music Power 0900-70 Solo USB AC Adapter/Charger</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LNDXEK/lockergnome'>RichardSolo 1800 for iPhone &#8211; External battery pack + power adapter Li-Ion 1800 mAh</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002DI4EZY/lockergnome'>External Battery for iPhone 3Gs, Iphone 3g, Iphone, T-moible G1. Up to 25 Hours Video and 100 Hrs Audio. 3600mah</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002N432YW/lockergnome'>New iSkin Duet Solo Case &#038; Holster for Apple iPhone 3G S</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001H5IF2W/lockergnome'>iSkin Solo Case for iPhone 3G Color=Black</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470549661/lockergnome'>Safari and WebKit Development for iPhone OS 3.0</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470251557/lockergnome'>Professional iPhone and iPod touch Programming: Building Applications for Mobile Safari (Wrox Professional Guides)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001I1FFP0/lockergnome'>iPhone and iPod Touch Programming: Handling Touch Interactions and Events for Mobile Safari (Wrox Briefs)</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-UnboxingTheIPhone3GS796.mp4">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/2R7mV1Yx3iw&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/2R7mV1Yx3iw&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/iphone-3g-s-video-upload-test/" title="iPhone 3G S Video Upload Test">iPhone 3G S Video Upload Test</a></li><li><a
href="http://chris.pirillo.com/are-all-iphone-problems-apples-fault-or-atts/" title="Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?">Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?</a></li><li><a
href="http://chris.pirillo.com/is-the-iphone-3g-worth-buying/" title="Is the iPhone 3G Worth Buying?">Is the iPhone 3G Worth Buying?</a></li><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li><li><a
href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li><li><a
href="http://chris.pirillo.com/what-do-you-think-of-the-iphone-3g/" title="What do you Think of the iPhone 3G?">What do you Think of the iPhone 3G?</a></li><li><a
href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/unboxing-the-iphone-3g-s/">Unboxing the iPhone 3G S</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/2R7mV1Yx3iw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/2R7mV1Yx3iw&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br
/> <a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p>A couple of years ago I sat at my desk claiming I&#8217;d <a
href="http://chris.pirillo.com/20-reasons-im-not-getting-an-iphone-today/">never buy an iPhone</a> on the first day. I thought my then-current phone was fine, and did everything I wanted it to. Not long after that, I recanted and started to use an iPhone. I&#8217;ve never looked back, and won&#8217;t GO back. My iPhones have done so much more than I could have ever asked for or expected from a phone, which is why I&#8217;m so excited about my new iPhone 3GS!!</p><p>I saved the unboxing and unwrapping of my new iPhone 3GS to do on this video. I know how much you guys enjoy these! I feel that AT&#038;T is total fail with the way they&#8217;re handling these things, and the activations. Apparently, many are taking up to two days! Shame on them.</p><p>On a side note&#8230; I normally shave my face for no one. However, I felt the need to shower and shave prior to unboxing this. I shaved for my phone! What is the world coming to?</p><p>The box included the phone, of course, the instructions (Fingertips), and the cords. The box itself is easy to tell it&#8217;s for the 3GS model, since you see the icons for things like the Compass which are now included on the new model.</p><p>It looks exactly the same as my iPhone 3G. I connected my <a
href="http://chris.pirillo.com/how-do-you-extend-your-iphone-or-ipod-battery-life/">Richard|Solo 1800</a> in order to help extend my battery life. I couldn&#8217;t live without this awesome little thing. It has saved me on more than one occasion, when my iPhone 3G would have otherwise been dead in the water.</p><p>It&#8217;s definitely faster, it boots up a heck of a lot quicker than my 3G did/does. I had to connect to iTunes right away, of course. Had to accept Terms and Conditions, which is pretty standard. I then had to wait for them to process my request. They should play some music, daggone it.</p><p>And, of course, I received a notice (typical of AT&#038;T)&#8230; &#8220;your activation will take additional time to complete. Due to high volume of current activations, it will take up to 48 hours to completely your request&#8221;. Thank you for a big bucket of epic <strong>FAIL</strong>, AT&#038;T.</p><p>I had to figure out what to name this phone. My last one was boring, and simply named &#8220;iPhone&#8221;. So I asked the chat &#8211; and my dogs &#8211; what to call this one. I decided on &#8220;Gnome&#8221;, since I&#8217;m the Lockergnome!</p><p>I had to sync my information with the new device, so I know that&#8217;ll take awhile. I had 300 Apps to move over, so yeah&#8230; I&#8217;m addicted to them. I know it!</p><p>So anyways, there&#8217;s my unboxing and attempt to activate with my new iPhone 3GS. Keep your eyes peeled for more videos in the near future!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000QFKDJ2/lockergnome'>Music Power 0900-70 Solo USB AC Adapter/Charger</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001LNDXEK/lockergnome'>RichardSolo 1800 for iPhone &#8211; External battery pack + power adapter Li-Ion 1800 mAh</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002DI4EZY/lockergnome'>External Battery for iPhone 3Gs, Iphone 3g, Iphone, T-moible G1. Up to 25 Hours Video and 100 Hrs Audio. 3600mah</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002N432YW/lockergnome'>New iSkin Duet Solo Case &#038; Holster for Apple iPhone 3G S</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001H5IF2W/lockergnome'>iSkin Solo Case for iPhone 3G Color=Black</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470549661/lockergnome'>Safari and WebKit Development for iPhone OS 3.0</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470251557/lockergnome'>Professional iPhone and iPod touch Programming: Building Applications for Mobile Safari (Wrox Professional Guides)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001I1FFP0/lockergnome'>iPhone and iPod Touch Programming: Handling Touch Interactions and Events for Mobile Safari (Wrox Briefs)</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code or <a
href="http://blip.tv/file/get/L0ckergn0me-UnboxingTheIPhone3GS796.mp4">download the video</a>:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/2R7mV1Yx3iw&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/2R7mV1Yx3iw&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/iphone-3g-s-video-upload-test/" title="iPhone 3G S Video Upload Test">iPhone 3G S Video Upload Test</a></li><li><a
href="http://chris.pirillo.com/are-all-iphone-problems-apples-fault-or-atts/" title="Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?">Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?</a></li><li><a
href="http://chris.pirillo.com/is-the-iphone-3g-worth-buying/" title="Is the iPhone 3G Worth Buying?">Is the iPhone 3G Worth Buying?</a></li><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/iphone-3gs-review/" title="iPhone 3GS Review">iPhone 3GS Review</a></li><li><a
href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li><li><a
href="http://chris.pirillo.com/what-do-you-think-of-the-iphone-3g/" title="What do you Think of the iPhone 3G?">What do you Think of the iPhone 3G?</a></li><li><a
href="http://chris.pirillo.com/how-to-update-software-on-the-iphone/" title="How to Update Software on the iPhone">How to Update Software on the iPhone</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/unboxing-the-iphone-3g-s/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <enclosure
url="http://blip.tv/file/get/L0ckergn0me-UnboxingTheIPhone3GS796.mp4" length="71048968" type="video/mp4" /> </item> <item><title>My Mac OS X Dock</title><link>http://chris.pirillo.com/my-mac-os-x-dock/</link> <comments>http://chris.pirillo.com/my-mac-os-x-dock/#comments</comments> <pubDate>Wed, 24 Jun 2009 17:35:28 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Photos]]></category> <category><![CDATA[decor]]></category> <category><![CDATA[home]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[pillows]]></category><guid
isPermaLink="false">http://chris.pirillo.com/my-mac-os-x-dock/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/my-mac-os-x-dock/">My Mac OS X Dock</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><a
href="http://www.flickr.com/photos/lockergnome/3657761164/" title="My Mac OS X Dock by l0ckergn0me, on Flickr"><img
src="http://farm4.static.flickr.com/3616/3657761164_1dabf9fc07.jpg" width="500" height="375" alt="My Mac OS X Dock" /></a></p><p>You might have seen me visiting the <a
href="http://Throwboy.com" title="http://Throwboy.com" target="_blank">Throwboy.com</a> factory the other day (it was streamed live, then I uploaded my pillow interview to YouTube). I can think of a few reasons you&#8217;d want these pillows somewhere in your home:</p><ol><li>You&#8217;re a geek.<li>You&#8217;re not a geek, but you&#8217;re trying to appeal to your partner (who is a geek).<li>You love Apple.<li>You don&#8217;t love Apple, but you need conversation starters for your next party.<li>You want to make people think that you love Apple.<li>You use Mac OS X.<li>You don&#8217;t use Mac OS X, but you want to make people think that you use Mac OS X.</ol><p><object
width="480" height="295"><param
name="movie" value="http://www.youtube.com/v/lfmz_25g6O8&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hd=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/lfmz_25g6O8&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object><ul
class="related_post"><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/macworld-live-podcast/" title="Macworld Live Podcast">Macworld Live Podcast</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/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/the-mac-vs-pc-challenge/" title="The Mac vs PC Challenge">The Mac vs PC Challenge</a></li><li><a
href="http://chris.pirillo.com/putting-windows-vista-on-a-mac-from-apple/" title="Putting Windows Vista on a Mac from Apple">Putting Windows Vista on a Mac from Apple</a></li><li><a
href="http://chris.pirillo.com/why-put-windows-on-a-mac/" title="Why Put Windows on a Mac?">Why Put Windows on a Mac?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/my-mac-os-x-dock/">My Mac OS X Dock</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><a
href="http://www.flickr.com/photos/lockergnome/3657761164/" title="My Mac OS X Dock by l0ckergn0me, on Flickr"><img
src="http://farm4.static.flickr.com/3616/3657761164_1dabf9fc07.jpg" width="500" height="375" alt="My Mac OS X Dock" /></a></p><p>You might have seen me visiting the <a
href="http://Throwboy.com" title="http://Throwboy.com" target="_blank">Throwboy.com</a> factory the other day (it was streamed live, then I uploaded my pillow interview to YouTube). I can think of a few reasons you&#8217;d want these pillows somewhere in your home:</p><ol><li>You&#8217;re a geek.<li>You&#8217;re not a geek, but you&#8217;re trying to appeal to your partner (who is a geek).<li>You love Apple.<li>You don&#8217;t love Apple, but you need conversation starters for your next party.<li>You want to make people think that you love Apple.<li>You use Mac OS X.<li>You don&#8217;t use Mac OS X, but you want to make people think that you use Mac OS X.</ol><p><object
width="480" height="295"><param
name="movie" value="http://www.youtube.com/v/lfmz_25g6O8&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hd=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/lfmz_25g6O8&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object><ul
class="related_post"><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/macworld-live-podcast/" title="Macworld Live Podcast">Macworld Live Podcast</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/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/the-mac-vs-pc-challenge/" title="The Mac vs PC Challenge">The Mac vs PC Challenge</a></li><li><a
href="http://chris.pirillo.com/putting-windows-vista-on-a-mac-from-apple/" title="Putting Windows Vista on a Mac from Apple">Putting Windows Vista on a Mac from Apple</a></li><li><a
href="http://chris.pirillo.com/why-put-windows-on-a-mac/" title="Why Put Windows on a Mac?">Why Put Windows on a Mac?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/my-mac-os-x-dock/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Apple Loves Its Customers</title><link>http://chris.pirillo.com/apple-loves-its-customers/</link> <comments>http://chris.pirillo.com/apple-loves-its-customers/#comments</comments> <pubDate>Mon, 22 Jun 2009 23:51:33 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Photos]]></category> <category><![CDATA[iPhone]]></category> <category><![CDATA[3gs]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[refund]]></category><guid
isPermaLink="false">http://chris.pirillo.com/apple-loves-its-customers/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/apple-loves-its-customers/">Apple Loves Its Customers</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><a
href="http://www.flickr.com/photos/lockergnome/3651632631/" title="Apple Loves Its Customers by l0ckergn0me, on Flickr"><img
src="http://farm4.static.flickr.com/3347/3651632631_21c1e97aed_o.png" width="320" height="480" alt="Apple Loves Its Customers" /></a><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/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/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li><li><a
href="http://chris.pirillo.com/iphone-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/are-all-iphone-problems-apples-fault-or-atts/" title="Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?">Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?</a></li><li><a
href="http://chris.pirillo.com/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/what-is-3g/" title="What is 3G?">What is 3G?</a></li><li><a
href="http://chris.pirillo.com/is-the-iphone-3g-worth-buying/" title="Is the iPhone 3G Worth Buying?">Is the iPhone 3G Worth Buying?</a></li><li><a
href="http://chris.pirillo.com/its-official-ihate-the-iphone/" title="It&#8217;s Official: iHate the iPhone">It&#8217;s Official: iHate 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></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/apple-loves-its-customers/">Apple Loves Its Customers</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><a
href="http://www.flickr.com/photos/lockergnome/3651632631/" title="Apple Loves Its Customers by l0ckergn0me, on Flickr"><img
src="http://farm4.static.flickr.com/3347/3651632631_21c1e97aed_o.png" width="320" height="480" alt="Apple Loves Its Customers" /></a><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/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/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li><li><a
href="http://chris.pirillo.com/iphone-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/are-all-iphone-problems-apples-fault-or-atts/" title="Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?">Are all iPhone Problems Apple&#8217;s Fault &#8211; or AT&#038;T&#8217;s?</a></li><li><a
href="http://chris.pirillo.com/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/what-is-3g/" title="What is 3G?">What is 3G?</a></li><li><a
href="http://chris.pirillo.com/is-the-iphone-3g-worth-buying/" title="Is the iPhone 3G Worth Buying?">Is the iPhone 3G Worth Buying?</a></li><li><a
href="http://chris.pirillo.com/its-official-ihate-the-iphone/" title="It&#8217;s Official: iHate the iPhone">It&#8217;s Official: iHate 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></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/apple-loves-its-customers/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>iPhone OS 3.0 Reviews and Opinions</title><link>http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/</link> <comments>http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/#comments</comments> <pubDate>Wed, 17 Jun 2009 18:57:43 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[iPhone]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[iPod]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13486</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/">iPhone OS 3.0 Reviews and Opinions</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Apple has officially released the next iPhone operating system. It feels like Christmas to some of us, given that this new version boasts the addition of several long-awaited features (including &#8220;copy and paste&#8221;). I asked my Twitter followers for their initial impressions, and they definitely responded! I used <a
href="http://twickie.pirillo.com/">Twickie</a> to collect the following replies.</p><p>How do you feel about iPhone OS 3.0?</p><div
class="TweetWrapper"><div
class="TweetBody"><a
href="http://www.youtube.com/marquesbrownlee" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/224215705/125_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/MKBHD" rel="nofollow">MKBHD</a>:</strong> It&#39s smooth! (Maybe even a bit better at resource management?)<div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/MKBHD/statuses/2210268752" rel="nofollow">Wed Jun 17 18:22:37 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/216197994/edavatarr2_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/edtrist" rel="nofollow">edtrist</a>:</strong> Excellent. Just trying out all of the features, looking good so far!<div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/edtrist/statuses/2210270492" rel="nofollow">Wed Jun 17 18:22:45 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.nigelcooke.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/33644302/06102007314_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/monkeyleader" rel="nofollow">monkeyleader</a>:</strong> no video stilll &#8230; dam those apple people .. making us pay money for features .. #<a
href="http://search.twitter.com/search?q=%23applefail" rel="nofollow">applefail</a><div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/monkeyleader/statuses/2210270604" rel="nofollow">Wed Jun 17 18:22:45 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/183429112/ray_ban_aviator_large_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/dezwemmer" rel="nofollow">dezwemmer</a>:</strong> I want to but I can&#39t because it cost me money !!<div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/dezwemmer/statuses/2210272605" rel="nofollow">Wed Jun 17 18:22:55 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/81933393/s750840036_4880750_5433_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/djbattaglia" rel="nofollow">djbattaglia</a>:</strong> i cant figure out where this PUSH thing is? i unno its the same to me sofar, i wont kno till 3GS<div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/djbattaglia/statuses/2210273606" rel="nofollow">Wed Jun 17 18:22:59 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/265437371/batmancx7_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/brandondickey" rel="nofollow">brandondickey</a>:</strong> Spotlight search and landscape keyboard FTW!!<div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/brandondickey/statuses/2210273666" rel="nofollow">Wed Jun 17 18:23:00 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://overdos3.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/243757380/newme_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/dmcphearson" rel="nofollow">dmcphearson</a>:</strong> I really like OS 3.0 but for some reason it will not auto connect to my WiFi. I&#39m gonna try to reinstall the update!<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/dmcphearson/statuses/2210276033" rel="nofollow">Wed Jun 17 18:23:11 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/106210866/blogphoto_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/B00G1T" rel="nofollow">B00G1T</a>:</strong> absolutely love it the mms works great bluetooth works apps load a lot quicker and seems faster overall<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/B00G1T/statuses/2210276166" rel="nofollow">Wed Jun 17 18:23:11 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://thehenry.net" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/61762242/th_1_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/TheHenry" rel="nofollow">TheHenry</a>:</strong> It is a wonderful solid upgrade! I really love the Push Features! :)<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/TheHenry/statuses/2210276915" rel="nofollow">Wed Jun 17 18:23:15 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/94125862/IMG_0069_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/darthlewi" rel="nofollow">darthlewi</a>:</strong> loving the 3.0 software.  where can i get an external microphone for my itouch?<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/darthlewi/statuses/2210279982" rel="nofollow">Wed Jun 17 18:23:28 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/80530460/avatar_2009b_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/GrfxGuru" rel="nofollow">GrfxGuru</a>:</strong> iPod touch 1st gen upgrade went smooth. Spotlight is fast&#8230;and I do mean fast!<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/GrfxGuru/statuses/2210281864" rel="nofollow">Wed Jun 17 18:23:37 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/186629949/Photo_7_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/maxdboy100" rel="nofollow">maxdboy100</a>:</strong> I am liking the landscape keyboard and the copy an paste<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/maxdboy100/statuses/2210281889" rel="nofollow">Wed Jun 17 18:23:37 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/82080651/avatar_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/tat_zizzy" rel="nofollow">tat_zizzy</a>:</strong> 3.0 is pretty good. the landscape keyboard is a welcome update. makes typing in notes a fly!<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/tat_zizzy/statuses/2210282346" rel="nofollow">Wed Jun 17 18:23:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.maturola.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/112232632/2624_60104978921_765743921_1668008_4619778_n_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Maturola" rel="nofollow">Maturola</a>:</strong> I like it, Safari feels faster and the undo/redo when you shake it is great.<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Maturola/statuses/2210284119" rel="nofollow">Wed Jun 17 18:23:47 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/266589340/12768829_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/brandonscott" rel="nofollow">brandonscott</a>:</strong> it&#39s reallllly nice. I love the spotlight and shake to shuffle<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/brandonscott/statuses/2210284203" rel="nofollow">Wed Jun 17 18:23:47 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> Well I&#39m running it on my 2nd gen touch and it can at times be slow but I do like it. It also has shake to shuffle which&#8230;<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210284594" rel="nofollow">Wed Jun 17 18:23:49 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/82080651/avatar_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/tat_zizzy" rel="nofollow">tat_zizzy</a>:</strong> i&#39m waiting to see puch notification being offered by im and mail apps<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/tat_zizzy/statuses/2210287319" rel="nofollow">Wed Jun 17 18:24:02 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.youtube.com/IceflowStudios" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/102743677/Icon_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/IceflowStudios" rel="nofollow">IceflowStudios</a>:</strong> &#8220;Find My iPhone&#8221; works great, but the ability to turn it off should be available ONLY within MobileMe. Not ON the iPhone.<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/IceflowStudios/statuses/2210287689" rel="nofollow">Wed Jun 17 18:24:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/117224888/avatar_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/doowruc" rel="nofollow">doowruc</a>:</strong> I know its been known about for ages but I only just found out tonight:- no MMS on 2G is a big let down&#8230; kinda deflated&#8230;<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/doowruc/statuses/2210287792" rel="nofollow">Wed Jun 17 18:24:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://gregnstuff.blogspot.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/255408125/Me_on_Beach_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/CoolGuyGreg" rel="nofollow">CoolGuyGreg</a>:</strong> loving the landscape view/typing in other apps. Glad to see which phone a contact is calling from<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/CoolGuyGreg/statuses/2210287808" rel="nofollow">Wed Jun 17 18:24:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://taonari.wordpress.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/200395458/IMG_0006_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/taonari" rel="nofollow">taonari</a>:</strong> Chris, what build is the final release?  Is it the same as the GM seed?  (7A341)<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/taonari/statuses/2210288080" rel="nofollow">Wed Jun 17 18:24:05 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.nigelcooke.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/33644302/06102007314_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/monkeyleader" rel="nofollow">monkeyleader</a>:</strong> and it looks like 3.0 has nobbled my version of qik as well .. and no ive not jail-broken #<a
href="http://search.twitter.com/search?q=%23applefail" rel="nofollow">applefail</a><div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/monkeyleader/statuses/2210288291" rel="nofollow">Wed Jun 17 18:24:06 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.paulfromtheinternet.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/87245841/Photo_12_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/laflures" rel="nofollow">laflures</a>:</strong> for the 23 minutes its been out, its pretty amazing! i updated all of my apps, and really cant wait to txt in landscape!<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/laflures/statuses/2210289213" rel="nofollow">Wed Jun 17 18:24:10 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.hackerdude.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/51659902/DavidAvatar_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/hackerdude" rel="nofollow">hackerdude</a>:</strong> Copy&#038;Paste is fantastically well done, and I&#39ll stop using the springboard now that it has spotlight. Apps were getting lost!<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/hackerdude/statuses/2210291131" rel="nofollow">Wed Jun 17 18:24:18 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/261501315/jdills1196_gmail.com_2211f927_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jdills1196" rel="nofollow">jdills1196</a>:</strong> I love itouch 3.0<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jdills1196/statuses/2210296032" rel="nofollow">Wed Jun 17 18:24:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/87901352/n649991669_1019354_3738_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/AustinClark" rel="nofollow">AustinClark</a>:</strong> Landscape keyboard was an improvement that needed to be made, and I&#39m glad. Should have had it from the start though.<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/AustinClark/statuses/2210296134" rel="nofollow">Wed Jun 17 18:24:40 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://nerdish.co.uk" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/115329288/nerdish_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/nerdish" rel="nofollow">nerdish</a>:</strong> Seems great so far, not as laggy as i would have thought on the 3G, love the tethering, Google Street View and Landscape Keyb!<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/nerdish/statuses/2210297935" rel="nofollow">Wed Jun 17 18:24:48 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.beyourhands.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/75888778/IMG_4970_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/JavierPlumey" rel="nofollow">JavierPlumey</a>:</strong> Snappy, responsive, but the lack of MMS is still bothersome. Does AT&#038;T use some kind of remote switch to turn it on?<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/JavierPlumey/statuses/2210299530" rel="nofollow">Wed Jun 17 18:24:56 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://youtube.com/therevivedone" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/58513209/mike.sherlock_gmail.com_b1feaf39_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/blue42richman" rel="nofollow">blue42richman</a>:</strong> OS 3.0 has many features the iPhone should have had since day one. But hey, at least we have them now!<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/blue42richman/statuses/2210300994" rel="nofollow">Wed Jun 17 18:25:02 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.waynewphoto.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/236412501/silly_me2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/wwhaley" rel="nofollow">wwhaley</a>:</strong> Cut and paste was flawless and the added Stereo Bluetooth support is my favorite thing so far.<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/wwhaley/statuses/2210301115" rel="nofollow">Wed Jun 17 18:25:03 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.chicken-studios.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/251384295/Photo_3_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ChickenStudios" rel="nofollow">ChickenStudios</a>:</strong> I&#39m a dev I&#39ve had it a while, just laughing at people going mental on twitter trying to download it.<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ChickenStudios/statuses/2210302910" rel="nofollow">Wed Jun 17 18:25:10 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://twitter.com/NRunner" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/202929053/0_48_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/NRunner" rel="nofollow">NRunner</a>:</strong> loving push with textfree and safari feels a bit smoother.<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/NRunner/statuses/2210305169" rel="nofollow">Wed Jun 17 18:25:20 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/66882707/Photo_2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/JackAaron" rel="nofollow">JackAaron</a>:</strong> It&#39s mostly awesome, although I&#39m not liking the new icon for SMS. Favorite feature has to be search.<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/JackAaron/statuses/2210308492" rel="nofollow">Wed Jun 17 18:25:35 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/59342433/DSC00710_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/O11ie" rel="nofollow">O11ie</a>:</strong> It is quite laggy to begin with and needs some definite speed improvements, but the features are undeniably great!<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/O11ie/statuses/2210311110" rel="nofollow">Wed Jun 17 18:25:46 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://dashtube1.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/119831579/n781290111_4885544_5100_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/1DashTube" rel="nofollow">1DashTube</a>:</strong> It&#39s great. I am loving the record video option!<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/1DashTube/statuses/2210311502" rel="nofollow">Wed Jun 17 18:25:48 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> &#8230;the shake to shuffle can be cool. I also enjoy widescreen typing. Copy paste is great I&#39ve already used it several times&#8230;<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210312013" rel="nofollow">Wed Jun 17 18:25:50 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://static.twitter.com/images/default_profile_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/SeanONullain" rel="nofollow">SeanONullain</a>:</strong> I have it on the iPod touch still looking around love it so far love spotlight great if I&#39m showing my iPod to my freinds<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/SeanONullain/statuses/2210313598" rel="nofollow">Wed Jun 17 18:25:58 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/231079573/Commander_ForSocialNetworks_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/GregoryFire" rel="nofollow">GregoryFire</a>:</strong> I think the update is good, but the 1g iPod touch users are left out.<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/GregoryFire/statuses/2210313995" rel="nofollow">Wed Jun 17 18:25:59 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://flickr.com/photos/enderhegemon/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78321183/lion-o2_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/endersyrinx" rel="nofollow">endersyrinx</a>:</strong> any apps with push notification?<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/endersyrinx/statuses/2210319625" rel="nofollow">Wed Jun 17 18:26:21 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.facebook.com/joshuakylemartin" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/247910612/googoo_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jshmrtn" rel="nofollow">jshmrtn</a>:</strong> aside from the big updates, I&#39ve noticed that applications open/close faster.  Overall, major performace boost.<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jshmrtn/statuses/2210319722" rel="nofollow">Wed Jun 17 18:26:24 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://freedomowl.blogspot.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/237534349/TJ_Cabin_avatar_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/TheRedOwl" rel="nofollow">TheRedOwl</a>:</strong> Spotlight should&#39ve been on the iPhone a long time ago. Still, glad it&#39s finally arrived.<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/TheRedOwl/statuses/2210323006" rel="nofollow">Wed Jun 17 18:26:38 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://fadomac.blogspot.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/86307338/avatar_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ifurnas" rel="nofollow">ifurnas</a>:</strong> iPhone 3.0: really stable and net tethering works fine! Still needs some tuning to achieve the announced performance!<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ifurnas/statuses/2210323087" rel="nofollow">Wed Jun 17 18:26:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://mentalvelocity.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/94647225/Photo_33_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/mentalVelocity" rel="nofollow">mentalVelocity</a>:</strong> 3.0 is more evolution than revolution, but that&#39s a good thing!<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/mentalVelocity/statuses/2210324870" rel="nofollow">Wed Jun 17 18:26:47 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://laser.il.us.makaiwell.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/227618051/cropped_logo_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/MacWannaBe" rel="nofollow">MacWannaBe</a>:</strong> It takes way too long for the device to connect to the wireless network. 2.2.1 connected as I unlocked. 3.0 takes around 4secs<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/MacWannaBe/statuses/2210326012" rel="nofollow">Wed Jun 17 18:26:52 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://comradeyuri.wordpress.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/73398511/IMAGE_075_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/comradeyuri" rel="nofollow">comradeyuri</a>:</strong> iPhone 3.0 is full of features that should have been there from the start, and others that shouldn&#39t be there at all.<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/comradeyuri/statuses/2210326437" rel="nofollow">Wed Jun 17 18:26:54 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://comradeyuri.wordpress.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/73398511/IMAGE_075_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/comradeyuri" rel="nofollow">comradeyuri</a>:</strong> iPhone 3.0 is full of features that should have been there from the start, and others that shouldn&#39t be there at all.<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/comradeyuri/statuses/2210326522" rel="nofollow">Wed Jun 17 18:26:54 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://chuckplayer.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/139012088/chuck128x107_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/chuck_player" rel="nofollow">chuck_player</a>:</strong> Push is nice but the apps will determine how useful. Copy-Paste is a very useful addition, I use it weekly.<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/chuck_player/statuses/2210328728" rel="nofollow">Wed Jun 17 18:27:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> also the ipod touch now has bluetooth capabilities which is nice. The search feature is absolutely wonderful and very helpful.<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210329499" rel="nofollow">Wed Jun 17 18:27:07 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://livingdigitally.tv" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/241147130/Picture_1_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/iphreak" rel="nofollow">iphreak</a>:</strong> Love it, landscape best feature yet. Spotlight already proved useful. Cant wait for the 98 more features!<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/iphreak/statuses/2210334542" rel="nofollow">Wed Jun 17 18:27:30 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/150241788/IMAGE_030_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/dereksalem" rel="nofollow">dereksalem</a>:</strong> although with AT&#038;T it&#39s not quite the second-coming they were foretelling, it&#39s definitely worth the update. Much faster<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/dereksalem/statuses/2210334855" rel="nofollow">Wed Jun 17 18:27:31 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://graemef.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/75951866/3248334026_341573e878_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/GraemeF" rel="nofollow">GraemeF</a>:</strong> A2DP needs some work; lags behind video and controls often don&#39t work.<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/GraemeF/statuses/2210335311" rel="nofollow">Wed Jun 17 18:27:33 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.sonyvaio980tv.piczo.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/208841006/Cool_Rory_Logo_2_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/RoryMitchell" rel="nofollow">RoryMitchell</a>:</strong> My thoughts are its great, but they could have put all of the stuff thats on the 3G S, still I like it and its nice, get it no<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/RoryMitchell/statuses/2210335440" rel="nofollow">Wed Jun 17 18:27:34 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/203419864/Photo_20_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/robby1051" rel="nofollow">robby1051</a>:</strong> seems pretty cool, things work as promised except the notes syncing, no one seems to have figured that out<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/robby1051/statuses/2210336079" rel="nofollow">Wed Jun 17 18:27:37 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.netweaveonline.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/264682079/NW_Logo_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/NetWeave" rel="nofollow">NetWeave</a>:</strong> Search is beautiful and cut and paste an elegant solution for the input method.<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/NetWeave/statuses/2210336676" rel="nofollow">Wed Jun 17 18:27:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.madysondesigns.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/219878657/pancakes_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/MadysonDesigns" rel="nofollow">MadysonDesigns</a>:</strong> Subtler than I thought it would be, but mostly a usability upgrade. Spotlight is going to be invaluable.<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/MadysonDesigns/statuses/2210337077" rel="nofollow">Wed Jun 17 18:27:41 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.uubergeek.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/141827023/uubergeek_gmail.com_3c91c256_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/uubergeek" rel="nofollow">uubergeek</a>:</strong> still downloading since they didn&#39t release it this morning when i had time to work on it&#8230; darn meetings<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/uubergeek/statuses/2210340975" rel="nofollow">Wed Jun 17 18:27:58 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/257184315/photo_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/cybergrex" rel="nofollow">cybergrex</a>:</strong> It&#39s a good update.  I&#39m disapointed at some of the 3GS only updates (like the battery percentage indicator)<div
class="TweetDate">about 25 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/cybergrex/statuses/2210342434" rel="nofollow">Wed Jun 17 18:28:05 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.peartnet.co.nr" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/125887928/3406978672_c2698df73a_o_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/john_peart" rel="nofollow">john_peart</a>:</strong> seems to be much more responsive. Shame apps haven&#39t secretly added push yet. Copy and paste is a dream! MMS good too (O2-UK)<div
class="TweetDate">about 25 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/john_peart/statuses/2210345505" rel="nofollow">Wed Jun 17 18:28:19 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/65827724/Omega0852_Tech__beta_4__normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/omega0851" rel="nofollow">omega0851</a>:</strong> the iPhone 3.0 has been really good i think its made the phone faster and last longer. also cut,copy and paste works great :D<div
class="TweetDate">about 25 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/omega0851/statuses/2210347822" rel="nofollow">Wed Jun 17 18:28:29 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/228980619/n783145606_1138_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/KyleJDuffield" rel="nofollow">KyleJDuffield</a>:</strong> I am happy the lag from you tube is gone. Really nice!<div
class="TweetDate">about 25 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/KyleJDuffield/statuses/2210352241" rel="nofollow">Wed Jun 17 18:28:50 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> Also if you do not hit the sleep button your device&#39s screen will stay on which will drain your battery if you do not&#8230;<div
class="TweetDate">about 24 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210357159" rel="nofollow">Wed Jun 17 18:29:12 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.youtube.com/mobilephone2003" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/53859437/display_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/mobilephone2003" rel="nofollow">mobilephone2003</a>:</strong> Shake-To-Shuffle not working when the iPhone is locked renders the feature useless<div
class="TweetDate">about 24 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/mobilephone2003/statuses/2210358586" rel="nofollow">Wed Jun 17 18:29:18 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78361027/Sigil_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Sigil" rel="nofollow">Sigil</a>:</strong> Home screen organization features are poor!!<div
class="TweetDate">about 24 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Sigil/statuses/2210360675" rel="nofollow">Wed Jun 17 18:29:28 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.dingledorf.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/87288809/xxor-blophoto_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/polerix" rel="nofollow">polerix</a>:</strong> at firsat didn&#39;t think it worked, then i went to itunes, and now i can download podcasts, otherwise&#8230; nothign much<div
class="TweetDate">about 24 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/polerix/statuses/2210366215" rel="nofollow">Wed Jun 17 18:29:53 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://taonari.wordpress.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/200395458/IMG_0006_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/taonari" rel="nofollow">taonari</a>:</strong> I just verified from other tweets that the GM seed is the same build as the final release.<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/taonari/statuses/2210370026" rel="nofollow">Wed Jun 17 18:30:09 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.bookymedia.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/254230244/n648015029_3294049_3194557_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jamesseddon" rel="nofollow">jamesseddon</a>:</strong> underwhelming given the hype, but landscape keyboard and cut, copy and paste are little touches that make a huge difference<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jamesseddon/statuses/2210377416" rel="nofollow">Wed Jun 17 18:30:40 +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> Lovin&#39 the landscape mode in all apps and the global search!<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/JeffCahill/statuses/2210379539" rel="nofollow">Wed Jun 17 18:30:49 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> realize that you have left it on. When you connect your iPod to a dock the volume adjuster dissapears which is just&#8230;<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210379709" rel="nofollow">Wed Jun 17 18:30:50 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://luiwallentin.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/266658434/Picture_2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/luiwallentin" rel="nofollow">luiwallentin</a>:</strong> its great with the tethering and I now have a keyboard with all of my countries special characters. It seems smooth running<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/luiwallentin/statuses/2210380120" rel="nofollow">Wed Jun 17 18:30:52 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://markfraser.me" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/179992282/twit_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/markfraser" rel="nofollow">markfraser</a>:</strong> meh, it&#39s all cool but there&#39s little value really. Mms long overdue but I would not have paid for this update<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/markfraser/statuses/2210382178" rel="nofollow">Wed Jun 17 18:31:01 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://jonathanriehm.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/130623791/3357206211_05cf6f49cd_s_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/JonnyR" rel="nofollow">JonnyR</a>:</strong> Seems much more responsive and snappier than 2.x.  The search is awesome too!<div
class="TweetDate">about 22 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/JonnyR/statuses/2210383023" rel="nofollow">Wed Jun 17 18:31:05 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/81640380/Twitter_Picture_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/fatherfrank" rel="nofollow">fatherfrank</a>:</strong> Feels incomplete without official MMS and tethering support from AT&#038;T.<div
class="TweetDate">about 22 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/fatherfrank/statuses/2210389085" rel="nofollow">Wed Jun 17 18:31:31 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> something new and interesting. Well those are most of my thoughts on the new 3.0 firmware.<div
class="TweetDate">about 22 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210389749" rel="nofollow">Wed Jun 17 18:31:35 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://taonari.wordpress.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/200395458/IMG_0006_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/taonari" rel="nofollow">taonari</a>:</strong> 3.0 feels snappy &#038;  push notifications work great.  I have been testing the AIM beta and love it!  Cut/copy/paste ROCKS!!!<div
class="TweetDate">about 22 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/taonari/statuses/2210389978" rel="nofollow">Wed Jun 17 18:31:35 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.youtube.com/user/iTouchmaster101" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/128198378/3005987003_60f5fd7644_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/iTouchmaster101" rel="nofollow">iTouchmaster101</a>:</strong> 3.0 is amazing, great upgrade!!<div
class="TweetDate">about 22 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/iTouchmaster101/statuses/2210395029" rel="nofollow">Wed Jun 17 18:31:58 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.305TechNews.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/250280929/20090115-ros5_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/13o5" rel="nofollow">13o5</a>:</strong> the OS seems faster from the previous firmwares. Landscape texting FTW. No MMS yet BIG FAIL. iTunes Login/out is REALLY nice.<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/13o5/statuses/2210396943" rel="nofollow">Wed Jun 17 18:32:07 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.addtoany.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/59929241/MASTER_logo_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/micropat" rel="nofollow">micropat</a>:</strong> 3.0 is nearly everything I&#39ve ever wanted iPhone to do. Aside, wish original iPhone got the same MMS software support as 3G.<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/micropat/statuses/2210397601" rel="nofollow">Wed Jun 17 18:32:09 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://caffeinatedman.com" rel="nofollow"><img
src="http://static.twitter.com/images/default_profile_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Cessna154" rel="nofollow">Cessna154</a>:</strong> 3.0 works&#8230;<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Cessna154/statuses/2210398375" rel="nofollow">Wed Jun 17 18:32:13 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://web.me.com/The_Free_Apple_Genius" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/253356680/Apple_Logo__4_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/theapplewizard" rel="nofollow">theapplewizard</a>:</strong> it&#39s a little sluggish bit otherwise it&#39s amazing, it&#39s exactly what I was hoping for<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/theapplewizard/statuses/2210404867" rel="nofollow">Wed Jun 17 18:32:42 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://davidpwns.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/81630613/n511994215_641331_5622_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/David_Ford" rel="nofollow">David_Ford</a>:</strong> Everything seems to be somewhat sped up, Copy/Paste works great, Spotlight works flawlessly so far. Overall: 10/10<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/David_Ford/statuses/2210406058" rel="nofollow">Wed Jun 17 18:32:47 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/69859080/c_laughing_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Colette_Tuteur" rel="nofollow">Colette_Tuteur</a>:</strong> Ohhh iPhone Search!!!!<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Colette_Tuteur/statuses/2210406658" rel="nofollow">Wed Jun 17 18:32:49 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/215798884/App_Store_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/SpringBoardr" rel="nofollow">SpringBoardr</a>:</strong> tad slow, but amazing nonetheless.<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/SpringBoardr/statuses/2210407189" rel="nofollow">Wed Jun 17 18:32:52 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://RazorianFly.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/113202463/newav_april_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/razorianfly" rel="nofollow">razorianfly</a>:</strong> I&#39ve been playing with it for a week now Chris, and the best thing about iPhone OS 3.0 (IMO) is Push Notifications!<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/razorianfly/statuses/2210409036" rel="nofollow">Wed Jun 17 18:33:00 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.johnperezphotography.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/76420354/dark_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/johnxkills" rel="nofollow">johnxkills</a>:</strong> no mms = just another update nothing to exciting<div
class="TweetDate">about 20 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/johnxkills/statuses/2210416595" rel="nofollow">Wed Jun 17 18:33:33 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.waynewphoto.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/236412501/silly_me2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/wwhaley" rel="nofollow">wwhaley</a>:</strong> Also, double clicking Home button brings up a transparent iPod menu instead of going straight to iPod screen!  #<a
href="http://search.twitter.com/search?q=%23iPhone" rel="nofollow">iPhone</a> 3.0<div
class="TweetDate">about 20 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/wwhaley/statuses/2210423346" rel="nofollow">Wed Jun 17 18:34:03 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.BillyFigueroa.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/126837880/Photo_3_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/W1F1" rel="nofollow">W1F1</a>:</strong> I just wish tethering and Video was on 3g AND 3gS<div
class="TweetDate">about 19 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/W1F1/statuses/2210425183" rel="nofollow">Wed Jun 17 18:34:11 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.digitalpure.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/221706738/dpn_125_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/digitalpure" rel="nofollow">digitalpure</a>:</strong> new terms of usage in itunes store DOES open the door for apps to force purchase if you want to download again up to developer<div
class="TweetDate">about 19 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/digitalpure/statuses/2210428103" rel="nofollow">Wed Jun 17 18:34:23 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://hitekreview.blogspot.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78064735/watertemple_2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/KawazoeMasahiro" rel="nofollow">KawazoeMasahiro</a>:</strong> Awesome. It&#39s really fast and I can&#39t wait to see it on a 3GS!<div
class="TweetDate">about 19 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/KawazoeMasahiro/statuses/2210431559" rel="nofollow">Wed Jun 17 18:34:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.myspace.com/foodogtenchi" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/67444903/AVATAR_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/foodogtenchi" rel="nofollow">foodogtenchi</a>:</strong> in general, everything seems a bit smoother, speedier, the new quick search feature is nice, the YouTube log in was my fav.<div
class="TweetDate">about 18 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/foodogtenchi/statuses/2210450426" rel="nofollow">Wed Jun 17 18:36:02 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/97018241/avatar45779_1_normal.gif" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/tazs_10" rel="nofollow">tazs_10</a>:</strong> The landscape keyboard is way easyer to type on virtually no errors when i type<div
class="TweetDate">about 17 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/tazs_10/statuses/2210457682" rel="nofollow">Wed Jun 17 18:36:34 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/226105487/twitter_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/mcnieman" rel="nofollow">mcnieman</a>:</strong> landscape mode for email is great, multiple photo emailing nice as well, lovin it.<div
class="TweetDate">about 17 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/mcnieman/statuses/2210459176" rel="nofollow">Wed Jun 17 18:36:41 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262649162/Photo_5_copy_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/keep1tup" rel="nofollow">keep1tup</a>:</strong> running smooth .. like the landscape keyboard and copy&#038;paste .. wondering what safari&#39s video streaming upgrade is all about<div
class="TweetDate">about 17 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/keep1tup/statuses/2210464052" rel="nofollow">Wed Jun 17 18:37:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/90100253/l_53b259efdcdb079deb38527d2d9fad4c_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Tripleplatinum" rel="nofollow">Tripleplatinum</a>:</strong> I like the 3.0 os. I&#39ve been using it for a week now. It seems faster and more functional. The c/c/p is a lil touchy though.<div
class="TweetDate">about 16 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Tripleplatinum/statuses/2210472968" rel="nofollow">Wed Jun 17 18:37:44 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/215505725/Avatar_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jkls" rel="nofollow">jkls</a>:</strong> Everything works great!  Seems to run faster and smoother.<div
class="TweetDate">about 14 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jkls/statuses/2210491880" rel="nofollow">Wed Jun 17 18:39:09 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://hamexpress.net" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/200963127/2788_533356697288_54707446_31527416_3662104_n.jpg_normal.jpeg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/mtor82" rel="nofollow">mtor82</a>:</strong> where are all the apps with notifications?!<div
class="TweetDate">about 14 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/mtor82/statuses/2210499491" rel="nofollow">Wed Jun 17 18:39:42 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www-scf.usc.edu/~ankurcha" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/195574749/Photo_2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ankurcha" rel="nofollow">ankurcha</a>:</strong> Lots of cool stuff..it looks like this is the best and the most co&#8230; Read More: <a
href="http://is.gd/14DoH" rel="nofollow">http://is.gd/14DoH</a><div
class="TweetDate">about 11 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ankurcha/statuses/2210544746" rel="nofollow">Wed Jun 17 18:43:01 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/207646578/Photo_7_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/strobelite33" rel="nofollow">strobelite33</a>:</strong> spotlight search. I do not know now how I could live without it.<div
class="TweetDate">about 9 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/strobelite33/statuses/2210563013" rel="nofollow">Wed Jun 17 18:44:23 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/183539671/l_98d90ec01d024f2890f36e1b9091c92d.jpg_normal.jpeg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/thegreenforce08" rel="nofollow">thegreenforce08</a>:</strong> Im happy about it<div
class="TweetDate">about 9 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/thegreenforce08/statuses/2210571251" rel="nofollow">Wed Jun 17 18:44:59 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.paulsalzman.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/61762793/me_10-08_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/psimac" rel="nofollow">psimac</a>:</strong> Faster overall, great new video playback control, camera faster &#038; improved exposure system, cut/paste control &#038; mblME great!<div
class="TweetDate">about 8 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/psimac/statuses/2210574407" rel="nofollow">Wed Jun 17 18:45:13 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/179843613/DSC00772_2_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jmccray" rel="nofollow">jmccray</a>:</strong> most definitely push notifications and spotlight!<div
class="TweetDate">about 8 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jmccray/statuses/2210576013" rel="nofollow">Wed Jun 17 18:45:20 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/183539671/l_98d90ec01d024f2890f36e1b9091c92d.jpg_normal.jpeg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/thegreenforce08" rel="nofollow">thegreenforce08</a>:</strong> it runs smooth on my 2G iPhone btw , I just wish I could has all the features such as voice control on my old 2G/3G iPhones.<div
class="TweetDate">about 6 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/thegreenforce08/statuses/2210600981" rel="nofollow">Wed Jun 17 18:47:13 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/67644937/n1062930323_30030614_5608_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ChrisGuimarin" rel="nofollow">ChrisGuimarin</a>:</strong> on my first generation i had very little issues. Some things seem faster. My phone feels hotter. It messed up my app placement<div
class="TweetDate">about 5 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ChrisGuimarin/statuses/2210614475" rel="nofollow">Wed Jun 17 18:48:14 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://idojava.blogspot.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/75399723/ido-mtbo-oz_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/greenido" rel="nofollow">greenido</a>:</strong> it is great! Love the copy/paste and the shortcut to &#39overAll&#39 search function.<div
class="TweetDate">about 3 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/greenido/statuses/2210639490" rel="nofollow">Wed Jun 17 18:50:07 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://friendfeed.com/giggens" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/234136812/PapaSmurf_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Giggens" rel="nofollow">Giggens</a>:</strong> 3.0 is definitely an improvement.<div
class="TweetDate">about 3 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Giggens/statuses/2210645315" rel="nofollow">Wed Jun 17 18:50:33 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://life.wayoutmind.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/106138385/favicon_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/wayoutmind" rel="nofollow">wayoutmind</a>:</strong> The optimizations, enterprise improvements, horizontal keyboard, and basic features that users have been asking for are gr8<div
class="TweetDate">29 seconds ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/wayoutmind/statuses/2210685490" rel="nofollow">Wed Jun 17 18:53:35 +0000 2009</a></div></div></div></div><ul
class="related_post"><li><a
href="http://chris.pirillo.com/is-the-iphone-3g-worth-buying/" title="Is the iPhone 3G Worth Buying?">Is the iPhone 3G Worth Buying?</a></li><li><a
href="http://chris.pirillo.com/apples-announcements-disappoint/" title="Apple&#8217;s Announcements Disappoint">Apple&#8217;s Announcements Disappoint</a></li><li><a
href="http://chris.pirillo.com/apple-ipod-vs-microsoft-zune/" title="Apple iPod vs Microsoft Zune">Apple iPod vs Microsoft Zune</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-enjoy-your-ipod-iphone-without-holding-it/" title="How to Enjoy Your iPod / iPhone without Holding It">How to Enjoy Your iPod / iPhone without Holding It</a></li><li><a
href="http://chris.pirillo.com/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/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/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/">iPhone OS 3.0 Reviews and Opinions</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Apple has officially released the next iPhone operating system. It feels like Christmas to some of us, given that this new version boasts the addition of several long-awaited features (including &#8220;copy and paste&#8221;). I asked my Twitter followers for their initial impressions, and they definitely responded! I used <a
href="http://twickie.pirillo.com/">Twickie</a> to collect the following replies.</p><p>How do you feel about iPhone OS 3.0?</p><div
class="TweetWrapper"><div
class="TweetBody"><a
href="http://www.youtube.com/marquesbrownlee" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/224215705/125_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/MKBHD" rel="nofollow">MKBHD</a>:</strong> It&#39s smooth! (Maybe even a bit better at resource management?)<div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/MKBHD/statuses/2210268752" rel="nofollow">Wed Jun 17 18:22:37 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/216197994/edavatarr2_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/edtrist" rel="nofollow">edtrist</a>:</strong> Excellent. Just trying out all of the features, looking good so far!<div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/edtrist/statuses/2210270492" rel="nofollow">Wed Jun 17 18:22:45 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.nigelcooke.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/33644302/06102007314_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/monkeyleader" rel="nofollow">monkeyleader</a>:</strong> no video stilll &#8230; dam those apple people .. making us pay money for features .. #<a
href="http://search.twitter.com/search?q=%23applefail" rel="nofollow">applefail</a><div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/monkeyleader/statuses/2210270604" rel="nofollow">Wed Jun 17 18:22:45 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/183429112/ray_ban_aviator_large_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/dezwemmer" rel="nofollow">dezwemmer</a>:</strong> I want to but I can&#39t because it cost me money !!<div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/dezwemmer/statuses/2210272605" rel="nofollow">Wed Jun 17 18:22:55 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/81933393/s750840036_4880750_5433_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/djbattaglia" rel="nofollow">djbattaglia</a>:</strong> i cant figure out where this PUSH thing is? i unno its the same to me sofar, i wont kno till 3GS<div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/djbattaglia/statuses/2210273606" rel="nofollow">Wed Jun 17 18:22:59 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/265437371/batmancx7_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/brandondickey" rel="nofollow">brandondickey</a>:</strong> Spotlight search and landscape keyboard FTW!!<div
class="TweetDate">about 31 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/brandondickey/statuses/2210273666" rel="nofollow">Wed Jun 17 18:23:00 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://overdos3.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/243757380/newme_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/dmcphearson" rel="nofollow">dmcphearson</a>:</strong> I really like OS 3.0 but for some reason it will not auto connect to my WiFi. I&#39m gonna try to reinstall the update!<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/dmcphearson/statuses/2210276033" rel="nofollow">Wed Jun 17 18:23:11 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/106210866/blogphoto_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/B00G1T" rel="nofollow">B00G1T</a>:</strong> absolutely love it the mms works great bluetooth works apps load a lot quicker and seems faster overall<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/B00G1T/statuses/2210276166" rel="nofollow">Wed Jun 17 18:23:11 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://thehenry.net" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/61762242/th_1_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/TheHenry" rel="nofollow">TheHenry</a>:</strong> It is a wonderful solid upgrade! I really love the Push Features! :)<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/TheHenry/statuses/2210276915" rel="nofollow">Wed Jun 17 18:23:15 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/94125862/IMG_0069_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/darthlewi" rel="nofollow">darthlewi</a>:</strong> loving the 3.0 software.  where can i get an external microphone for my itouch?<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/darthlewi/statuses/2210279982" rel="nofollow">Wed Jun 17 18:23:28 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/80530460/avatar_2009b_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/GrfxGuru" rel="nofollow">GrfxGuru</a>:</strong> iPod touch 1st gen upgrade went smooth. Spotlight is fast&#8230;and I do mean fast!<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/GrfxGuru/statuses/2210281864" rel="nofollow">Wed Jun 17 18:23:37 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/186629949/Photo_7_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/maxdboy100" rel="nofollow">maxdboy100</a>:</strong> I am liking the landscape keyboard and the copy an paste<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/maxdboy100/statuses/2210281889" rel="nofollow">Wed Jun 17 18:23:37 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/82080651/avatar_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/tat_zizzy" rel="nofollow">tat_zizzy</a>:</strong> 3.0 is pretty good. the landscape keyboard is a welcome update. makes typing in notes a fly!<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/tat_zizzy/statuses/2210282346" rel="nofollow">Wed Jun 17 18:23:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.maturola.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/112232632/2624_60104978921_765743921_1668008_4619778_n_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Maturola" rel="nofollow">Maturola</a>:</strong> I like it, Safari feels faster and the undo/redo when you shake it is great.<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Maturola/statuses/2210284119" rel="nofollow">Wed Jun 17 18:23:47 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/266589340/12768829_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/brandonscott" rel="nofollow">brandonscott</a>:</strong> it&#39s reallllly nice. I love the spotlight and shake to shuffle<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/brandonscott/statuses/2210284203" rel="nofollow">Wed Jun 17 18:23:47 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> Well I&#39m running it on my 2nd gen touch and it can at times be slow but I do like it. It also has shake to shuffle which&#8230;<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210284594" rel="nofollow">Wed Jun 17 18:23:49 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/82080651/avatar_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/tat_zizzy" rel="nofollow">tat_zizzy</a>:</strong> i&#39m waiting to see puch notification being offered by im and mail apps<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/tat_zizzy/statuses/2210287319" rel="nofollow">Wed Jun 17 18:24:02 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.youtube.com/IceflowStudios" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/102743677/Icon_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/IceflowStudios" rel="nofollow">IceflowStudios</a>:</strong> &#8220;Find My iPhone&#8221; works great, but the ability to turn it off should be available ONLY within MobileMe. Not ON the iPhone.<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/IceflowStudios/statuses/2210287689" rel="nofollow">Wed Jun 17 18:24:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/117224888/avatar_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/doowruc" rel="nofollow">doowruc</a>:</strong> I know its been known about for ages but I only just found out tonight:- no MMS on 2G is a big let down&#8230; kinda deflated&#8230;<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/doowruc/statuses/2210287792" rel="nofollow">Wed Jun 17 18:24:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://gregnstuff.blogspot.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/255408125/Me_on_Beach_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/CoolGuyGreg" rel="nofollow">CoolGuyGreg</a>:</strong> loving the landscape view/typing in other apps. Glad to see which phone a contact is calling from<div
class="TweetDate">about 30 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/CoolGuyGreg/statuses/2210287808" rel="nofollow">Wed Jun 17 18:24:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://taonari.wordpress.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/200395458/IMG_0006_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/taonari" rel="nofollow">taonari</a>:</strong> Chris, what build is the final release?  Is it the same as the GM seed?  (7A341)<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/taonari/statuses/2210288080" rel="nofollow">Wed Jun 17 18:24:05 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.nigelcooke.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/33644302/06102007314_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/monkeyleader" rel="nofollow">monkeyleader</a>:</strong> and it looks like 3.0 has nobbled my version of qik as well .. and no ive not jail-broken #<a
href="http://search.twitter.com/search?q=%23applefail" rel="nofollow">applefail</a><div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/monkeyleader/statuses/2210288291" rel="nofollow">Wed Jun 17 18:24:06 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.paulfromtheinternet.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/87245841/Photo_12_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/laflures" rel="nofollow">laflures</a>:</strong> for the 23 minutes its been out, its pretty amazing! i updated all of my apps, and really cant wait to txt in landscape!<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/laflures/statuses/2210289213" rel="nofollow">Wed Jun 17 18:24:10 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.hackerdude.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/51659902/DavidAvatar_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/hackerdude" rel="nofollow">hackerdude</a>:</strong> Copy&#038;Paste is fantastically well done, and I&#39ll stop using the springboard now that it has spotlight. Apps were getting lost!<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/hackerdude/statuses/2210291131" rel="nofollow">Wed Jun 17 18:24:18 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/261501315/jdills1196_gmail.com_2211f927_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jdills1196" rel="nofollow">jdills1196</a>:</strong> I love itouch 3.0<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jdills1196/statuses/2210296032" rel="nofollow">Wed Jun 17 18:24:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/87901352/n649991669_1019354_3738_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/AustinClark" rel="nofollow">AustinClark</a>:</strong> Landscape keyboard was an improvement that needed to be made, and I&#39m glad. Should have had it from the start though.<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/AustinClark/statuses/2210296134" rel="nofollow">Wed Jun 17 18:24:40 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://nerdish.co.uk" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/115329288/nerdish_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/nerdish" rel="nofollow">nerdish</a>:</strong> Seems great so far, not as laggy as i would have thought on the 3G, love the tethering, Google Street View and Landscape Keyb!<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/nerdish/statuses/2210297935" rel="nofollow">Wed Jun 17 18:24:48 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.beyourhands.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/75888778/IMG_4970_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/JavierPlumey" rel="nofollow">JavierPlumey</a>:</strong> Snappy, responsive, but the lack of MMS is still bothersome. Does AT&#038;T use some kind of remote switch to turn it on?<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/JavierPlumey/statuses/2210299530" rel="nofollow">Wed Jun 17 18:24:56 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://youtube.com/therevivedone" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/58513209/mike.sherlock_gmail.com_b1feaf39_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/blue42richman" rel="nofollow">blue42richman</a>:</strong> OS 3.0 has many features the iPhone should have had since day one. But hey, at least we have them now!<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/blue42richman/statuses/2210300994" rel="nofollow">Wed Jun 17 18:25:02 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.waynewphoto.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/236412501/silly_me2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/wwhaley" rel="nofollow">wwhaley</a>:</strong> Cut and paste was flawless and the added Stereo Bluetooth support is my favorite thing so far.<div
class="TweetDate">about 29 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/wwhaley/statuses/2210301115" rel="nofollow">Wed Jun 17 18:25:03 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.chicken-studios.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/251384295/Photo_3_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ChickenStudios" rel="nofollow">ChickenStudios</a>:</strong> I&#39m a dev I&#39ve had it a while, just laughing at people going mental on twitter trying to download it.<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ChickenStudios/statuses/2210302910" rel="nofollow">Wed Jun 17 18:25:10 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://twitter.com/NRunner" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/202929053/0_48_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/NRunner" rel="nofollow">NRunner</a>:</strong> loving push with textfree and safari feels a bit smoother.<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/NRunner/statuses/2210305169" rel="nofollow">Wed Jun 17 18:25:20 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/66882707/Photo_2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/JackAaron" rel="nofollow">JackAaron</a>:</strong> It&#39s mostly awesome, although I&#39m not liking the new icon for SMS. Favorite feature has to be search.<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/JackAaron/statuses/2210308492" rel="nofollow">Wed Jun 17 18:25:35 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/59342433/DSC00710_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/O11ie" rel="nofollow">O11ie</a>:</strong> It is quite laggy to begin with and needs some definite speed improvements, but the features are undeniably great!<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/O11ie/statuses/2210311110" rel="nofollow">Wed Jun 17 18:25:46 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://dashtube1.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/119831579/n781290111_4885544_5100_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/1DashTube" rel="nofollow">1DashTube</a>:</strong> It&#39s great. I am loving the record video option!<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/1DashTube/statuses/2210311502" rel="nofollow">Wed Jun 17 18:25:48 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> &#8230;the shake to shuffle can be cool. I also enjoy widescreen typing. Copy paste is great I&#39ve already used it several times&#8230;<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210312013" rel="nofollow">Wed Jun 17 18:25:50 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://static.twitter.com/images/default_profile_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/SeanONullain" rel="nofollow">SeanONullain</a>:</strong> I have it on the iPod touch still looking around love it so far love spotlight great if I&#39m showing my iPod to my freinds<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/SeanONullain/statuses/2210313598" rel="nofollow">Wed Jun 17 18:25:58 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/231079573/Commander_ForSocialNetworks_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/GregoryFire" rel="nofollow">GregoryFire</a>:</strong> I think the update is good, but the 1g iPod touch users are left out.<div
class="TweetDate">about 28 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/GregoryFire/statuses/2210313995" rel="nofollow">Wed Jun 17 18:25:59 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://flickr.com/photos/enderhegemon/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78321183/lion-o2_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/endersyrinx" rel="nofollow">endersyrinx</a>:</strong> any apps with push notification?<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/endersyrinx/statuses/2210319625" rel="nofollow">Wed Jun 17 18:26:21 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.facebook.com/joshuakylemartin" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/247910612/googoo_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jshmrtn" rel="nofollow">jshmrtn</a>:</strong> aside from the big updates, I&#39ve noticed that applications open/close faster.  Overall, major performace boost.<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jshmrtn/statuses/2210319722" rel="nofollow">Wed Jun 17 18:26:24 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://freedomowl.blogspot.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/237534349/TJ_Cabin_avatar_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/TheRedOwl" rel="nofollow">TheRedOwl</a>:</strong> Spotlight should&#39ve been on the iPhone a long time ago. Still, glad it&#39s finally arrived.<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/TheRedOwl/statuses/2210323006" rel="nofollow">Wed Jun 17 18:26:38 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://fadomac.blogspot.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/86307338/avatar_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ifurnas" rel="nofollow">ifurnas</a>:</strong> iPhone 3.0: really stable and net tethering works fine! Still needs some tuning to achieve the announced performance!<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ifurnas/statuses/2210323087" rel="nofollow">Wed Jun 17 18:26:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://mentalvelocity.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/94647225/Photo_33_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/mentalVelocity" rel="nofollow">mentalVelocity</a>:</strong> 3.0 is more evolution than revolution, but that&#39s a good thing!<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/mentalVelocity/statuses/2210324870" rel="nofollow">Wed Jun 17 18:26:47 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://laser.il.us.makaiwell.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/227618051/cropped_logo_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/MacWannaBe" rel="nofollow">MacWannaBe</a>:</strong> It takes way too long for the device to connect to the wireless network. 2.2.1 connected as I unlocked. 3.0 takes around 4secs<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/MacWannaBe/statuses/2210326012" rel="nofollow">Wed Jun 17 18:26:52 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://comradeyuri.wordpress.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/73398511/IMAGE_075_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/comradeyuri" rel="nofollow">comradeyuri</a>:</strong> iPhone 3.0 is full of features that should have been there from the start, and others that shouldn&#39t be there at all.<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/comradeyuri/statuses/2210326437" rel="nofollow">Wed Jun 17 18:26:54 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://comradeyuri.wordpress.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/73398511/IMAGE_075_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/comradeyuri" rel="nofollow">comradeyuri</a>:</strong> iPhone 3.0 is full of features that should have been there from the start, and others that shouldn&#39t be there at all.<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/comradeyuri/statuses/2210326522" rel="nofollow">Wed Jun 17 18:26:54 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://chuckplayer.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/139012088/chuck128x107_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/chuck_player" rel="nofollow">chuck_player</a>:</strong> Push is nice but the apps will determine how useful. Copy-Paste is a very useful addition, I use it weekly.<div
class="TweetDate">about 27 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/chuck_player/statuses/2210328728" rel="nofollow">Wed Jun 17 18:27:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> also the ipod touch now has bluetooth capabilities which is nice. The search feature is absolutely wonderful and very helpful.<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210329499" rel="nofollow">Wed Jun 17 18:27:07 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://livingdigitally.tv" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/241147130/Picture_1_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/iphreak" rel="nofollow">iphreak</a>:</strong> Love it, landscape best feature yet. Spotlight already proved useful. Cant wait for the 98 more features!<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/iphreak/statuses/2210334542" rel="nofollow">Wed Jun 17 18:27:30 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/150241788/IMAGE_030_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/dereksalem" rel="nofollow">dereksalem</a>:</strong> although with AT&#038;T it&#39s not quite the second-coming they were foretelling, it&#39s definitely worth the update. Much faster<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/dereksalem/statuses/2210334855" rel="nofollow">Wed Jun 17 18:27:31 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://graemef.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/75951866/3248334026_341573e878_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/GraemeF" rel="nofollow">GraemeF</a>:</strong> A2DP needs some work; lags behind video and controls often don&#39t work.<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/GraemeF/statuses/2210335311" rel="nofollow">Wed Jun 17 18:27:33 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.sonyvaio980tv.piczo.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/208841006/Cool_Rory_Logo_2_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/RoryMitchell" rel="nofollow">RoryMitchell</a>:</strong> My thoughts are its great, but they could have put all of the stuff thats on the 3G S, still I like it and its nice, get it no<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/RoryMitchell/statuses/2210335440" rel="nofollow">Wed Jun 17 18:27:34 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/203419864/Photo_20_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/robby1051" rel="nofollow">robby1051</a>:</strong> seems pretty cool, things work as promised except the notes syncing, no one seems to have figured that out<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/robby1051/statuses/2210336079" rel="nofollow">Wed Jun 17 18:27:37 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.netweaveonline.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/264682079/NW_Logo_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/NetWeave" rel="nofollow">NetWeave</a>:</strong> Search is beautiful and cut and paste an elegant solution for the input method.<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/NetWeave/statuses/2210336676" rel="nofollow">Wed Jun 17 18:27:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.madysondesigns.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/219878657/pancakes_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/MadysonDesigns" rel="nofollow">MadysonDesigns</a>:</strong> Subtler than I thought it would be, but mostly a usability upgrade. Spotlight is going to be invaluable.<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/MadysonDesigns/statuses/2210337077" rel="nofollow">Wed Jun 17 18:27:41 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.uubergeek.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/141827023/uubergeek_gmail.com_3c91c256_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/uubergeek" rel="nofollow">uubergeek</a>:</strong> still downloading since they didn&#39t release it this morning when i had time to work on it&#8230; darn meetings<div
class="TweetDate">about 26 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/uubergeek/statuses/2210340975" rel="nofollow">Wed Jun 17 18:27:58 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/257184315/photo_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/cybergrex" rel="nofollow">cybergrex</a>:</strong> It&#39s a good update.  I&#39m disapointed at some of the 3GS only updates (like the battery percentage indicator)<div
class="TweetDate">about 25 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/cybergrex/statuses/2210342434" rel="nofollow">Wed Jun 17 18:28:05 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.peartnet.co.nr" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/125887928/3406978672_c2698df73a_o_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/john_peart" rel="nofollow">john_peart</a>:</strong> seems to be much more responsive. Shame apps haven&#39t secretly added push yet. Copy and paste is a dream! MMS good too (O2-UK)<div
class="TweetDate">about 25 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/john_peart/statuses/2210345505" rel="nofollow">Wed Jun 17 18:28:19 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/65827724/Omega0852_Tech__beta_4__normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/omega0851" rel="nofollow">omega0851</a>:</strong> the iPhone 3.0 has been really good i think its made the phone faster and last longer. also cut,copy and paste works great :D<div
class="TweetDate">about 25 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/omega0851/statuses/2210347822" rel="nofollow">Wed Jun 17 18:28:29 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/228980619/n783145606_1138_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/KyleJDuffield" rel="nofollow">KyleJDuffield</a>:</strong> I am happy the lag from you tube is gone. Really nice!<div
class="TweetDate">about 25 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/KyleJDuffield/statuses/2210352241" rel="nofollow">Wed Jun 17 18:28:50 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> Also if you do not hit the sleep button your device&#39s screen will stay on which will drain your battery if you do not&#8230;<div
class="TweetDate">about 24 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210357159" rel="nofollow">Wed Jun 17 18:29:12 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.youtube.com/mobilephone2003" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/53859437/display_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/mobilephone2003" rel="nofollow">mobilephone2003</a>:</strong> Shake-To-Shuffle not working when the iPhone is locked renders the feature useless<div
class="TweetDate">about 24 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/mobilephone2003/statuses/2210358586" rel="nofollow">Wed Jun 17 18:29:18 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78361027/Sigil_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Sigil" rel="nofollow">Sigil</a>:</strong> Home screen organization features are poor!!<div
class="TweetDate">about 24 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Sigil/statuses/2210360675" rel="nofollow">Wed Jun 17 18:29:28 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.dingledorf.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/87288809/xxor-blophoto_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/polerix" rel="nofollow">polerix</a>:</strong> at firsat didn&#39;t think it worked, then i went to itunes, and now i can download podcasts, otherwise&#8230; nothign much<div
class="TweetDate">about 24 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/polerix/statuses/2210366215" rel="nofollow">Wed Jun 17 18:29:53 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://taonari.wordpress.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/200395458/IMG_0006_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/taonari" rel="nofollow">taonari</a>:</strong> I just verified from other tweets that the GM seed is the same build as the final release.<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/taonari/statuses/2210370026" rel="nofollow">Wed Jun 17 18:30:09 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.bookymedia.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/254230244/n648015029_3294049_3194557_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jamesseddon" rel="nofollow">jamesseddon</a>:</strong> underwhelming given the hype, but landscape keyboard and cut, copy and paste are little touches that make a huge difference<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jamesseddon/statuses/2210377416" rel="nofollow">Wed Jun 17 18:30:40 +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> Lovin&#39 the landscape mode in all apps and the global search!<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/JeffCahill/statuses/2210379539" rel="nofollow">Wed Jun 17 18:30:49 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> realize that you have left it on. When you connect your iPod to a dock the volume adjuster dissapears which is just&#8230;<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210379709" rel="nofollow">Wed Jun 17 18:30:50 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://luiwallentin.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/266658434/Picture_2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/luiwallentin" rel="nofollow">luiwallentin</a>:</strong> its great with the tethering and I now have a keyboard with all of my countries special characters. It seems smooth running<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/luiwallentin/statuses/2210380120" rel="nofollow">Wed Jun 17 18:30:52 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://markfraser.me" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/179992282/twit_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/markfraser" rel="nofollow">markfraser</a>:</strong> meh, it&#39s all cool but there&#39s little value really. Mms long overdue but I would not have paid for this update<div
class="TweetDate">about 23 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/markfraser/statuses/2210382178" rel="nofollow">Wed Jun 17 18:31:01 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://jonathanriehm.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/130623791/3357206211_05cf6f49cd_s_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/JonnyR" rel="nofollow">JonnyR</a>:</strong> Seems much more responsive and snappier than 2.x.  The search is awesome too!<div
class="TweetDate">about 22 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/JonnyR/statuses/2210383023" rel="nofollow">Wed Jun 17 18:31:05 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/81640380/Twitter_Picture_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/fatherfrank" rel="nofollow">fatherfrank</a>:</strong> Feels incomplete without official MMS and tethering support from AT&#038;T.<div
class="TweetDate">about 22 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/fatherfrank/statuses/2210389085" rel="nofollow">Wed Jun 17 18:31:31 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262181677/IMG_1162_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jackola45" rel="nofollow">jackola45</a>:</strong> something new and interesting. Well those are most of my thoughts on the new 3.0 firmware.<div
class="TweetDate">about 22 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jackola45/statuses/2210389749" rel="nofollow">Wed Jun 17 18:31:35 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://taonari.wordpress.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/200395458/IMG_0006_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/taonari" rel="nofollow">taonari</a>:</strong> 3.0 feels snappy &#038;  push notifications work great.  I have been testing the AIM beta and love it!  Cut/copy/paste ROCKS!!!<div
class="TweetDate">about 22 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/taonari/statuses/2210389978" rel="nofollow">Wed Jun 17 18:31:35 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.youtube.com/user/iTouchmaster101" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/128198378/3005987003_60f5fd7644_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/iTouchmaster101" rel="nofollow">iTouchmaster101</a>:</strong> 3.0 is amazing, great upgrade!!<div
class="TweetDate">about 22 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/iTouchmaster101/statuses/2210395029" rel="nofollow">Wed Jun 17 18:31:58 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.305TechNews.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/250280929/20090115-ros5_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/13o5" rel="nofollow">13o5</a>:</strong> the OS seems faster from the previous firmwares. Landscape texting FTW. No MMS yet BIG FAIL. iTunes Login/out is REALLY nice.<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/13o5/statuses/2210396943" rel="nofollow">Wed Jun 17 18:32:07 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.addtoany.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/59929241/MASTER_logo_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/micropat" rel="nofollow">micropat</a>:</strong> 3.0 is nearly everything I&#39ve ever wanted iPhone to do. Aside, wish original iPhone got the same MMS software support as 3G.<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/micropat/statuses/2210397601" rel="nofollow">Wed Jun 17 18:32:09 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://caffeinatedman.com" rel="nofollow"><img
src="http://static.twitter.com/images/default_profile_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Cessna154" rel="nofollow">Cessna154</a>:</strong> 3.0 works&#8230;<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Cessna154/statuses/2210398375" rel="nofollow">Wed Jun 17 18:32:13 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://web.me.com/The_Free_Apple_Genius" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/253356680/Apple_Logo__4_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/theapplewizard" rel="nofollow">theapplewizard</a>:</strong> it&#39s a little sluggish bit otherwise it&#39s amazing, it&#39s exactly what I was hoping for<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/theapplewizard/statuses/2210404867" rel="nofollow">Wed Jun 17 18:32:42 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://davidpwns.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/81630613/n511994215_641331_5622_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/David_Ford" rel="nofollow">David_Ford</a>:</strong> Everything seems to be somewhat sped up, Copy/Paste works great, Spotlight works flawlessly so far. Overall: 10/10<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/David_Ford/statuses/2210406058" rel="nofollow">Wed Jun 17 18:32:47 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/69859080/c_laughing_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Colette_Tuteur" rel="nofollow">Colette_Tuteur</a>:</strong> Ohhh iPhone Search!!!!<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Colette_Tuteur/statuses/2210406658" rel="nofollow">Wed Jun 17 18:32:49 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/215798884/App_Store_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/SpringBoardr" rel="nofollow">SpringBoardr</a>:</strong> tad slow, but amazing nonetheless.<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/SpringBoardr/statuses/2210407189" rel="nofollow">Wed Jun 17 18:32:52 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://RazorianFly.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/113202463/newav_april_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/razorianfly" rel="nofollow">razorianfly</a>:</strong> I&#39ve been playing with it for a week now Chris, and the best thing about iPhone OS 3.0 (IMO) is Push Notifications!<div
class="TweetDate">about 21 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/razorianfly/statuses/2210409036" rel="nofollow">Wed Jun 17 18:33:00 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.johnperezphotography.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/76420354/dark_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/johnxkills" rel="nofollow">johnxkills</a>:</strong> no mms = just another update nothing to exciting<div
class="TweetDate">about 20 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/johnxkills/statuses/2210416595" rel="nofollow">Wed Jun 17 18:33:33 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.waynewphoto.com/" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/236412501/silly_me2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/wwhaley" rel="nofollow">wwhaley</a>:</strong> Also, double clicking Home button brings up a transparent iPod menu instead of going straight to iPod screen!  #<a
href="http://search.twitter.com/search?q=%23iPhone" rel="nofollow">iPhone</a> 3.0<div
class="TweetDate">about 20 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/wwhaley/statuses/2210423346" rel="nofollow">Wed Jun 17 18:34:03 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.BillyFigueroa.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/126837880/Photo_3_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/W1F1" rel="nofollow">W1F1</a>:</strong> I just wish tethering and Video was on 3g AND 3gS<div
class="TweetDate">about 19 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/W1F1/statuses/2210425183" rel="nofollow">Wed Jun 17 18:34:11 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.digitalpure.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/221706738/dpn_125_normal.png" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/digitalpure" rel="nofollow">digitalpure</a>:</strong> new terms of usage in itunes store DOES open the door for apps to force purchase if you want to download again up to developer<div
class="TweetDate">about 19 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/digitalpure/statuses/2210428103" rel="nofollow">Wed Jun 17 18:34:23 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://hitekreview.blogspot.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/78064735/watertemple_2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/KawazoeMasahiro" rel="nofollow">KawazoeMasahiro</a>:</strong> Awesome. It&#39s really fast and I can&#39t wait to see it on a 3GS!<div
class="TweetDate">about 19 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/KawazoeMasahiro/statuses/2210431559" rel="nofollow">Wed Jun 17 18:34:39 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.myspace.com/foodogtenchi" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/67444903/AVATAR_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/foodogtenchi" rel="nofollow">foodogtenchi</a>:</strong> in general, everything seems a bit smoother, speedier, the new quick search feature is nice, the YouTube log in was my fav.<div
class="TweetDate">about 18 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/foodogtenchi/statuses/2210450426" rel="nofollow">Wed Jun 17 18:36:02 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/97018241/avatar45779_1_normal.gif" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/tazs_10" rel="nofollow">tazs_10</a>:</strong> The landscape keyboard is way easyer to type on virtually no errors when i type<div
class="TweetDate">about 17 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/tazs_10/statuses/2210457682" rel="nofollow">Wed Jun 17 18:36:34 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/226105487/twitter_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/mcnieman" rel="nofollow">mcnieman</a>:</strong> landscape mode for email is great, multiple photo emailing nice as well, lovin it.<div
class="TweetDate">about 17 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/mcnieman/statuses/2210459176" rel="nofollow">Wed Jun 17 18:36:41 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/262649162/Photo_5_copy_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/keep1tup" rel="nofollow">keep1tup</a>:</strong> running smooth .. like the landscape keyboard and copy&#038;paste .. wondering what safari&#39s video streaming upgrade is all about<div
class="TweetDate">about 17 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/keep1tup/statuses/2210464052" rel="nofollow">Wed Jun 17 18:37:04 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/90100253/l_53b259efdcdb079deb38527d2d9fad4c_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Tripleplatinum" rel="nofollow">Tripleplatinum</a>:</strong> I like the 3.0 os. I&#39ve been using it for a week now. It seems faster and more functional. The c/c/p is a lil touchy though.<div
class="TweetDate">about 16 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Tripleplatinum/statuses/2210472968" rel="nofollow">Wed Jun 17 18:37:44 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/215505725/Avatar_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jkls" rel="nofollow">jkls</a>:</strong> Everything works great!  Seems to run faster and smoother.<div
class="TweetDate">about 14 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jkls/statuses/2210491880" rel="nofollow">Wed Jun 17 18:39:09 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://hamexpress.net" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/200963127/2788_533356697288_54707446_31527416_3662104_n.jpg_normal.jpeg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/mtor82" rel="nofollow">mtor82</a>:</strong> where are all the apps with notifications?!<div
class="TweetDate">about 14 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/mtor82/statuses/2210499491" rel="nofollow">Wed Jun 17 18:39:42 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www-scf.usc.edu/~ankurcha" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/195574749/Photo_2_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ankurcha" rel="nofollow">ankurcha</a>:</strong> Lots of cool stuff..it looks like this is the best and the most co&#8230; Read More: <a
href="http://is.gd/14DoH" rel="nofollow">http://is.gd/14DoH</a><div
class="TweetDate">about 11 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ankurcha/statuses/2210544746" rel="nofollow">Wed Jun 17 18:43:01 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/207646578/Photo_7_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/strobelite33" rel="nofollow">strobelite33</a>:</strong> spotlight search. I do not know now how I could live without it.<div
class="TweetDate">about 9 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/strobelite33/statuses/2210563013" rel="nofollow">Wed Jun 17 18:44:23 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/183539671/l_98d90ec01d024f2890f36e1b9091c92d.jpg_normal.jpeg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/thegreenforce08" rel="nofollow">thegreenforce08</a>:</strong> Im happy about it<div
class="TweetDate">about 9 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/thegreenforce08/statuses/2210571251" rel="nofollow">Wed Jun 17 18:44:59 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://www.paulsalzman.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/61762793/me_10-08_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/psimac" rel="nofollow">psimac</a>:</strong> Faster overall, great new video playback control, camera faster &#038; improved exposure system, cut/paste control &#038; mblME great!<div
class="TweetDate">about 8 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/psimac/statuses/2210574407" rel="nofollow">Wed Jun 17 18:45:13 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/179843613/DSC00772_2_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/jmccray" rel="nofollow">jmccray</a>:</strong> most definitely push notifications and spotlight!<div
class="TweetDate">about 8 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/jmccray/statuses/2210576013" rel="nofollow">Wed Jun 17 18:45:20 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/183539671/l_98d90ec01d024f2890f36e1b9091c92d.jpg_normal.jpeg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/thegreenforce08" rel="nofollow">thegreenforce08</a>:</strong> it runs smooth on my 2G iPhone btw , I just wish I could has all the features such as voice control on my old 2G/3G iPhones.<div
class="TweetDate">about 6 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/thegreenforce08/statuses/2210600981" rel="nofollow">Wed Jun 17 18:47:13 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="#" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/67644937/n1062930323_30030614_5608_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/ChrisGuimarin" rel="nofollow">ChrisGuimarin</a>:</strong> on my first generation i had very little issues. Some things seem faster. My phone feels hotter. It messed up my app placement<div
class="TweetDate">about 5 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/ChrisGuimarin/statuses/2210614475" rel="nofollow">Wed Jun 17 18:48:14 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://idojava.blogspot.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/75399723/ido-mtbo-oz_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/greenido" rel="nofollow">greenido</a>:</strong> it is great! Love the copy/paste and the shortcut to &#39overAll&#39 search function.<div
class="TweetDate">about 3 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/greenido/statuses/2210639490" rel="nofollow">Wed Jun 17 18:50:07 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://friendfeed.com/giggens" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/234136812/PapaSmurf_normal.JPG" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/Giggens" rel="nofollow">Giggens</a>:</strong> 3.0 is definitely an improvement.<div
class="TweetDate">about 3 minutes ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/Giggens/statuses/2210645315" rel="nofollow">Wed Jun 17 18:50:33 +0000 2009</a></div></div></div><div
class="TweetBody"><a
href="http://life.wayoutmind.com" rel="nofollow"><img
src="http://s3.amazonaws.com/twitter_production/profile_images/106138385/favicon_normal.jpg" class="TweetAvatar" /></a><div
class="TweetStatus"><strong><a
href="http://twitter.com/wayoutmind" rel="nofollow">wayoutmind</a>:</strong> The optimizations, enterprise improvements, horizontal keyboard, and basic features that users have been asking for are gr8<div
class="TweetDate">29 seconds ago</div><div
class="TweetPermalink"><a
href="http://twitter.com/wayoutmind/statuses/2210685490" rel="nofollow">Wed Jun 17 18:53:35 +0000 2009</a></div></div></div></div><ul
class="related_post"><li><a
href="http://chris.pirillo.com/is-the-iphone-3g-worth-buying/" title="Is the iPhone 3G Worth Buying?">Is the iPhone 3G Worth Buying?</a></li><li><a
href="http://chris.pirillo.com/apples-announcements-disappoint/" title="Apple&#8217;s Announcements Disappoint">Apple&#8217;s Announcements Disappoint</a></li><li><a
href="http://chris.pirillo.com/apple-ipod-vs-microsoft-zune/" title="Apple iPod vs Microsoft Zune">Apple iPod vs Microsoft Zune</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-enjoy-your-ipod-iphone-without-holding-it/" title="How to Enjoy Your iPod / iPhone without Holding It">How to Enjoy Your iPod / iPhone without Holding It</a></li><li><a
href="http://chris.pirillo.com/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/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/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Google Hates Apple</title><link>http://chris.pirillo.com/google-hates-apple/</link> <comments>http://chris.pirillo.com/google-hates-apple/#comments</comments> <pubDate>Tue, 09 Jun 2009 22:08:18 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Photos]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[google]]></category> <category><![CDATA[logo]]></category><guid
isPermaLink="false">http://chris.pirillo.com/google-hates-apple/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/google-hates-apple/">Google Hates Apple</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><a
href="http://www.flickr.com/photos/lockergnome/3611494381/" title="Google Hates Apple by l0ckergn0me, on Flickr"><img
src="http://farm3.static.flickr.com/2477/3611494381_e9eb8846b0_o.png" width="1306" height="976" alt="Google Hates Apple" /></a></p><p>For some reason, Google isn&#8217;t indexing the  logo. Granted, you have to be using Mac OS X to see  in the first place. Try <a
href="http://www.google.com/search?&#038;q=">the search</a> for yourself. If that link doesn&#8217;t include the Apple logo, try <a
href="http://bit.ly/appsnub">this search</a> instead &#8211; which may not work properly if (again) you&#8217;re not using Mac OS X. This doesn&#8217;t really mean anything in the grand scheme of things, but I thought it was interesting enough to point out.<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/how-to-surf/" title="How to Surf">How to Surf</a></li><li><a
href="http://chris.pirillo.com/do-you-want-a-google-car/" title="Do You Want a Google Car?">Do You Want a Google Car?</a></li><li><a
href="http://chris.pirillo.com/google-goes-sesame-street/" title="Google Goes Sesame Street">Google Goes Sesame Street</a></li><li><a
href="http://chris.pirillo.com/google-seattle/" title="Google Seattle">Google Seattle</a></li><li><a
href="http://chris.pirillo.com/do-your-research-on-every-topic/" title="Do Your Research &#8211; on Every Topic">Do Your Research &#8211; on Every Topic</a></li><li><a
href="http://chris.pirillo.com/how-to-improve-internet-explorer/" title="How to Improve Internet Explorer">How to Improve Internet Explorer</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/do-you-want-to-have-a-pillow-fight/" title="Do You Want to Have a Pillow Fight?">Do You Want to Have a Pillow Fight?</a></li><li><a
href="http://chris.pirillo.com/gmail-labs/" title="Gmail Labs">Gmail Labs</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/google-hates-apple/">Google Hates Apple</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><a
href="http://www.flickr.com/photos/lockergnome/3611494381/" title="Google Hates Apple by l0ckergn0me, on Flickr"><img
src="http://farm3.static.flickr.com/2477/3611494381_e9eb8846b0_o.png" width="1306" height="976" alt="Google Hates Apple" /></a></p><p>For some reason, Google isn&#8217;t indexing the  logo. Granted, you have to be using Mac OS X to see  in the first place. Try <a
href="http://www.google.com/search?&#038;q=">the search</a> for yourself. If that link doesn&#8217;t include the Apple logo, try <a
href="http://bit.ly/appsnub">this search</a> instead &#8211; which may not work properly if (again) you&#8217;re not using Mac OS X. This doesn&#8217;t really mean anything in the grand scheme of things, but I thought it was interesting enough to point out.<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/how-to-surf/" title="How to Surf">How to Surf</a></li><li><a
href="http://chris.pirillo.com/do-you-want-a-google-car/" title="Do You Want a Google Car?">Do You Want a Google Car?</a></li><li><a
href="http://chris.pirillo.com/google-goes-sesame-street/" title="Google Goes Sesame Street">Google Goes Sesame Street</a></li><li><a
href="http://chris.pirillo.com/google-seattle/" title="Google Seattle">Google Seattle</a></li><li><a
href="http://chris.pirillo.com/do-your-research-on-every-topic/" title="Do Your Research &#8211; on Every Topic">Do Your Research &#8211; on Every Topic</a></li><li><a
href="http://chris.pirillo.com/how-to-improve-internet-explorer/" title="How to Improve Internet Explorer">How to Improve Internet Explorer</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/do-you-want-to-have-a-pillow-fight/" title="Do You Want to Have a Pillow Fight?">Do You Want to Have a Pillow Fight?</a></li><li><a
href="http://chris.pirillo.com/gmail-labs/" title="Gmail Labs">Gmail Labs</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/google-hates-apple/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Mother&#8217;s Day iPod</title><link>http://chris.pirillo.com/mothers-day-ipod/</link> <comments>http://chris.pirillo.com/mothers-day-ipod/#comments</comments> <pubDate>Fri, 22 May 2009 05:25:15 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Holidays]]></category> <category><![CDATA[Life]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[family]]></category> <category><![CDATA[gift]]></category> <category><![CDATA[iPod]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[mom]]></category> <category><![CDATA[mothers-day]]></category> <category><![CDATA[present]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13279</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/mothers-day-ipod/">Mother&#8217;s Day iPod</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/J98P67FrPyg&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/J98P67FrPyg&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br
/> <a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p>I was fortunate to have my mom with me during Mother&#8217;s Day this year. I gave her an iPod, which is kind of funny. Up until now, she&#8217;s never wanted one. She had no idea how they worked, nor if she&#8217;d ever use the thing. She took it into an Apple store with her, and explained she had no clue what to do. They talked in circles around her about syncing and such. She walked out more confused than when they started.</p><p>Mom is a trooper though! She says that when she gets home, she will sync the iPod, since she has to choose between &#8220;sync or swim&#8221;. Yes &#8211; I get my sense of humor from her. She loves technology, of course. She still has the first transistor radio her father bought her several years ago &#8211; and it still works!</p><p>The iPod I bought for her was personalized, and even has her email address engraved on the back. During the video, I taught her to open the browser and search for something using the touch screen. I explained to her about Apps, and I have a feeling once she dives into looking at them she&#8217;ll go crazy! There are just so many cool things she can do using her iPod.</p><p>Did she roll her eyes when I told her she could subscribe to my podcast?!?! Seriously?!?!</p><p>Just kidding, Mom. You know I love you, and think you&#8217;re the best. Happy Mother&#8217;s Day!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHULK0/lockergnome'>Premium Bundle for iPod Touch 2nd Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Black</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHUY8E/lockergnome'>Premium Bundle for iPod Touch 2nd Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Blue</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHULLO/lockergnome'>Premium Bundle for iPod Nano 4th Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Black</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00195GAMW/lockergnome'>Belkin TuneFM Transmitter for iPod (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000EF3D4Q/lockergnome'>DLO TransPod All-in-One Car Solution for iPod (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006Q0N2S/lockergnome'>Monster Cable iAirPlay Charger for iPod (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0014KLYD2/lockergnome'>iLuv Power Kit for iPhone &#038; iPod &#8211; Black (I159)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0013ODU9U/lockergnome'>Soundkase | IPCHRG | 12v Car Charger for iPod &#038; iPod Mini</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001P2SW34/lockergnome'>Jvc Cd Receiver</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/J98P67FrPyg&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/J98P67FrPyg&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/appletv/" title="AppleTV">AppleTV</a></li><li><a
href="http://chris.pirillo.com/helping-ponzi-with-her-ipod/" title="Helping Ponzi with her iPod">Helping Ponzi with her iPod</a></li><li><a
href="http://chris.pirillo.com/apples-announcements-disappoint/" title="Apple&#8217;s Announcements Disappoint">Apple&#8217;s Announcements Disappoint</a></li><li><a
href="http://chris.pirillo.com/nintendo-ds-giveaway-guidelines/" title="Nintendo DS Giveaway Guidelines">Nintendo DS Giveaway Guidelines</a></li><li><a
href="http://chris.pirillo.com/apple-idontcare/" title="Apple iDontcare">Apple iDontcare</a></li><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/mothers-day-ipod/">Mother&#8217;s Day iPod</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/J98P67FrPyg&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/J98P67FrPyg&#038;hl=en&#038;fs=1&#038;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="264"></embed></object><br
/> <a
href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a
href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a
href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a
href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p><p>I was fortunate to have my mom with me during Mother&#8217;s Day this year. I gave her an iPod, which is kind of funny. Up until now, she&#8217;s never wanted one. She had no idea how they worked, nor if she&#8217;d ever use the thing. She took it into an Apple store with her, and explained she had no clue what to do. They talked in circles around her about syncing and such. She walked out more confused than when they started.</p><p>Mom is a trooper though! She says that when she gets home, she will sync the iPod, since she has to choose between &#8220;sync or swim&#8221;. Yes &#8211; I get my sense of humor from her. She loves technology, of course. She still has the first transistor radio her father bought her several years ago &#8211; and it still works!</p><p>The iPod I bought for her was personalized, and even has her email address engraved on the back. During the video, I taught her to open the browser and search for something using the touch screen. I explained to her about Apps, and I have a feeling once she dives into looking at them she&#8217;ll go crazy! There are just so many cool things she can do using her iPod.</p><p>Did she roll her eyes when I told her she could subscribe to my podcast?!?! Seriously?!?!</p><p>Just kidding, Mom. You know I love you, and think you&#8217;re the best. Happy Mother&#8217;s Day!</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHULK0/lockergnome'>Premium Bundle for iPod Touch 2nd Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Black</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHUY8E/lockergnome'>Premium Bundle for iPod Touch 2nd Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Blue</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002PHULLO/lockergnome'>Premium Bundle for iPod Nano 4th Generation: Silicone Skin Case Cover Protection + USB Car Auto DC Charger + USB Travel Home AC Charger + USB Retractable Cable + Full body Screen Protector, Black</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0013ODU9U/lockergnome'>Soundkase | IPCHRG | 12v Car Charger for iPod &#038; iPod Mini</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001P2SW34/lockergnome'>Jvc Cd Receiver</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B00195GAMW/lockergnome'>Belkin TuneFM Transmitter for iPod (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000EF3D4Q/lockergnome'>DLO TransPod All-in-One Car Solution for iPod (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006Q0N2S/lockergnome'>Monster Cable iAirPlay Charger for iPod (Black)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0014KLYD2/lockergnome'>iLuv Power Kit for iPhone &#038; iPod &#8211; Black (I159)</a></li></ul></p><p>Want to embed this video on your own site, blog, or forum? Use this code:</p><p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/J98P67FrPyg&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/J98P67FrPyg&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p><ul
class="related_post"><li><a
href="http://chris.pirillo.com/appletv/" title="AppleTV">AppleTV</a></li><li><a
href="http://chris.pirillo.com/helping-ponzi-with-her-ipod/" title="Helping Ponzi with her iPod">Helping Ponzi with her iPod</a></li><li><a
href="http://chris.pirillo.com/apples-announcements-disappoint/" title="Apple&#8217;s Announcements Disappoint">Apple&#8217;s Announcements Disappoint</a></li><li><a
href="http://chris.pirillo.com/nintendo-ds-giveaway-guidelines/" title="Nintendo DS Giveaway Guidelines">Nintendo DS Giveaway Guidelines</a></li><li><a
href="http://chris.pirillo.com/apple-idontcare/" title="Apple iDontcare">Apple iDontcare</a></li><li><a
href="http://chris.pirillo.com/how-to-make-an-iphone-app/" title="How to Make an iPhone App">How to Make an iPhone App</a></li><li><a
href="http://chris.pirillo.com/son-of-a-beach/" title="Son of a Beach">Son of a Beach</a></li><li><a
href="http://chris.pirillo.com/what-are-your-favorite-iphone-apps/" title="What are Your Favorite iPhone Apps?">What are Your Favorite iPhone Apps?</a></li><li><a
href="http://chris.pirillo.com/quick-iphone-os-30-review/" title="Quick iPhone OS 3.0 Review">Quick iPhone OS 3.0 Review</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/mothers-day-ipod/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Mac Mini Unboxing</title><link>http://chris.pirillo.com/mac-mini-unboxing/</link> <comments>http://chris.pirillo.com/mac-mini-unboxing/#comments</comments> <pubDate>Thu, 07 May 2009 06:21:54 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Coupons]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[mac mini]]></category> <category><![CDATA[os-x]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13192</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/mac-mini-unboxing/">Mac Mini Unboxing</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/aOtRpweFveY&#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/aOtRpweFveY&#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>This computer is tiny, because it&#8217;s a <a
href="http://go.tagjag.com/macmini">Mac Mini</a>. It can run either Windows full-on, or Mac OS X. This is the latest revision of the series, and I&#8217;m glad there&#8217;s finally an updated one! I&#8217;ve been using my old Mac Mini to run the live stream with. Obviously, it worked ok since the stream was going out 24 hours a day.</p><p>The processor is a few GHz faster. There&#8217;s a big difference in going from 1GB or RAM to 4GB, though. I&#8217;m also gaining a much better video card with this new one. It has a 320GB hard drive, at 5400RPM. 5400 is more than enough &#8211; do you know why? That&#8217;s right &#8211; it won&#8217;t put out as much heat.</p><p>If you want your own Mac Mini, you can <a
href="http://go.tagjag.com/macmini">use our link</a>. Using it will blast you directly to where you need to be to get one for yourself at the best price possible.</p><p><a
href="http://go.tagjag.com/macmini">Mac mini</a> is the world’s most energy-efficient desktop computer. When it’s idle, <a
href="http://go.tagjag.com/macmini">Mac Mini</a> uses less than 13 watts — that’s 45 percent less energy than ever before. Also, the brilliant thing about Mac mini. You can use the display, keyboard, and mouse you already own. Plug them in. Turn it on. And there you have it: your instant desktop.</p><p>There&#8217;s nothing as cool as seeing your pictures on a huge display. Unless, of course, you add another! <a
href="http://go.tagjag.com/macmini">Mac Mini</a> comes with both mini-DVI and Mini DisplayPort outport ports, so you can connect up to two monitors!</p><p>It pretty much looks like the Mac Mini I&#8217;ve been using for awhile, but with some nice upgrades on the inside. I&#8217;m going to keep the old one, and incorporate it with this one in some way, in order to bring more power to the stream. More power is always a good thing, right?</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001PVUIL4/lockergnome'>Mini-DVI to HDMI (female) Adapter Cable for Apple Mac</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/B002HU7O2S/lockergnome'>Mini DisplayPort to DVI Female Adapter Cable for Apple Macbook, Macbook Pro, iMac, Macbook Air, Mac Mini Laptop</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1593270666/lockergnome'>The Cult of iPod</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0321357469/lockergnome'>The Mac mini Guidebook</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0471749001/lockergnome'>Mac  mini Hacks &#038; Mods For Dummies (For Dummies (Computer/Tech))</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000BVLKRU/lockergnome'>Belkin PRO Series &#8211; Audio extender &#8211; mini-phone stereo 3.5 mm (M) &#8211; mini-phone stereo 3.5 mm (F) &#8211; 6 ft</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EM4C5C/lockergnome'>Mini Motion: Hoverboard</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000F3HNAC/lockergnome'>iLugger II iMac G5 (17&#8243; &#038; 20&#8243;) Carrying Bag by LTA Projects &#8211; Perfect for Mac mini + up to 20&#8243; Flat</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EM4C4S/lockergnome'>Mini Motion Skate</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006N4E9O/lockergnome'>XtremeMac iPod Mini Accessory Kit (Xtremity for iPod Mini)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0025V2VO0/lockergnome'>Mini DisplayPort to HDMI Adapter (female) Cable for Apple Mac</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001H0REVK/lockergnome'>PTC Mini-DVI to HDMI Adapter with 6ft HDMI Cable for Macintosh</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0019D287K/lockergnome'>Sumac Brand Black Carrying Sleeves for Apple Macbook 13.3-inch Macbook Pro 15.4-inch Macbook Air (Many Color Available).</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002BG7EAA/lockergnome'>Black T-Shirt of Vintage Retro Apple Computers Logo (Mac, MacIntosh, MacBook, Laptop, iPhone, iPod, Pro, iMac, Mini, Cinema Display)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002WL38JK/lockergnome'>Large Mousepad of Apple Computers Aluminum Logo</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002BG5GD2/lockergnome'>Wallet / Billfold of Vintage Retro Apple Computers Logo (Mac, MacIntosh, MacBook, Laptop, iPhone, iPod, Pro, iMac, Mini, Cinema Display)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002BG7F2W/lockergnome'>Long Wallet of Vintage Retro Apple Computers Logo (Mac, MacIntosh, MacBook, Laptop, iPhone, iPod, Pro, iMac, Mini, Cinema Display)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002BG3KIU/lockergnome'>Belt Buckle of Vintage Retro Apple Computers Logo (Mac, MacIntosh, MacBook, Laptop, iPhone, iPod, Pro, iMac, Mini, Cinema Display)</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/aOtRpweFveY&#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/aOtRpweFveY&#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/snow-leopard-thoughts/" title="Snow Leopard Thoughts">Snow Leopard Thoughts</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/will-apple-be-open-any-time-soon/" title="Will Apple be Open any Time Soon?">Will Apple be Open any Time Soon?</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/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><li><a
href="http://chris.pirillo.com/have-you-ever-owned-any-apple-products/" title="Have you Ever Owned any Apple Products?">Have you Ever Owned any Apple Products?</a></li><li><a
href="http://chris.pirillo.com/five-ways-vista-is-better-than-os-x/" title="Five Ways Vista is better than OS X?">Five Ways Vista is better than OS X?</a></li><li><a
href="http://chris.pirillo.com/why-im-switching-back-to-windows-xp-from-mac-os-x/" title="Why I&#8217;m Switching Back to Windows XP from Mac OS X">Why I&#8217;m Switching Back to Windows XP from Mac OS X</a></li><li><a
href="http://chris.pirillo.com/the-microsoft-windows-vista-rant-continues/" title="The Microsoft Windows Vista Rant Continues">The Microsoft Windows Vista Rant Continues</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></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/mac-mini-unboxing/">Mac Mini Unboxing</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/aOtRpweFveY&#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/aOtRpweFveY&#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>This computer is tiny, because it&#8217;s a <a
href="http://go.tagjag.com/macmini">Mac Mini</a>. It can run either Windows full-on, or Mac OS X. This is the latest revision of the series, and I&#8217;m glad there&#8217;s finally an updated one! I&#8217;ve been using my old Mac Mini to run the live stream with. Obviously, it worked ok since the stream was going out 24 hours a day.</p><p>The processor is a few GHz faster. There&#8217;s a big difference in going from 1GB or RAM to 4GB, though. I&#8217;m also gaining a much better video card with this new one. It has a 320GB hard drive, at 5400RPM. 5400 is more than enough &#8211; do you know why? That&#8217;s right &#8211; it won&#8217;t put out as much heat.</p><p>If you want your own Mac Mini, you can <a
href="http://go.tagjag.com/macmini">use our link</a>. Using it will blast you directly to where you need to be to get one for yourself at the best price possible.</p><p><a
href="http://go.tagjag.com/macmini">Mac mini</a> is the world’s most energy-efficient desktop computer. When it’s idle, <a
href="http://go.tagjag.com/macmini">Mac Mini</a> uses less than 13 watts — that’s 45 percent less energy than ever before. Also, the brilliant thing about Mac mini. You can use the display, keyboard, and mouse you already own. Plug them in. Turn it on. And there you have it: your instant desktop.</p><p>There&#8217;s nothing as cool as seeing your pictures on a huge display. Unless, of course, you add another! <a
href="http://go.tagjag.com/macmini">Mac Mini</a> comes with both mini-DVI and Mini DisplayPort outport ports, so you can connect up to two monitors!</p><p>It pretty much looks like the Mac Mini I&#8217;ve been using for awhile, but with some nice upgrades on the inside. I&#8217;m going to keep the old one, and incorporate it with this one in some way, in order to bring more power to the stream. More power is always a good thing, right?</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0025V2VO0/lockergnome'>Mini DisplayPort to HDMI Adapter (female) Cable for Apple Mac</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001PVUIL4/lockergnome'>Mini-DVI to HDMI (female) Adapter Cable for Apple Mac</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001H0REVK/lockergnome'>PTC Mini-DVI to HDMI Adapter with 6ft HDMI Cable for Macintosh</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002BG5GD2/lockergnome'>Wallet / Billfold of Vintage Retro Apple Computers Logo (Mac, MacIntosh, MacBook, Laptop, iPhone, iPod, Pro, iMac, Mini, Cinema Display)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002BG7F2W/lockergnome'>Long Wallet of Vintage Retro Apple Computers Logo (Mac, MacIntosh, MacBook, Laptop, iPhone, iPod, Pro, iMac, Mini, Cinema Display)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002BG3KIU/lockergnome'>Belt Buckle of Vintage Retro Apple Computers Logo (Mac, MacIntosh, MacBook, Laptop, iPhone, iPod, Pro, iMac, Mini, Cinema Display)</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/B002HU7O2S/lockergnome'>Mini DisplayPort to DVI Female Adapter Cable for Apple Macbook, Macbook Pro, iMac, Macbook Air, Mac Mini Laptop</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0019D287K/lockergnome'>Sumac Brand Black Carrying Sleeves for Apple Macbook 13.3-inch Macbook Pro 15.4-inch Macbook Air (Many Color Available).</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002BG7EAA/lockergnome'>Black T-Shirt of Vintage Retro Apple Computers Logo (Mac, MacIntosh, MacBook, Laptop, iPhone, iPod, Pro, iMac, Mini, Cinema Display)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002WL38JK/lockergnome'>Large Mousepad of Apple Computers Aluminum Logo</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/1593270666/lockergnome'>The Cult of iPod</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0321357469/lockergnome'>The Mac mini Guidebook</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0471749001/lockergnome'>Mac  mini Hacks &#038; Mods For Dummies (For Dummies (Computer/Tech))</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000BVLKRU/lockergnome'>Belkin PRO Series &#8211; Audio extender &#8211; mini-phone stereo 3.5 mm (M) &#8211; mini-phone stereo 3.5 mm (F) &#8211; 6 ft</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EM4C5C/lockergnome'>Mini Motion: Hoverboard</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B000F3HNAC/lockergnome'>iLugger II iMac G5 (17&#8243; &#038; 20&#8243;) Carrying Bag by LTA Projects &#8211; Perfect for Mac mini + up to 20&#8243; Flat</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EM4C4S/lockergnome'>Mini Motion Skate</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B0006N4E9O/lockergnome'>XtremeMac iPod Mini Accessory Kit (Xtremity for iPod Mini)</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/aOtRpweFveY&#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/aOtRpweFveY&#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/snow-leopard-thoughts/" title="Snow Leopard Thoughts">Snow Leopard Thoughts</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/will-apple-be-open-any-time-soon/" title="Will Apple be Open any Time Soon?">Will Apple be Open any Time Soon?</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/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><li><a
href="http://chris.pirillo.com/have-you-ever-owned-any-apple-products/" title="Have you Ever Owned any Apple Products?">Have you Ever Owned any Apple Products?</a></li><li><a
href="http://chris.pirillo.com/five-ways-vista-is-better-than-os-x/" title="Five Ways Vista is better than OS X?">Five Ways Vista is better than OS X?</a></li><li><a
href="http://chris.pirillo.com/why-im-switching-back-to-windows-xp-from-mac-os-x/" title="Why I&#8217;m Switching Back to Windows XP from Mac OS X">Why I&#8217;m Switching Back to Windows XP from Mac OS X</a></li><li><a
href="http://chris.pirillo.com/the-microsoft-windows-vista-rant-continues/" title="The Microsoft Windows Vista Rant Continues">The Microsoft Windows Vista Rant Continues</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></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/mac-mini-unboxing/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Weed Through the Spam to Get to the Good Stuff</title><link>http://chris.pirillo.com/weed-through-the-spam-to-get-to-the-good-stuff/</link> <comments>http://chris.pirillo.com/weed-through-the-spam-to-get-to-the-good-stuff/#comments</comments> <pubDate>Tue, 28 Apr 2009 06:37:01 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Communication]]></category> <category><![CDATA[Community]]></category> <category><![CDATA[Entertainment]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[forum]]></category> <category><![CDATA[geeks]]></category> <category><![CDATA[lockergnome]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[news]]></category> <category><![CDATA[tech]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=13135</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/weed-through-the-spam-to-get-to-the-good-stuff/">Weed Through the Spam to Get to the Good Stuff</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>During my trips around the community today, I was sighing heavily when I came across a few new spammers on Geeks. I had to ban the members, and delete their comments. I know you all get just as tired as I do of having to look past the spam to get to anything worth reading. However &#8211; get past it I do. There is so much good to be found daily on both Geeks and Lockergnome. Think of what all you would miss if you didn&#8217;t take the time to get down to the good stuff!</p><ul><li><a
href="http://www.lockergnome.com/linux/2009/04/27/there-is-a-new-android-in-town-the-samsung-i7500/">There&#8217;s a new Android in town!</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/vlc-a-media-player-that-just">VLC is a media player that just works.</a></li><li><a
href="http://help.lockergnome.com/general/Search-Destroy--ftopict57699.html">What is Microsoft&#8217;s M.O.?</a></li><li><a
href="http://www.lockergnome.com/tech411/2009/04/27/are-vinyl-records-back/">Are vinyl records making a comeback?</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/002-old-memories-revived">What old tech-related memories do you treasure?</a></li><li><a
href="http://www.lockergnome.com/keenanpatterson/2009/04/26/keep-your-files-in-sync-accross-multiple-computers/">Keeping your files in sync across multiple computers isn&#8217;t so hard!</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/open-vs-closed-source">What are the pros and cons of both open and closed-source software?</a></li><li><a
href="http://www.lockergnome.com/blade/2009/04/27/the-best-little-whorehouse-on-twitter/">Is Twitter turning into a brothel?!</a></li><li><a
href="http://www.lockergnome.com/web/2009/04/27/peeling-back-the-onion-metrics-that-matter-to-a-good-seo-company/">What matters most when it comes to SEO?</a></li><li><a
href="http://www.lockergnome.com/news/2009/04/27/researchers-give-high-marks-to-new-technology-for-fingerprint-identification/">Researchers are giving high marks to new fingerprint identification technology.</a></li><li><a
href="http://www.lockergnome.com/oztech/2009/04/26/what-happened-to-music-videos/">What happened to good old-fashioned music videos?</a></li></ul><ul
class="related_post"><li><a
href="http://chris.pirillo.com/the-go-to-guy/" title="The Go-To Guy">The Go-To Guy</a></li><li><a
href="http://chris.pirillo.com/what-brightens-up-your-day/" title="What Brightens up Your Day?">What Brightens up Your Day?</a></li><li><a
href="http://chris.pirillo.com/walk-loud-and-carry-a-soft-stick/" title="Walk Loud and Carry a Soft Stick">Walk Loud and Carry a Soft Stick</a></li><li><a
href="http://chris.pirillo.com/geeks-can-dance/" title="Geeks can Dance!">Geeks can Dance!</a></li><li><a
href="http://chris.pirillo.com/whats-your-favorite-commercial/" title="What&#8217;s Your Favorite Commercial?">What&#8217;s Your Favorite Commercial?</a></li><li><a
href="http://chris.pirillo.com/the-winds-of-change/" title="The Winds of Change">The Winds of Change</a></li><li><a
href="http://chris.pirillo.com/the-geeks-shall-inherit-the-earth-2/" title="The Geeks Shall Inherit the Earth">The Geeks Shall Inherit the Earth</a></li><li><a
href="http://chris.pirillo.com/are-you-a-victim-of-wanderlust/" title="Are You a Victim of Wanderlust?">Are You a Victim of Wanderlust?</a></li><li><a
href="http://chris.pirillo.com/travel-back-in-time/" title="Travel Back in Time">Travel Back in Time</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></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/weed-through-the-spam-to-get-to-the-good-stuff/">Weed Through the Spam to Get to the Good Stuff</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>During my trips around the community today, I was sighing heavily when I came across a few new spammers on Geeks. I had to ban the members, and delete their comments. I know you all get just as tired as I do of having to look past the spam to get to anything worth reading. However &#8211; get past it I do. There is so much good to be found daily on both Geeks and Lockergnome. Think of what all you would miss if you didn&#8217;t take the time to get down to the good stuff!</p><ul><li><a
href="http://www.lockergnome.com/linux/2009/04/27/there-is-a-new-android-in-town-the-samsung-i7500/">There&#8217;s a new Android in town!</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/vlc-a-media-player-that-just">VLC is a media player that just works.</a></li><li><a
href="http://help.lockergnome.com/general/Search-Destroy--ftopict57699.html">What is Microsoft&#8217;s M.O.?</a></li><li><a
href="http://www.lockergnome.com/tech411/2009/04/27/are-vinyl-records-back/">Are vinyl records making a comeback?</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/002-old-memories-revived">What old tech-related memories do you treasure?</a></li><li><a
href="http://www.lockergnome.com/keenanpatterson/2009/04/26/keep-your-files-in-sync-accross-multiple-computers/">Keeping your files in sync across multiple computers isn&#8217;t so hard!</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/open-vs-closed-source">What are the pros and cons of both open and closed-source software?</a></li><li><a
href="http://www.lockergnome.com/blade/2009/04/27/the-best-little-whorehouse-on-twitter/">Is Twitter turning into a brothel?!</a></li><li><a
href="http://www.lockergnome.com/web/2009/04/27/peeling-back-the-onion-metrics-that-matter-to-a-good-seo-company/">What matters most when it comes to SEO?</a></li><li><a
href="http://www.lockergnome.com/news/2009/04/27/researchers-give-high-marks-to-new-technology-for-fingerprint-identification/">Researchers are giving high marks to new fingerprint identification technology.</a></li><li><a
href="http://www.lockergnome.com/oztech/2009/04/26/what-happened-to-music-videos/">What happened to good old-fashioned music videos?</a></li></ul><ul
class="related_post"><li><a
href="http://chris.pirillo.com/the-go-to-guy/" title="The Go-To Guy">The Go-To Guy</a></li><li><a
href="http://chris.pirillo.com/what-brightens-up-your-day/" title="What Brightens up Your Day?">What Brightens up Your Day?</a></li><li><a
href="http://chris.pirillo.com/walk-loud-and-carry-a-soft-stick/" title="Walk Loud and Carry a Soft Stick">Walk Loud and Carry a Soft Stick</a></li><li><a
href="http://chris.pirillo.com/geeks-can-dance/" title="Geeks can Dance!">Geeks can Dance!</a></li><li><a
href="http://chris.pirillo.com/whats-your-favorite-commercial/" title="What&#8217;s Your Favorite Commercial?">What&#8217;s Your Favorite Commercial?</a></li><li><a
href="http://chris.pirillo.com/the-winds-of-change/" title="The Winds of Change">The Winds of Change</a></li><li><a
href="http://chris.pirillo.com/the-geeks-shall-inherit-the-earth-2/" title="The Geeks Shall Inherit the Earth">The Geeks Shall Inherit the Earth</a></li><li><a
href="http://chris.pirillo.com/are-you-a-victim-of-wanderlust/" title="Are You a Victim of Wanderlust?">Are You a Victim of Wanderlust?</a></li><li><a
href="http://chris.pirillo.com/travel-back-in-time/" title="Travel Back in Time">Travel Back in Time</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></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/weed-through-the-spam-to-get-to-the-good-stuff/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Giddyup Geek Let&#8217;s Go!</title><link>http://chris.pirillo.com/giddyup-geek-lets-go/</link> <comments>http://chris.pirillo.com/giddyup-geek-lets-go/#comments</comments> <pubDate>Sun, 29 Mar 2009 06:38:06 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Communication]]></category> <category><![CDATA[Community]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[geeks]]></category> <category><![CDATA[lockergnome]]></category> <category><![CDATA[macheist]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[windows-7]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=12838</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/giddyup-geek-lets-go/">Giddyup Geek Let&#8217;s Go!</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Ok, so it&#8217;s a corny title. It made you want to click and read, didn&#8217;t it? If you think about it, though, you&#8217;ll realize that the title is actually kind of appropriate. Us Geeks <strong>do</strong> &#8220;giddyup and go&#8221; on a daily basis. We are the ones who are out there on the Internet, discovering and writing about what&#8217;s new and hot. We&#8217;re the ones who are standing in line for hours on end to get the latest and the greatest. We&#8217;re the ones who are on the cutting edge of Technology, ready to take the leap. In those respects, who could argue that we are the ones who are forging the way for the rest of the World when it comes to Technology?</p><p>I&#8217;ve been traveling a lot recently, and it&#8217;s seriously good to be home again. I spent time in Texas for SXSW, and was able to visit my brother for a few days afterwards. Sadly, I ended up with Bronchitis, so the visit wasn&#8217;t the greatest we&#8217;ve ever had. I came home for about a day, and then flew off to California to participate in the launch of the newest <a
href="http://www.macheist.com/pirillo">MacHeist Bundle event</a>. That was a lot of fun!</p><p>As you know, though &#8211; even when I&#8217;m on the road I&#8217;m still reading. All of you out there in our community work hard every day to put quality content online to share with the World. You make my job of sharing that content easy!</p><ul><li><a
href="http://chris.pirillo.com/how-to-get-cheap-mac-software/">How can you get over $1000.00 worth of Mac software for only $39.00?</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/new-microsoft-ad-rant">Are you a fan of the newest Microsoft ads?</a></li><li><a
href="http://www.lockergnome.com/keenanpatterson/2009/03/28/compressing-and-decompressing-files/">How do you compress files?</a></li><li><a
href="http://geeks.pirillo.com/forum/topics/2300301:Topic:313997">What kind of mouse are you currently using?</a></li><li><a
href="http://chris.pirillo.com/how-to-play-tron-light-cycle-games-on-the-mac-or-pc/">Are you a fan of TRON Light Cycle games?</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/will-contract-free-iphones">Will contract-free iPhones lead to problems?</a></li><li><a
href="http://www.lockergnome.com/theoracle/2009/03/28/windows-7-gets-more-locked-down/">Windows 7 is getting even more locked down.</a></li><li><a
href="http://geeks.pirillo.com/forum/topics/how-many-social-networks-are">How many social networking sites are you active on?</a></li><li><a
href="http://chris.pirillo.com/can-i-has-cheezeburger/">Can I has cheezeburger?</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/driver-issues">Do you suffer from driver issues?</a></li><li><a
href="http://chris.pirillo.com/how-to-think-green/"><li><a
href="Are you thinking Green?</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/windows-7a-leap-foreward">Is Windows 7 a leap forward?</a></li><li><a
href="http://www.lockergnome.com/blade/2009/03/28/apple-vs-pc-this-ad-says-it-all/">Apple vs. Microsoft &#8211; it all comes down to cost.</a></li></ul><ul
class="related_post"><li><a
href="http://chris.pirillo.com/windows-7-thumbs-up-or-down/" title="Windows 7 &#8211; Thumbs Up or Down?">Windows 7 &#8211; Thumbs Up or Down?</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/whats-your-favorite-commercial/" title="What&#8217;s Your Favorite Commercial?">What&#8217;s Your Favorite Commercial?</a></li><li><a
href="http://chris.pirillo.com/heaven-on-earth-geek-style/" title="Heaven on Earth &#8211; Geek Style">Heaven on Earth &#8211; Geek Style</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/could-twitter-take-over-mainstream-media/" title="Could Twitter Take Over Mainstream Media?">Could Twitter Take Over Mainstream Media?</a></li><li><a
href="http://chris.pirillo.com/windows-7-are-you-ready-for-it/" title="Windows 7: Are You Ready for It?">Windows 7: Are You Ready for It?</a></li><li><a
href="http://chris.pirillo.com/apple-ipod-vs-microsoft-zune/" title="Apple iPod vs Microsoft Zune">Apple iPod vs Microsoft Zune</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/when-is-your-birthday/" title="When is Your Birthday?">When is Your Birthday?</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/giddyup-geek-lets-go/">Giddyup Geek Let&#8217;s Go!</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p>Ok, so it&#8217;s a corny title. It made you want to click and read, didn&#8217;t it? If you think about it, though, you&#8217;ll realize that the title is actually kind of appropriate. Us Geeks <strong>do</strong> &#8220;giddyup and go&#8221; on a daily basis. We are the ones who are out there on the Internet, discovering and writing about what&#8217;s new and hot. We&#8217;re the ones who are standing in line for hours on end to get the latest and the greatest. We&#8217;re the ones who are on the cutting edge of Technology, ready to take the leap. In those respects, who could argue that we are the ones who are forging the way for the rest of the World when it comes to Technology?</p><p>I&#8217;ve been traveling a lot recently, and it&#8217;s seriously good to be home again. I spent time in Texas for SXSW, and was able to visit my brother for a few days afterwards. Sadly, I ended up with Bronchitis, so the visit wasn&#8217;t the greatest we&#8217;ve ever had. I came home for about a day, and then flew off to California to participate in the launch of the newest <a
href="http://www.macheist.com/pirillo">MacHeist Bundle event</a>. That was a lot of fun!</p><p>As you know, though &#8211; even when I&#8217;m on the road I&#8217;m still reading. All of you out there in our community work hard every day to put quality content online to share with the World. You make my job of sharing that content easy!</p><ul><li><a
href="http://chris.pirillo.com/how-to-get-cheap-mac-software/">How can you get over $1000.00 worth of Mac software for only $39.00?</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/new-microsoft-ad-rant">Are you a fan of the newest Microsoft ads?</a></li><li><a
href="http://www.lockergnome.com/keenanpatterson/2009/03/28/compressing-and-decompressing-files/">How do you compress files?</a></li><li><a
href="http://geeks.pirillo.com/forum/topics/2300301:Topic:313997">What kind of mouse are you currently using?</a></li><li><a
href="http://chris.pirillo.com/how-to-play-tron-light-cycle-games-on-the-mac-or-pc/">Are you a fan of TRON Light Cycle games?</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/will-contract-free-iphones">Will contract-free iPhones lead to problems?</a></li><li><a
href="http://www.lockergnome.com/theoracle/2009/03/28/windows-7-gets-more-locked-down/">Windows 7 is getting even more locked down.</a></li><li><a
href="http://geeks.pirillo.com/forum/topics/how-many-social-networks-are">How many social networking sites are you active on?</a></li><li><a
href="http://chris.pirillo.com/can-i-has-cheezeburger/">Can I has cheezeburger?</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/driver-issues">Do you suffer from driver issues?</a></li><li><a
href="http://chris.pirillo.com/how-to-think-green/"><li><a
href="Are you thinking Green?</a></li><li><a
href="http://geeks.pirillo.com/profiles/blogs/windows-7a-leap-foreward">Is Windows 7 a leap forward?</a></li><li><a
href="http://www.lockergnome.com/blade/2009/03/28/apple-vs-pc-this-ad-says-it-all/">Apple vs. Microsoft &#8211; it all comes down to cost.</a></li></ul><ul
class="related_post"><li><a
href="http://chris.pirillo.com/windows-7-thumbs-up-or-down/" title="Windows 7 &#8211; Thumbs Up or Down?">Windows 7 &#8211; Thumbs Up or Down?</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/whats-your-favorite-commercial/" title="What&#8217;s Your Favorite Commercial?">What&#8217;s Your Favorite Commercial?</a></li><li><a
href="http://chris.pirillo.com/heaven-on-earth-geek-style/" title="Heaven on Earth &#8211; Geek Style">Heaven on Earth &#8211; Geek Style</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/could-twitter-take-over-mainstream-media/" title="Could Twitter Take Over Mainstream Media?">Could Twitter Take Over Mainstream Media?</a></li><li><a
href="http://chris.pirillo.com/windows-7-are-you-ready-for-it/" title="Windows 7: Are You Ready for It?">Windows 7: Are You Ready for It?</a></li><li><a
href="http://chris.pirillo.com/apple-ipod-vs-microsoft-zune/" title="Apple iPod vs Microsoft Zune">Apple iPod vs Microsoft Zune</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/when-is-your-birthday/" title="When is Your Birthday?">When is Your Birthday?</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/giddyup-geek-lets-go/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Apple Boot Error &#8211; Any Ideas?!</title><link>http://chris.pirillo.com/apple-boot-error-any-ideas/</link> <comments>http://chris.pirillo.com/apple-boot-error-any-ideas/#comments</comments> <pubDate>Fri, 06 Mar 2009 01:58:31 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Photos]]></category> <category><![CDATA[hard-drive]]></category><guid
isPermaLink="false">http://chris.pirillo.com/apple-boot-error-any-ideas/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/apple-boot-error-any-ideas/">Apple Boot Error &#8211; Any Ideas?!</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><a
href="http://www.flickr.com/photos/lockergnome/3331459927/" title="Apple Boot Error - Any Ideas?! by l0ckergn0me, on Flickr"><img
src="http://farm4.static.flickr.com/3395/3331459927_56be5b67cb.jpg" width="500" height="375" alt="Apple Boot Error - Any Ideas?!" /></a><ul
class="related_post"><li><a
href="http://chris.pirillo.com/how-to-install-a-hard-drive-in-an-apple-mac-pro/" title="How to Install a Hard Drive in an Apple Mac Pro">How to Install a Hard Drive in an Apple Mac Pro</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/snow-leopard-thoughts/" title="Snow Leopard Thoughts">Snow Leopard Thoughts</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/should-you-create-a-partition/" title="Should You Create a Partition?">Should You Create a Partition?</a></li><li><a
href="http://chris.pirillo.com/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li><li><a
href="http://chris.pirillo.com/my-mac-os-x-dock/" title="My Mac OS X Dock">My Mac OS X Dock</a></li><li><a
href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li><li><a
href="http://chris.pirillo.com/whats-the-best-hard-drive-enclosure-to-buy/" title="What&#8217;s the Best Hard Drive Enclosure to Buy?">What&#8217;s the Best Hard Drive Enclosure to Buy?</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/apple-boot-error-any-ideas/">Apple Boot Error &#8211; Any Ideas?!</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><a
href="http://www.flickr.com/photos/lockergnome/3331459927/" title="Apple Boot Error - Any Ideas?! by l0ckergn0me, on Flickr"><img
src="http://farm4.static.flickr.com/3395/3331459927_56be5b67cb.jpg" width="500" height="375" alt="Apple Boot Error - Any Ideas?!" /></a><ul
class="related_post"><li><a
href="http://chris.pirillo.com/how-to-install-a-hard-drive-in-an-apple-mac-pro/" title="How to Install a Hard Drive in an Apple Mac Pro">How to Install a Hard Drive in an Apple Mac Pro</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/snow-leopard-thoughts/" title="Snow Leopard Thoughts">Snow Leopard Thoughts</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/should-you-create-a-partition/" title="Should You Create a Partition?">Should You Create a Partition?</a></li><li><a
href="http://chris.pirillo.com/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li><li><a
href="http://chris.pirillo.com/my-mac-os-x-dock/" title="My Mac OS X Dock">My Mac OS X Dock</a></li><li><a
href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li><li><a
href="http://chris.pirillo.com/whats-the-best-hard-drive-enclosure-to-buy/" title="What&#8217;s the Best Hard Drive Enclosure to Buy?">What&#8217;s the Best Hard Drive Enclosure to Buy?</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/apple-boot-error-any-ideas/feed/</wfw:commentRss> <slash:comments>78</slash:comments> </item> <item><title>Apple HQ / iMovie &#8216;09 Video Stabilization Test</title><link>http://chris.pirillo.com/apple-hq-imovie-09-video-stabilization-test/</link> <comments>http://chris.pirillo.com/apple-hq-imovie-09-video-stabilization-test/#comments</comments> <pubDate>Mon, 09 Feb 2009 05:56:29 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Media Blog]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[imovie]]></category> <category><![CDATA[imovie-09]]></category> <category><![CDATA[video-stabilization]]></category><guid
isPermaLink="false">http://chris.pirillo.com/?p=12445</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/apple-hq-imovie-09-video-stabilization-test/">Apple HQ / iMovie &#8216;09 Video Stabilization Test</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/tRHGIFwGv5w&#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/tRHGIFwGv5w&#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 visited Apple&#8217;s Headquarters in Cupertino, CA. I took my Creative Vado HD with me and shot this clip.</p><p>Unfortunately, I didn&#8217;t have any kind of stabilization mechanism, so it came out quite shaky. It made for a perfect sample to test against iMovie &#8217;09&#8217;s new stabilization feature. I was quite impressed with the results.</p><p>If you don&#8217;t believe there&#8217;s much of a difference, keep an eye on the tip of the green 1 throughout the duration of each version. The panning is much more smooth after the effect is applied.</p><p>I uploaded this video directly through iMovie &#8216;09 and am not too pleased with how it looks here on YouTube. I decided to export the video with default Apple TV settings and upload the same test &#8211; since iMovie &#8216;09 does not support YouTube HD export options.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002JWXJF0/lockergnome'>iMovie &#8216;09 Video Training Course &#8211; Apple Macintosh OSX iMovie &#8216;09 training Educational Tutorial Download</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596801416/lockergnome'>iMovie &#8216;09 and iDVD: The Missing Manual</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470392363/lockergnome'>Canon VIXIA HD Camcorder Digital Field Guide</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470475439/lockergnome'>iMovie &#8216;09 and iDVD Portable Genius</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EQ0YKK/lockergnome'>iMovie &#8216;09 &#8211; Training (Video Tutorials)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001MI3R86/lockergnome'>iLife &#8216;09 &#8211; Training Bundle (Video Tutorials)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002LCT3KS/lockergnome'>iMovie &#8216;09 Video Training Course &#8211; Apple Macintosh OSX iMovie &#8216;09 training Educational Tutorial Download</a></li></ul></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/snow-leopard-thoughts/" title="Snow Leopard Thoughts">Snow Leopard Thoughts</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/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li><li><a
href="http://chris.pirillo.com/my-mac-os-x-dock/" title="My Mac OS X Dock">My Mac OS X Dock</a></li><li><a
href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li><li><a
href="http://chris.pirillo.com/google-hates-apple/" title="Google Hates Apple">Google Hates Apple</a></li><li><a
href="http://chris.pirillo.com/mothers-day-ipod/" title="Mother&#8217;s Day iPod">Mother&#8217;s Day iPod</a></li><li><a
href="http://chris.pirillo.com/mac-mini-unboxing/" title="Mac Mini Unboxing">Mac Mini Unboxing</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/apple-hq-imovie-09-video-stabilization-test/">Apple HQ / iMovie &#8216;09 Video Stabilization Test</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><object
width="325" height="264"><param
name="movie" value="http://www.youtube.com/v/tRHGIFwGv5w&#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/tRHGIFwGv5w&#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 visited Apple&#8217;s Headquarters in Cupertino, CA. I took my Creative Vado HD with me and shot this clip.</p><p>Unfortunately, I didn&#8217;t have any kind of stabilization mechanism, so it came out quite shaky. It made for a perfect sample to test against iMovie &#8217;09&#8217;s new stabilization feature. I was quite impressed with the results.</p><p>If you don&#8217;t believe there&#8217;s much of a difference, keep an eye on the tip of the green 1 throughout the duration of each version. The panning is much more smooth after the effect is applied.</p><p>I uploaded this video directly through iMovie &#8216;09 and am not too pleased with how it looks here on YouTube. I decided to export the video with default Apple TV settings and upload the same test &#8211; since iMovie &#8216;09 does not support YouTube HD export options.</p><p><ul><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002JWXJF0/lockergnome'>iMovie &#8216;09 Video Training Course &#8211; Apple Macintosh OSX iMovie &#8216;09 training Educational Tutorial Download</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0596801416/lockergnome'>iMovie &#8216;09 and iDVD: The Missing Manual</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470392363/lockergnome'>Canon VIXIA HD Camcorder Digital Field Guide</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/0470475439/lockergnome'>iMovie &#8216;09 and iDVD Portable Genius</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001EQ0YKK/lockergnome'>iMovie &#8216;09 &#8211; Training (Video Tutorials)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B001MI3R86/lockergnome'>iLife &#8216;09 &#8211; Training Bundle (Video Tutorials)</a></li><li
style='margin-bottom:15px'><a
rel='nofollow' href='http://www.amazon.com/exec/obidos/ASIN/B002LCT3KS/lockergnome'>iMovie &#8216;09 Video Training Course &#8211; Apple Macintosh OSX iMovie &#8216;09 training Educational Tutorial Download</a></li></ul></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/snow-leopard-thoughts/" title="Snow Leopard Thoughts">Snow Leopard Thoughts</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/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li><li><a
href="http://chris.pirillo.com/my-mac-os-x-dock/" title="My Mac OS X Dock">My Mac OS X Dock</a></li><li><a
href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li><li><a
href="http://chris.pirillo.com/google-hates-apple/" title="Google Hates Apple">Google Hates Apple</a></li><li><a
href="http://chris.pirillo.com/mothers-day-ipod/" title="Mother&#8217;s Day iPod">Mother&#8217;s Day iPod</a></li><li><a
href="http://chris.pirillo.com/mac-mini-unboxing/" title="Mac Mini Unboxing">Mac Mini Unboxing</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/apple-hq-imovie-09-video-stabilization-test/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>One More Thing</title><link>http://chris.pirillo.com/one-more-thing/</link> <comments>http://chris.pirillo.com/one-more-thing/#comments</comments> <pubDate>Fri, 06 Feb 2009 02:03:00 +0000</pubDate> <dc:creator>Chris</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Fun]]></category> <category><![CDATA[General]]></category> <category><![CDATA[keynote]]></category> <category><![CDATA[stevejobs]]></category><guid
isPermaLink="false">http://chris.pirillo.com/one-more-thing/</guid> <description><![CDATA[<p><a
href="http://chris.pirillo.com/one-more-thing/">One More Thing</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><a
href="http://www.flickr.com/photos/lockergnome/3256389769/" title="One More Thing by l0ckergn0me, on Flickr"><img
src="http://farm4.static.flickr.com/3111/3256389769_b1dd64d2a4.jpg" width="500" height="333" alt="One More Thing" /></a></p><p>I just got off the iPhone with Steve Jobs.</p><p>After watching my Macworld presentation last week, he reached out to ask if I would be able to deliver all future Macworld keynotes. Apparently, the idea of &#8220;community&#8221; really resonated!</p><p>I (of course) obliged. He&#8217;s overnighting his black turtlenecks to me. Sadly, I will not get to keep any products I present to the audience on stage. But I guess I get some kind of employee discount? Better than nothing.</p><p>Photo courtesy of &#8220;iJonLive&#8221; from our community.<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/snow-leopard-thoughts/" title="Snow Leopard Thoughts">Snow Leopard Thoughts</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/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li><li><a
href="http://chris.pirillo.com/my-mac-os-x-dock/" title="My Mac OS X Dock">My Mac OS X Dock</a></li><li><a
href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li><li><a
href="http://chris.pirillo.com/google-hates-apple/" title="Google Hates Apple">Google Hates Apple</a></li><li><a
href="http://chris.pirillo.com/mothers-day-ipod/" title="Mother&#8217;s Day iPod">Mother&#8217;s Day iPod</a></li><li><a
href="http://chris.pirillo.com/mac-mini-unboxing/" title="Mac Mini Unboxing">Mac Mini Unboxing</a></li></ul> ]]></description> <content:encoded><![CDATA[<p><a
href="http://chris.pirillo.com/one-more-thing/">One More Thing</a> is a post from <a
href="http://chris.pirillo.com">Chris Pirillo</a></p><p><a
href="http://www.flickr.com/photos/lockergnome/3256389769/" title="One More Thing by l0ckergn0me, on Flickr"><img
src="http://farm4.static.flickr.com/3111/3256389769_b1dd64d2a4.jpg" width="500" height="333" alt="One More Thing" /></a></p><p>I just got off the iPhone with Steve Jobs.</p><p>After watching my Macworld presentation last week, he reached out to ask if I would be able to deliver all future Macworld keynotes. Apparently, the idea of &#8220;community&#8221; really resonated!</p><p>I (of course) obliged. He&#8217;s overnighting his black turtlenecks to me. Sadly, I will not get to keep any products I present to the audience on stage. But I guess I get some kind of employee discount? Better than nothing.</p><p>Photo courtesy of &#8220;iJonLive&#8221; from our community.<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/snow-leopard-thoughts/" title="Snow Leopard Thoughts">Snow Leopard Thoughts</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/unboxing-the-iphone-3g-s/" title="Unboxing the iPhone 3G S">Unboxing the iPhone 3G S</a></li><li><a
href="http://chris.pirillo.com/my-mac-os-x-dock/" title="My Mac OS X Dock">My Mac OS X Dock</a></li><li><a
href="http://chris.pirillo.com/apple-loves-its-customers/" title="Apple Loves Its Customers">Apple Loves Its Customers</a></li><li><a
href="http://chris.pirillo.com/iphone-os-30-reviews-and-opinions/" title="iPhone OS 3.0 Reviews and Opinions">iPhone OS 3.0 Reviews and Opinions</a></li><li><a
href="http://chris.pirillo.com/google-hates-apple/" title="Google Hates Apple">Google Hates Apple</a></li><li><a
href="http://chris.pirillo.com/mothers-day-ipod/" title="Mother&#8217;s Day iPod">Mother&#8217;s Day iPod</a></li><li><a
href="http://chris.pirillo.com/mac-mini-unboxing/" title="Mac Mini Unboxing">Mac Mini Unboxing</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://chris.pirillo.com/one-more-thing/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>How to Handle Remote Tech Support</title> <description> &lt;em&gt;Using &lt;a href=&quot;http://www.gotoassist.com/chris&quot;&gt;GoToAssist&lt;/a&gt; is the easiest way to view and control another person's computer online. Use it to provide instant technical support to family, friends and customers. Start a session with just one click, and instantly connect with the other party. &lt;/em&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 13 Jul 2009 06:30:00 GMT</pubDate><link>http://gotoassist.com/chris/</link> <guid>http://gotoassist.com/chris/</guid> </item><item><title>Network Tools for Windows</title> <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;. </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link> <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid> </item> <item><title>Get Your Own Web Site</title> <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order.
&lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link> <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid> </item><item><title>VMware and Parallels for Virtual Machines</title> <description> It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;. </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate><link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link> <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid> </item><item><title>Coupons for Online Shopping</title> <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
Before you shop next time, see if we have &lt;a href=&quot;http://coupons.lockergnome.com/&quot;&gt;a coupon&lt;/a&gt; first.
&lt;/p&gt; </description> <author>chris@lockergnome.com (Chris Pirillo)</author> <category>Partner</category> <pubDate>Sat, 12 Jul 2008 07:56:13 GMT</pubDate><link>http://coupons.lockergnome.com/</link> <guid>http://coupons.lockergnome.com/</guid> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache:

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

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 53/251 queries in 0.562 seconds using memcached
Content Delivery Network via maxcdn.chris.pirillo.com

Served from: 192.168.20.61 @ 2009-11-24 16:37:49 -->