post

Future iTunes versions could block the Pre, but why?

>

Filed under: Analysis / Opinion , ITS < / a>, iTunes , iPhone K? of future versions of iTunes, the pre-block, but why?

 Yesterday, Megan noted a Fortune story that iTunes synchronizes easily with the new Palm before . This is nat? Of course, the water-K? Hler bubbling say: “How did Palm pull it out? Will Apple for this to happen?”

turns out that they already have. A tech note on Apple's website notes, the two dozen third-party players, iTunes (for Mac OS X, at least) is compatible with, including Rio and Creative Labs Nomad MP3 player. It is true that many of the models before the iPod, and the tech note itself was last updated on anything less than a year ago. But third Ger? T compatibility? T with iTunes is not without Pr? Zedenzfall.

Daring Fireball John Gruber on a story by Jon Lech Johansen, which says that Apple iTunes to block access to the preparation for Zuk? of future update ; Gruber is said , he” w? would not be surprised if they did. “I'm not so sure. < p> First, la? t look at how it works. According to Johansen, a unique USB-Ger? ID te k? can iTunes to recognize MP3 player (including iPod), that it. Johansen speculated that Palm is with the use of these IDs when communicating with iTunes. If it is an iPod-ID, then it will work with iTunes for Windows, too, which is an important Pr? fstein and we do not know the results yet. < br />

Apple I can not cotton to a Palm Pre specifically masquerading as an iPod USB-Ger? t. Given the fact that, so that the preparation for free communications with iTunes is not necessarily a bad economic sense, provided that Palm is the functionality? t in an open way (like the other third party MP3 player that supports iTunes? tzt already). Why

access to the Pre, apart from pure spite? If someone is already using iTunes, chances are they have some amount of DRM-free iTunes Plus music on their computers. There is no technical reason why the Music should not easily playable on the Pre. One of the Upshot of removing DRM from the iTunes Store is to the Interoperability? t ger? t. Let Ger largest non-Apple iTunes music to play, and pl? useful customer Apple has it is not available. If Apple

m? chte truncated only to prepare for, and the Palm is in accordance with the rules, Apple UNN? time cutting a stream of revenue. That is something I do not see Apple easily.

Follow us on Twitter!

TUAW flickr Pool

www.flickr.com

Yesterday, Megan noted a Fortune story saying that iTunes syncs flawlessly with the new Palm Pre. This, of course, got the water-cooler talk bubbling: “How did Palm pull it off? Will Apple allow this to happen?”

Turns out they already have. A tech note on Apple's website notes the two dozen or so third-party players that iTunes (for Mac OS X, at least) is compatible with, including Rio and Creative Labs Nomad MP3 players. True, many of the models listed predate the iPod, and the tech note itself was last updated a little less than a year ago. But third-party device compatibility with iTunes isn't without precedent.

Daring Fireball's John Gruber pointed to a story by Jon Lech Johansen that says Apple may block iTunes access to the Pre in a future update; Gruber himself said he “wouldn't be surprised if they did.” I'm not so sure.

First, let's look at how it works. According to Johansen, a unique USB device ID allows iTunes to recognize MP3 players (including iPods) that it's compatible with. Johansen speculates that Palm is using one of these IDs when communicating with iTunes. If it's an iPod's unique ID, then it will work with iTunes for Windows, too; this is an important litmus test and we don't know the results yet.

I can understand Apple might not cotton to a Palm Pre specifically masquerading as an iPod USB device. Given that, allowing the Pre to freely communicate with iTunes isn't necessarily bad business sense, presuming Palm implements the functionality in a forthright manner (like other third-party MP3 players that iTunes already supports).

Why limit access to the Pre, aside from pure spite? If someone already uses iTunes, chances are they have some quantity of DRM-free iTunes Plus music on their computer. There's no technical reason why the music shouldn't be easily playable on the Pre. One of the upshots of removing DRM in the iTunes store is to facilitate device interoperability. Allow non-Apple devices to play iTunes music, and suddenly Apple has customers it didn't have before.

If Apple chooses to cut off just the Pre, and Palm is following the rules, Apple is unnecessarily cutting a stream of revenue. That's something I don't see Apple doing lightly.

Click here to read all TUAW’s iPhone coverage

SourcePrint thisWith HP wireless printers, you could have printed this from any room in the house.Live wirelessly. Print wirelesslyEmail this addthis_pub = 'weblogsinc'; addthis_options = 'digg, facebook, delicious, myspace, aolfav, propeller, google, live, stumbleupon, reddit, favorites, technorati, aim, more'; Share Comments (2) /* some ie crap */ function iecheck(inc_seven) { // alert(navigator.platform); if (navigator.platform == “Win32″ && navigator.appName == “Microsoft Internet Explorer” && window.attachEvent) { var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, ''); var iever = (inc_seven)?(rslt != null && Number(rslt[1]) >= 5.5):(rslt != null && Number(rslt[1]) >= 5.5 && Number(rslt[1]) < 7 ); } else { iever=false; } return iever; } var useFilter=iecheck(false); var ie6Brand=''; var normalBrand=''; var brand=''; if(useFilter==false) { brand=normalBrand; } else { brand=ie6Brand; }

Related Articles From The Unofficial Apple WeblogFortune: Palm Pre syncs flawlessly with iTunes

2 days ago

iTunes 8.1.1 showing in Software Update

54 days ago

Apple wins comprehensive patent for iPhone, bares teeth at Palm

122 days ago

Related Articles From Our Tech NetworkThe Daily Roundup: here's what you might've missed

1 day ago

Palm Pre said to sync up nicely with Apple's iTunes

2 days ago

Apple ponders kiosk-style movie and music downloads

22 days ago

See More Related Articles and Blog Posts

document.getElementById('spherePoweredBy').innerHTML=brand; Reader Comments (Page 1 of 1)

Dave1Dave said 3:43PM on 5-30-2009

If the Pre looks like an iPod to iTunes how is Apple going to block access to the Pre and not iPods?Due to the fact that Rubenstein has insider knowledge of Apple's hardware I think there's a better chance of Jobs & Co. asking for an injunction against Palm.

Reply

2 stars ↓↑reportpaullloydjohnson2paullloydjohnson said 3:58PM on 5-30-2009

The reason Apple would do such a thing is simple. iTunes is the music library of choice for most people these days. For a few people, not being able to sync the Pre with iTunes could be a deal breaker and those same people may decide to buy an iPhone instead.

Reply

2 stars ↓↑report var req; function getURL(url) { if(isWorking == true) { setTimeout(“getURL(\”"+url+”\”)”, “100″); return false; } isWorking = true; if (window.XMLHttpRequest) { req = new XMLHttpRequest(); req.onreadystatechange = handleHttpResponse; req.open(“GET”, url, true); req.send(null); } else if (window.ActiveXObject) { // IE try { req = new ActiveXObject(“Msxml2.XMLHTTP”); } catch (e) { req = new ActiveXObject(“Microsoft.XMLHTTP”); } if (req) { req.onreadystatechange = handleHttpResponse; req.open(“GET”, url, true); req.send(); } else { alert(“Your browser does not support ajax”); } } else { alert(“Your browser does not support ajax”); } return false; } function postURL(url,outbuf) { if(isWorking == true) { setTimeout(“postURL(\”"+url+”\”,\”"+outbuf+”\”)”, “100″); return false; } isWorking = true; var browser = navigator.appName; if(browser != “Microsoft Internet Explorer”) { req = new XMLHttpRequest(); req.onreadystatechange = handleHttpResponse; req.open(“POST”, url, true); req.setRequestHeader(“Content-Type”,”application/x-www-form-urlencoded; charset=UTF-8″); req.send(outbuf); } else if (window.ActiveXObject) { // IE req = new ActiveXObject(“Microsoft.XMLHTTP”); if (req) { req.onreadystatechange = handleHttpResponse; req.open(“POST”, url, true); req.setRequestHeader(“Content-Type”,”application/x-www-form-urlencoded; charset=UTF-8″); req.send(outbuf); } } return false; } function handleHttpResponse() { if (req.readyState == 4) { if(req.responseText.charAt(0) == ” TUAW Web Images Video News Local JoystiqQore leak reveals new PSP Metal Gear and moreSteam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5PSP Go revealed in June issue of Qore [update] Download SquadSearch for useful bookmarklets with Bookmarklet DirectoryWhere to watch the Stanley Cup finals onlineGoog-411 now provides intersection info BloggingStocksAllegheny Energy knows the U.S. will eventually need more powerStock #2: Quicksilver (ZQK)Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more AutoblogREPORT: Two plants saved from closing under new GM/UAW agreementVIDEO: Corvette Grand Sport launch control tested… in dealer lotKerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010 Joystiq XboxXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout Joyswag: Gel: Set & Match EngadgetAlienware M17x gaming laptop hands-on: it isn't quite “all powerful,” but it'll do in a pinchEngadget Podcast 148 – 05.30.2009Video: Sony's PSP Go leaks out before E3, is obviously a go AOL News

All contents copyright © 2003-2009, Weblogs, Inc. All rights reserved

The Unofficial Apple Weblog (TUAW) is a member of the Weblogs, Inc. Network. Privacy Policy, Terms of Service, Notify AOL

$(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { top.location.replace(self.location.href); } the end“>We'll use your suggestion to improve translation quality in future updates to our system.> <p class="filed-under"> Abgelegt unter: <a href="/category/analysisopinion/"> Analyse / Stellungnahme </ a>, <a href="/category/itunes-store/"> ITS < / a>, <a href="/category/itunes/"> iTunes </ a>, <a href="/category/iphone/"> iPhone </ a> </ p> <h2 class = "posttitle" > <a href="http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/" rel="bookmark"> <span id = "ppt19051882"> K?nftige Versionen von iTunes kann die Pre-Block, aber warum? </ span> </ a> </ h2> <p class="byline"> von <strong> <a href = "/ bloggers/robert- Palmer / "> Robert Palmer </ a> </ strong> am 30. Mai 2009 </ p> <div class="postbody"> <! – sphereit Start -> <p> <img vspace =" 8 "hspace = "8" border = "0" align = "right" src = "http://www.blogcdn.com/www.tuaw.com/media/2009/05/iphone-pre-548946946.jpg" alt = " "/> Gestern, Megan hingewiesen, einem Fortune-Geschichte, dass <a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/"> iTunes synchronisiert problemlos mit dem neuen Palm vor </ a>. Das ist nat?rlich, hat das Wasser-K?hler sprudelnden sprechen: "Wie haben Palm ziehen Sie es aus? Will Apple damit dies geschehen kann?" </ P> <p> stellt sich heraus, die sie bereits haben. A <a href="http://support.apple.com/kb/HT2172">-Tech-Note auf der Apple-Website </ a> stellt fest, die zwei Dutzend Dritter Spieler, iTunes (f?r Mac OS X, mindestens ) ist kompatibel mit, darunter Rio und Creative Labs MP3-Player Nomad. Es stimmt zwar, dass viele der Modelle vor den iPod, und der Tech-Note "selbst wurde zuletzt aktualisiert am etwas weniger als vor einem Jahr. Aber Dritter Ger?t Kompatibilit?t mit iTunes ist nicht ohne Pr?zedenzfall. </ P> <p> Daring Fireball John Gruber auf eine Geschichte von Jon Lech Johansen, die besagt, dass <a href = "http://nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm- pre / "> Apple iTunes blockieren den Zugang zu den in Vorbereitung auf ein zuk?nftiges Update </ a>; Gruber sich <a href =" http://daringfireball.net/linked/2009/05/29/johansen-pre-itunes " > gesagt </ a>, er "w?rde sich nicht wundern, wenn sie getan hat." Ich bin mir nicht so sicher. <br /> </ P> <p> Erste, la?t uns anschauen, wie es funktioniert. Laut Johansen, eine einzigartige USB-Ger?te-ID k?nnen iTunes zu erkennen MP3-Player (auch iPod), dass es mit. Johansen spekuliert, dass Palm ist mit der Verwendung dieser IDs bei der Kommunikation mit iTunes. Wenn es sich um ein iPod-ID, dann wird es mit iTunes f?r Windows, zu, das ist ein wichtiger Pr?fstein und wir wissen nicht, die Ergebnisse noch nicht. <br /> </ P> <p> Ich kann Apple nicht Baumwolle zu einem Palm Pre <em> speziell </ em> Masquerading als iPod USB-Ger?t. Angesichts der Tatsache, dass, so dass die Vorbereitung auf die freie Kommunikation mit iTunes ist nicht unbedingt schlecht wirtschaftlich sinnvoll, vorausgesetzt, Palm setzt die Funktionalit?t in einer offenen Art und Weise (wie die anderen dritten Partei, dass MP3-Player iTunes unterst?tzt bereits). </ P> Warum <p> den Zugriff auf die Pre, abgesehen von der reinen Trotz? Wenn jemand bereits iTunes nutzt, stehen die Chancen sie haben einige Menge von DRM-freien iTunes Plus-Musik auf ihre Computer. Es gibt keinen technischen Grund, warum die Musik sollte nicht leicht spielbar auf der Pre. Einer der upshots der Beseitigung von DRM im iTunes Store ist es, die Interoperabilit?t Ger?t. Lassen Sie Ger?te nicht von Apple iTunes Musik zu spielen, und pl?tzlich Kunden Apple hat es nicht vor. </ P> <p> Wenn Apple m?chte abgeschnitten nur die Vorbereitung auf, und der Palm ist nach den Regeln, Apple ist unn?tig Schneiden einen Strom von Einnahmen. Das ist etwas, was ich nicht tun, siehe Apple leicht. </ p> <div id="continued"> </ div ><!– Ende sphereit -> <a href="/tag/iphone" class="category-match-ad"> <img src = " http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg "alt =" Klicken Sie hier, um alle TUAW's iPhone Abdeckung "/> </ a> </ div> <div class="postmeta"> <p class="posttags"> <strong> Tags: </ strong> <a href="http://www.tuaw.com/tag/daringfireball/"> daringfireball </ a >, <a href="http://www.tuaw.com/tag/device/"> Ger?t </ a>, <a href="http://www.tuaw.com/tag/fortune/"> Fortune </ a>, <a href="http://www.tuaw.com/tag/iphone/"> iPhone </ a>, <a href = "http://www.tuaw.com/tag/ iTunes / ">" iTunes </ a>, <a href="http://www.tuaw.com/tag/palm+pre/"> Palm vor </ a>, <a href = "http://www .tuaw.com / tag / PalmPre / "> PalmPre </ a>, <a href="http://www.tuaw.com/tag/pre/"> vor </ a>, <a href =" http : / / www.tuaw.com/tag/usb/ "> USB </ a> </ p> <div class="navbar clearfix"> <ul> <li class="permalink"> <a href =" http : / / nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm-pre / "> Quelle </ a> </ li> <li class="print"> <a href = "http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/print/" target = "_blank" class = "printthis" rel = "nofollow"> Print <span class="printpop"> <span> Mit HP Wireless-Drucker, <br/> Sie k?nnen gedruckt <br/> dieser von jedem Zimmer <br/> im Haus. <br /> <strong> Live drahtlos. Drucken ohne Kabel </ strong> </ span> </ span> </ a> </ li> <li class="email-this"> <a href = "/ forward/19051882 /" title = "Senden Sie diesen Eintrag einem Freund per E-Mail "> E-Mail hier </ a> </ li> <li> <! – AddThis Button BEGIN -> <script type="text/javascript"> addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, Propeller, google, live, StumbleUpon, reddit, Favoriten, technorati, Ziel, mehr "</ script> <a class =" sharelink "href =" http://www.addthis.com / bookmark.php "onmouseover =" return addthis_open (this,'', 'http% 3A% 2F% 2Fwww.tuaw.com% 2F2009% 2F05% 2F30% 2Ffuture-iTunes-Versionen-Block-k?nnte-die-vor-, sondern -warum% 2F ',' Die Zukunft + + iTunes-Versionen k?nnte + + + der + Block vor% 2C + sondern + Warum% 3F ') "onmouseout =" addthis_close () "onclick =" return addthis_sendto () "> Aktie </ a> <script type="text/javascript" src="http://s7.addthis.com/custom/weblogsinc/addthis_widget.js"> </ script ><!– AddThis Button END –></ li > <li class="comments"> <a href = "http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/ # comments "title =" View Leser Kommentare zu diesen Eintrag "> Kommentare (<em> 2 </ em>) </ a> </ li> </ ul> </ div> </ div> </ div> </ div > <script type="text/javascript"> / * Einige dh crap * / Funktion iecheck (inc_seven) ( / / Alert (navigator.platform); ???? if (navigator.platform == "Win32" & & navigator.appName == "Microsoft Internet Explorer" & & window.attachEvent) ( ???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); ???????? var iever = (inc_seven)? (rslt! = null & & Number (rslt [1])> = 5,5): (rslt! = null & & Number (rslt [1])> = 5.5 & & Number (rslt [1]) < 7); ) Else ( Iever = false; ) ???? R?ckkehr iever; ) var useFilter = iecheck (false); var ie6Brand = '<a href = "http://www.sphere.com" target = "_New" style = "cursor: Hand; display: block; width: 112px; height: 18px; Filter: ProgID: DXImageTransform.Microsoft . AlphaImageLoader (src = \ "http://cdn11.sphere.com/images/poweredbySphere.png \ ', sizingMethod = Ma?stab );">< img align =" absmiddle "border =" 0 "style =" margin-left : 2px; "src =" http://cdn11.sphere.com/images/iespacer.png "/></ a> '; var normalBrand = '<a href="http://www.sphere.com" target="_new"> <img align = "absmiddle" border = "0" style = "margin-left: 2px;" src = " http://cdn11.sphere.com/images/poweredbySphere.png "/></ a> '; var Marke =''; if (useFilter == false) ( Marke = normalBrand; ) Else ( Marke = ie6Brand; ) </ script> <div class="sphere clearfix"> <div id="sphereTalk"> <p id="spherePoweredBy" class="powered-by"> </ p> <div id="talkContainer"> <h3> Verwandte Texte von The Unofficial Apple Weblog </ h3> <ul> <li> <a href = "http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes?icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Fortune: Pre Palm synchronisiert einwandfrei mit iTunes </ a> <p class =" timestamp "> 2 Tage </ p> </ li> <li> <a href =" http://www.tuaw.com/2009/04/06/itunes-8-1-1-showing-in- Software-Update? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> iTunes 8.1.1 und in der Software-Aktualisierung </ a> <p class="timestamp"> 54 Tage vor </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/01/27/apple-wins-comprehensive-patent -for-iphone-Bares-Z?hne-at-Palme? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Apple gewinnt umfassende Patent f?r iPhone, Bares Z?hne bei Palm </ a> <p class="timestamp"> 122 Tage </ p> </ li> </ ul> </ div ><!– Ende sprechen Container -> < div id = "artContainer"> <h3> Weitere Artikel aus unserem Tech-Netzwerk </ h3> <ul> <li> <a href = "http://www.engadget.com/2009/05/28/the-daily -Roundup-Heres-What-You-mightve-missed1? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> The Daily Roundup : hier ist es, was Sie vielleicht verpasst haben </ a> <p class="timestamp"> 1 Tag </ p> </ li> <li> <a href = "http://www.engadgetmobile.com/2009 / 05/28/palm-pre-said-to-sync-up-nicely-with-apples-itunes? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \' , \ 'art \') "> Palm Pre sagte zu synchronisieren sch?n mit Apple's iTunes </ a> <p class="timestamp"> 2 Tage </ p> </ li> <li> <a href =" http://www.engadget.com/2009/05/07/apple-ponders-kiosk-style-movie-and-music-downloads?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track ( dieser, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Apple denkt Kiosk-Stil Film-und Musik-Downloads </ a> <p class="timestamp"> 22 Tage vor </ p> </ li> </ ul> </ div ><!– Ende Kunst Container –></ div ><!– Ende sphereTalk -> <div id="sphereAd"> <script type = "text / javascript" src = "http : / / cdn11.sphere.com/widgets/sphereit/js? baseurl = http://cdn11.sphere.com/widgets/sphereit/&siteid=blogsmith_widget_tuaw "> </ script> <iframe frameborder =" 0 "style =" position: relative; width: 300px; height: 250px; "MARGINHEIGHT =" 0 "marginwidth =" 0 "scrolling =" no "border =" 0 "src =" http://www.sphere.com/ads/aol_sphere_adcom. php? a = 93249125 "> </ iframe> </ div> <p class="see-more"> <a onclick =" return Sphere.Widget.search ( 'http://www.tuaw.com/2009/ 05/30/future-itunes-versions-could-block-the-pre-but-why ') "href =" http://www.sphere.com/search?q=sphereit:http://www.tuaw .com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why "> Weitere Artikel und Blog-Posts </ a> </ p> </ div> <! — – Ende Bereich clearfix -> <script type="text/javascript"> document.getElementById ( 'spherePoweredBy "). innerHTML = Marke; </ script> <div id="comments"> <h3 id="readercomments"> Reader Kommentare (Seite 1 von 1) </ h3> </ p> <div class = "commentlinks" id = "commentlinks19115203-1854088" > <div class="commentclass1 level2 Muttergesellschaft comment" id="c19115203"> <a href="http://www.tuaw.com/profile/1854088/" target="_blank" rel="nofollow"> <img src = "http://www.blogsmithcdn.com/avatar/images/16/1854088_64.jpg" alt = "Dave" class = "avatar" /> </ a> <span class="rownum"> 1 </ span> <div class="comment-inner"> <div class="credits"> <h4 class="authorname"> <a href = "http://www.tuaw.com/profile/1854088/" target = "_blank" rel = "nofollow"> Dave </ a> <span sagte class="time-stamp"> 3.43 Uhr am 5-30-2009 </ span> </ h4> </ div> <p> Wenn Vor der sieht aus wie ein iPod mit iTunes von Apple ist, wie wollen den Zugang zu den Vor-und nicht iPods? <br> <br> Aufgrund der Tatsache, dass Rubenstein hat Insider-Wissen von Apple-Hardware Ich glaube, es ist eine bessere Chance, Jobs & Co . Bitte um eine einstweilige Verf?gung gegen Palm. </ p> <p class="cmt_reply"> <a href="#commentform" onclick="replyToCmt('19115203','Dave');"> Antworten </ a> < / p> <div class="cmt_votes"> <img class = "Stern-img" src = "http://www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif" alt = "2 Sterne "/> <span class="cmt_tools" id="tools_19115203"> <a href =" # "class =" voteLink "id =" vd19115203 "onclick =" voteComment ('19115203 ',' nach '); return false; "title =" Diese Abstimmung Kommentar Down "> <span class="vote_down button"> ↓ </ span> </ a> <a href =" # "class =" voteLink "id =" vu19115203 "onclick =" voteComment ('19115203 ',' bis'); return false; "title =" Diese Abstimmung Kommentar Up "> <span class="vote_up button"> ↑ </ span> </ a> <a href =" # "-Klasse = "reportLink" id = "r19115203" onclick = "reportComment (19115203); return false" title = "Diesen Kommentar melden"> <span class="report button"> Bericht </ span> </ a> </ span> </ div> </ div> </ div> </ div> <div class="commentlinks" id="commentlinks19115333-2873874"> <div class="commentclass2 level2 Muttergesellschaft comment" id="c19115333"> <a href = "http://www.tuaw.com/profile/2873874/" target = "_blank" rel = "nofollow"> <img src = "http://www.blogsmithcdn.com/avatar/images/16/2873874_64 . jpg "alt =" paullloydjohnson "class =" avatar "/> </ a> <span class="rownum"> 2 </ span> <div class="comment-inner"> <div class="credits"> <h4 class="authorname"> <a href="http://www.tuaw.com/profile/2873874/" target="_blank" rel="nofollow"> paullloydjohnson </ a>, sagte <span class = " Zeit-Stempel "> 3:58 pm am 5-30-2009 </ span> </ h4> </ div> <p> The Grund Apple w?rde so etwas ist einfach. iTunes ist die Musikbibliothek der Wahl f?r die meisten Menschen in diesen Tagen. F?r ein paar Leute, die nicht in der Lage eine Synchronisierung mit iTunes die Pre k?nnte ein Deal Breaker und die gleichen Personen k?nnen entscheiden, kaufen ein iPhone statt. </ P> <p class="cmt_reply"> <a href = "# commentform "onclick =" replyToCmt ('19115333 ',' paullloydjohnson');"> Antworten </ a> </ p> <div class="cmt_votes"> <img class = "Stern-img" src = "http:// www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif "alt =" 2 Sterne "/> <span class="cmt_tools" id="tools_19115333"> <a href =" # "class =" voteLink "id =" vd19115333 "onclick =" voteComment ('19115333 ',' nach '); return false; "title =" Diese Abstimmung Kommentar Down "> <span class="vote_down button"> ↓ </ span> </ a> <a href="#" class="voteLink" id="vu19115333" onclick="voteComment('19115333','up'); R?ckkehr false;" title="Vote Dieser Kommentar Up"> <span class = "vote_up Schaltfl?che"> ↑ </ span> </ a> <a href = "#" class = "reportLink" id = "r19115333" onclick = "reportComment (19115333); return false" title = "Diesen Kommentar melden" > <span class="report button"> Bericht </ span> </ a> </ span> </ div> </ div> </ div> </ div> <script language="JavaScript" type="text/javascript"> var req; Funktion getURL (url) ( ?? if (isWorking == true) (setTimeout ( "getURL (\" "+ url +" \ ")", "100"); return false;) ?? isWorking = true; ?? if (window.XMLHttpRequest) ( Req = new XMLHttpRequest (); ???????? req.onreadystatechange = handleHttpResponse; Req.open ( "GET", url, true); Req.send (null); ?? ) Else if (window.ActiveXObject) (/ / IE Try ( Req = new ActiveXObject ( "Msxml2.XMLHTTP"); ) Catch (e) ( Req = new ActiveXObject ( "Microsoft.XMLHTTP"); ) If (req) ( ???????????????? req.onreadystatechange = handleHttpResponse; Req.open ( "GET", url, true); Req.send (); ???????? ) Else ( Alert ( "Ihr Browser unterst?tzt kein ajax"); ) ?? ) Else ( Alert ( "Ihr Browser unterst?tzt kein ajax"); ?? ) ?? return false; ) Funktion postURL (url, outbuf) ( ?? if (isWorking == true) (setTimeout ( "postURL (\" "+ url +" \ ", \" "+ outbuf +" \ ")", "100"); return false;) ?? isWorking = true; ?? var browser = navigator.appName; ?? if (Browser! = "Microsoft Internet Explorer") ( ???? req = new XMLHttpRequest (); ???? req.onreadystatechange = handleHttpResponse; ???? req.open ( "POST", url, true); ???? req.setRequestHeader ( "Content-Type", "application / x-www-form-urlencoded; charset = UTF-8"); ???? req.send (outbuf); ?? ) Else if (window.ActiveXObject) (/ / IE ???? req = new ActiveXObject ( "Microsoft.XMLHTTP"); ???? if (req) ( ?????? req.onreadystatechange = handleHttpResponse; ?????? req.open ( "POST", url, true); ?????? req.setRequestHeader ( "Content-Type", "application / x-www-form-urlencoded; charset = UTF-8"); ?????? req.send (outbuf); ???? ) ?? ) ?? return false; ) Funktion handleHttpResponse () ( If (req.readyState == 4) ( If (req.responseText.charAt (0) == "<") ( ???????? Alert (req.responseText); ) Else ( ?? Eval (req.responseText); IsWorking = false; ) ) ) var isWorking = false; Funktion reportComment (commentid) ( if (confirm ( "Sind Sie sicher, dass Sie diesen Bericht kommentieren?")) ( ?? getURL ( "/ a = AJAX-Kommentar-Bericht & commentid =" + commentid); ???????? ) Return false; ) Funktion reportCommentOK (commentid) ( document.getElementById ( "c" + commentid). className + = "reportedComment"; alert ( "Kommentar wurde f?r die ?berpr?fung. Thank You!"); Return false; ) Funktion voteComment (commentid, Typ) ( getURL ( "/ a = AJAX-Kommentar-Abstimmung & commentid =" + commentid + "& type =" + type); Return false; ) Funktion voteCommentOK (commentid) ( document.getElementById ( "c" + commentid). className + = "votedComment"; Return false; ) Funktion replyToCmt (commentid, Autor) ( var replyInd = document.getElementById ( "replyindicator"); ???????? if (document.getElementById ( 'replyToText')) (var replyToText = document.getElementById ( 'replyToText "). value;) else (var replyToText =" Antwort auf ";) ???????? if (document.getElementById ( 'replyToUndo')) (var replyToUndo = document.getElementById ( 'replyToUndo "). value;) else (var replyToUndo =" R?ckg?ngig ";) replyInd.innerHTML = (replyToText + '<a href="#c'+commentid+'">' + Autor + '</ a> [<a href = "#" onclick = "wipeReply (\''+ commentid +' \ ') ; return false ;">'+ replyToUndo + '</ a >]'); document.getElementById ( "sourceid"). value = commentid; ) Funktion wipeReply (commentid) ( var replyInd = document.getElementById ( "replyindicator"); ReplyInd.innerHTML = ""; Document.getElementById ( "sourceid"). Value = ""; Return false; ) Funktion showReplies (Post-, commentid) ( getURL ( "/ a = AJAX-Kommentar-Show-& Antworten commentid =" + commentid + "& Post =" + Post); Return false; ) Funktion showRepliesOK (commentid, Daten) ( var replyDiv = document.getElementById (commentid + "_replies"); ReplyDiv.innerHTML = Daten; Return false; ) </ script> <div class="cmt_paging"> </ div> </ div> <script language="JavaScript" type="text/javascript"> var sns_checked = false; var current_tab = "blogsmith"; Funktion tabTo (TAB) ( document.getElementById ( 'formerrors "). innerHTML =''; document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; document.getElementById ( 'cmtuinfo_sns'). style.display =' none '; document.getElementById ( 'cmtuinfo_ "+ Tab). style.display =' block '; document.getElementById ( 'cmtutab_email "). className =''; document.getElementById ( 'cmtutab_blogsmith "). className =''; document.getElementById ( 'cmtutab_sns "). className =''; document.getElementById ( 'cmtutab_ "+ Tab). className =' currenttab '; If (! Sns_checked & & tab == "SNS") ( Image1 = new Image (); image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; Sns.init ( 'ch1ga1KvP7TotwTC'); Sns_checked = true; ) Current_tab = TAB; ) Funktion inputValidation () ( document.getElementById ( 'formerrors "). innerHTML =''; Var validInfo = 0; Var validName = 0; Var validEmail = 0; Var validComments = 0; Var validSNS = 0; Var links = 0; Var Fehler =''; Schalter (current_tab) ( Fall "E-Mail": var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; var email = document.getElementById ( 'AuthorEmail "). Wert; if (document.getElementById ( "Autorname"). value =='') ( Fehler + = "<p class='error'> ben?tigen wir Ihren Namen. </ p>"; ) If (email ==''| |! Filter.test (email)) ( Fehler + = "<p class='error'> E-Mail-Adresse ist nicht g?ltig. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "blogsmith": if (document.getElementById ( 'C_AuthorEmail "). value =='') ( Fehler + = "<p class='error'> Ung?ltige E-Mail-Adresse. </ p>"; ) if (document.getElementById ( 'C_AuthorPass "). value =='') ( Fehler + = "<p class='error'> Kein Passwort angegeben. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "SNS": if (document.getElementById ( 'sns_screenname') & & document.getElementById ( 'sns_password')) ( if (document.getElementById ( 'sns_screenname "). value & & document.getElementById (' sns_password"). value) ( Sns.calls.login (); Return false; ) ) If (document.getElementById ( 'sns_securid')) ( if (document.getElementById ( 'sns_securid "). value) ( sns.calls.login ();// setTimeout ( "sns.calls.login ();", 1000); Return false; ) ) var token = (document.getElementById ( "Token"))? document.getElementById ( "Token"). Wert:''; If (token =='') ( Fehler = "<p class='error'> Ung?ltiger SNS anmelden. </ p>"; ) Else ( ValidInfo = 1; ) Break; ) var txt = document.getElementById ( "Kommentare"). Wert; If (txt! ='') ( ValidComments = 1; ) For (var ind = 0; ind <txt.length; ind + +) ( If (txt.substring (ind, ind +7) == "http://") ( Links = Links + 1; ) Else if (txt.substring (ind, ind +6) == "ftp://") ( Links = Links + 1; ) Else if (txt.substring (ind, ind +8) == "https ://") ( Links = Links + 1; ) ) if (validInfo == 1 & & validComments == 1 & & Links <4) ( Return true; ) Else ( errorMessage var = "<h4 class='error-title'> Fehler </ h4>"; ErrorMessage + = Fehler; if (validComments == 0) (errorMessage + = "<p class='error'> kein Kommentar geschrieben. </ p>";) if (links> 3) (errorMessage + = "<p class='error'> Sorry mate, k?nnen Sie nur 3 URLs. </ p>";) document.getElementById ( 'formerrors "). innerHTML = errorMessage; Return false; ) ) </ script> <div id="comments"> <h3 id="addcomments"> hinzuf?gen Kommentare </ h3> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div Id="cmttabs"> <ul> <li id="cmtutab_email"> <a href="#" onclick="tabTo('email');return false;"> neue Leser </ a> </ li> <li id="cmtutab_blogsmith" class="currenttab"> <a href="#" onclick="tabTo('blogsmith');return false;"> R?ckkehr </ a> </ li> <li id="cmtutab_sns"> <a href="#" onclick="tabTo('sns');return false;" class="cmtaol" title="Sign Sie sich mit Ihrem AOL/AIM username!"> AOL / AIM </ a> </ li> </ Ul> </ Div> <div Id="formerrors" class='formerrors'> </ div> <! – E-Mail -> <div id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <p Class="instructions"> ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. </ P> <label for="AuthorName" class="first"> Name: <br /> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /> </ label> <label For="AuthorEmail"> E-Mail: <br /> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/> </ label> </ Div> <! – / E-Mail -> <! – Blogsmith -> <div id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. </ p> <label for="C_Author" class="first"> E-Mail: <br /> id="C_AuthorEmail" <input type="text" class="formtext" name="C_AuthorEmail" value="" /> </ label> <label For="C_AuthorPass"> Passwort: <br /> <input id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/> </ label> </ Div> <! – / Blogsmith -> <! – SNS -> <div id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. </ p> <div Id="sns"> <p align="center"> <img src="/media/loading.gif"> </ p> </ Div> <!–< Eingang id = "snslogin" type = "button" onclick = "sns.calls.login ();" value = "Login ">–> </ Div> <! – / SNS -> <div Id="cmtmain"> <div Id="replyindicator"> </ div> <div> <label For="Comments"> Ihr Kommentar: </ label> <textarea name="Comments" id="Comments" rows="8" style="width:98%"> </ textarea> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <label For="RememberMeYes"> merken </ label> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <label for="EmailMe"> E-Mail, wenn mir jemand Antworten auf diesen Kommentar </ label> </ Div> <div Id="cmtbuttons"> <input type="submit" id="addCommentButton" value="Add Comment" /> </ Div> <input type="hidden" name="form" value="Comments" /> <input type="hidden" name="ButtonSave" value="Save" /> <input type="hidden" id="sourceID" name="SourceID" value="" /> <input type="hidden" id="postID" name="PostID" value="" /> </ Div> <div Id="instructions"> <p class="preamble"> Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. <strong> E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. </ strong> </ p> <p> Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein. </ P> <p> So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit, <p> oder <br /> Tags. </ P> </ Div> <input type = "hidden" name = "referer" value = "http://www.tuaw.com:1080/2009/05/30/future-itunes-versions-could-block-the-pre-but-why / "> </ form> </ div> <script type="text/javascript" src="http://www.blogsmithmedia.com/framework.weblogsinc.com/bc/ajax.js"> </ script> <script type="text/javascript" src="http://www.weblogsinc.com/bc/sns.js"> </ script> <script type="text/javascript"> tabTo (current_tab); </ script> <script language="JavaScript" type="text/javascript"> getUserInfo Funktion () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden '; sID.id =' SID '; sID.name =' SID '; sID.value ='9 a0a4ab1dd8480fac952ae1d083d21a4 "; var UID = document.createElement (' input '); uID.type =' hidden '; uID.id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced "; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp '; tStamp. name = "tStamp '; tStamp.value ='50405'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='4006218568046222 '; anchor.parentNode.insertBefore (SID, Anker); anchor.parentNode.insertBefore (uid, Anker); anchor.parentNode.insertBefore (tStamp, Anker); anchor.parentNode.insertBefore (CacheID, Anker ); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i <divArray.length; i + +) (if (divArray [i]. className == 'post') (document.getElementById ( ' PLZ "). value = divArray [i]. id;))) getUserInfo ();</ script> </ div ><!– / content -> </ div ><!– / col-1 -> <div id="col-2"> <div id="subcontent" class="clearfix"> <div class="medrect"> <script Type="text/javascript"> <! — AdSetType ( "F"); HtmlAdWH ( "93217898", "300", "250"); AdSetType (""); //–> </ Script> </ div ><!– / medrect -> <div id="tip-day"> <div id="tip-day-inner"> <h2> Tipp des Tages </ h2> <p class = "Tipp"> So schalten Sie Ihre Firewall, ?ffnen Sie die Systemeinstellungen, und klicken Sie auf das Symbol Sicherheit. Klicken Sie anschlie?end auf die Registerkarte "Firewall". Stellen Sie sicher, dass entweder "Erlauben Sie nur wesentliche Dienste" ausgew?hlt ist, oder w?hlen Sie "Zugriff f?r bestimmte Dienste und Anwendungen" k?nnen. <br /> <br /> </ P> <div class="learnmore"> <a href = " http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day/ "> Weitere Informationen </ a> </ div> </ div> </ div> <div id = "breakingnews" class = "Schlagzeilen"> <div class="wrap"> <h3> <span> <a href="/tag/breaking news/"> Breaking News </ a> <a href = "http:/ / www.tuaw.com / tag / Nachrichten / rss.xml "class =" Feed "title =" Subscribe to breaking news "> Feed </ a> </ span> </ h3> <ul> <li> < a href = "http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/"> <a rel = "bookmark" href = "http: / / www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/ "rel =" Lesezeichen "> Breaking News: Keine neuen Beitr?ge app, es sei denn, sie laufen auf OS 3.0 </ a> </ li> <a href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/"> <a rel="bookmark" href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/" rel="bookmark"> Erste Look: Bento f?r iPhone und iPod touch </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/23/the-app-store-hits-one- Milliarden-downloads / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/ "rel =" Lesezeichen "> Der App Store Treffern eine Milliarde Downloads </ a> </ li> <li> <a href =" http://www.tuaw.com/2009/03/30/macworld-2010-moves-to Februar / "> <a rel="bookmark" href="http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/" rel="bookmark"> Macworld 2010 bewegt sich bis Februar </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" > <a rel="bookmark" href="http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" rel="bookmark"> f?r Skype iPhone kommenden Dienstag, sagt CNET </ a> </ li> <a href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/"> <a rel="bookmark" href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/" rel="bookmark"> Apple sagt jailbreaking ist illegal </ a> </ li> <a href="http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/"> <a rel = "bookmark" href = "http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/" rel = "Lesezeichen" > PwnageTool und QuickPwn aktualisiert und ist kompatibel mit 2.2.1 </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses -Security-Fragen / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/ "rel =" Lesezeichen "> QuickTime 7/6 Adressen Sicherheit </ a> </ li> <li> <a href =" http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near -Unibody-specs / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/ " rel = "Lesezeichen"> $ 999 MacBook Hardware aktualisiert, um in der N?he von Unibody-Daten </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/19/use-your -iPhone-zu-Navigation-Einweihung-Tag / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration -Tag / "rel =" Lesezeichen "> Verwenden Sie Ihr iPhone zu navigieren Einweihung Tag </ a> </ li> </ ul> </ div> </ div> <div id="featuredstories" class="headlines"> <h3> <span> <a href="/tag/features/"> sehenswerte Geschichten </ a> <a href = "http://www.tuaw.com/tag/features/rss.xml" class = " Futtermittel "title =" Abonnieren Sie sehenswerte Geschichten "> Feed </ a> </ span> </ h3> <ul> <li> <a href =" http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / "> Daily AOL Finance ca. wirft die Bar f?r das iPhone Investitionen Tools </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"> <a rel = "Lesezeichen" href = "http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"> TUAW Tipp: Tauschen Sie Ihren Laptop auf der Festplatte f?r eine schicke neue SSD </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/14/another-fistful- von-apps-ember-Headspace-mymovies-nozbe-jugl / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/14/another-fistful-of-apps- ember-Headspace-mymovies-nozbe-jugl / "> Eine weitere Handvoll Apps: Ember, Headspace, myMovies, Nozbe, Juglir und LiveView </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/04/01/tuaw-1976 / "> <a rel="bookmark" href="http://www.tuaw.com/2009/04/01/tuaw-1976/"> TUAW 1976 </ a> </ li> <a href="http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> <a rel = "Lesezeichen" href = "http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> Mein Vater, der Switcher: Tag 140 </ a> </ li> <a href="http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/"> <a rel = "bookmark" href = " http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/ "> Mein Vater, der Switcher: Tag 139 </ a> </ li> <li> < a href = "http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/"> <a rel = "bookmark" href = "http://www. tuaw.com/2009/02/10/31-fart-apps-in-90-seconds / "> 31 fart Apps in 90 Sekunden </ a> </ li> <li> <a href =" http:// www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/ "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/ 08/app-store-demo-no-lite-yes / "> App Store:" Demo "Nein," Lite "Ja </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/02/02/one-month-with-apple-tv / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/02/one- month-with-apple-tv/">One month with Apple TV</a></li><li><a href="http://www.tuaw.com/2008/12/27/traveling-iphone -can-help/"><a rel="bookmark" href="http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/">Traveling? iPhone can help!</a></li></ul></div><br class="clear" /> <div class="medrect"> <script type="text/javascript"> <!– adSetType("F"); htmlAdWH("93217998", "300", "250"); adSetType(""); //–> </script> </div><!– /medrect –><div id="twitter_linkage" class="module"><a href="http://www.twitter.com/tuaw" target="_blank"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg" alt="Follow us on Twitter!" /></a></div> <!– Start of Flickr Badge –> <div class="module"> <h3><a href="http://flickr.com/photos/tags/tuaw" target="_blank"><span>TUAW <strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong> Pool</span></a></h3> <table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper"> <tr> <script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=3&display=latest&size=t&layout=h&source=all_tag&tag=tuaw&user=15453323%40N00"></script> </tr> </table> <a href="http://www.flickr.com" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a> </div> <!– End of Flickr Badge –><object lassid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="330" height="150"> <param name="movie value="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" /> <param name="wmode" value="transparent" /> <embed src="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="330" height="150"></embed> </object><a href="http://www.cafepress.com/tuaw" title="Visit our Cafe Press store" class="rail-promo"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png" alt="TUAW [Cafepress]" /></a><div class="ad-wrap"> <div class="ad-wrap-inner"> <h3 class="hide"><span class="wrap">Sponsored Links</span></h3> <p class="sponsored">Advertise with us. (<a href="http://www.weblogsinc.com/advertise/">Learn more</a>)</p> </div> </div> <h3><span class="wrap">Featured Galleries</span></h3><div class="featuredgalleries clearfix"><div class="thumb"><a href="/photos/gallery-2397/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg" alt="DNC Macs" width="75" height="75" title="DNC Macs"></a></div><div class="thumb"><a href="/photos/macworld-2008-keynote-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg" alt="Macworld 2008 Keynote" width="75" height="75" title="Macworld 2008 Keynote"></a></div><div class="thumb"><a href="/photos/macworld-2008-build-up/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/dsc_5493_thumbnail.jpg" alt="Macworld 2008 Build-up" width="75" height="75" title="Macworld 2008 Build-up"></a></div><div class="thumb"><a href="/photos/google-earth-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/10/gooe1_thumbnail.png" alt="Google Earth for iPhone" width="75" height="75" title="Google Earth for iPhone"></a></div><div class="thumb"><a href="/photos/podcaster/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg" alt="Podcaster" width="75" height="75" title="Podcaster"></a></div><div class="thumb"><a href="/photos/bento-for-iphone-1-0/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg" alt="Bento for iPhone 1.0" width="75" height="75" title="Bento for iPhone 1.0"></a></div><div class="thumb"><a href="/photos/scrabble-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png" alt="Scrabble for iPhone" width="75" height="75" title="Scrabble for iPhone"></a></div><div class="thumb"><a href="/photos/tom-bihn-checkpoint-flyer-briefcase/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg" alt="Tom Bihn Checkpoint Flyer Briefcase" width="75" height="75" title="Tom Bihn Checkpoint Flyer Briefcase"></a></div><div class="thumb"><a href="/photos/apple-vanity-plates/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/05/appleplatealanrothberg_thumbnail.jpg" alt="Apple Vanity Plates" width="75" height="75" title="Apple Vanity Plates"></a></div><div class="thumb"><a href="/photos/apple-booth-macworld-07/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours—23_thumbnail.jpg" alt="Apple booth Macworld 07" width="75" height="75" title="Apple booth Macworld 07"></a></div><div class="thumb"><a href="/photos/quickoffice-for-iphone-1-1-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail.jpg" alt="Quickoffice for iPhone 1.1.1" width="75" height="75" title="Quickoffice for iPhone 1.1.1"></a></div><div class="thumb"><a href="/photos/daylite-3-9-review/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail.png" alt="Daylite 3.9 Review" width="75" height="75" title="Daylite 3.9 Review"></a></div><div class="thumb"><a href="/photos/discpainter/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png" alt="DiscPainter" width="75" height="75" title="DiscPainter"></a></div><div class="thumb"><a href="/photos/mariner-calc-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg" alt="Mariner Calc for iPhone" width="75" height="75" title="Mariner Calc for iPhone"></a></div><div class="thumb"><a href="/photos/2009cupertinobus/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/01/cupertino09-1_thumbnail.jpg" alt="2009CupertinoBus" width="75" height="75" title="2009CupertinoBus"></a></div><div class="thumb"><a href="/photos/crash-bandicoot-nitro-kart-3d/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png" alt="Crash Bandicoot Nitro Kart 3D" width="75" height="75" title="Crash Bandicoot Nitro Kart 3D"></a></div><div class="thumb"><a href="/photos/mlb-com-at-bat-2009/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg" alt="MLB.com At Bat 2009" width="75" height="75" title="MLB.com At Bat 2009"></a></div><div class="thumb"><a href="/photos/macworld-expo-2007-show-floor/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg" alt="Macworld Expo 2007 show floor" width="75" height="75" title="Macworld Expo 2007 show floor"></a></div><div class="thumb"><a href="/photos/apple-texas-hold-em/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg" alt="Apple Texas Hold 'Em" width="75" height="75" title="Apple Texas Hold 'Em"></a></div><div class="thumb"><a href="/photos/the-macworld-faithful-in-line/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg" alt="The Macworld Faithful in Line" width="75" height="75" title="The Macworld Faithful in Line"></a></div><div class="thumb"><a href="/photos/iphone-first-look/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg" alt="iPhone First Look" width="75" height="75" title="iPhone First Look"></a></div><p class="clearer">&nbsp;</p></div> <div class="statstable" id="stats_bloggers"><h3><span class="wrap">TUAW bloggers (30 days)</span></h3><table class="data" cellspacing="0"><tr><th>#</th><th>Blogger</th><th class="ctr">Posts</th><th class="ctr">Cmts</th></tr><tr><td class="statsclass1">1</td><td class="statsclass1"><a href="/bloggers/steven-sande/">Steven Sande</a></td><td class="statsclass1 ctr">36</td><td class="statsclass1 ctr">10</td></tr><tr><td class="statsclass2">2</td><td class="statsclass2"><a href="/bloggers/mel-martin/">Mel Martin</a></td><td class="statsclass2 ctr">32</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">25</td><td class="statsclass1 ctr">1</td></tr><tr><td class="statsclass2">4</td><td class="statsclass2"><a href="/bloggers/dave-caolo/">Dave Caolo</a></td><td class="statsclass2 ctr">23</td><td class="statsclass2 ctr">4</td></tr><tr><td class="statsclass1">5</td><td class="statsclass1"><a href="/bloggers/michael-rose/">Michael Rose</a></td><td class="statsclass1 ctr">17</td><td class="statsclass1 ctr">32</td></tr><tr><td class="statsclass2">6</td><td class="statsclass2"><a href="/bloggers/robert-palmer/">Robert Palmer</a></td><td class="statsclass2 ctr">14</td><td class="statsclass2 ctr">6</td></tr><tr><td class="statsclass1">7</td><td class="statsclass1"><a href="/bloggers/cory-bohon/">Cory Bohon</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">8</td><td class="statsclass2"><a href="/bloggers/christina-warren/">Christina Warren</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">13</td></tr><tr><td class="statsclass1">9</td><td class="statsclass1"><a href="/bloggers/aron-trimble/">Aron Trimble</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">11</td></tr><tr><td class="statsclass2">10</td><td class="statsclass2"><a href="/bloggers/brett-terpstra/">Brett Terpstra</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">9</td></tr><tr><td class="statsclass1">11</td><td class="statsclass1"><a href="/bloggers/megan-lavey/">Megan Lavey</a></td><td class="statsclass1 ctr">6</td><td class="statsclass1 ctr">3</td></tr><tr><td class="statsclass2">12</td><td class="statsclass2"><a href="/bloggers/victor-agreda-jr/">Victor Agreda, Jr.</a></td><td class="statsclass2 ctr">3</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">13</td><td class="statsclass1"><a href="/bloggers/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/mat-lu/">Mat Lu</a></td><td class="statsclass2 ctr">2</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">15</td><td class="statsclass1"><a href="/bloggers/chris-ullrich/">Chris Ullrich</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">16</td><td class="statsclass2"><a href="/bloggers/brett-kelly/">Brett Kelly</a></td><td class="statsclass2 ctr">1</td><td class="statsclass2 ctr">0</td></tr></table></div><div class="statstable"><h3><span class="wrap">Most Commented On <em>(7 days)</em></span></h3><ul class="box"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/" rel="bookmark">Hulu Desktop app gives full-screen experience to Mac users</a> (63)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/" rel="bookmark">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a> (46)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/" rel="bookmark">Fortune: Palm Pre syncs flawlessly with iTunes</a> (38)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (29)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (29)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/" rel="bookmark">White MacBook specs quietly bumped</a> (26)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/" rel="bookmark">Businessweek puts Apple at top of Most Innovative list</a> (25)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/" rel="bookmark">Rumors: iPod, cameras expecting offspring</a> (23)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/" rel="bookmark">Eucalyptus for iPhone gets a new lease on life</a> (23)</li></ul></div><div class="statstable"><h3><span class="wrap">Recent Comments</span></h3><ul id="stats_recentcomments"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19114306">Drahliana</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329">user7</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308">Andy</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197">cam</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941">Mel Martin</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895">whoapossum</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888">zezke</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679">Maxwell</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696">Tyson McMurtrey</a> on <a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/">Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680">ted</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li></ul></div><div id="tagCloud" class="sidearea"><h3><span class="wrap">The Unofficial Apple Weblog (TUAW) Tags</span></h3><div class="box"><p> <a href="/tag/sling/" class="tagSmall">sling</a> <a href="/tag/review/" class="tagSmall">review</a> <a href="/tag/SnowLeopard/" class="tagSmall">SnowLeopard</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/safari/" class="tagSmall">safari</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/ads/" class="tagSmall">ads</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/server/" class="tagSmall">server</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/mobileme/" class="tagSmall">mobileme</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/AppleHistory/" class="tagSmall">AppleHistory</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/AppleStore/" class="tagSmall">AppleStore</a> <a href="/tag/IpodShuffle/" class="tagSmall">IpodShuffle</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/firstlook/" class="tagSmall">firstlook</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/productivity/" class="tagSmall">productivity</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/pricing/" class="tagSmall">pricing</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/retro-tuaw/" class="tagSmall">retro-tuaw</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/security/" class="tagSmall">security</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/MacOsX/" class="tagSmall">MacOsX</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> </p></div></div><div class="module"><h3><span class="wrap">More Apple Analysis</span></h3><ul><li><a href="http://aapl.bloggingstocks.com/">AAPL on BloggingStocks</a> The Apple category feed from BloggingStocks.com</li><li><a href="http://finance.aol.com/quotes/apple-inc/aapl/nas">AAPL Quote, News & Summary</a> The AAPL financials page from AOL Money and Finance</li><li><a href="http://www.bloggingstocks.com/tag/iphone">iPhone analysis from BloggingStocks</a> iPhone tag feed from BloggingStocks</li><li><a href="http://www.downloadsquad.com/category/macintosh/">Macintosh news and reviews on Download Squad</a> The Macintosh category feed from Download Squad</li></ul></div><div class="module"><h3><span class="wrap">More from AOL Money and Finance</span></h3><ul><li><a href="http://money.aol.com/investing/stockscreener">Stock Screener</a> </li><li><a href="http://money.aol.com/stock-quotes">Stock Quotes</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">DJIA</a> </li><li><a href="http://www.walletpop.com/taxes/amt">AMT</a> </li><li><a href="http://www.walletpop.com/loans/auto">Auto Loans</a> </li><li><a href="http://www.walletpop.com/banking">Banking</a> </li><li><a href="http://www.walletpop.com/insurance/car-insurance">Car Insurance</a> </li><li><a href="http://www.walletpop.com/banking/checking">Checking Account</a> </li><li><a href="http://www.walletpop.com/credit/credit-cards">Credit Cards</a> </li><li><a href="http://www.walletpop.com/credit/credit-reports">Credit Reports</a> </li><li><a href="http://www.walletpop.com/deals">Deals</a> Deals</li><li><a href="http://money.aol.com/creditdebt/debt">Debt Management</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">Dow Jones Industrial Average</a> </li><li><a href="http://money.aol.com/news/earnings">Earnings</a> </li><li><a href="http://finance.aol.com/quotes/google-inc/goog/nas">GOOG</a> </li><li><a href="http://www.walletpop.com/insurance/health-insurance">Health Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/home-insurance">Home Insurance</a> </li><li><a href="http://www.walletpop.com/fraud/identity-theft">Identity Theft</a> </li><li><a href="http://www.walletpop.com/taxes/basics">Income Tax Basics</a> </li><li><a href="http://www.walletpop.com/insurance">Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/life-insurance">Life Insurance</a> </li><li><a href="http://www.walletpop.com/loans">Loans</a> </li><li><a href="http://money.aol.com">Money</a> </li><li><a href="http://www.walletpop.com/mortgages">Mortgages</a> </li><li><a href="http://www.walletpop.com/loans/personal">Personal Loans</a> </li><li><a href="http://www.walletpop.com/recession">Recession</a> </li><li><a href="http://www.walletpop.com/mortgages/refinancing">Refinancing</a> </li><li><a href="http://www.walletpop.com/retirement">Retirement</a> </li><li><a href="http://www.walletpop.com/banking/savings">Savings Account</a> </li><li><a href="http://smallbusiness.aol.com/">Small Business</a> </li><li><a href="http://finance.aol.com/usw/quotes/charts">Stock Charts</a> </li><li><a href="http://money.aol.com/stock-ticker">Stock Ticker</a> </li><li><a href="http://www.walletpop.com/taxes">Taxes</a> </li><li><a href="http://money.aol.com/news/technology">Tech News</a> </li></ul></div><div class="blogroll" id="winblogroll"> <h3 id="blogroll_header"><span><a href="http://www.weblogsinc.com">WIN Network</a></span></h3> <ul id="winblogroll" class="accordian"> <li class="winblogrollcat"><strong class="trigger">Autos</strong> <ul id="consumer"> <li><a href="http://www.autoblog.com/">Autoblog</a></li> <li><a href="http://www.autobloggreen.com/">Autoblog Green</a></li> <li><a href="http://spanish.autoblog.com/">Autoblog Spanish</a></li> <li><a href="http://chinese.autoblog.com/">Autoblog Chinese</a></li> <li><a href="http://cn.autoblog.com/">Autoblog Simplified Chinese</a></li> <li><a href="http://jp.autoblog.com/">Autoblog Japanese</a></li> <li><a href="http://uk.autoblog.com/">Autoblog UK</a></li> <li><a href="http://de.autoblog.com/">Autoblog Auf Deutsh</a></li> <li><a href="http://fr.autoblog.com/">Autoblog En Fran?ais</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Technology</strong> <ul id="technology"> <li><a href="http://www.downloadsquad.com/">Download Squad</a></li> <li><a href="http://www.engadget.com/">Engadget</a></li> <li><a href="http://www.engadgethd.com/">Engadget HD</a></li> <li><a href="http://www.engadgetmobile.com/">Engadget Mobile</a></li> <li><a href="http://chinese.engadget.com/">Engadget Chinese</a></li> <li><a href="http://cn.engadget.com/">Engadget Simplified Chinese</a></li> <li><a href="http://japanese.engadget.com/">Engadget Japanese</a></li> <li><a href="http://de.engadget.com/">Engadget Germany</a></li> <li><a href="http://kr.engadget.com/">Engadget Korea</a></li> ???????????????????????? <li><a href="http://pl.engadget.com/">Engadget Polska</a></li> <li><a href="http://spanish.engadget.com/">Engadget Spanish</a></li> ???????????????????????? <li><a href="http://www.switched.com/">Switched</a></li> <li><a href="http://www.tuaw.com/">TUAW (Apple)</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Lifestyle</strong> <ul id="lifestyle"> ???????????????????????? <li><a href="http://www.aisledash.com/">AisleDash</a></li> ?? <li><a href="http://www.diylife.com/">DIY Life</a></li> <li><a href="http://www.gadling.com/">Gadling</a></li> <li><a href="http://www.greendaily.com/">Green Daily</a></li> <li><a href="http://www.luxist.com/">Luxist</a></li> ???????????????????????? <li><a href="http://jp.luxist.com/">Luxist Japanese</a></li> <li><a href="http://www.parentdish.com/">ParentDish</a></li> <li><a href="http://www.slashfood.com/">Slashfood</a></li> <li><a href="http://www.stylelist.com/blog/">StyleList Blog</a></li> <li><a href="http://www.thatsfit.com/">That's Fit</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Gaming</strong> <ul id="gaming"> <li><a href="http://www.joystiq.com/">Joystiq</a></li> <li><a href="http://nintendo.joystiq.com/">Joystiq [Nintendo]</a></li> <li><a href="http://xbox.joystiq.com/">Joystiq [Xbox]</a></li> <li><a href="http://playstation.joystiq.com/">Joystiq [PlayStation]</a></li> <li><a href="http://jp.joystiq.com/">Joystiq Japanese</a></li> ???????????????????????? <li><a href="http://www.massively.com/">Massively</a></li> <li><a href="http://www.wowinsider.com/">WoW Insider</a></li> ???????????????????????? <li><a href="http://news.bigdownload.com">Big Download</a></li> <li><a href="http://www.gamedaily.com/">GameDaily</a></li> ???????????????????????? <li><a href="http://www.playsavvy.com">PlaySavvy</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Entertainment</strong> <ul id="entertainment"> <li><a href="http://www.cinematical.com/">Cinematical</a></li> <li><a href="http://nl.cinematical.com/">Cinematical Nederland</a></li> <li><a href="http://www.cinematical.pl/">Cinematical Polska</a></li> <li><a href="http://www.cinematical.es/">Cinematical Espana</a></li> <li><a href="http://www.tvsquad.com/">TV Squad</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Finance</strong> <ul id="finance"> ???????????????????????? <li><a href="http://www.bloggingbuyouts.com/">BloggingBuyouts</a></li> <li><a href="http://www.bloggingstocks.com/">BloggingStocks</a></li> <li><a href="http://www.dailyfinance.com/">DailyFinance</a></li> <li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji">DIJA</a></li> <li><a href="http://www.walletpop.com/">WalletPop</a></li> <li><a href="http://www.walletpop.co.uk/">WalletPop UK</a></li> <li><a href="http://www.walletpop.com/taxes/">Taxes</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Sports</strong> <ul id="sports"> ???????????????????????? <li><a href="http://www.fanhouse.com">FanHouse</a></li> ???????????????????????? <li><a href="http://nfl.fanhouse.com/">NFL</a></li> ???????????????????????? <li><a href="http://nba.fanhouse.com/">NBA</a></li> ???????????????????????? <li><a href="http://mlb.fanhouse.com/">MLB</a></li> ???????????????????????? <li><a href="http://ncaafootball.fanhouse.com/">NCAA Football</a></li> ???????????????????????? <li><a href="http://ncaabasketball.fanhouse.com/">NCAA Basketball</a></li> ???????????????????????? <li><a href="http://motorsports.fanhouse.com/">NASCAR</a></li> ???????????????????????? <li><a href="http://nhl.fanhouse.com/">NHL</a></li> ???????????????????????? <li><a href="http://golf.fanhouse.com/">Golf</a></li> ???????????????????????? <li><a href="http://fantasyfootball.fanhouse.com/">Fantasy Football</a></li> ???????????????????????? <li><a href="http://fantasybasketball.fanhouse.com/">Fantasy Basketball</a></li> ???????????????????????? <li><a href="http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/">UFC 98 results</a></li> </ul> </li> ???????? <li class="winblogrollcat"><strong class="trigger">Also on AOL</strong> <ul id="alsoAOL"> <li><a href="http://www.politicsdaily.com">Politics Daily</a></li> ???????????????????????? <li><a href="http://blackvoices.aol.com/">African-American Culture</a></li> ???????????????????????? <li><a href="http://autos.aol.com/">Cars</a></li> <li><a href="http://www.games.com/">Games</a></li> ???????????????????????? <li><a href="http://www.mapquest.com">Maps</a></li> <li><a href="http://money.aol.com/">Money</a></li> <li><a href="http://www.moviefone.com/">Movies</a></li> <li><a href="http://music.aol.com/">Music</a></li> <li><a href="http://news.aol.com/">News</a></li> <li><a href="http://music.aol.com/radioguide/bb">Radio</a></li> <li><a href="http://sports.aol.com/">Sports</a></li> <li><a href="http://money.aol.com/stock-quotes/">Stock Quotes</a></li> <li><a href="http://television.aol.com/">Television</a></li <li><a href="http://travel.aol.com/">Travel</a></li> </ul> </li> </ul> </div><a href="http://daol.aol.com/software/mac/iphone/radio" title="AOL iPhone Radio" class="aol-radio"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif" alt="AOL Radio" /></a> <a href="http://www.stitcher.com/listen.php?fid=8189" title="TUAW on Stitcher"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif" alt="TUAW on Stitcher" /></a></div><!– /subcontent –> </div> <div id="footer"> <div class="searchform"> <ul class="searchnav clearfix"> <li id="search-tab-blog2" class="selected"><a onclick="return searchTarget('/search/?q=', 0, 'search-tab-blog2');" href="#">TUAW</a></li> <li id="search-tab-Web2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Web2');" href="http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=">Web</a></li> <li id="search-tab-Images2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Images2');"href="http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=">Images</a></li> <li id="search-tab-Video2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Video2');"href="http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=">Video</a></li> <li id="search-tab-News2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=">News</a></li> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=">Local</a></li> </ul> <form name="s_form2" action="/search/"><fieldset><input type="text" name="q" id="queryname2" value="" class="text" /><button id="searchsubmit" onclick="return submitHeaderSearch('onclick');" type="submit" name="searchsubmit" title="Search" ></button><input type="hidden" name="invocationType" value="wl-tuaw-ft" /></fieldset></form> </div><!– /show-footer-search.html.php –> <div class="bottomleader"> <script type="text/javascript"> <!– adSetType("F"); htmlAdWH('93217798', '728', '90'); adSetType(""); //–> </script> </div><!– /topleader –></div><!– /footer –> <div id="grid2"> <table class="grid-table" cellspacing="0"> <tr> <td scope="col" class="first"> <h4><img src="http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.joystiq.com/">Joystiq</a></h4><ul><li><a href="http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/" rel="bookmark">Qore leak reveals new PSP Metal Gear and more</a></li><li><a href="http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/" rel="bookmark">Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5</a></li><li><a href="http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/" rel="bookmark">PSP Go revealed in June issue of Qore [update]</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.downloadsquad.com/">Download Squad</a></h4><ul><li><a href="http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/" rel="bookmark">Search for useful bookmarklets with Bookmarklet Directory</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/" rel="bookmark">Where to watch the Stanley Cup finals online</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/" rel="bookmark">Goog-411 now provides intersection info</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.bloggingstocks.com/">BloggingStocks</a></h4><ul><li><a href="http://www.bloggingstocks.com/2009/05/30/allegheny-energy-knows-the-u-s-will-eventually-need-more-power/" rel="bookmark">Allegheny Energy knows the U.S. will eventually need more power</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/" rel="bookmark">Stock #2: Quicksilver (ZQK)</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/" rel="bookmark">Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more</a></li></ul></td> </tr> <tr> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.autoblog.com/">Autoblog</a></h4><ul><li><a href="http://www.autoblog.com/2009/05/30/report-two-plants-saved-from-closing-under-new-gm-uaw-agreement/" rel="bookmark">REPORT: Two plants saved from closing under new GM/UAW agreement</a></li><li><a href="http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/" rel="bookmark">VIDEO: Corvette Grand Sport launch control tested… in dealer lot</a></li><li><a href="http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/" rel="bookmark">Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://xbox.joystiq.com/">Joystiq Xbox</a></h4><ul><li><a href="http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/" rel="bookmark">Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2</a></li><li><a href="http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/" rel="bookmark">Raiden IV media blowout </a></li><li><a href="http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/" rel="bookmark">Joyswag: Gel: Set &amp; Match</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico" alt="" height="16" width="16" /> <a href="http://www.engadget.com/">Engadget</a></h4><ul><li><a href="http://www.engadget.com/2009/05/30/alienware-m17x-gaming-laptop-hands-on-it-isnt-quite-all-power/" rel="bookmark">Alienware M17x gaming laptop hands-on: it isn't quite "all powerful," but it'll do in a pinch</a></li><li><a href="http://www.engadget.com/2009/05/30/engadget-podcast-148-05-30-2009/" rel="bookmark">Engadget Podcast 148 – 05.30.2009</a></li><li><a href="http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/" rel="bookmark">Video: Sony's PSP Go leaks out before E3, is obviously a go</a></li></ul></td> </tr> </table> </div> <div id="legal"> <a href="http://news.aol.com" target="_blank" class="cobrand-footer">AOL News</a> <p>All contents copyright &copy; 2003-2009, <a href="http://www.weblogsinc.com/">Weblogs, Inc.</a> All rights reserved</p> <p><a href="">The Unofficial Apple Weblog (TUAW)</a> is a member of the <a href="http://www.weblogsinc.com/">Weblogs, Inc. Network</a>. <a href="http://www.weblogsinc.com/privacy/">Privacy Policy</a>, <a href="http://www.weblogsinc.com/terms/">Terms of Service</a>, <a href="http://www.weblogsinc.com/report/">Notify AOL</a></p> </div><!– /legal –> </div><!– /main –> </div><!– /container –> </body> <script type="text/javascript" src="http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js"></script> <script type="text/javascript"> $(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); ???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } </script> <script type="text/javascript" src="http://www.blogcdn.com/js/addthis.js"></script> <script type="text/javascript"> if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { ?? top.location.replace(self.location.href); } </script> </html><script type="text/javascript"> <!– document.write('<scr' + 'ipt src="http://www.tuaw.com/traffic/' + '?t=js&bv=&os=&tz=&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&cb=955338100" type="text/javascript"></scr' + 'ipt>'); // –> </script><noscript><img src="http://www.tuaw.com/traffic/?t=px&bv=JavaScript+Disabled&os=&tz=default&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&cb=1942902130" alt="the end" width="1" height="1"border="0" /></noscript>Google Home – About Google Translate©2009 Googlevar gaJsHost = ((“https:” == document.location.protocol) ?”https://ssl.” : “http://www.”);document.write(unescape(“%3Cscript src='” + gaJsHost +”google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E”));var pageTracker = _gat._getTracker(“UA-1043770-1″);pageTracker._initData();pageTracker._trackPageview(“/translate_t?hl=en&ie=ISO-8859-1&langpair=en|de”);Detect language—AlbanianArabicBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese > AlbanianArabicBulgarianCatalanChinese (Simplified)Chinese (Traditional)CroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese swap window.jstiming.load.tick(‘br’);h = new _History();ctr = new _TranslateForm(new _LanguageSelector(‘old_sl’,'sl_select’,’3′),new _LanguageSelector(‘old_tl’,'tl_select’,’3′),’old_submit’,'submit_button’, h,’source’,'result_box’,'dict’,'autotrans’,'/translate’,'/translate_t’,undefined,’http://209.85.225.132/translate_f’, ‘select_text’,'select_document’, ‘file_div’, ‘file’,true,’search’,'clir’);window.jstiming.load.tick(‘prt’)Contribute a better translationThank you for contributing your translation suggestion to Google Translate.

Daring Fireball John Gruber auf eine Geschichte von Jon Lech Johansen, die besagt, dass Apple iTunes blockieren den Zugang zu den in Vorbereitung auf ein zuk?nftiges Update ; Gruber sich gesagt , er “w?rde sich nicht wundern, wenn sie getan hat.” Ich bin mir nicht so sicher.

Erste, la?t uns anschauen, wie es funktioniert. Laut Johansen, eine einzigartige USB-Ger?te-ID k?nnen iTunes zu erkennen MP3-Player (auch iPod), dass es mit. Johansen spekuliert, dass Palm ist mit der Verwendung dieser IDs bei der Kommunikation mit iTunes. Wenn es sich um ein iPod-ID, dann wird es mit iTunes f?r Windows, zu, das ist ein wichtiger Pr?fstein und wir wissen nicht, die Ergebnisse noch nicht.

Ich kann Apple nicht Baumwolle zu einem Palm Pre speziell Masquerading als iPod USB-Ger?t. Angesichts der Tatsache, dass, so dass die Vorbereitung auf die freie Kommunikation mit iTunes ist nicht unbedingt schlecht wirtschaftlich sinnvoll, vorausgesetzt, Palm setzt die Funktionalit?t in einer offenen Art und Weise (wie die anderen dritten Partei, dass MP3-Player iTunes unterst?tzt bereits). Warum

den Zugriff auf die Pre, abgesehen von der reinen Trotz? Wenn jemand bereits iTunes nutzt, stehen die Chancen sie haben einige Menge von DRM-freien iTunes Plus-Musik auf ihre Computer. Es gibt keinen technischen Grund, warum die Musik sollte nicht leicht spielbar auf der Pre. Einer der upshots der Beseitigung von DRM im iTunes Store ist es, die Interoperabilit?t Ger?t. Lassen Sie Ger?te nicht von Apple iTunes Musik zu spielen, und pl?tzlich Kunden Apple hat es nicht vor.

Wenn Apple m?chte abgeschnitten nur die Vorbereitung auf, und der Palm ist nach den Regeln, Apple ist unn?tig Schneiden einen Strom von Einnahmen. Das ist etwas, was ich nicht tun, siehe Apple leicht. Kommentare ( 2 ) / * Einige dh crap * / Funktion iecheck (inc_seven) ( / / Alert (navigator.platform); ???? if (navigator.platform == “Win32″ & & navigator.appName == “Microsoft Internet Explorer” & & window.attachEvent) ( ???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); ???????? var iever = (inc_seven)? (rslt! = null & & Number (rslt [1])> = 5,5): (rslt! = null & & Number (rslt [1])> = 5.5 & & Number (rslt [1]) < 7); ) Else ( Iever = false; ) ???? R?ckkehr iever; ) var useFilter = iecheck (false); var ie6Brand = ' TUAW Web Images Video News Local JoystiqQore leak reveals new PSP Metal Gear and moreSteam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5PSP Go revealed in June issue of Qore [update] Download SquadSearch for useful bookmarklets with Bookmarklet DirectoryWhere to watch the Stanley Cup finals onlineGoog-411 now provides intersection info BloggingStocksAllegheny Energy knows the U.S. will eventually need more powerStock #2: Quicksilver (ZQK)Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more AutoblogREPORT: Two plants saved from closing under new GM/UAW agreementVIDEO: Corvette Grand Sport launch control tested… in dealer lotKerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010 Joystiq XboxXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout Joyswag: Gel: Set & Match EngadgetAlienware M17x gaming laptop hands-on: it isn't quite “all powerful,” but it'll do in a pinchEngadget Podcast 148 – 05.30.2009Video: Sony's PSP Go leaks out before E3, is obviously a go AOL News

All contents copyright © 2003-2009, Weblogs, Inc. All rights reserved

The Unofficial Apple Weblog (TUAW) is a member of the Weblogs, Inc. Network. Privacy Policy, Terms of Service, Notify AOL

$(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); ???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { ?? top.location.replace(self.location.href); } the endDetect language—AlbanianArabicBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese > AlbanianArabicBulgarianCatalanChinese (Simplified)Chinese (Traditional)CroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese swap window.jstiming.load.tick('br');h = new _History();ctr = new _TranslateForm(new _LanguageSelector('old_sl','sl_select','3'),new _LanguageSelector('old_tl','tl_select','3'),'old_submit','submit_button', h,'source','result_box','dict','autotrans','/translate','/translate_t',undefined,'http://209.85.225.132/translate_f', 'select_text','select_document', 'file_div', 'file',true,'search','clir');window.jstiming.load.tick('prt')Contribute a better translationThank you for contributing your translation suggestion to Google Translate. TUAW Web Images Video News Local JoystiqQore leak reveals new PSP Metal Gear and moreSteam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5PSP Go revealed in June issue of Qore [update] Download SquadSearch for useful bookmarklets with Bookmarklet DirectoryWhere to watch the Stanley Cup finals onlineGoog-411 now provides intersection info BloggingStocksAllegheny Energy knows the U.S. will eventually need more powerStock #2: Quicksilver (ZQK)Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more AutoblogREPORT: Two plants saved from closing under new GM/UAW agreementVIDEO: Corvette Grand Sport launch control tested… in dealer lotKerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010 Joystiq XboxXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout Joyswag: Gel: Set & Match EngadgetAlienware M17x gaming laptop hands-on: it isn't quite “all powerful,” but it'll do in a pinchEngadget Podcast 148 – 05.30.2009Video: Sony's PSP Go leaks out before E3, is obviously a go AOL News

All contents copyright © 2003-2009, Weblogs, Inc. All rights reserved

The Unofficial Apple Weblog (TUAW) is a member of the Weblogs, Inc. Network. Privacy Policy, Terms of Service, Notify AOL

$(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { top.location.replace(self.location.href); } the end“>We'll use your suggestion to improve translation quality in future updates to our system.> <p class="filed-under"> Abgelegt unter: <a href="/category/analysisopinion/"> Analyse / Stellungnahme </ a>, <a href="/category/itunes-store/"> ITS < / a>, <a href="/category/itunes/"> iTunes </ a>, <a href="/category/iphone/"> iPhone </ a> </ p> <h2 class = "posttitle" > <a href="http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/" rel="bookmark"> <span id = "ppt19051882"> K?nftige Versionen von iTunes kann die Pre-Block, aber warum? </ span> </ a> </ h2> <p class="byline"> von <strong> <a href = "/ bloggers/robert- Palmer / "> Robert Palmer </ a> </ strong> am 30. Mai 2009 </ p> <div class="postbody"> <! – sphereit Start -> <p> <img vspace =" 8 "hspace = "8" border = "0" align = "right" src = "http://www.blogcdn.com/www.tuaw.com/media/2009/05/iphone-pre-548946946.jpg" alt = " "/> Gestern, Megan hingewiesen, einem Fortune-Geschichte, dass <a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/"> iTunes synchronisiert problemlos mit dem neuen Palm vor </ a>. Das ist nat?rlich, hat das Wasser-K?hler sprudelnden sprechen: "Wie haben Palm ziehen Sie es aus? Will Apple damit dies geschehen kann?" </ P> <p> stellt sich heraus, die sie bereits haben. A <a href="http://support.apple.com/kb/HT2172">-Tech-Note auf der Apple-Website </ a> stellt fest, die zwei Dutzend Dritter Spieler, iTunes (f?r Mac OS X, mindestens ) ist kompatibel mit, darunter Rio und Creative Labs MP3-Player Nomad. Es stimmt zwar, dass viele der Modelle vor den iPod, und der Tech-Note "selbst wurde zuletzt aktualisiert am etwas weniger als vor einem Jahr. Aber Dritter Ger?t Kompatibilit?t mit iTunes ist nicht ohne Pr?zedenzfall. </ P> <p> Daring Fireball John Gruber auf eine Geschichte von Jon Lech Johansen, die besagt, dass <a href = "http://nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm- pre / "> Apple iTunes blockieren den Zugang zu den in Vorbereitung auf ein zuk?nftiges Update </ a>; Gruber sich <a href =" http://daringfireball.net/linked/2009/05/29/johansen-pre-itunes " > gesagt </ a>, er "w?rde sich nicht wundern, wenn sie getan hat." Ich bin mir nicht so sicher. <br /> </ P> <p> Erste, la?t uns anschauen, wie es funktioniert. Laut Johansen, eine einzigartige USB-Ger?te-ID k?nnen iTunes zu erkennen MP3-Player (auch iPod), dass es mit. Johansen spekuliert, dass Palm ist mit der Verwendung dieser IDs bei der Kommunikation mit iTunes. Wenn es sich um ein iPod-ID, dann wird es mit iTunes f?r Windows, zu, das ist ein wichtiger Pr?fstein und wir wissen nicht, die Ergebnisse noch nicht. <br /> </ P> <p> Ich kann Apple nicht Baumwolle zu einem Palm Pre <em> speziell </ em> Masquerading als iPod USB-Ger?t. Angesichts der Tatsache, dass, so dass die Vorbereitung auf die freie Kommunikation mit iTunes ist nicht unbedingt schlecht wirtschaftlich sinnvoll, vorausgesetzt, Palm setzt die Funktionalit?t in einer offenen Art und Weise (wie die anderen dritten Partei, dass MP3-Player iTunes unterst?tzt bereits). </ P> Warum <p> den Zugriff auf die Pre, abgesehen von der reinen Trotz? Wenn jemand bereits iTunes nutzt, stehen die Chancen sie haben einige Menge von DRM-freien iTunes Plus-Musik auf ihre Computer. Es gibt keinen technischen Grund, warum die Musik sollte nicht leicht spielbar auf der Pre. Einer der upshots der Beseitigung von DRM im iTunes Store ist es, die Interoperabilit?t Ger?t. Lassen Sie Ger?te nicht von Apple iTunes Musik zu spielen, und pl?tzlich Kunden Apple hat es nicht vor. </ P> <p> Wenn Apple m?chte abgeschnitten nur die Vorbereitung auf, und der Palm ist nach den Regeln, Apple ist unn?tig Schneiden einen Strom von Einnahmen. Das ist etwas, was ich nicht tun, siehe Apple leicht. </ p> <div id="continued"> </ div ><!– Ende sphereit -> <a href="/tag/iphone" class="category-match-ad"> <img src = " http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg "alt =" Klicken Sie hier, um alle TUAW's iPhone Abdeckung "/> </ a> </ div> <div class="postmeta"> <p class="posttags"> <strong> Tags: </ strong> <a href="http://www.tuaw.com/tag/daringfireball/"> daringfireball </ a >, <a href="http://www.tuaw.com/tag/device/"> Ger?t </ a>, <a href="http://www.tuaw.com/tag/fortune/"> Fortune </ a>, <a href="http://www.tuaw.com/tag/iphone/"> iPhone </ a>, <a href = "http://www.tuaw.com/tag/ iTunes / ">" iTunes </ a>, <a href="http://www.tuaw.com/tag/palm+pre/"> Palm vor </ a>, <a href = "http://www .tuaw.com / tag / PalmPre / "> PalmPre </ a>, <a href="http://www.tuaw.com/tag/pre/"> vor </ a>, <a href =" http : / / www.tuaw.com/tag/usb/ "> USB </ a> </ p> <div class="navbar clearfix"> <ul> <li class="permalink"> <a href =" http : / / nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm-pre / "> Quelle </ a> </ li> <li class="print"> <a href = "http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/print/" target = "_blank" class = "printthis" rel = "nofollow"> Print <span class="printpop"> <span> Mit HP Wireless-Drucker, <br/> Sie k?nnen gedruckt <br/> dieser von jedem Zimmer <br/> im Haus. <br /> <strong> Live drahtlos. Drucken ohne Kabel </ strong> </ span> </ span> </ a> </ li> <li class="email-this"> <a href = "/ forward/19051882 /" title = "Senden Sie diesen Eintrag einem Freund per E-Mail "> E-Mail hier </ a> </ li> <li> <! – AddThis Button BEGIN -> <script type="text/javascript"> addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, Propeller, google, live, StumbleUpon, reddit, Favoriten, technorati, Ziel, mehr "</ script> <a class =" sharelink "href =" http://www.addthis.com / bookmark.php "onmouseover =" return addthis_open (this,'', 'http% 3A% 2F% 2Fwww.tuaw.com% 2F2009% 2F05% 2F30% 2Ffuture-iTunes-Versionen-Block-k?nnte-die-vor-, sondern -warum% 2F ',' Die Zukunft + + iTunes-Versionen k?nnte + + + der + Block vor% 2C + sondern + Warum% 3F ') "onmouseout =" addthis_close () "onclick =" return addthis_sendto () "> Aktie </ a> <script type="text/javascript" src="http://s7.addthis.com/custom/weblogsinc/addthis_widget.js"> </ script ><!– AddThis Button END –></ li > <li class="comments"> <a href = "http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/ # comments "title =" View Leser Kommentare zu diesen Eintrag "> Kommentare (<em> 2 </ em>) </ a> </ li> </ ul> </ div> </ div> </ div> </ div > <script type="text/javascript"> / * Einige dh crap * / Funktion iecheck (inc_seven) ( / / Alert (navigator.platform); ???? if (navigator.platform == "Win32" & & navigator.appName == "Microsoft Internet Explorer" & & window.attachEvent) ( ???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); ???????? var iever = (inc_seven)? (rslt! = null & & Number (rslt [1])> = 5,5): (rslt! = null & & Number (rslt [1])> = 5.5 & & Number (rslt [1]) < 7); ) Else ( Iever = false; ) ???? R?ckkehr iever; ) var useFilter = iecheck (false); var ie6Brand = '<a href = "http://www.sphere.com" target = "_New" style = "cursor: Hand; display: block; width: 112px; height: 18px; Filter: ProgID: DXImageTransform.Microsoft . AlphaImageLoader (src = \ "http://cdn11.sphere.com/images/poweredbySphere.png \ ', sizingMethod = Ma?stab );">< img align =" absmiddle "border =" 0 "style =" margin-left : 2px; "src =" http://cdn11.sphere.com/images/iespacer.png "/></ a> '; var normalBrand = '<a href="http://www.sphere.com" target="_new"> <img align = "absmiddle" border = "0" style = "margin-left: 2px;" src = " http://cdn11.sphere.com/images/poweredbySphere.png "/></ a> '; var Marke =''; if (useFilter == false) ( Marke = normalBrand; ) Else ( Marke = ie6Brand; ) </ script> <div class="sphere clearfix"> <div id="sphereTalk"> <p id="spherePoweredBy" class="powered-by"> </ p> <div id="talkContainer"> <h3> Verwandte Texte von The Unofficial Apple Weblog </ h3> <ul> <li> <a href = "http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes?icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Fortune: Pre Palm synchronisiert einwandfrei mit iTunes </ a> <p class =" timestamp "> 2 Tage </ p> </ li> <li> <a href =" http://www.tuaw.com/2009/04/06/itunes-8-1-1-showing-in- Software-Update? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> iTunes 8.1.1 und in der Software-Aktualisierung </ a> <p class="timestamp"> 54 Tage vor </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/01/27/apple-wins-comprehensive-patent -for-iphone-Bares-Z?hne-at-Palme? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Apple gewinnt umfassende Patent f?r iPhone, Bares Z?hne bei Palm </ a> <p class="timestamp"> 122 Tage </ p> </ li> </ ul> </ div ><!– Ende sprechen Container -> < div id = "artContainer"> <h3> Weitere Artikel aus unserem Tech-Netzwerk </ h3> <ul> <li> <a href = "http://www.engadget.com/2009/05/28/the-daily -Roundup-Heres-What-You-mightve-missed1? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> The Daily Roundup : hier ist es, was Sie vielleicht verpasst haben </ a> <p class="timestamp"> 1 Tag </ p> </ li> <li> <a href = "http://www.engadgetmobile.com/2009 / 05/28/palm-pre-said-to-sync-up-nicely-with-apples-itunes? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \' , \ 'art \') "> Palm Pre sagte zu synchronisieren sch?n mit Apple's iTunes </ a> <p class="timestamp"> 2 Tage </ p> </ li> <li> <a href =" http://www.engadget.com/2009/05/07/apple-ponders-kiosk-style-movie-and-music-downloads?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track ( dieser, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Apple denkt Kiosk-Stil Film-und Musik-Downloads </ a> <p class="timestamp"> 22 Tage vor </ p> </ li> </ ul> </ div ><!– Ende Kunst Container –></ div ><!– Ende sphereTalk -> <div id="sphereAd"> <script type = "text / javascript" src = "http : / / cdn11.sphere.com/widgets/sphereit/js? baseurl = http://cdn11.sphere.com/widgets/sphereit/&siteid=blogsmith_widget_tuaw "> </ script> <iframe frameborder =" 0 "style =" position: relative; width: 300px; height: 250px; "MARGINHEIGHT =" 0 "marginwidth =" 0 "scrolling =" no "border =" 0 "src =" http://www.sphere.com/ads/aol_sphere_adcom. php? a = 93249125 "> </ iframe> </ div> <p class="see-more"> <a onclick =" return Sphere.Widget.search ( 'http://www.tuaw.com/2009/ 05/30/future-itunes-versions-could-block-the-pre-but-why ') "href =" http://www.sphere.com/search?q=sphereit:http://www.tuaw .com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why "> Weitere Artikel und Blog-Posts </ a> </ p> </ div> <! — – Ende Bereich clearfix -> <script type="text/javascript"> document.getElementById ( 'spherePoweredBy "). innerHTML = Marke; </ script> <div id="comments"> <h3 id="readercomments"> Reader Kommentare (Seite 1 von 1) </ h3> </ p> <div class = "commentlinks" id = "commentlinks19115203-1854088" > <div class="commentclass1 level2 Muttergesellschaft comment" id="c19115203"> <a href="http://www.tuaw.com/profile/1854088/" target="_blank" rel="nofollow"> <img src = "http://www.blogsmithcdn.com/avatar/images/16/1854088_64.jpg" alt = "Dave" class = "avatar" /> </ a> <span class="rownum"> 1 </ span> <div class="comment-inner"> <div class="credits"> <h4 class="authorname"> <a href = "http://www.tuaw.com/profile/1854088/" target = "_blank" rel = "nofollow"> Dave </ a> <span sagte class="time-stamp"> 3.43 Uhr am 5-30-2009 </ span> </ h4> </ div> <p> Wenn Vor der sieht aus wie ein iPod mit iTunes von Apple ist, wie wollen den Zugang zu den Vor-und nicht iPods? <br> <br> Aufgrund der Tatsache, dass Rubenstein hat Insider-Wissen von Apple-Hardware Ich glaube, es ist eine bessere Chance, Jobs & Co . Bitte um eine einstweilige Verf?gung gegen Palm. </ p> <p class="cmt_reply"> <a href="#commentform" onclick="replyToCmt('19115203','Dave');"> Antworten </ a> < / p> <div class="cmt_votes"> <img class = "Stern-img" src = "http://www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif" alt = "2 Sterne "/> <span class="cmt_tools" id="tools_19115203"> <a href =" # "class =" voteLink "id =" vd19115203 "onclick =" voteComment ('19115203 ',' nach '); return false; "title =" Diese Abstimmung Kommentar Down "> <span class="vote_down button"> ↓ </ span> </ a> <a href =" # "class =" voteLink "id =" vu19115203 "onclick =" voteComment ('19115203 ',' bis'); return false; "title =" Diese Abstimmung Kommentar Up "> <span class="vote_up button"> ↑ </ span> </ a> <a href =" # "-Klasse = "reportLink" id = "r19115203" onclick = "reportComment (19115203); return false" title = "Diesen Kommentar melden"> <span class="report button"> Bericht </ span> </ a> </ span> </ div> </ div> </ div> </ div> <div class="commentlinks" id="commentlinks19115333-2873874"> <div class="commentclass2 level2 Muttergesellschaft comment" id="c19115333"> <a href = "http://www.tuaw.com/profile/2873874/" target = "_blank" rel = "nofollow"> <img src = "http://www.blogsmithcdn.com/avatar/images/16/2873874_64 . jpg "alt =" paullloydjohnson "class =" avatar "/> </ a> <span class="rownum"> 2 </ span> <div class="comment-inner"> <div class="credits"> <h4 class="authorname"> <a href="http://www.tuaw.com/profile/2873874/" target="_blank" rel="nofollow"> paullloydjohnson </ a>, sagte <span class = " Zeit-Stempel "> 3:58 pm am 5-30-2009 </ span> </ h4> </ div> <p> The Grund Apple w?rde so etwas ist einfach. iTunes ist die Musikbibliothek der Wahl f?r die meisten Menschen in diesen Tagen. F?r ein paar Leute, die nicht in der Lage eine Synchronisierung mit iTunes die Pre k?nnte ein Deal Breaker und die gleichen Personen k?nnen entscheiden, kaufen ein iPhone statt. </ P> <p class="cmt_reply"> <a href = "# commentform "onclick =" replyToCmt ('19115333 ',' paullloydjohnson');"> Antworten </ a> </ p> <div class="cmt_votes"> <img class = "Stern-img" src = "http:// www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif "alt =" 2 Sterne "/> <span class="cmt_tools" id="tools_19115333"> <a href =" # "class =" voteLink "id =" vd19115333 "onclick =" voteComment ('19115333 ',' nach '); return false; "title =" Diese Abstimmung Kommentar Down "> <span class="vote_down button"> ↓ </ span> </ a> <a href="#" class="voteLink" id="vu19115333" onclick="voteComment('19115333','up'); R?ckkehr false;" title="Vote Dieser Kommentar Up"> <span class = "vote_up Schaltfl?che"> ↑ </ span> </ a> <a href = "#" class = "reportLink" id = "r19115333" onclick = "reportComment (19115333); return false" title = "Diesen Kommentar melden" > <span class="report button"> Bericht </ span> </ a> </ span> </ div> </ div> </ div> </ div> <script language="JavaScript" type="text/javascript"> var req; Funktion getURL (url) ( ?? if (isWorking == true) (setTimeout ( "getURL (\" "+ url +" \ ")", "100"); return false;) ?? isWorking = true; ?? if (window.XMLHttpRequest) ( Req = new XMLHttpRequest (); ???????? req.onreadystatechange = handleHttpResponse; Req.open ( "GET", url, true); Req.send (null); ?? ) Else if (window.ActiveXObject) (/ / IE Try ( Req = new ActiveXObject ( "Msxml2.XMLHTTP"); ) Catch (e) ( Req = new ActiveXObject ( "Microsoft.XMLHTTP"); ) If (req) ( ???????????????? req.onreadystatechange = handleHttpResponse; Req.open ( "GET", url, true); Req.send (); ???????? ) Else ( Alert ( "Ihr Browser unterst?tzt kein ajax"); ) ?? ) Else ( Alert ( "Ihr Browser unterst?tzt kein ajax"); ?? ) ?? return false; ) Funktion postURL (url, outbuf) ( ?? if (isWorking == true) (setTimeout ( "postURL (\" "+ url +" \ ", \" "+ outbuf +" \ ")", "100"); return false;) ?? isWorking = true; ?? var browser = navigator.appName; ?? if (Browser! = "Microsoft Internet Explorer") ( ???? req = new XMLHttpRequest (); ???? req.onreadystatechange = handleHttpResponse; ???? req.open ( "POST", url, true); ???? req.setRequestHeader ( "Content-Type", "application / x-www-form-urlencoded; charset = UTF-8"); ???? req.send (outbuf); ?? ) Else if (window.ActiveXObject) (/ / IE ???? req = new ActiveXObject ( "Microsoft.XMLHTTP"); ???? if (req) ( ?????? req.onreadystatechange = handleHttpResponse; ?????? req.open ( "POST", url, true); ?????? req.setRequestHeader ( "Content-Type", "application / x-www-form-urlencoded; charset = UTF-8"); ?????? req.send (outbuf); ???? ) ?? ) ?? return false; ) Funktion handleHttpResponse () ( If (req.readyState == 4) ( If (req.responseText.charAt (0) == "<") ( ???????? Alert (req.responseText); ) Else ( ?? Eval (req.responseText); IsWorking = false; ) ) ) var isWorking = false; Funktion reportComment (commentid) ( if (confirm ( "Sind Sie sicher, dass Sie diesen Bericht kommentieren?")) ( ?? getURL ( "/ a = AJAX-Kommentar-Bericht & commentid =" + commentid); ???????? ) Return false; ) Funktion reportCommentOK (commentid) ( document.getElementById ( "c" + commentid). className + = "reportedComment"; alert ( "Kommentar wurde f?r die ?berpr?fung. Thank You!"); Return false; ) Funktion voteComment (commentid, Typ) ( getURL ( "/ a = AJAX-Kommentar-Abstimmung & commentid =" + commentid + "& type =" + type); Return false; ) Funktion voteCommentOK (commentid) ( document.getElementById ( "c" + commentid). className + = "votedComment"; Return false; ) Funktion replyToCmt (commentid, Autor) ( var replyInd = document.getElementById ( "replyindicator"); ???????? if (document.getElementById ( 'replyToText')) (var replyToText = document.getElementById ( 'replyToText "). value;) else (var replyToText =" Antwort auf ";) ???????? if (document.getElementById ( 'replyToUndo')) (var replyToUndo = document.getElementById ( 'replyToUndo "). value;) else (var replyToUndo =" R?ckg?ngig ";) replyInd.innerHTML = (replyToText + '<a href="#c'+commentid+'">' + Autor + '</ a> [<a href = "#" onclick = "wipeReply (\''+ commentid +' \ ') ; return false ;">'+ replyToUndo + '</ a >]'); document.getElementById ( "sourceid"). value = commentid; ) Funktion wipeReply (commentid) ( var replyInd = document.getElementById ( "replyindicator"); ReplyInd.innerHTML = ""; Document.getElementById ( "sourceid"). Value = ""; Return false; ) Funktion showReplies (Post-, commentid) ( getURL ( "/ a = AJAX-Kommentar-Show-& Antworten commentid =" + commentid + "& Post =" + Post); Return false; ) Funktion showRepliesOK (commentid, Daten) ( var replyDiv = document.getElementById (commentid + "_replies"); ReplyDiv.innerHTML = Daten; Return false; ) </ script> <div class="cmt_paging"> </ div> </ div> <script language="JavaScript" type="text/javascript"> var sns_checked = false; var current_tab = "blogsmith"; Funktion tabTo (TAB) ( document.getElementById ( 'formerrors "). innerHTML =''; document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; document.getElementById ( 'cmtuinfo_sns'). style.display =' none '; document.getElementById ( 'cmtuinfo_ "+ Tab). style.display =' block '; document.getElementById ( 'cmtutab_email "). className =''; document.getElementById ( 'cmtutab_blogsmith "). className =''; document.getElementById ( 'cmtutab_sns "). className =''; document.getElementById ( 'cmtutab_ "+ Tab). className =' currenttab '; If (! Sns_checked & & tab == "SNS") ( Image1 = new Image (); image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; Sns.init ( 'ch1ga1KvP7TotwTC'); Sns_checked = true; ) Current_tab = TAB; ) Funktion inputValidation () ( document.getElementById ( 'formerrors "). innerHTML =''; Var validInfo = 0; Var validName = 0; Var validEmail = 0; Var validComments = 0; Var validSNS = 0; Var links = 0; Var Fehler =''; Schalter (current_tab) ( Fall "E-Mail": var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; var email = document.getElementById ( 'AuthorEmail "). Wert; if (document.getElementById ( "Autorname"). value =='') ( Fehler + = "<p class='error'> ben?tigen wir Ihren Namen. </ p>"; ) If (email ==''| |! Filter.test (email)) ( Fehler + = "<p class='error'> E-Mail-Adresse ist nicht g?ltig. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "blogsmith": if (document.getElementById ( 'C_AuthorEmail "). value =='') ( Fehler + = "<p class='error'> Ung?ltige E-Mail-Adresse. </ p>"; ) if (document.getElementById ( 'C_AuthorPass "). value =='') ( Fehler + = "<p class='error'> Kein Passwort angegeben. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "SNS": if (document.getElementById ( 'sns_screenname') & & document.getElementById ( 'sns_password')) ( if (document.getElementById ( 'sns_screenname "). value & & document.getElementById (' sns_password"). value) ( Sns.calls.login (); Return false; ) ) If (document.getElementById ( 'sns_securid')) ( if (document.getElementById ( 'sns_securid "). value) ( sns.calls.login ();// setTimeout ( "sns.calls.login ();", 1000); Return false; ) ) var token = (document.getElementById ( "Token"))? document.getElementById ( "Token"). Wert:''; If (token =='') ( Fehler = "<p class='error'> Ung?ltiger SNS anmelden. </ p>"; ) Else ( ValidInfo = 1; ) Break; ) var txt = document.getElementById ( "Kommentare"). Wert; If (txt! ='') ( ValidComments = 1; ) For (var ind = 0; ind <txt.length; ind + +) ( If (txt.substring (ind, ind +7) == "http://") ( Links = Links + 1; ) Else if (txt.substring (ind, ind +6) == "ftp://") ( Links = Links + 1; ) Else if (txt.substring (ind, ind +8) == "https ://") ( Links = Links + 1; ) ) if (validInfo == 1 & & validComments == 1 & & Links <4) ( Return true; ) Else ( errorMessage var = "<h4 class='error-title'> Fehler </ h4>"; ErrorMessage + = Fehler; if (validComments == 0) (errorMessage + = "<p class='error'> kein Kommentar geschrieben. </ p>";) if (links> 3) (errorMessage + = "<p class='error'> Sorry mate, k?nnen Sie nur 3 URLs. </ p>";) document.getElementById ( 'formerrors "). innerHTML = errorMessage; Return false; ) ) </ script> <div id="comments"> <h3 id="addcomments"> hinzuf?gen Kommentare </ h3> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div Id="cmttabs"> <ul> <li id="cmtutab_email"> <a href="#" onclick="tabTo('email');return false;"> neue Leser </ a> </ li> <li id="cmtutab_blogsmith" class="currenttab"> <a href="#" onclick="tabTo('blogsmith');return false;"> R?ckkehr </ a> </ li> <li id="cmtutab_sns"> <a href="#" onclick="tabTo('sns');return false;" class="cmtaol" title="Sign Sie sich mit Ihrem AOL/AIM username!"> AOL / AIM </ a> </ li> </ Ul> </ Div> <div Id="formerrors" class='formerrors'> </ div> <! – E-Mail -> <div id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <p Class="instructions"> ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. </ P> <label for="AuthorName" class="first"> Name: <br /> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /> </ label> <label For="AuthorEmail"> E-Mail: <br /> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/> </ label> </ Div> <! – / E-Mail -> <! – Blogsmith -> <div id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. </ p> <label for="C_Author" class="first"> E-Mail: <br /> id="C_AuthorEmail" <input type="text" class="formtext" name="C_AuthorEmail" value="" /> </ label> <label For="C_AuthorPass"> Passwort: <br /> <input id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/> </ label> </ Div> <! – / Blogsmith -> <! – SNS -> <div id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. </ p> <div Id="sns"> <p align="center"> <img src="/media/loading.gif"> </ p> </ Div> <!–< Eingang id = "snslogin" type = "button" onclick = "sns.calls.login ();" value = "Login ">–> </ Div> <! – / SNS -> <div Id="cmtmain"> <div Id="replyindicator"> </ div> <div> <label For="Comments"> Ihr Kommentar: </ label> <textarea name="Comments" id="Comments" rows="8" style="width:98%"> </ textarea> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <label For="RememberMeYes"> merken </ label> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <label for="EmailMe"> E-Mail, wenn mir jemand Antworten auf diesen Kommentar </ label> </ Div> <div Id="cmtbuttons"> <input type="submit" id="addCommentButton" value="Add Comment" /> </ Div> <input type="hidden" name="form" value="Comments" /> <input type="hidden" name="ButtonSave" value="Save" /> <input type="hidden" id="sourceID" name="SourceID" value="" /> <input type="hidden" id="postID" name="PostID" value="" /> </ Div> <div Id="instructions"> <p class="preamble"> Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. <strong> E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. </ strong> </ p> <p> Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein. </ P> <p> So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit, <p> oder <br /> Tags. </ P> </ Div> <input type = "hidden" name = "referer" value = "http://www.tuaw.com:1080/2009/05/30/future-itunes-versions-could-block-the-pre-but-why / "> </ form> </ div> <script type="text/javascript" src="http://www.blogsmithmedia.com/framework.weblogsinc.com/bc/ajax.js"> </ script> <script type="text/javascript" src="http://www.weblogsinc.com/bc/sns.js"> </ script> <script type="text/javascript"> tabTo (current_tab); </ script> <script language="JavaScript" type="text/javascript"> getUserInfo Funktion () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden '; sID.id =' SID '; sID.name =' SID '; sID.value ='9 a0a4ab1dd8480fac952ae1d083d21a4 "; var UID = document.createElement (' input '); uID.type =' hidden '; uID.id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced "; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp '; tStamp. name = "tStamp '; tStamp.value ='50405'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='4006218568046222 '; anchor.parentNode.insertBefore (SID, Anker); anchor.parentNode.insertBefore (uid, Anker); anchor.parentNode.insertBefore (tStamp, Anker); anchor.parentNode.insertBefore (CacheID, Anker ); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i <divArray.length; i + +) (if (divArray [i]. className == 'post') (document.getElementById ( ' PLZ "). value = divArray [i]. id;))) getUserInfo ();</ script> </ div ><!– / content -> </ div ><!– / col-1 -> <div id="col-2"> <div id="subcontent" class="clearfix"> <div class="medrect"> <script Type="text/javascript"> <! — AdSetType ( "F"); HtmlAdWH ( "93217898", "300", "250"); AdSetType (""); //–> </ Script> </ div ><!– / medrect -> <div id="tip-day"> <div id="tip-day-inner"> <h2> Tipp des Tages </ h2> <p class = "Tipp"> So schalten Sie Ihre Firewall, ?ffnen Sie die Systemeinstellungen, und klicken Sie auf das Symbol Sicherheit. Klicken Sie anschlie?end auf die Registerkarte "Firewall". Stellen Sie sicher, dass entweder "Erlauben Sie nur wesentliche Dienste" ausgew?hlt ist, oder w?hlen Sie "Zugriff f?r bestimmte Dienste und Anwendungen" k?nnen. <br /> <br /> </ P> <div class="learnmore"> <a href = " http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day/ "> Weitere Informationen </ a> </ div> </ div> </ div> <div id = "breakingnews" class = "Schlagzeilen"> <div class="wrap"> <h3> <span> <a href="/tag/breaking news/"> Breaking News </ a> <a href = "http:/ / www.tuaw.com / tag / Nachrichten / rss.xml "class =" Feed "title =" Subscribe to breaking news "> Feed </ a> </ span> </ h3> <ul> <li> < a href = "http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/"> <a rel = "bookmark" href = "http: / / www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/ "rel =" Lesezeichen "> Breaking News: Keine neuen Beitr?ge app, es sei denn, sie laufen auf OS 3.0 </ a> </ li> <a href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/"> <a rel="bookmark" href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/" rel="bookmark"> Erste Look: Bento f?r iPhone und iPod touch </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/23/the-app-store-hits-one- Milliarden-downloads / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/ "rel =" Lesezeichen "> Der App Store Treffern eine Milliarde Downloads </ a> </ li> <li> <a href =" http://www.tuaw.com/2009/03/30/macworld-2010-moves-to Februar / "> <a rel="bookmark" href="http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/" rel="bookmark"> Macworld 2010 bewegt sich bis Februar </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" > <a rel="bookmark" href="http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" rel="bookmark"> f?r Skype iPhone kommenden Dienstag, sagt CNET </ a> </ li> <a href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/"> <a rel="bookmark" href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/" rel="bookmark"> Apple sagt jailbreaking ist illegal </ a> </ li> <a href="http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/"> <a rel = "bookmark" href = "http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/" rel = "Lesezeichen" > PwnageTool und QuickPwn aktualisiert und ist kompatibel mit 2.2.1 </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses -Security-Fragen / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/ "rel =" Lesezeichen "> QuickTime 7/6 Adressen Sicherheit </ a> </ li> <li> <a href =" http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near -Unibody-specs / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/ " rel = "Lesezeichen"> $ 999 MacBook Hardware aktualisiert, um in der N?he von Unibody-Daten </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/19/use-your -iPhone-zu-Navigation-Einweihung-Tag / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration -Tag / "rel =" Lesezeichen "> Verwenden Sie Ihr iPhone zu navigieren Einweihung Tag </ a> </ li> </ ul> </ div> </ div> <div id="featuredstories" class="headlines"> <h3> <span> <a href="/tag/features/"> sehenswerte Geschichten </ a> <a href = "http://www.tuaw.com/tag/features/rss.xml" class = " Futtermittel "title =" Abonnieren Sie sehenswerte Geschichten "> Feed </ a> </ span> </ h3> <ul> <li> <a href =" http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / "> Daily AOL Finance ca. wirft die Bar f?r das iPhone Investitionen Tools </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"> <a rel = "Lesezeichen" href = "http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"> TUAW Tipp: Tauschen Sie Ihren Laptop auf der Festplatte f?r eine schicke neue SSD </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/14/another-fistful- von-apps-ember-Headspace-mymovies-nozbe-jugl / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/14/another-fistful-of-apps- ember-Headspace-mymovies-nozbe-jugl / "> Eine weitere Handvoll Apps: Ember, Headspace, myMovies, Nozbe, Juglir und LiveView </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/04/01/tuaw-1976 / "> <a rel="bookmark" href="http://www.tuaw.com/2009/04/01/tuaw-1976/"> TUAW 1976 </ a> </ li> <a href="http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> <a rel = "Lesezeichen" href = "http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> Mein Vater, der Switcher: Tag 140 </ a> </ li> <a href="http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/"> <a rel = "bookmark" href = " http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/ "> Mein Vater, der Switcher: Tag 139 </ a> </ li> <li> < a href = "http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/"> <a rel = "bookmark" href = "http://www. tuaw.com/2009/02/10/31-fart-apps-in-90-seconds / "> 31 fart Apps in 90 Sekunden </ a> </ li> <li> <a href =" http:// www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/ "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/ 08/app-store-demo-no-lite-yes / "> App Store:" Demo "Nein," Lite "Ja </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/02/02/one-month-with-apple-tv / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/02/one- month-with-apple-tv/">One month with Apple TV</a></li><li><a href="http://www.tuaw.com/2008/12/27/traveling-iphone -can-help/"><a rel="bookmark" href="http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/">Traveling? iPhone can help!</a></li></ul></div><br class="clear" /> <div class="medrect"> <script type="text/javascript"> <!– adSetType("F"); htmlAdWH("93217998", "300", "250"); adSetType(""); //–> </script> </div><!– /medrect –><div id="twitter_linkage" class="module"><a href="http://www.twitter.com/tuaw" target="_blank"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg" alt="Follow us on Twitter!" /></a></div> <!– Start of Flickr Badge –> <div class="module"> <h3><a href="http://flickr.com/photos/tags/tuaw" target="_blank"><span>TUAW <strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong> Pool</span></a></h3> <table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper"> <tr> <script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=3&display=latest&size=t&layout=h&source=all_tag&tag=tuaw&user=15453323%40N00"></script> </tr> </table> <a href="http://www.flickr.com" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a> </div> <!– End of Flickr Badge –><object lassid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="330" height="150"> <param name="movie value="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" /> <param name="wmode" value="transparent" /> <embed src="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="330" height="150"></embed> </object><a href="http://www.cafepress.com/tuaw" title="Visit our Cafe Press store" class="rail-promo"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png" alt="TUAW [Cafepress]" /></a><div class="ad-wrap"> <div class="ad-wrap-inner"> <h3 class="hide"><span class="wrap">Sponsored Links</span></h3> <p class="sponsored">Advertise with us. (<a href="http://www.weblogsinc.com/advertise/">Learn more</a>)</p> </div> </div> <h3><span class="wrap">Featured Galleries</span></h3><div class="featuredgalleries clearfix"><div class="thumb"><a href="/photos/gallery-2397/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg" alt="DNC Macs" width="75" height="75" title="DNC Macs"></a></div><div class="thumb"><a href="/photos/macworld-2008-keynote-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg" alt="Macworld 2008 Keynote" width="75" height="75" title="Macworld 2008 Keynote"></a></div><div class="thumb"><a href="/photos/macworld-2008-build-up/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/dsc_5493_thumbnail.jpg" alt="Macworld 2008 Build-up" width="75" height="75" title="Macworld 2008 Build-up"></a></div><div class="thumb"><a href="/photos/google-earth-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/10/gooe1_thumbnail.png" alt="Google Earth for iPhone" width="75" height="75" title="Google Earth for iPhone"></a></div><div class="thumb"><a href="/photos/podcaster/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg" alt="Podcaster" width="75" height="75" title="Podcaster"></a></div><div class="thumb"><a href="/photos/bento-for-iphone-1-0/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg" alt="Bento for iPhone 1.0" width="75" height="75" title="Bento for iPhone 1.0"></a></div><div class="thumb"><a href="/photos/scrabble-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png" alt="Scrabble for iPhone" width="75" height="75" title="Scrabble for iPhone"></a></div><div class="thumb"><a href="/photos/tom-bihn-checkpoint-flyer-briefcase/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg" alt="Tom Bihn Checkpoint Flyer Briefcase" width="75" height="75" title="Tom Bihn Checkpoint Flyer Briefcase"></a></div><div class="thumb"><a href="/photos/apple-vanity-plates/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/05/appleplatealanrothberg_thumbnail.jpg" alt="Apple Vanity Plates" width="75" height="75" title="Apple Vanity Plates"></a></div><div class="thumb"><a href="/photos/apple-booth-macworld-07/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours—23_thumbnail.jpg" alt="Apple booth Macworld 07" width="75" height="75" title="Apple booth Macworld 07"></a></div><div class="thumb"><a href="/photos/quickoffice-for-iphone-1-1-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail.jpg" alt="Quickoffice for iPhone 1.1.1" width="75" height="75" title="Quickoffice for iPhone 1.1.1"></a></div><div class="thumb"><a href="/photos/daylite-3-9-review/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail.png" alt="Daylite 3.9 Review" width="75" height="75" title="Daylite 3.9 Review"></a></div><div class="thumb"><a href="/photos/discpainter/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png" alt="DiscPainter" width="75" height="75" title="DiscPainter"></a></div><div class="thumb"><a href="/photos/mariner-calc-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg" alt="Mariner Calc for iPhone" width="75" height="75" title="Mariner Calc for iPhone"></a></div><div class="thumb"><a href="/photos/2009cupertinobus/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/01/cupertino09-1_thumbnail.jpg" alt="2009CupertinoBus" width="75" height="75" title="2009CupertinoBus"></a></div><div class="thumb"><a href="/photos/crash-bandicoot-nitro-kart-3d/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png" alt="Crash Bandicoot Nitro Kart 3D" width="75" height="75" title="Crash Bandicoot Nitro Kart 3D"></a></div><div class="thumb"><a href="/photos/mlb-com-at-bat-2009/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg" alt="MLB.com At Bat 2009" width="75" height="75" title="MLB.com At Bat 2009"></a></div><div class="thumb"><a href="/photos/macworld-expo-2007-show-floor/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg" alt="Macworld Expo 2007 show floor" width="75" height="75" title="Macworld Expo 2007 show floor"></a></div><div class="thumb"><a href="/photos/apple-texas-hold-em/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg" alt="Apple Texas Hold 'Em" width="75" height="75" title="Apple Texas Hold 'Em"></a></div><div class="thumb"><a href="/photos/the-macworld-faithful-in-line/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg" alt="The Macworld Faithful in Line" width="75" height="75" title="The Macworld Faithful in Line"></a></div><div class="thumb"><a href="/photos/iphone-first-look/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg" alt="iPhone First Look" width="75" height="75" title="iPhone First Look"></a></div><p class="clearer">&nbsp;</p></div> <div class="statstable" id="stats_bloggers"><h3><span class="wrap">TUAW bloggers (30 days)</span></h3><table class="data" cellspacing="0"><tr><th>#</th><th>Blogger</th><th class="ctr">Posts</th><th class="ctr">Cmts</th></tr><tr><td class="statsclass1">1</td><td class="statsclass1"><a href="/bloggers/steven-sande/">Steven Sande</a></td><td class="statsclass1 ctr">36</td><td class="statsclass1 ctr">10</td></tr><tr><td class="statsclass2">2</td><td class="statsclass2"><a href="/bloggers/mel-martin/">Mel Martin</a></td><td class="statsclass2 ctr">32</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">25</td><td class="statsclass1 ctr">1</td></tr><tr><td class="statsclass2">4</td><td class="statsclass2"><a href="/bloggers/dave-caolo/">Dave Caolo</a></td><td class="statsclass2 ctr">23</td><td class="statsclass2 ctr">4</td></tr><tr><td class="statsclass1">5</td><td class="statsclass1"><a href="/bloggers/michael-rose/">Michael Rose</a></td><td class="statsclass1 ctr">17</td><td class="statsclass1 ctr">32</td></tr><tr><td class="statsclass2">6</td><td class="statsclass2"><a href="/bloggers/robert-palmer/">Robert Palmer</a></td><td class="statsclass2 ctr">14</td><td class="statsclass2 ctr">6</td></tr><tr><td class="statsclass1">7</td><td class="statsclass1"><a href="/bloggers/cory-bohon/">Cory Bohon</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">8</td><td class="statsclass2"><a href="/bloggers/christina-warren/">Christina Warren</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">13</td></tr><tr><td class="statsclass1">9</td><td class="statsclass1"><a href="/bloggers/aron-trimble/">Aron Trimble</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">11</td></tr><tr><td class="statsclass2">10</td><td class="statsclass2"><a href="/bloggers/brett-terpstra/">Brett Terpstra</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">9</td></tr><tr><td class="statsclass1">11</td><td class="statsclass1"><a href="/bloggers/megan-lavey/">Megan Lavey</a></td><td class="statsclass1 ctr">6</td><td class="statsclass1 ctr">3</td></tr><tr><td class="statsclass2">12</td><td class="statsclass2"><a href="/bloggers/victor-agreda-jr/">Victor Agreda, Jr.</a></td><td class="statsclass2 ctr">3</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">13</td><td class="statsclass1"><a href="/bloggers/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/mat-lu/">Mat Lu</a></td><td class="statsclass2 ctr">2</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">15</td><td class="statsclass1"><a href="/bloggers/chris-ullrich/">Chris Ullrich</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">16</td><td class="statsclass2"><a href="/bloggers/brett-kelly/">Brett Kelly</a></td><td class="statsclass2 ctr">1</td><td class="statsclass2 ctr">0</td></tr></table></div><div class="statstable"><h3><span class="wrap">Most Commented On <em>(7 days)</em></span></h3><ul class="box"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/" rel="bookmark">Hulu Desktop app gives full-screen experience to Mac users</a> (63)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/" rel="bookmark">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a> (46)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/" rel="bookmark">Fortune: Palm Pre syncs flawlessly with iTunes</a> (38)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (29)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (29)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/" rel="bookmark">White MacBook specs quietly bumped</a> (26)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/" rel="bookmark">Businessweek puts Apple at top of Most Innovative list</a> (25)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/" rel="bookmark">Rumors: iPod, cameras expecting offspring</a> (23)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/" rel="bookmark">Eucalyptus for iPhone gets a new lease on life</a> (23)</li></ul></div><div class="statstable"><h3><span class="wrap">Recent Comments</span></h3><ul id="stats_recentcomments"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19114306">Drahliana</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329">user7</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308">Andy</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197">cam</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941">Mel Martin</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895">whoapossum</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888">zezke</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679">Maxwell</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696">Tyson McMurtrey</a> on <a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/">Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680">ted</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li></ul></div><div id="tagCloud" class="sidearea"><h3><span class="wrap">The Unofficial Apple Weblog (TUAW) Tags</span></h3><div class="box"><p> <a href="/tag/sling/" class="tagSmall">sling</a> <a href="/tag/review/" class="tagSmall">review</a> <a href="/tag/SnowLeopard/" class="tagSmall">SnowLeopard</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/safari/" class="tagSmall">safari</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/ads/" class="tagSmall">ads</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/server/" class="tagSmall">server</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/mobileme/" class="tagSmall">mobileme</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/AppleHistory/" class="tagSmall">AppleHistory</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/AppleStore/" class="tagSmall">AppleStore</a> <a href="/tag/IpodShuffle/" class="tagSmall">IpodShuffle</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/firstlook/" class="tagSmall">firstlook</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/productivity/" class="tagSmall">productivity</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/pricing/" class="tagSmall">pricing</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/retro-tuaw/" class="tagSmall">retro-tuaw</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/security/" class="tagSmall">security</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/MacOsX/" class="tagSmall">MacOsX</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> </p></div></div><div class="module"><h3><span class="wrap">More Apple Analysis</span></h3><ul><li><a href="http://aapl.bloggingstocks.com/">AAPL on BloggingStocks</a> The Apple category feed from BloggingStocks.com</li><li><a href="http://finance.aol.com/quotes/apple-inc/aapl/nas">AAPL Quote, News & Summary</a> The AAPL financials page from AOL Money and Finance</li><li><a href="http://www.bloggingstocks.com/tag/iphone">iPhone analysis from BloggingStocks</a> iPhone tag feed from BloggingStocks</li><li><a href="http://www.downloadsquad.com/category/macintosh/">Macintosh news and reviews on Download Squad</a> The Macintosh category feed from Download Squad</li></ul></div><div class="module"><h3><span class="wrap">More from AOL Money and Finance</span></h3><ul><li><a href="http://money.aol.com/investing/stockscreener">Stock Screener</a> </li><li><a href="http://money.aol.com/stock-quotes">Stock Quotes</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">DJIA</a> </li><li><a href="http://www.walletpop.com/taxes/amt">AMT</a> </li><li><a href="http://www.walletpop.com/loans/auto">Auto Loans</a> </li><li><a href="http://www.walletpop.com/banking">Banking</a> </li><li><a href="http://www.walletpop.com/insurance/car-insurance">Car Insurance</a> </li><li><a href="http://www.walletpop.com/banking/checking">Checking Account</a> </li><li><a href="http://www.walletpop.com/credit/credit-cards">Credit Cards</a> </li><li><a href="http://www.walletpop.com/credit/credit-reports">Credit Reports</a> </li><li><a href="http://www.walletpop.com/deals">Deals</a> Deals</li><li><a href="http://money.aol.com/creditdebt/debt">Debt Management</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">Dow Jones Industrial Average</a> </li><li><a href="http://money.aol.com/news/earnings">Earnings</a> </li><li><a href="http://finance.aol.com/quotes/google-inc/goog/nas">GOOG</a> </li><li><a href="http://www.walletpop.com/insurance/health-insurance">Health Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/home-insurance">Home Insurance</a> </li><li><a href="http://www.walletpop.com/fraud/identity-theft">Identity Theft</a> </li><li><a href="http://www.walletpop.com/taxes/basics">Income Tax Basics</a> </li><li><a href="http://www.walletpop.com/insurance">Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/life-insurance">Life Insurance</a> </li><li><a href="http://www.walletpop.com/loans">Loans</a> </li><li><a href="http://money.aol.com">Money</a> </li><li><a href="http://www.walletpop.com/mortgages">Mortgages</a> </li><li><a href="http://www.walletpop.com/loans/personal">Personal Loans</a> </li><li><a href="http://www.walletpop.com/recession">Recession</a> </li><li><a href="http://www.walletpop.com/mortgages/refinancing">Refinancing</a> </li><li><a href="http://www.walletpop.com/retirement">Retirement</a> </li><li><a href="http://www.walletpop.com/banking/savings">Savings Account</a> </li><li><a href="http://smallbusiness.aol.com/">Small Business</a> </li><li><a href="http://finance.aol.com/usw/quotes/charts">Stock Charts</a> </li><li><a href="http://money.aol.com/stock-ticker">Stock Ticker</a> </li><li><a href="http://www.walletpop.com/taxes">Taxes</a> </li><li><a href="http://money.aol.com/news/technology">Tech News</a> </li></ul></div><div class="blogroll" id="winblogroll"> <h3 id="blogroll_header"><span><a href="http://www.weblogsinc.com">WIN Network</a></span></h3> <ul id="winblogroll" class="accordian"> <li class="winblogrollcat"><strong class="trigger">Autos</strong> <ul id="consumer"> <li><a href="http://www.autoblog.com/">Autoblog</a></li> <li><a href="http://www.autobloggreen.com/">Autoblog Green</a></li> <li><a href="http://spanish.autoblog.com/">Autoblog Spanish</a></li> <li><a href="http://chinese.autoblog.com/">Autoblog Chinese</a></li> <li><a href="http://cn.autoblog.com/">Autoblog Simplified Chinese</a></li> <li><a href="http://jp.autoblog.com/">Autoblog Japanese</a></li> <li><a href="http://uk.autoblog.com/">Autoblog UK</a></li> <li><a href="http://de.autoblog.com/">Autoblog Auf Deutsh</a></li> <li><a href="http://fr.autoblog.com/">Autoblog En Fran?ais</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Technology</strong> <ul id="technology"> <li><a href="http://www.downloadsquad.com/">Download Squad</a></li> <li><a href="http://www.engadget.com/">Engadget</a></li> <li><a href="http://www.engadgethd.com/">Engadget HD</a></li> <li><a href="http://www.engadgetmobile.com/">Engadget Mobile</a></li> <li><a href="http://chinese.engadget.com/">Engadget Chinese</a></li> <li><a href="http://cn.engadget.com/">Engadget Simplified Chinese</a></li> <li><a href="http://japanese.engadget.com/">Engadget Japanese</a></li> <li><a href="http://de.engadget.com/">Engadget Germany</a></li> <li><a href="http://kr.engadget.com/">Engadget Korea</a></li> ???????????????????????? <li><a href="http://pl.engadget.com/">Engadget Polska</a></li> <li><a href="http://spanish.engadget.com/">Engadget Spanish</a></li> ???????????????????????? <li><a href="http://www.switched.com/">Switched</a></li> <li><a href="http://www.tuaw.com/">TUAW (Apple)</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Lifestyle</strong> <ul id="lifestyle"> ???????????????????????? <li><a href="http://www.aisledash.com/">AisleDash</a></li> ?? <li><a href="http://www.diylife.com/">DIY Life</a></li> <li><a href="http://www.gadling.com/">Gadling</a></li> <li><a href="http://www.greendaily.com/">Green Daily</a></li> <li><a href="http://www.luxist.com/">Luxist</a></li> ???????????????????????? <li><a href="http://jp.luxist.com/">Luxist Japanese</a></li> <li><a href="http://www.parentdish.com/">ParentDish</a></li> <li><a href="http://www.slashfood.com/">Slashfood</a></li> <li><a href="http://www.stylelist.com/blog/">StyleList Blog</a></li> <li><a href="http://www.thatsfit.com/">That's Fit</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Gaming</strong> <ul id="gaming"> <li><a href="http://www.joystiq.com/">Joystiq</a></li> <li><a href="http://nintendo.joystiq.com/">Joystiq [Nintendo]</a></li> <li><a href="http://xbox.joystiq.com/">Joystiq [Xbox]</a></li> <li><a href="http://playstation.joystiq.com/">Joystiq [PlayStation]</a></li> <li><a href="http://jp.joystiq.com/">Joystiq Japanese</a></li> ???????????????????????? <li><a href="http://www.massively.com/">Massively</a></li> <li><a href="http://www.wowinsider.com/">WoW Insider</a></li> ???????????????????????? <li><a href="http://news.bigdownload.com">Big Download</a></li> <li><a href="http://www.gamedaily.com/">GameDaily</a></li> ???????????????????????? <li><a href="http://www.playsavvy.com">PlaySavvy</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Entertainment</strong> <ul id="entertainment"> <li><a href="http://www.cinematical.com/">Cinematical</a></li> <li><a href="http://nl.cinematical.com/">Cinematical Nederland</a></li> <li><a href="http://www.cinematical.pl/">Cinematical Polska</a></li> <li><a href="http://www.cinematical.es/">Cinematical Espana</a></li> <li><a href="http://www.tvsquad.com/">TV Squad</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Finance</strong> <ul id="finance"> ???????????????????????? <li><a href="http://www.bloggingbuyouts.com/">BloggingBuyouts</a></li> <li><a href="http://www.bloggingstocks.com/">BloggingStocks</a></li> <li><a href="http://www.dailyfinance.com/">DailyFinance</a></li> <li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji">DIJA</a></li> <li><a href="http://www.walletpop.com/">WalletPop</a></li> <li><a href="http://www.walletpop.co.uk/">WalletPop UK</a></li> <li><a href="http://www.walletpop.com/taxes/">Taxes</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Sports</strong> <ul id="sports"> ???????????????????????? <li><a href="http://www.fanhouse.com">FanHouse</a></li> ???????????????????????? <li><a href="http://nfl.fanhouse.com/">NFL</a></li> ???????????????????????? <li><a href="http://nba.fanhouse.com/">NBA</a></li> ???????????????????????? <li><a href="http://mlb.fanhouse.com/">MLB</a></li> ???????????????????????? <li><a href="http://ncaafootball.fanhouse.com/">NCAA Football</a></li> ???????????????????????? <li><a href="http://ncaabasketball.fanhouse.com/">NCAA Basketball</a></li> ???????????????????????? <li><a href="http://motorsports.fanhouse.com/">NASCAR</a></li> ???????????????????????? <li><a href="http://nhl.fanhouse.com/">NHL</a></li> ???????????????????????? <li><a href="http://golf.fanhouse.com/">Golf</a></li> ???????????????????????? <li><a href="http://fantasyfootball.fanhouse.com/">Fantasy Football</a></li> ???????????????????????? <li><a href="http://fantasybasketball.fanhouse.com/">Fantasy Basketball</a></li> ???????????????????????? <li><a href="http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/">UFC 98 results</a></li> </ul> </li> ???????? <li class="winblogrollcat"><strong class="trigger">Also on AOL</strong> <ul id="alsoAOL"> <li><a href="http://www.politicsdaily.com">Politics Daily</a></li> ???????????????????????? <li><a href="http://blackvoices.aol.com/">African-American Culture</a></li> ???????????????????????? <li><a href="http://autos.aol.com/">Cars</a></li> <li><a href="http://www.games.com/">Games</a></li> ???????????????????????? <li><a href="http://www.mapquest.com">Maps</a></li> <li><a href="http://money.aol.com/">Money</a></li> <li><a href="http://www.moviefone.com/">Movies</a></li> <li><a href="http://music.aol.com/">Music</a></li> <li><a href="http://news.aol.com/">News</a></li> <li><a href="http://music.aol.com/radioguide/bb">Radio</a></li> <li><a href="http://sports.aol.com/">Sports</a></li> <li><a href="http://money.aol.com/stock-quotes/">Stock Quotes</a></li> <li><a href="http://television.aol.com/">Television</a></li <li><a href="http://travel.aol.com/">Travel</a></li> </ul> </li> </ul> </div><a href="http://daol.aol.com/software/mac/iphone/radio" title="AOL iPhone Radio" class="aol-radio"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif" alt="AOL Radio" /></a> <a href="http://www.stitcher.com/listen.php?fid=8189" title="TUAW on Stitcher"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif" alt="TUAW on Stitcher" /></a></div><!– /subcontent –> </div> <div id="footer"> <div class="searchform"> <ul class="searchnav clearfix"> <li id="search-tab-blog2" class="selected"><a onclick="return searchTarget('/search/?q=', 0, 'search-tab-blog2');" href="#">TUAW</a></li> <li id="search-tab-Web2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Web2');" href="http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=">Web</a></li> <li id="search-tab-Images2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Images2');"href="http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=">Images</a></li> <li id="search-tab-Video2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Video2');"href="http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=">Video</a></li> <li id="search-tab-News2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=">News</a></li> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=">Local</a></li> </ul> <form name="s_form2" action="/search/"><fieldset><input type="text" name="q" id="queryname2" value="" class="text" /><button id="searchsubmit" onclick="return submitHeaderSearch('onclick');" type="submit" name="searchsubmit" title="Search" ></button><input type="hidden" name="invocationType" value="wl-tuaw-ft" /></fieldset></form> </div><!– /show-footer-search.html.php –> <div class="bottomleader"> <script type="text/javascript"> <!– adSetType("F"); htmlAdWH('93217798', '728', '90'); adSetType(""); //–> </script> </div><!– /topleader –></div><!– /footer –> <div id="grid2"> <table class="grid-table" cellspacing="0"> <tr> <td scope="col" class="first"> <h4><img src="http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.joystiq.com/">Joystiq</a></h4><ul><li><a href="http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/" rel="bookmark">Qore leak reveals new PSP Metal Gear and more</a></li><li><a href="http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/" rel="bookmark">Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5</a></li><li><a href="http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/" rel="bookmark">PSP Go revealed in June issue of Qore [update]</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.downloadsquad.com/">Download Squad</a></h4><ul><li><a href="http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/" rel="bookmark">Search for useful bookmarklets with Bookmarklet Directory</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/" rel="bookmark">Where to watch the Stanley Cup finals online</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/" rel="bookmark">Goog-411 now provides intersection info</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.bloggingstocks.com/">BloggingStocks</a></h4><ul><li><a href="http://www.bloggingstocks.com/2009/05/30/allegheny-energy-knows-the-u-s-will-eventually-need-more-power/" rel="bookmark">Allegheny Energy knows the U.S. will eventually need more power</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/" rel="bookmark">Stock #2: Quicksilver (ZQK)</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/" rel="bookmark">Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more</a></li></ul></td> </tr> <tr> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.autoblog.com/">Autoblog</a></h4><ul><li><a href="http://www.autoblog.com/2009/05/30/report-two-plants-saved-from-closing-under-new-gm-uaw-agreement/" rel="bookmark">REPORT: Two plants saved from closing under new GM/UAW agreement</a></li><li><a href="http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/" rel="bookmark">VIDEO: Corvette Grand Sport launch control tested… in dealer lot</a></li><li><a href="http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/" rel="bookmark">Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://xbox.joystiq.com/">Joystiq Xbox</a></h4><ul><li><a href="http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/" rel="bookmark">Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2</a></li><li><a href="http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/" rel="bookmark">Raiden IV media blowout </a></li><li><a href="http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/" rel="bookmark">Joyswag: Gel: Set &amp; Match</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico" alt="" height="16" width="16" /> <a href="http://www.engadget.com/">Engadget</a></h4><ul><li><a href="http://www.engadget.com/2009/05/30/alienware-m17x-gaming-laptop-hands-on-it-isnt-quite-all-power/" rel="bookmark">Alienware M17x gaming laptop hands-on: it isn't quite "all powerful," but it'll do in a pinch</a></li><li><a href="http://www.engadget.com/2009/05/30/engadget-podcast-148-05-30-2009/" rel="bookmark">Engadget Podcast 148 – 05.30.2009</a></li><li><a href="http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/" rel="bookmark">Video: Sony's PSP Go leaks out before E3, is obviously a go</a></li></ul></td> </tr> </table> </div> <div id="legal"> <a href="http://news.aol.com" target="_blank" class="cobrand-footer">AOL News</a> <p>All contents copyright &copy; 2003-2009, <a href="http://www.weblogsinc.com/">Weblogs, Inc.</a> All rights reserved</p> <p><a href="">The Unofficial Apple Weblog (TUAW)</a> is a member of the <a href="http://www.weblogsinc.com/">Weblogs, Inc. Network</a>. <a href="http://www.weblogsinc.com/privacy/">Privacy Policy</a>, <a href="http://www.weblogsinc.com/terms/">Terms of Service</a>, <a href="http://www.weblogsinc.com/report/">Notify AOL</a></p> </div><!– /legal –> </div><!– /main –> </div><!– /container –> </body> <script type="text/javascript" src="http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js"></script> <script type="text/javascript"> $(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); ???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } </script> <script type="text/javascript" src="http://www.blogcdn.com/js/addthis.js"></script> <script type="text/javascript"> if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { ?? top.location.replace(self.location.href); } </script> </html><script type="text/javascript"> <!– document.write('<scr' + 'ipt src="http://www.tuaw.com/traffic/' + '?t=js&bv=&os=&tz=&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&cb=955338100" type="text/javascript"></scr' + 'ipt>'); // –> </script><noscript><img src="http://www.tuaw.com/traffic/?t=px&bv=JavaScript+Disabled&os=&tz=default&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&cb=1942902130" alt="the end" width="1" height="1"border="0" /></noscript>Google Home – About Google Translate©2009 Googlevar gaJsHost = ((“https:” == document.location.protocol) ?”https://ssl.” : “http://www.”);document.write(unescape(“%3Cscript src='” + gaJsHost +”google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E”));var pageTracker = _gat._getTracker(“UA-1043770-1″);pageTracker._initData();pageTracker._trackPageview(“/translate_t?hl=en&ie=ISO-8859-1&langpair=en|de”);”>We'll use your suggestion to improve translation quality in future updates to our system.> <p Class="filed-under"> Filed under: <a href="/category/analysisopinion/"> Analysis / Opinion </ a>, <a href="/category/itunes-store/"> ITS < / a>, <a href="/category/itunes/"> iTunes </ a>, <a href="/category/iphone/"> iPhone </ a> </ p> <h2 class = "post title" > <a href="http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/" rel="bookmark"> <span id = "ppt19051882"> K? of future versions of iTunes, the pre-block, but why? </ Span> </ a> </ h2> <p class="byline"> <strong> <a href = "/ bloggers/robert- Palmer / Robert Palmer "> </ a> </ strong> on 30 . May 2009 </ p> <div class="postbody"> <! – Sphereit Start -> <p> <img vspace = "8" hspace = "8" border = "0" align = "right" src = "http://www.blogcdn.com/www.tuaw.com/media / 2009/05/iphone-pre-548946946.jpg "alt =" "/> Yesterday, Megan noted a Fortune story that <a href =" http://www.tuaw.com/2009/05/28 / fortune-palm-pre-syncs flawlessly-with-itunes / "> iTunes synchronizes easily with the new Palm before </ a>. This is nat? Of course, the water-K? Hler bubbling say: "How did Palm pull it out? Will Apple for this to happen?" </ P> <br> <p> turns out that they already have. A <a href="http://support.apple.com/kb/HT2172"> tech note on Apple's website </ a> notes, the two dozen third-party players, iTunes (for Mac OS X, at least) is compatible with, including Rio and Creative Labs Nomad MP3 player. It is true that many of the models before the iPod, and the tech note itself was last updated on anything less than a year ago. But third Ger? T compatibility? T with iTunes is not without Pr? Zedenzfall. </ P > <br> <p> Daring Fireball John Gruber on a story by Jon Lech Johansen, which says that <a href = "http://nanocr.eu/2009/05/28/syncing-music-and-video- to-the-palm-pre / "> Apple iTunes to block access to the preparation for Zuk? of future update </ a>; Gruber is <a href =" http://daringfireball.net/linked/2009/05 / 29/johansen-pre-itunes "> said </ a>, he" w? would not be surprised if they did. "I'm not so sure. <br /> </ P> <br> < p> First, la? t look at how it works. According to Johansen, a unique USB-Ger? ID te k? can iTunes to recognize MP3 player (including iPod), that it. Johansen speculated that Palm is with the use of these IDs when communicating with iTunes. If it is an iPod-ID, then it will work with iTunes for Windows, too, which is an important Pr? fstein and we do not know the results yet. < br /> </ P> <br> <p> Apple I can not cotton to a Palm Pre <em> specifically </ em> masquerading as an iPod USB-Ger? t. Given the fact that, so that the preparation for free communications with iTunes is not necessarily a bad economic sense, provided that Palm is the functionality? t in an open way (like the other third party MP3 player that supports iTunes? tzt already). </ P> <br > Why <p> access to the Pre, apart from pure spite? If someone is already using iTunes, chances are they have some amount of DRM-free iTunes Plus music on their computers. There is no technical reason why the Music should not easily playable on the Pre. One of the Upshot of removing DRM from the iTunes Store is to the Interoperability? t ger? t. Let Ger largest non-Apple iTunes music to play, and pl? useful customer Apple has it is not available. </ P> If Apple <br> <p> m? chte truncated only to prepare for, and the Palm is in accordance with the rules, Apple UNN? time cutting a stream of revenue. That is something I do not see Apple easily. </ p> <div id="continued"> </ div ><!– end sphereit -> <a href = "/ tag / iphone" class = "category-match-ad" > <img src = "http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg "alt =" Click hier, all TUAW's iPhone coverage "/> </ a > </ div> <div class="postmeta"> <p class="posttags"> <strong> Tags: </ strong> <a href = "http://www.tuaw.com/tag/daringfireball/" > daringfireball </ a>, <a href="http://www.tuaw.com/tag/device/"> Ger? t </ a> <a href = "http://www.tuaw.com / tag / fortune / "> Fortune </ a>, <a href="http://www.tuaw.com/tag/iphone/"> iPhone </ a> <a href =" http://www .tuaw.com / tag / iTunes / "> iTunes </ a>, <a href="http://www.tuaw.com/tag/palm+pre/"> Palm before </ a> <a href = "http://www. tuaw.com / tag / PalmPre /"> PalmPre </ a>, <a href="http://www.tuaw.com/tag/pre/"> before </ a >, <a href =" http: / / www.tuaw.com/tag/usb/ "> USB </ a> </ p> <div class="navbar clearfix"> <ul> <li class = "permalink "> href <a =" http: / / nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm-pre / "> Source </ a> </ li> <li class = "print"> <a href = "http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/print/" target = "_blank" class = "printthis" rel = "nofollow"> Print class="printpop"> <span <span> With HP wireless printers, <br/> You can <br/> printed this from any room < br /> in the house. <br /> <strong> Live wirelessly. Print without wires </ strong> </ span> </ span> </ a> </ li> <li class="email-this"> <a href = "/ forward/19051882 /" title = "Send this entry to a friend via email "> e-mail here </ a> </ li> <li> <! – AddThis Button BEGIN -> <script type="text/javascript"> addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, propeller, google, live, StumbleUpon, reddit, favorites, technorati, aim more "</ script> <a class =" share link "href =" http://www.addthis.com / bookmark.php "onmouseover =" return addthis_open (this,'', 'http% 3A% 2F% 2Fwww . tuaw.com% 2F2009% 2F05% 2F30% 2Ffuture versions of iTunes-block k? might-die-before-but-why% 2F ',' The Future + + versions of iTunes k? could the + + + + Block% 2C + before + but Why% 3F ') "onmouseout =" addthis_close () "onclick =" return addthis_sendto () "> Share </ a> <script type =" text / javascript "src =" http:/ / s7.addthis.com/custom/weblogsinc/addthis_widget.js "> </ script ><!– AddThis Button END –></ li> <li class="comments"> <a href =" http:/ / www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/ # comments "title =" View reader comments on this entry "> Comments (<em> 2 </ em>) </ a> </ li> </ ul> </ div> </ div> </ div> </ div> <script type="text/javascript"> <br> / * Some ie crap * / function <br> iecheck (inc_seven) (<br> / / alert (navigator.platform); <br>? if (navigator.platform == "Win32" & & navigator.appName == " Microsoft Internet Explorer "& & window.attachEvent) (<br> ???????? navigator.appVersion.match var rslt = (/ MSIE (\ d + \. \ d +) /,''); < br >???????? var iever = (inc_seven)? (rslt! = null & & Number (rslt [1])> = 5.5): (rslt! = null & & Number (rslt [1 ])> = 5.5 & & Number (rslt [1]) <7); <br>) Else (<br> Iever = false; <br>) <br>? R? ckkehr iever; <br> ) <br> <br> useFilter var = iecheck (false); <br> ie6Brand var = '<a href = "http://www.sphere.com" target = "_New" style = "cursor: hand; display : block; width: 112px; height: 18px; Filter: ProgID: DXImageTransform.Microsoft. Alpha Image Loader (src = \ "http://cdn11.sphere.com/images/poweredbySphere.png \ ', sizingMethod = Ma? Stab );">< img align =" absmiddle "border =" 0 "style =" margin – left: 2px; "src =" http://cdn11.sphere.com/images/iespacer.png "/></ a> '; normal fire <br> var =' <a href = "http://www. sphere.com "target =" _new "> <img align =" absmiddle "border =" 0 "style =" margin-left: 2px; "src =" http://cdn11.sphere.com/images/poweredbySphere.png "/></ a> '; <br> var mark =''; <br> if (useFilter == false) (<br> brand = normal fire; <br>) Else (<br> brand = ie6Brand; < br>) <br> </ script> <div <br> class="sphere clearfix"> <div id="sphereTalk"> <p id="spherePoweredBy" class="powered-by"> </ p> < div id = "container talk"> <h3> Related articles from The Unofficial Apple Weblog </ h3> <ul> <li> <a href = "http://www.tuaw.com/2009/05/28/fortune- palm-pre-syncs flawlessly-with-itunes? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Fortune: Pre Palm synchronizes flawlessly with iTunes </ a> <p class =" timestamp "> 2 days </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/04/06/ itunes-8-1-1-showing-in software update? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> iTunes 8.1.1 and the software update </ a> <p class="timestamp"> 54 days ago </ p> </ li> <li> <a href = "http://www.tuaw.com / 2009/01/27/apple-wins-comprehensive-patent-for-iphone-Bares-Z? hne at Palm? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Apple wins broad patent f? s iPhone, Bares Z? hne at Palm </ a> <p class="timestamp"> 122 days </ p> </ li> </ ul> </ div ><!– end container speak -> <div id = "artContainer"> <h3> More Articles from our tech-network </ h3> <ul> <li> <a href = " http://www.engadget.com/2009/05/28/the-daily-Roundup-Heres-What-You-mightve-missed1? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track ( this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> The Daily Roundup: here is what you might have missed </ a> <p class="timestamp"> 1 day </ p> </ li > <li> <a href = "http://www.engadgetmobile.com/2009 / 05/28/palm-pre-said-to-sync-up-nicely-with-apples-itunes? icid = sphere_blogsmith_inpage_tuaw" target = "_New" onMouseUp = "Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \')"> Palm to synchronize said pre sch? n with Apple's iTunes </ a> <p class = "timestamp "> 2 days </ p> </ li> <li> <a href =" http://www.engadget.com/2009/05/07/apple-ponders-kiosk-style-movie-and-music- downloads? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Apple thinks kiosk-style movie and music downloads </ a > <p class="timestamp"> 22 days ago </ p> </ li> </ ul> </ div ><!– end container art –></ div ><!– end sphereTalk -> <div id="sphereAd"> <script type = "text / javascript" src = "http: / / cdn11.sphere.com/widgets/sphereit/js? baseurl = http://cdn11.sphere.com/widgets/ sphereit / & siteid = blogsmith_widget_tuaw "> </ script> <iframe frameborder =" 0 "style =" position: relative; width: 300px; height: 250px; "MARGINHEIGHT =" 0 "marginwidth =" 0 "scrolling =" no "bordercolor = "0" src = "http://www.sphere.com/ads/aol_sphere_adcom. php? a = 93249125"> </ iframe> </ div> <p class="see-more"> <a onclick = "return Sphere.Widget.search ( 'http://www.tuaw.com/2009/ 05/30/future-itunes-versions-could-block-the-pre-but-why')" href = "http: / / www.sphere.com/search?q=sphereit:http://www.tuaw .com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why "> MORE Articles and blog posts </ a> </ p> </ div> <! – - End of field clearfix -> <script type="text/javascript"> <br> document.getElementById ( 'spherePoweredBy "). InnerHTML = name; <br> </ script> <div id="comments"> < h3 id = "reader comments"> Reader Comments (Page 1 of 1) </ h3> </ p> <div "commentlinks" class = id = "commentlinks19115203-1854088"> <div class = "level2 parent company commentclass1 comment" id = "c19115203"> <a href="http://www.tuaw.com/profile/1854088/" target="_blank" rel="nofollow"> <img src = "http://www.blogsmithcdn.com/ avatar/images/16/1854088_64.jpg "alt =" Dave "class =" avatar "/> </ a> <span class="rownum"> 1 </ span> <div class="comment-inner"> < div class = "credits"> <h4 class="authorname"> <a href = "http://www.tuaw.com/profile/1854088/" target = "_blank" rel = "nofollow"> Dave </ a > <span said class="time-stamp"> 3:43 clock on 5-30-2009 </ span> </ h4> </ div> If <p> Before looks like an iPod with iTunes from Apple is, as want access to the pros and not iPods? <br> <br> Due to the fact that Rubenstein has insider knowledge of Apple hardware I think it is a better chance, Jobs & Co. asking for an injunction Verf? tion against Palm. </ p> <p class="cmt_reply"> <a href="#commentform" onclick="replyToCmt('19115203','Dave');"> answers </ a> </ p> < div class = "cmt_votes"> class = "Stern-img" <img src = "http://www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif" alt = "2 Stars "/> < span class = "cmt_tools" id = "tools_19115203"> <a href = "#" class = "voteLink" id = "vd19115203" onclick = "voteComment ('19115203 ',' after ') return false;" title = " Vote Down This comment "> <span class="vote_down button"> ↓ </ span> </ a> <a href =" # "class =" voteLink "id =" vu19115203 "onclick =" voteComment ('19115203 ', 'to') return false; "title =" This vote comment Up "> <span class="vote_up button"> ↑ </ span> </ a> <a href =" # "class =" report links "id = "r19115203" onclick = "report Commentaires (19115203); return false" title = "Report this comment"> Report button"> <span class="report </ span> </ a> </ span> </ div> < / div> </ div> </ div> <div class="commentlinks" id="commentlinks19115333-2873874"> <div class="commentclass2 level2 parent company comment" id="c19115333"> <a href = "http:/ / www.tuaw.com/profile/2873874/ "target =" _blank "rel =" nofollow "> <img src =" http://www.blogsmithcdn.com/avatar/images/16/2873874_64. jpg "alt =" lloyd paul johnson "class =" avatar "/> </ a> <span class="rownum"> 2 </ span> <div class="comment-inner"> <div class="credits"> < h4 class = "author name"> <a href="http://www.tuaw.com/profile/2873874/" target="_blank" rel="nofollow"> paul lloyd johnson </ a> said <span class = " time-stamp "> 3:58 pm on 5-30-2009 </ span> </ h4> </ div> The reason Apple <p> w? would such a thing is simple. iTunes music library is the choice of f? r Most people these days. F? r some people who are not able to synchronize with the iTunes pre k? could a deal breaker and the same people k? can decide to buy an iPhone instead. </ P> < p class = "cmt_reply"> href = "# <a comment form "onclick =" replyToCmt ('19115333',' paullloydjohnson');"> answers </ a> </ p> <div class="cmt_votes"> <img class = "star-img" src = "http:// www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif" alt = "2 Stars" /> <span class = "cmt_tools" id = " tools_19115333 "> href <a =" # "class =" voteLink "id =" vd19115333 "onclick =" voteComment ('19115333',' after'); return false; "title =" This comment vote down "> <span class = "vote_down button"> ↓ </ span> </ a> <a href = "#" class = "voteLink" id = "vu19115333" onclick = "voteComment ('19115333 ',' up '); R? ckkehr false "title =" Vote this comment up "> class = "vote_up <span Schaltfl?che"> ↑ </ span> </ a> <a href =" # "class =" report links "id =" r19115333 "onclick = "report Commentaires (19115333); return false" title = "Report this comment"> <span class="report button"> report </ span> </ a> </ span> </ div> </ div> </ div > </ div> <br> <script language="JavaScript" type="text/javascript"> var req; <br> <br> function getURL (url) (<br>? if (isWorking == true) (setTimeout ( "getURL (\" "+ url +" \ ")", "100") return false;) <br> <br>? isWorking = true; <br> <br>? if (window . XMLHttpRequest) (<br> Req = new XMLHttpRequest (); <br> ???????? req.onreadystatechange = handleHttpResponse; <br> Req.open ( "GET", url, true); <br> Req.send (null); <br>?) Else if (window.ActiveXObject) (/ / IE <br> Try (<br> Req = new ActiveXObject ( "Msxml2.XMLHTTP"); <br>) Catch ( e) (<br> Req = new ActiveXObject ( "Microsoft.XMLHTTP"); <br>) <br> If (req) (req <br> ???????????????? . onreadystatechange = handleHttpResponse; <br> Req.open ( "GET", url, true); <br> Req.send (); ???????? <br>) Else (<br> Alert ( " Your browser bottom? tzt no ajax "); <br>) <br>?) Else (<br> alert (" Your browser bottom? tzt no ajax "); <br>?) <br> <br> ? return false; <br>) <br> <br> postURL function (url, outbuf) (<br>? if (isWorking == true) (setTimeout ( "postURL (\" "+ url +" \ " , \ "" + outbuf + "\") "," 100 ") return false;) <br> <br>? isWorking = true; <br> <br>? var browser = navigator.appName; < br>? if (browser! = "Microsoft Internet Explorer") (<br>? req = new XMLHttpRequest (); <br>? req.onreadystatechange = handleHttpResponse; <br>? req.open ( "POST", url, true); <br>? req.setRequestHeader ( "Content-Type", "application / x-www-form-urlencoded; charset = UTF-8"); < br >???? req.send (outbuf); <br>?) Else if (window.ActiveXObject) (/ / IE <br>? req = new ActiveXObject ( "Microsoft.XMLHTTP"); < br >???? if (req) (<br> ?????? req.onreadystatechange = handleHttpResponse; <br> ?????? req.open ( "POST", url, true); <br >?????? req.setRequestHeader ( "Content-Type", "application / x-www-form-urlencoded; charset = UTF-8"); <br> ?????? req.send (outbuf ); <br>?) <br>?) <br> <br>? return false; <br>) <br> <br> handleHttpResponse function () (<br> If (req.readyState == 4) (<br> If (req.responseText.charAt (0) == "<") (<br> ???????? Alert (req.responseText); <br>) Else (< br>? Eval (req.responseText); <br> IsWorking = false; <br>) <br>) <br>) <br> <br> isWorking var = false; <br> report function Comment (commentid) ( <br> if (confirm ( "Are you sure you comment on this report?")) (<br>? getURL ( "/ a = AJAX Comment Report & commentid =" + commentid); <br>? ???????) <br> return false; <br>) <br> <br> function reportCommentOK (commentid) (<br> document.getElementById ( "c" + commentid). className + = "reportedComment" ; <br> alert ( "comment has been f? r? berpr? examination. Thank You!"); <br> return false; <br>) <br> <br> function voteComment (commentid, type) (<br > getURL ( "/ a = AJAX comment & vote commentid =" + commentid + "& type =" + type); <br> return false; <br>) <br> <br> function voteCommentOK (commentid) ( <br> document.getElementById ( "c" + commentid). className + = "votedComment"; <br> return false; <br>) <br> <br> function replyToCmt (commentid, author) (<br> var replyInd = document.getElementById ( "replyindicator"); <br> ???????? if (document.getElementById ( 'replyToText')) (var replyToText = document.getElementById ( 'replyToText "). value;) else ( replyToText var = "response to";) <br> ???????? if (document.getElementById ( 'replyToUndo')) (var replyToUndo = document.getElementById ( 'replyToUndo "). value;) else (var replyToUndo = "R? CKG? popular";) <br> replyInd.innerHTML = (replyToText + '<a href="#c'+commentid+'">' + author + '</ a> [<a href = " # "onclick =" wipeReply (\''+ commentid + '\') return false ;">'+ replyToUndo + '</ a >]'); <br> document.getElementById ( "sourceid"). value = commentid; <br>) <br> <br> function wipeReply (commentid) (<br> replyInd var = document.getElementById ( "replyindicator"); <br> ReplyInd.innerHTML = ""; <br> <br> Document . getElementById ( "sourceid"). Value = ""; <br> return false; <br>) <br> <br> showReplies function (post, commentid) (<br> getURL ( "/ a = AJAX Comment Show & Answers commentid = "+ commentid +" & post = "+ mail); <br> return false; <br>) <br> <br> function showRepliesOK (commentid, data) (<br> var = replyDiv document.getElementById (commentid + "_replies"); <br> ReplyDiv.innerHTML = data; <br> <br> return false; <br>) <br> <br> </ script> <div class = "cmt_paging" > </ div> </ div> <br> <script language="JavaScript" type="text/javascript"> <br> sns_checked var = false; <br> current_tab var = "smith blog"; <br> function tabTo (TAB) <br> ( <br> document.getElementById ( 'form errors "). innerHTML =''; <br> <br> document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_sns'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_ "+ Tab). style.display =' block '; <br> <br> document.getElementById ( 'cmtutab_email "). className =''; <br> document.getElementById ( 'cmtutab_blogsmith "). className =''; <br> document.getElementById ( 'cmtutab_sns "). className =''; <br> document.getElementById ( 'cmtutab_ "+ Tab). className =' currenttab '; <br> <br> If (! Sns_checked & & tab == "SNS") <br> ( <br> Image1 = new Image (); <br> image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; <br> Sns.init ( 'ch1ga1KvP7TotwTC'); <br> Sns_checked = true; <br>) <br> <br> Current_tab = TAB; <br>) <br> Validation <br> function input () <br> ( <br> document.getElementById ( 'form errors "). innerHTML =''; <br> <br> validInfo Var = 0; <br> validName Var = 0; <br> validEmail Var = 0; <br> validComments Var = 0; <br> validSNS Var = 0; <br> var left = 0; <br> Var error =''; <br> <br> switch (current_tab) ( <br> case "email": <br> var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a -zA - Z0-9] (2.4 })+$/; var <br> email = document.getElementById ( 'Author email'). value; <br> if (document.getElementById ( "Author Name"). =='') value ( <br> errors + = '<p class='error'> ben? we term your name. </ p> "; <br>) <br> If (email ==''| |! Filter.test (email)) ( <br> errors + = '<p class='error'> e-mail address is not g? valid. </ p> "; <br>) <br> If (! error) ( <br> ValidInfo = 1; <br>) <br> <br> Break; <br> case "blog smith": <br> if (document.getElementById ( 'C_AuthorEmail "). =='') value ( <br> errors + = '<p class='error'> Ung? valid email address. </ p> "; <br>) <br> if (document.getElementById ( 'C_AuthorPass "). =='') value ( <br> errors + = '<p class='error'> No password specified. </ p> "; <br>) <br> If (! error) ( <br> ValidInfo = 1; <br>) <br> <br> <br> Break; <br> case "SNS": <br> if (document.getElementById ( 'sns_screenname') & & document.getElementById ( 'sns_password')) <br> ( <br> if (document.getElementById ( 'sns_screenname "). value & & document.getElementById (' sns_password"). value) ( <br> Sns.calls.login (); <br> return false; <br>) <br>) <br> If (document.getElementById ( 'sns_securid')) ( <br> if (document.getElementById ( 'sns_securid "). value) ( <br> sns.calls.login ();// setTimeout ( "sns.calls.login ();", 1000); <br> return false; <br>) <br>) <br> var token = (document.getElementById ( 'token'))? document.getElementById ( "token"). Value:''; <br> If (token =='') ( <br> error = "<p class='error'> Ung? valid SNS login. </ p>"; <br>) Else ( <br> ValidInfo = 1; <br>) <br> Break; <br>) <br> var txt = document.getElementById ( "comments"). Value; <br> <br> If (txt! ='') ( <br> ValidComments = 1; <br>) <br> <br> for (var ind = 0; ind <txt.length; ind + +) <br> ( <br> If (txt.substring (ind, ind +7) == "http://") ( <br> links = links + 1; <br>) Else if (txt.substring (ind, ind +6) == "ftp://") ( <br> links = links + 1; <br>) Else if (txt.substring (ind, ind +8) == "https ://") ( <br> links = links + 1; <br>) <br>) <br> <br> if (validInfo == 1 & & validComments == 1 & & links <4) ( <br> return true; <br>) Else ( <br> var errorMessage = "Error <h4 class='error-title'> </ h4>"; <br> ErrorMessage + = error; <br> if (validComments == 0) (errorMessage + = "<p class='error'> no written comment. </ p>";) <br> if (left> 3) (errorMessage + = "<p class='error'> Sorry mate, k? You can only 3 URLs. </ p>";) <br> document.getElementById ( 'form errors "). innerHTML = errorMessage; <br> return false; <br>) <br>) <br> </ script> <div <br> id="comments"> Add <br> <h3 id="addcomments">? gen Comments </ h3> <br> <br> <br> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div <br> Id="cmttabs"> <br> <ul> <br> <li id="cmtutab_email"> <a href="#" onclick="tabTo('email');return false;"> new readers </ a> </ li> <br> <li id="cmtutab_blogsmith" class="currenttab"> <a href="#" onclick="tabTo('blogsmith');return false;"> R? ckkehr </ a> </ li> <br> <li id="cmtutab_sns"> <a href = "#" onclick = "tabTo ( 'SNS') return false;" class = "cmtaol" title = "Sign in with your AOL / AIM username! "> AOL / AIM </ a> </ li> <br> </ ul> <br> </ div> <br> <div <br> Id="formerrors" class='formerrors'> </ div> <br> <! – E-Mail -> <div <br> id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <br> <p Class="instructions"> first time? A Best? Ment e-mail sent to you after submitting. </ P> <br> <label for="AuthorName" class="first"> Name: <br /> <br> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /> </ label> <br> <label For="AuthorEmail"> E-mail: <br /> <br> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/> </ label> <br> </ div> <br> <! – / E-mail -> <br> <br> <! – Blog Smith -> <div <br> id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <br> <p class="instructions"> Members enter your username and password. </ P> <br> <label for="C_Author" class="first"> E-mail: <br /> <br> id = "C_AuthorEmail" <input type="text" class="formtext" name="C_AuthorEmail" value="" /> </ label> <br> <label For="C_AuthorPass"> Password: <br /> <input <br> id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/> </ label> <br> </ div> <br> <! – / Blog Smith -> <br> <br> <! – SNS -> <div <br> id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <br> <p class="instructions"> Enter your AOL or AIM screen name and password. </ P> <div <br> Id="sns"> <br> <p align="center"> <img src="/media/loading.gif"> </ p> <br> </ div> <br> <!–< input id = "snslogin" type = "button" onclick = "sns.calls.login ();" value = "Login ">–> <br> </ div> <br> <! – / SNS -> <br> <div <br> Id="cmtmain"> <div <br> Id="replyindicator"> </ div> <br> <div> <br> <br> <label For="Comments"> Your Comment: </ label> <br> <textarea name="Comments" id="Comments" rows="8" style="width:98%"> </ textarea> <br> </ div> <div <br> Class="cmtchecks"> <br> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <br> <label For="RememberMeYes"> remember </ label> <br> </ div> <br> <div <br> Class="cmtchecks"> <br> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <br> <label for="EmailMe"> email when someone replies to this comment </ label> <br> </ div> <br> <div <br> Id="cmtbuttons"> <input type="submit" <br> id="addCommentButton" value="Add Comment" /> <br> </ div> <br> <input type="hidden" name="form" value="Comments" /> <input type="hidden" name="ButtonSave" value="Save" /> <br> <br> <input type="hidden" id="sourceID" name="SourceID" value="" /> <br> <input type="hidden" id="postID" name="PostID" value="" /> <br> </ div> <div <br> Id="instructions"> <br> <p class="preamble"> Please keep your comments on this blog entry. <strong> e-mail addresses are never displayed, but they are required to make your comments. </ Strong> </ p> <br> <p> If your name and email address, you will find a link to confirm future, your comment, and a password. To another comment, just use that password. </ P> <br> <p> To create a live link, simply type the URL (including including http://) or email address and we will make it a live link f? r you. You can up to 3 URLs in your comments. Zeilenumbr cuisine and Abs sets are automatically converted – no need to <p> or <br /> tags. </ P> <br> </ div> <br> <br> <input type = "hidden" name = "referer" value = "http://www.tuaw.com:1080/2009/05/30/future-itunes-versions-could-block-the-pre- but-why / "> <br> </ form> <br> </ div> <br> <script type="text/javascript" src="http://www.blogsmithmedia.com/framework.weblogsinc.com/bc/ajax.js"> </ script> <br> <script type="text/javascript" src="http://www.weblogsinc.com/bc/sns.js"> </ script> <br> <script type="text/javascript"> tabTo (current_tab); </ script> <br> language="JavaScript" <script type="text/javascript"> function getUserInfo () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden'; sID.id = 'SID'; sID.name = 'SID'; sID.value ='9 a0a4ab1dd8480fac952ae1d083d21a4 "; var UID = document.createElement ( 'input'); uID.type = 'hidden'; uID.id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced "; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp '; tStamp. name = "tStamp'; tStamp.value ='50405 '; var CacheID = document.createElement (' input '); cacheId.type =' hidden '; cacheId.id =' CacheID '; cacheId.name = 'CacheID'; cacheId.value ='4006218568046222 '; anchor.parentNode.insertBefore (SID, anchor); anchor.parentNode.insertBefore (uid, anchor); anchor.parentNode.insertBefore (tStamp, anchor); anchor.parentNode.insertBefore (CacheID, anchor); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i <divArray.length i + +) (if (divArray [i]. className == 'post') (document.getElementById ( 'Zip Code'). divArray value = [i]. id;))) getUserInfo ();</ script> <br> </ div ><!– / content -> <br> </ div ><!– / col-1 -> <br> <div id="col-2"> <br> <div id = "subcontent" class = "clearfix"> <br> <div class="medrect"> <br> <script type="text/javascript"> <br> <! — <br> AdSetType ( "F"); <br> HtmlAdWH ( "93217898", "300", "250"); <br> AdSetType (""); <br> //–> <br> </ script> <br> </ div ><!– / medrect -> <div id="tip-day"> <div id="tip-day-inner"> <h2> Tip of the Day </ h2> <p class = "Tip"> To turn off your firewall? Open the System Preferences and click the Security icon. Click then? End to the tab "Firewall". Make sure that either "Allow only essential services" selected? Hlt, or w? Select "Access f? For specific services and applications" k? Can. <br /> <br /> </ P> <div class="learnmore"> <a href = "http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day / "> more information </ a> </ div> </ div> </ div> <div "breakingnews" id = class = "Schlagzeilen"> <div class="wrap"> <h3> <span> <a href = "/ tag / breaking news /"> Breaking News </ a> <a href = "http:// www.tuaw.com / tag / news / rss.xml" class = "feed" title = "Subscribe to breaking news "> Feed </ a> </ span> </ h3> <ul> <li> <a href =" http://www.tuaw.com/2009/05/07/breaking-no-new- app-submissions-unless-they-run / "> <a rel =" bookmark "href =" http:/ / www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless- they run / "rel =" bookmark "> Breaking News: No new acceding? ge app, unless they run on OS 3.0 </ a> </ li> <a href =" http://www.tuaw .com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/05 / 05/first-look-bento-for-iphone-and-ipod-touch / "rel =" bookmark "> First Look: Bento f? s iPhone and iPod touch </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/23/the-app-store-hits-one- billion downloads /"> <a rel = "bookmark" href = "http://www .tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/ "rel =" Lesezeichen "> Der App Store Treffern eine Milliarde Downloads </ a> </ li> <li> <a href =" http://www.tuaw.com/2009/03/30/macworld-2010-moves-to Februar / "> <a rel="bookmark" href="http://www.tuaw. com/2009/03/30/macworld-2010-moves-to-february/" rel="bookmark"> Macworld 2010 bewegt sich bis Februar </ a> </ li> <li> <a href = "http:/ /www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" > <a rel="bookmark" href="http://www.tuaw.com/2009 /03/30/skype-for-iphone-coming-tuesday-says-cnet/" rel="bookmark"> f?r Skype iPhone kommenden Dienstag, sagt CNET </ a> </ li> <a href="http ://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/"> <a rel="bookmark" href="http://www.tuaw.com/2009/02 /13/apple-says-jailbreaking-is-illegal/" rel="bookmark"> Apple sagt jailbreaking ist illegal </ a> </ li> <a href="http://www.tuaw.com/2009/ 01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/"> <a rel = "bookmark" href = "http://www.tuaw.com/2009/01/30/ pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/" rel = "Lesezeichen" > PwnageTool und QuickPwn aktualisiert und ist kompatibel mit 2.2.1 </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses -Security-Fragen / "> <a rel =" bookmark "href =" http://www.tuaw. com/2009/01/21/quicktime-7-6-addresses-security-issues/ "rel =" Lesezeichen "> QuickTime 7/6 Adressen Sicherheit </ a> </ li> <li> <a href =" http ://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near -Unibody-specs / "> <a rel =" bookmark "href =" http://www.tuaw .com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/ " rel = "Lesezeichen"> $ 999 MacBook Hardware aktualisiert, um in der N?he von Unibody-Daten </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/19/use-your -iPhone-zu-Navigation-Einweihung-Tag / "> <a rel = " bookmark "href =" http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration -Tag / "rel =" Lesezeichen "> Verwenden Sie Ihr iPhone zu navigieren Einweihung Tag </ a> </ li> </ ul> </ div> </ div> <div id="featuredstories" class="headlines"> <h3> <span> <a href="/tag/features/ "> sehenswerte Geschichten </ a> <a href = "http://www.tuaw.com/tag/features/rss.xml" class = " Futtermittel "title =" Abonnieren Sie sehenswerte Geschichten "> Feed </ a> </ span> </ h3> <ul> <li> <a href =" http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar -for-iphone-Investment-tools / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der -bar-for-iphone-Investment-tools / "> Daily AOL Finance ca. wirft die Bar f?r das iPhone Investitionen Tools </ a> </ li> <li> <a href = "http://www. tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"> <a rel = "Lesezeichen" href = "http: //www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"> TUAW Tipp: Tauschen Sie Ihren Laptop auf der Festplatte f?r eine schicke neue SSD </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/14/another-fistful- von-apps-ember -Headspace-mymovies-nozbe-jugl / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/14/another-fistful-of-apps- ember-Headspace-mymovies -nozbe-jugl / "> Eine weitere Handvoll Apps: Ember, Headspace, myMovies, Nozbe, Juglir und LiveView </ a> </ li> <li> <a href =" http://www. tuaw.com/2009 /04/01/tuaw-1976 / "> <a rel="bookmark" href="http://www.tuaw.com/2009/04/01/tuaw-1976/"> TUAW 1976 </ a> < / li> <a href="http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> <a rel = "Lesezeichen" href = "http: //www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> Mein Vater, der Switcher: Tag 140 </ a> </ li> <a href="http ://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/"> <a rel = "bookmark" href = " http://www.tuaw.com/2009 /03/12/my-dad-the-switcher-day-139/ "> Mein Vater, der Switcher: Tag 139 </ a> </ li> <li> < a href = "http://www.tuaw .com/2009/02/10/31-fart-apps-in-90-seconds/"> <a rel = "bookmark" href = "http://www. tuaw.com/2009/02/10/31 -fart-apps-in-90-seconds / "> 31 fart Apps in 90 Sekunden </ a> </ li> <li> <a href =" http:// www.tuaw.com/2009/02/08 /app-store-demo-no-lite-yes/ "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/ 08/app-store-demo-no-lite -yes / "> App Store:" Demo "Nein," Lite "Ja </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/02/02/one -month-with-apple-tv / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/02/one- month-with-apple-tv/">One month with Apple TV</a></li><li><a href="http://www.tuaw.com/2008/12/27/traveling-iphone -can-help/"><a rel= "bookmark" href="http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/">Traveling? iPhone can help!</a></li></ul></div><br class="clear" /> <br> <div class="medrect"> <br> <script type="text/javascript"> <br> <!– <br> adSetType("F"); <br> htmlAdWH("93217998", "300", "250"); <br> adSetType(""); <br> //–> <br> </script> <br> </div><!– /medrect –><div id="twitter_linkage" class="module"><a href="http://www.twitter.com/tuaw" target="_blank"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg" alt="Follow us on Twitter!" /></a></div> <br> <!– Start of Flickr Badge –> <br> <div class="module"> <br> <h3><a href="http://flickr.com/photos/tags/tuaw" target="_blank"><span>TUAW <strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong> Pool</span></a></h3> <br> <table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper"> <br> <tr> <br> <script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=3&display=latest&size=t&layout=h&source=all_tag&tag=tuaw&user=15453323%40N00"></script> <br> </tr> <br> </table> <br> <a href="http://www.flickr.com" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a> <br> </div> <br> <!– End of Flickr Badge –><object lassid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="330" height="150"> <br> <param name="movie value="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" /> <br> <param name="wmode" value="transparent" /> <br> <embed src="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="330" height="150"></embed> <br> </object><a href="http://www.cafepress.com/tuaw" title="Visit our Cafe Press store" class="rail-promo"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png" alt="TUAW [Cafepress]" /></a><div class="ad-wrap"> <br> <div class="ad-wrap-inner"> <br> <h3 class="hide"><span class="wrap">Sponsored Links</span></h3> <br> <p class="sponsored">Advertise with us. (<a href="http://www.weblogsinc.com/advertise/">Learn more</a>)</p> <br> </div> <br> </div> <br><br> <h3><span class="wrap">Featured Galleries</span></h3><div class="featuredgalleries clearfix"><div class="thumb"><a href="/photos/gallery-2397/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg" alt="DNC Macs" width="75" height="75" title="DNC Macs"></a></div><div class="thumb"><a href="/photos/macworld-2008-keynote-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg" alt="Macworld 2008 Keynote" width="75" height="75" title="Macworld 2008 Keynote"></a></div><div class="thumb"><a href="/photos/macworld-2008-build-up/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/dsc_5493_thumbnail.jpg" alt="Macworld 2008 Build-up" width="75" height="75" title="Macworld 2008 Build-up"></a></div><div class="thumb"><a href="/photos/google-earth-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/10/gooe1_thumbnail.png" alt="Google Earth for iPhone" width="75" height="75" title="Google Earth for iPhone"></a></div><div class="thumb"><a href="/photos/podcaster/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg" alt="Podcaster" width="75" height="75" title="Podcaster"></a></div><div class="thumb"><a href="/photos/bento-for-iphone-1-0/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg" alt="Bento for iPhone 1.0" width="75" height="75" title="Bento for iPhone 1.0"></a></div><div class="thumb"><a href="/photos/scrabble-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png" alt="Scrabble for iPhone" width="75" height="75" title="Scrabble for iPhone"></a></div><div class="thumb"><a href="/photos/tom-bihn-checkpoint-flyer-briefcase/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg" alt="Tom Bihn Checkpoint Flyer Briefcase" width="75" height="75" title="Tom Bihn Checkpoint Flyer Briefcase"></a></div><div class="thumb"><a href="/photos/apple-vanity-plates/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/05/appleplatealanrothberg_thumbnail.jpg" alt="Apple Vanity Plates" width="75" height="75" title="Apple Vanity Plates"></a></div><div class="thumb"><a href="/photos/apple-booth-macworld-07/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours—23_thumbnail.jpg" alt="Apple booth Macworld 07" width="75" height="75" title="Apple booth Macworld 07"></a></div><div class="thumb"><a href="/photos/quickoffice-for-iphone-1-1-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail.jpg" alt="Quickoffice for iPhone 1.1.1" width="75" height="75" title="Quickoffice for iPhone 1.1.1"></a></div><div class="thumb"><a href="/photos/daylite-3-9-review/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail.png" alt="Daylite 3.9 Review" width="75" height="75" title="Daylite 3.9 Review"></a></div><div class="thumb"><a href="/photos/discpainter/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png" alt="DiscPainter" width="75" height="75" title="DiscPainter"></a></div><div class="thumb"><a href="/photos/mariner-calc-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg" alt="Mariner Calc for iPhone" width="75" height="75" title="Mariner Calc for iPhone"></a></div><div class="thumb"><a href="/photos/2009cupertinobus/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/01/cupertino09-1_thumbnail.jpg" alt="2009CupertinoBus" width="75" height="75" title="2009CupertinoBus"></a></div><div class="thumb"><a href="/photos/crash-bandicoot-nitro-kart-3d/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png" alt="Crash Bandicoot Nitro Kart 3D" width="75" height="75" title="Crash Bandicoot Nitro Kart 3D"></a></div><div class="thumb"><a href="/photos/mlb-com-at-bat-2009/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg" alt="MLB.com At Bat 2009" width="75" height="75" title="MLB.com At Bat 2009"></a></div><div class="thumb"><a href="/photos/macworld-expo-2007-show-floor/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg" alt="Macworld Expo 2007 show floor" width="75" height="75" title="Macworld Expo 2007 show floor"></a></div><div class="thumb"><a href="/photos/apple-texas-hold-em/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg" alt="Apple Texas Hold 'Em" width="75" height="75" title="Apple Texas Hold 'Em"></a></div><div class="thumb"><a href="/photos/the-macworld-faithful-in-line/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg" alt="The Macworld Faithful in Line" width="75" height="75" title="The Macworld Faithful in Line"></a></div><div class="thumb"><a href="/photos/iphone-first-look/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg" alt="iPhone First Look" width="75" height="75" title="iPhone First Look"></a></div><p class="clearer">&nbsp;</p></div> <br> <div class="statstable" id="stats_bloggers"><h3><span class="wrap">TUAW bloggers (30 days)</span></h3><table class="data" cellspacing="0"><tr><th>#</th><th>Blogger</th><th class="ctr">Posts</th><th class="ctr">Cmts</th></tr><tr><td class="statsclass1">1</td><td class="statsclass1"><a href="/bloggers/steven-sande/">Steven Sande</a></td><td class="statsclass1 ctr">36</td><td class="statsclass1 ctr">10</td></tr><tr><td class="statsclass2">2</td><td class="statsclass2"><a href="/bloggers/mel-martin/">Mel Martin</a></td><td class="statsclass2 ctr">32</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">25</td><td class="statsclass1 ctr">1</td></tr><tr><td class="statsclass2">4</td><td class="statsclass2"><a href="/bloggers/dave-caolo/">Dave Caolo</a></td><td class="statsclass2 ctr">23</td><td class="statsclass2 ctr">4</td></tr><tr><td class="statsclass1">5</td><td class="statsclass1"><a href="/bloggers/michael-rose/">Michael Rose</a></td><td class="statsclass1 ctr">17</td><td class="statsclass1 ctr">32</td></tr><tr><td class="statsclass2">6</td><td class="statsclass2"><a href="/bloggers/robert-palmer/">Robert Palmer</a></td><td class="statsclass2 ctr">14</td><td class="statsclass2 ctr">6</td></tr><tr><td class="statsclass1">7</td><td class="statsclass1"><a href="/bloggers/cory-bohon/">Cory Bohon</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">8</td><td class="statsclass2"><a href="/bloggers/christina-warren/">Christina Warren</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">13</td></tr><tr><td class="statsclass1">9</td><td class="statsclass1"><a href="/bloggers/aron-trimble/">Aron Trimble</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">11</td></tr><tr><td class="statsclass2">10</td><td class="statsclass2"><a href="/bloggers/brett-terpstra/">Brett Terpstra</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">9</td></tr><tr><td class="statsclass1">11</td><td class="statsclass1"><a href="/bloggers/megan-lavey/">Megan Lavey</a></td><td class="statsclass1 ctr">6</td><td class="statsclass1 ctr">3</td></tr><tr><td class="statsclass2">12</td><td class="statsclass2"><a href="/bloggers/victor-agreda-jr/">Victor Agreda, Jr.</a></td><td class="statsclass2 ctr">3</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">13</td><td class="statsclass1"><a href="/bloggers/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/mat-lu/">Mat Lu</a></td><td class="statsclass2 ctr">2</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">15</td><td class="statsclass1"><a href="/bloggers/chris-ullrich/">Chris Ullrich</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">16</td><td class="statsclass2"><a href="/bloggers/brett-kelly/">Brett Kelly</a></td><td class="statsclass2 ctr">1</td><td class="statsclass2 ctr">0</td></tr></table></div><div class="statstable"><h3><span class="wrap">Most Commented On <em>(7 days)</em></span></h3><ul class="box"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/" rel="bookmark">Hulu Desktop app gives full-screen experience to Mac users</a> (63)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/" rel="bookmark">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a> (46)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/" rel="bookmark">Fortune: Palm Pre syncs flawlessly with iTunes</a> (38)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (29)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (29)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/" rel="bookmark">White MacBook specs quietly bumped</a> (26)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/" rel="bookmark">Businessweek puts Apple at top of Most Innovative list</a> (25)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/" rel="bookmark">Rumors: iPod, cameras expecting offspring</a> (23)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/" rel="bookmark">Eucalyptus for iPhone gets a new lease on life</a> (23)</li></ul></div><div class="statstable"><h3><span class="wrap">Recent Comments</span></h3><ul id="stats_recentcomments"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19114306">Drahliana</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329">user7</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308">Andy</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197">cam</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941">Mel Martin</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895">whoapossum</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888">zezke</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679">Maxwell</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696">Tyson McMurtrey</a> on <a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/">Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680">ted</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li></ul></div><div id="tagCloud" class="sidearea"><h3><span class="wrap">The Unofficial Apple Weblog (TUAW) Tags</span></h3><div class="box"><p> <a href="/tag/sling/" class="tagSmall">sling</a> <a href="/tag/review/" class="tagSmall">review</a> <a href="/tag/SnowLeopard/" class="tagSmall">SnowLeopard</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/safari/" class="tagSmall">safari</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/ads/" class="tagSmall">ads</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/server/" class="tagSmall">server</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/mobileme/" class="tagSmall">mobileme</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/AppleHistory/" class="tagSmall">AppleHistory</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/AppleStore/" class="tagSmall">AppleStore</a> <a href="/tag/IpodShuffle/" class="tagSmall">IpodShuffle</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/firstlook/" class="tagSmall">firstlook</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/productivity/" class="tagSmall">productivity</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/pricing/" class="tagSmall">pricing</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/retro-tuaw/" class="tagSmall">retro-tuaw</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/security/" class="tagSmall">security</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/MacOsX/" class="tagSmall">MacOsX</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> </p></div></div><div class="module"><h3><span class="wrap">More Apple Analysis</span></h3><ul><li><a href="http://aapl.bloggingstocks.com/">AAPL on BloggingStocks</a> The Apple category feed from BloggingStocks.com</li><li><a href="http://finance.aol.com/quotes/apple-inc/aapl/nas">AAPL Quote, News & Summary</a> The AAPL financials page from AOL Money and Finance</li><li><a href="http://www.bloggingstocks.com/tag/iphone">iPhone analysis from BloggingStocks</a> iPhone tag feed from BloggingStocks</li><li><a href="http://www.downloadsquad.com/category/macintosh/">Macintosh news and reviews on Download Squad</a> The Macintosh category feed from Download Squad</li></ul></div><div class="module"><h3><span class="wrap">More from AOL Money and Finance</span></h3><ul><li><a href="http://money.aol.com/investing/stockscreener">Stock Screener</a> </li><li><a href="http://money.aol.com/stock-quotes">Stock Quotes</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">DJIA</a> </li><li><a href="http://www.walletpop.com/taxes/amt">AMT</a> </li><li><a href="http://www.walletpop.com/loans/auto">Auto Loans</a> </li><li><a href="http://www.walletpop.com/banking">Banking</a> </li><li><a href="http://www.walletpop.com/insurance/car-insurance">Car Insurance</a> </li><li><a href="http://www.walletpop.com/banking/checking">Checking Account</a> </li><li><a href="http://www.walletpop.com/credit/credit-cards">Credit Cards</a> </li><li><a href="http://www.walletpop.com/credit/credit-reports">Credit Reports</a> </li><li><a href="http://www.walletpop.com/deals">Deals</a> Deals</li><li><a href="http://money.aol.com/creditdebt/debt">Debt Management</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">Dow Jones Industrial Average</a> </li><li><a href="http://money.aol.com/news/earnings">Earnings</a> </li><li><a href="http://finance.aol.com/quotes/google-inc/goog/nas">GOOG</a> </li><li><a href="http://www.walletpop.com/insurance/health-insurance">Health Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/home-insurance">Home Insurance</a> </li><li><a href="http://www.walletpop.com/fraud/identity-theft">Identity Theft</a> </li><li><a href="http://www.walletpop.com/taxes/basics">Income Tax Basics</a> </li><li><a href="http://www.walletpop.com/insurance">Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/life-insurance">Life Insurance</a> </li><li><a href="http://www.walletpop.com/loans">Loans</a> </li><li><a href="http://money.aol.com">Money</a> </li><li><a href="http://www.walletpop.com/mortgages">Mortgages</a> </li><li><a href="http://www.walletpop.com/loans/personal">Personal Loans</a> </li><li><a href="http://www.walletpop.com/recession">Recession</a> </li><li><a href="http://www.walletpop.com/mortgages/refinancing">Refinancing</a> </li><li><a href="http://www.walletpop.com/retirement">Retirement</a> </li><li><a href="http://www.walletpop.com/banking/savings">Savings Account</a> </li><li><a href="http://smallbusiness.aol.com/">Small Business</a> </li><li><a href="http://finance.aol.com/usw/quotes/charts">Stock Charts</a> </li><li><a href="http://money.aol.com/stock-ticker">Stock Ticker</a> </li><li><a href="http://www.walletpop.com/taxes">Taxes</a> </li><li><a href="http://money.aol.com/news/technology">Tech News</a> </li></ul></div><div class="blogroll" id="winblogroll"> <br> <h3 id="blogroll_header"><span><a href="http://www.weblogsinc.com">WIN Network</a></span></h3> <br> <br> <ul id="winblogroll" class="accordian"> <br> <br> <li class="winblogrollcat"><strong class="trigger">Autos</strong> <br> <br> <ul id="consumer"> <br> <li><a href="http://www.autoblog.com/">Autoblog</a></li> <br> <li><a href="http://www.autobloggreen.com/">Autoblog Green</a></li> <br> <li><a href="http://spanish.autoblog.com/">Autoblog Spanish</a></li> <br> <li><a href="http://chinese.autoblog.com/">Autoblog Chinese</a></li> <br> <li><a href="http://cn.autoblog.com/">Autoblog Simplified Chinese</a></li> <br> <li><a href="http://jp.autoblog.com/">Autoblog Japanese</a></li> <br> <li><a href="http://uk.autoblog.com/">Autoblog UK</a></li> <br> <li><a href="http://de.autoblog.com/">Autoblog Auf Deutsh</a></li> <br> <li><a href="http://fr.autoblog.com/">Autoblog En Fran?ais</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Technology</strong> <br> <ul id="technology"> <br> <li><a href="http://www.downloadsquad.com/">Download Squad</a></li> <br> <li><a href="http://www.engadget.com/">Engadget</a></li> <br> <li><a href="http://www.engadgethd.com/">Engadget HD</a></li> <br> <br> <li><a href="http://www.engadgetmobile.com/">Engadget Mobile</a></li> <br> <li><a href="http://chinese.engadget.com/">Engadget Chinese</a></li> <br> <li><a href="http://cn.engadget.com/">Engadget Simplified Chinese</a></li> <br> <li><a href="http://japanese.engadget.com/">Engadget Japanese</a></li> <br> <li><a href="http://de.engadget.com/">Engadget Germany</a></li> <br> <li><a href="http://kr.engadget.com/">Engadget Korea</a></li> <br> <br>???????????????????????? <li><a href="http://pl.engadget.com/">Engadget Polska</a></li> <br> <li><a href="http://spanish.engadget.com/">Engadget Spanish</a></li> <br>???????????????????????? <li><a href="http://www.switched.com/">Switched</a></li> <br> <li><a href="http://www.tuaw.com/">TUAW (Apple)</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Lifestyle</strong> <br> <br> <ul id="lifestyle"> <br>???????????????????????? <li><a href="http://www.aisledash.com/">AisleDash</a></li> <br>?? <li><a href="http://www.diylife.com/">DIY Life</a></li> <br> <li><a href="http://www.gadling.com/">Gadling</a></li> <br> <li><a href="http://www.greendaily.com/">Green Daily</a></li> <br> <li><a href="http://www.luxist.com/">Luxist</a></li> <br>???????????????????????? <li><a href="http://jp.luxist.com/">Luxist Japanese</a></li> <br> <br> <li><a href="http://www.parentdish.com/">ParentDish</a></li> <br> <li><a href="http://www.slashfood.com/">Slashfood</a></li> <br> <li><a href="http://www.stylelist.com/blog/">StyleList Blog</a></li> <br> <li><a href="http://www.thatsfit.com/">That's Fit</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Gaming</strong> <br> <br> <ul id="gaming"> <br> <li><a href="http://www.joystiq.com/">Joystiq</a></li> <br> <li><a href="http://nintendo.joystiq.com/">Joystiq [Nintendo]</a></li> <br> <li><a href="http://xbox.joystiq.com/">Joystiq [Xbox]</a></li> <br> <li><a href="http://playstation.joystiq.com/">Joystiq [PlayStation]</a></li> <br> <li><a href="http://jp.joystiq.com/">Joystiq Japanese</a></li> <br>???????????????????????? <li><a href="http://www.massively.com/">Massively</a></li> <br> <br> <li><a href="http://www.wowinsider.com/">WoW Insider</a></li> <br>???????????????????????? <li><a href="http://news.bigdownload.com">Big Download</a></li> <br> <li><a href="http://www.gamedaily.com/">GameDaily</a></li> <br>???????????????????????? <li><a href="http://www.playsavvy.com">PlaySavvy</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Entertainment</strong> <br> <ul id="entertainment"> <br> <li><a href="http://www.cinematical.com/">Cinematical</a></li> <br> <li><a href="http://nl.cinematical.com/">Cinematical Nederland</a></li> <br> <li><a href="http://www.cinematical.pl/">Cinematical Polska</a></li> <br> <li><a href="http://www.cinematical.es/">Cinematical Espana</a></li> <br> <li><a href="http://www.tvsquad.com/">TV Squad</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Finance</strong> <br> <br> <ul id="finance"> <br>???????????????????????? <li><a href="http://www.bloggingbuyouts.com/">BloggingBuyouts</a></li> <br> <li><a href="http://www.bloggingstocks.com/">BloggingStocks</a></li> <br> <li><a href="http://www.dailyfinance.com/">DailyFinance</a></li> <br> <li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji">DIJA</a></li> <br> <li><a href="http://www.walletpop.com/">WalletPop</a></li> <br> <li><a href="http://www.walletpop.co.uk/">WalletPop UK</a></li> <br> <li><a href="http://www.walletpop.com/taxes/">Taxes</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Sports</strong> <br> <ul id="sports"> <br>???????????????????????? <li><a href="http://www.fanhouse.com">FanHouse</a></li> <br>???????????????????????? <li><a href="http://nfl.fanhouse.com/">NFL</a></li> <br>???????????????????????? <li><a href="http://nba.fanhouse.com/">NBA</a></li> <br>???????????????????????? <li><a href="http://mlb.fanhouse.com/">MLB</a></li> <br>???????????????????????? <li><a href="http://ncaafootball.fanhouse.com/">NCAA Football</a></li> <br>???????????????????????? <li><a href="http://ncaabasketball.fanhouse.com/">NCAA Basketball</a></li> <br>???????????????????????? <li><a href="http://motorsports.fanhouse.com/">NASCAR</a></li> <br>???????????????????????? <li><a href="http://nhl.fanhouse.com/">NHL</a></li> <br>???????????????????????? <li><a href="http://golf.fanhouse.com/">Golf</a></li> <br>???????????????????????? <li><a href="http://fantasyfootball.fanhouse.com/">Fantasy Football</a></li> <br>???????????????????????? <li><a href="http://fantasybasketball.fanhouse.com/">Fantasy Basketball</a></li> <br>???????????????????????? <li><a href="http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/">UFC 98 results</a></li> <br> </ul> <br> </li> <br> <br>???????? <li class="winblogrollcat"><strong class="trigger">Also on AOL</strong> <br> <ul id="alsoAOL"> <br> <li><a href="http://www.politicsdaily.com">Politics Daily</a></li> <br>???????????????????????? <li><a href="http://blackvoices.aol.com/">African-American Culture</a></li> <br>???????????????????????? <li><a href="http://autos.aol.com/">Cars</a></li> <br> <li><a href="http://www.games.com/">Games</a></li> <br>???????????????????????? <li><a href="http://www.mapquest.com">Maps</a></li> <br> <li><a href="http://money.aol.com/">Money</a></li> <br> <li><a href="http://www.moviefone.com/">Movies</a></li> <br> <li><a href="http://music.aol.com/">Music</a></li> <br> <li><a href="http://news.aol.com/">News</a></li> <br> <li><a href="http://music.aol.com/radioguide/bb">Radio</a></li> <br> <li><a href="http://sports.aol.com/">Sports</a></li> <br> <li><a href="http://money.aol.com/stock-quotes/">Stock Quotes</a></li> <br> <li><a href="http://television.aol.com/">Television</a></li <br> <li><a href="http://travel.aol.com/">Travel</a></li> <br> </ul> <br> </li> <br> </ul> <br> </div><a href="http://daol.aol.com/software/mac/iphone/radio" title="AOL iPhone Radio" class="aol-radio"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif" alt="AOL Radio" /></a> <br> <a href="http://www.stitcher.com/listen.php?fid=8189" title="TUAW on Stitcher"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif" alt="TUAW on Stitcher" /></a></div><!– /subcontent –> <br> </div> <br> <div id="footer"> <br> <div class="searchform"> <br> <ul class="searchnav clearfix"> <br> <li id="search-tab-blog2" class="selected"><a onclick="return searchTarget('/search/?q=', 0, 'search-tab-blog2');" href="#">TUAW</a></li> <br> <li id="search-tab-Web2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Web2');" href="http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=">Web</a></li> <br> <li id="search-tab-Images2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Images2');"href="http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=">Images</a></li> <br> <li id="search-tab-Video2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Video2');"href="http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=">Video</a></li> <br> <li id="search-tab-News2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=">News</a></li> <br> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=">Local</a></li> <br> </ul> <br> <form name="s_form2" action="/search/"><fieldset><input type="text" name="q" id="queryname2" value="" class="text" /><button id="searchsubmit" onclick="return submitHeaderSearch('onclick');" type="submit" name="searchsubmit" title="Search" ></button><input type="hidden" name="invocationType" value="wl-tuaw-ft" /></fieldset></form> <br> </div><!– /show-footer-search.html.php –> <br> <div class="bottomleader"> <br> <script type="text/javascript"> <br> <!– <br> adSetType("F"); <br> htmlAdWH('93217798', '728', '90'); <br> adSetType(""); <br> //–> <br> </script> <br> </div><!– /topleader –></div><!– /footer –> <br> <div id="grid2"> <br> <table class="grid-table" cellspacing="0"> <br> <tr> <br> <td scope="col" class="first"> <br> <h4><img src="http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.joystiq.com/">Joystiq</a></h4><ul><li><a href="http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/" rel="bookmark">Qore leak reveals new PSP Metal Gear and more</a></li><li><a href="http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/" rel="bookmark">Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5</a></li><li><a href="http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/" rel="bookmark">PSP Go revealed in June issue of Qore [update]</a></li></ul></td> <br> <td scope="col"> <br> <h4><img src="http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.downloadsquad.com/">Download Squad</a></h4><ul><li><a href="http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/" rel="bookmark">Search for useful bookmarklets with Bookmarklet Directory</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/" rel="bookmark">Where to watch the Stanley Cup finals online</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/" rel="bookmark">Goog-411 now provides intersection info</a></li></ul></td> <br> <td scope="col"> <br> <h4><img src="http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.bloggingstocks.com/">BloggingStocks</a></h4><ul><li><a href="http://www.bloggingstocks.com/2009/05/30/allegheny-energy-knows-the-u-s-will-eventually-need-more-power/" rel="bookmark">Allegheny Energy knows the U.S. will eventually need more power</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/" rel="bookmark">Stock #2: Quicksilver (ZQK)</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/" rel="bookmark">Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more</a></li></ul></td> <br> </tr> <br> <tr> <br> <td scope="col"> <br> <h4><img src="http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.autoblog.com/">Autoblog</a></h4><ul><li><a href="http://www.autoblog.com/2009/05/30/report-two-plants-saved-from-closing-under-new-gm-uaw-agreement/" rel="bookmark">REPORT: Two plants saved from closing under new GM/UAW agreement</a></li><li><a href="http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/" rel="bookmark">VIDEO: Corvette Grand Sport launch control tested… in dealer lot</a></li><li><a href="http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/" rel="bookmark">Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010</a></li></ul></td> <br> <td scope="col" class="last"> <br> <h4><img src="http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://xbox.joystiq.com/">Joystiq Xbox</a></h4><ul><li><a href="http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/" rel="bookmark">Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2</a></li><li><a href="http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/" rel="bookmark">Raiden IV media blowout </a></li><li><a href="http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/" rel="bookmark">Joyswag: Gel: Set &amp; Match</a></li></ul></td> <br> <td scope="col" class="last"> <br> <h4><img src="http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico" alt="" height="16" width="16" /> <a href="http://www.engadget.com/">Engadget</a></h4><ul><li><a href="http://www.engadget.com/2009/05/30/alienware-m17x-gaming-laptop-hands-on-it-isnt-quite-all-power/" rel="bookmark">Alienware M17x gaming laptop hands-on: it isn't quite "all powerful," but it'll do in a pinch</a></li><li><a href="http://www.engadget.com/2009/05/30/engadget-podcast-148-05-30-2009/" rel="bookmark">Engadget Podcast 148 – 05.30.2009</a></li><li><a href="http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/" rel="bookmark">Video: Sony's PSP Go leaks out before E3, is obviously a go</a></li></ul></td> <br> </tr> <br> </table> <br> </div> <br> <div id="legal"> <br> <a href="http://news.aol.com" target="_blank" class="cobrand-footer">AOL News</a> <br> <p>All contents copyright &copy; 2003-2009, <a href="http://www.weblogsinc.com/">Weblogs, Inc.</a> All rights reserved</p> <br> <p><a href="">The Unofficial Apple Weblog (TUAW)</a> is a member of the <a href="http://www.weblogsinc.com/">Weblogs, Inc. Network</a>. <a href="http://www.weblogsinc.com/privacy/">Privacy Policy</a>, <a href="http://www.weblogsinc.com/terms/">Terms of Service</a>, <a href="http://www.weblogsinc.com/report/">Notify AOL</a></p> <br> <br> </div><!– /legal –> <br> </div><!– /main –> <br> </div><!– /container –> <br> </body> <br> <script type="text/javascript" src="http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js"></script> <br> <script type="text/javascript"> <br> $(document).ready(init); <br> function init() <br> { <br> $('.winblogrollcat').children('ul').hide(); <br> $('.winblogrollcat .trigger').click(function(evt){ <br> $(this.parentNode).children('ul').slideToggle('fast'); <br> }); <br>???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); <br> } <br> </script> <br> <script type="text/javascript" src="http://www.blogcdn.com/js/addthis.js"></script> <br> <script type="text/javascript"> <br> if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { <br>?? top.location.replace(self.location.href); <br> } <br> </script> <br> </html><script type="text/javascript"> <br> <!– <br> document.write('<scr' + 'ipt src="http://www.tuaw.com/traffic/' + '?t=js&bv=&os=&tz=&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&cb=955338100" type="text/javascript"></scr' + 'ipt>'); <br> // –> <br> </script><noscript><img src="http://www.tuaw.com/traffic/?t=px&bv=JavaScript+Disabled&os=&tz=default&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&cb=1942902130" alt="the end" width="1" height="1"border="0" /></noscript></div><div id=clir></div></td></tr><tr><td class=submitcell><div style=float:left><select name=sl id=old_sl tabindex=0 ><option value="auto">Detect language</option><option value="separator" disabled>—</option><option value="sq">Albanian</option><option value="ar">Arabic</option><option value="bg">Bulgarian</option><option value="ca">Catalan</option><option value="zh-CN">Chinese</option><option value="hr">Croatian</option><option value="cs">Czech</option><option value="da">Danish</option><option value="nl">Dutch</option><option SELECTED value="en">English</option><option value="et">Estonian</option><option value="tl">Filipino</option><option value="fi">Finnish</option><option value="fr">French</option><option value="gl">Galician</option><option value="de">German</option><option value="el">Greek</option><option value="iw">Hebrew</option><option value="hi">Hindi</option><option value="hu">Hungarian</option><option value="id">Indonesian</option><option value="it">Italian</option><option value="ja">Japanese</option><option value="ko">Korean</option><option value="lv">Latvian</option><option value="lt">Lithuanian</option><option value="mt">Maltese</option><option value="no">Norwegian</option><option value="pl">Polish</option><option value="pt">Portuguese</option><option value="ro">Romanian</option><option value="ru">Russian</option><option value="sr">Serbian</option><option value="sk">Slovak</option><option value="sl">Slovenian</option><option value="es">Spanish</option><option value="sv">Swedish</option><option value="th">Thai</option><option value="tr">Turkish</option><option value="uk">Ukrainian</option><option value="vi">Vietnamese</option></select><span class=langselect id=sl_select></span> <span class="arrow" onclick="ctr._swap()">></span> <select name=tl id=old_tl tabindex=0 ><option value="sq">Albanian</option><option value="ar">Arabic</option><option value="bg">Bulgarian</option><option value="ca">Catalan</option><option value="zh-CN">Chinese (Simplified)</option><option value="zh-TW">Chinese (Traditional)</option><option value="hr">Croatian</option><option value="cs">Czech</option><option value="da">Danish</option><option value="nl">Dutch</option><option value="en">English</option><option value="et">Estonian</option><option value="tl">Filipino</option><option value="fi">Finnish</option><option value="fr">French</option><option value="gl">Galician</option><option SELECTED value="de">German</option><option value="el">Greek</option><option value="iw">Hebrew</option><option value="hi">Hindi</option><option value="hu">Hungarian</option><option value="id">Indonesian</option><option value="it">Italian</option><option value="ja">Japanese</option><option value="ko">Korean</option><option value="lv">Latvian</option><option value="lt">Lithuanian</option><option value="mt">Maltese</option><option value="no">Norwegian</option><option value="pl">Polish</option><option value="pt">Portuguese</option><option value="ro">Romanian</option><option value="ru">Russian</option><option value="sr">Serbian</option><option value="sk">Slovak</option><option value="sl">Slovenian</option><option value="es">Spanish</option><option value="sv">Swedish</option><option value="th">Thai</option><option value="tr">Turkish</option><option value="uk">Ukrainian</option><option value="vi">Vietnamese</option></select><span class=langselect id=tl_select></span> <a class=swap href="" onclick="ctr._swap();return false;">swap</a></div><div style=float:right><span class=subbutton id=submit_button></span><input type=submit id=old_submit value="Translate" tabindex=0></div></td><td></td><td id=dict></td></tr><tr><td colspan=2>&nbsp;<script>window.jstiming.load.tick('br');h = new _History();ctr = new _TranslateForm(new _LanguageSelector('old_sl','sl_select','3'),new _LanguageSelector('old_tl','tl_select','3'),'old_submit','submit_button', h,'source','result_box','dict','autotrans','/translate','/translate_t',undefined,'http://209.85.225.132/translate_f', 'select_text','select_document', 'file_div', 'file',true,'search','clir');window.jstiming.load.tick('prt')</script></td><td align=right><span id=zippyspan onclick="_rolldown()"><img src="http://www.google.com/images/zippy_plus_sm.gif" style="margin-right:0.33em;visibility:visible" id=zippyicon>Contribute a better translation</span></td></tr></table></form><table id=suggesttable><tr><td colspan=3><div id=thanks style="height:0px; display: none"><span style="padding:2px; background-color:#ff9" id=sug_thk>Thank you for contributing your translation suggestion to Google Translate.</span></div><form action="/translate_suggestion" target=hidden_iframe method=post id=suggestion_form style="height:0px; overflow:hidden; display:none" class=highlight onsubmit="_submitroll()"><input type=hidden name=hl value="en"><input type=hidden name=oe value="ISO-8859-1"><input type=hidden name=text value="><p class="filed-under">Filed under: <a href="/category/analysisopinion/">Analysis / Opinion</a>, <a href="/category/itunes-store/">iTS</a>, <a href="/category/itunes/">iTunes</a>, <a href="/category/iphone/">iPhone</a></p><h2 class="posttitle"><a href="http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/" rel="bookmark"><span id="ppt19051882">Future iTunes versions could block the Pre, but why?</span></a></h2><p class="byline">by <strong><a href="/bloggers/robert-palmer/">Robert Palmer</a></strong> on May 30th 2009</p><div class="postbody"><!– sphereit start –><p><img vspace="8" hspace="8" border="0" align="right" src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/iphone-pre-548946946.jpg" alt="" />Yesterday, Megan noted a Fortune story saying that <a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/">iTunes syncs flawlessly with the new Palm Pre</a>. This, of course, got the water-cooler talk bubbling: "How did Palm pull it off? Will Apple allow this to happen?"</p> <p>Turns out they already have. A <a href="http://support.apple.com/kb/HT2172">tech note on Apple's website</a> notes the two dozen or so third-party players that iTunes (for Mac OS X, at least) is compatible with, including Rio and Creative Labs Nomad MP3 players. True, many of the models listed predate the iPod, and the tech note itself was last updated a little less than a year ago. But third-party device compatibility with iTunes isn't without precedent.</p> <p>Daring Fireball's John Gruber pointed to a story by Jon Lech Johansen that says <a href="http://nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm-pre/">Apple may block iTunes access to the Pre in a future update</a>; Gruber himself <a href="http://daringfireball.net/linked/2009/05/29/johansen-pre-itunes">said</a> he "wouldn't be surprised if they did." I'm not so sure.<br /></p> <p>First, let's look at how it works. According to Johansen, a unique USB device ID allows iTunes to recognize MP3 players (including iPods) that it's compatible with. Johansen speculates that Palm is using one of these IDs when communicating with iTunes. If it's an iPod's unique ID, then it will work with iTunes for Windows, too; this is an important litmus test and we don't know the results yet.<br /></p> <p>I can understand Apple might not cotton to a Palm Pre <em>specifically</em> masquerading as an iPod USB device. Given that, allowing the Pre to freely communicate with iTunes isn't necessarily bad business sense, presuming Palm implements the functionality in a forthright manner (like other third-party MP3 players that iTunes already supports).</p> <p>Why limit access to the Pre, aside from pure spite? If someone already uses iTunes, chances are they have some quantity of DRM-free iTunes Plus music on their computer. There's no technical reason why the music shouldn't be easily playable on the Pre. One of the upshots of removing DRM in the iTunes store is to facilitate device interoperability. Allow non-Apple devices to play iTunes music, and suddenly Apple has customers it didn't have before.</p> <p>If Apple chooses to cut off just the Pre, and Palm is following the rules, Apple is unnecessarily cutting a stream of revenue. That's something I don't see Apple doing lightly. </p><div id="continued"></div><!– sphereit end –><a href="/tag/iphone" class="category-match-ad"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg" alt="Click here to read all TUAW&rsquo;s iPhone coverage" /></a></div><div class="postmeta"><p class="posttags"><strong>Tags:</strong> <a href="http://www.tuaw.com/tag/daringfireball/">daringfireball</a>, <a href="http://www.tuaw.com/tag/device/">device</a>, <a href="http://www.tuaw.com/tag/fortune/">fortune</a>, <a href="http://www.tuaw.com/tag/iphone/">iphone</a>, <a href="http://www.tuaw.com/tag/itunes/">itunes</a>, <a href="http://www.tuaw.com/tag/palm+pre/">palm pre</a>, <a href="http://www.tuaw.com/tag/PalmPre/">PalmPre</a>, <a href="http://www.tuaw.com/tag/pre/">pre</a>, <a href="http://www.tuaw.com/tag/usb/">usb</a></p><div class="navbar clearfix"><ul><li class="permalink"><a href="http://nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm-pre/">Source</a></li><li class="print"><a href="http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/print/" target="_blank" class="printthis" rel="nofollow">Print this<span class="printpop"><span>With HP wireless printers,<br/> you could have printed<br/> this from any room<br/> in the house.<br/><strong>Live wirelessly. Print wirelessly</strong></span></span></a></li><li class="email-this"><a href="/forward/19051882/" title="Send this entry to a friend via email">Email this</a></li><li><!– AddThis Button BEGIN –> <script type="text/javascript"> addthis_pub = 'weblogsinc'; addthis_options = 'digg, facebook, delicious, myspace, aolfav, propeller, google, live, stumbleupon, reddit, favorites, technorati, aim, more'; </script> <a class="sharelink" href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', 'http%3A%2F%2Fwww.tuaw.com%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F', 'Future+iTunes+versions+could+block+the+Pre%2C+but+why%3F')" onmouseout="addthis_close()" onclick="return addthis_sendto()">Share</a> <script type="text/javascript" src="http://s7.addthis.com/custom/weblogsinc/addthis_widget.js"></script><!– AddThis Button END –></li><li class="comments"><a href="http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/#comments" title="View reader comments on this entry">Comments (<em>2</em>)</a></li></ul></div></div></div></div><script type="text/javascript"> /* some ie crap */ function iecheck(inc_seven) { // alert(navigator.platform); if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) { var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, ''); var iever = (inc_seven)?(rslt != null && Number(rslt[1]) >= 5.5):(rslt != null && Number(rslt[1]) >= 5.5 && Number(rslt[1]) < 7 ); } else { iever=false; } return iever; } var useFilter=iecheck(false); var ie6Brand='<a href="http://www.sphere.com" target="_new" style="cursor: hand; display: block; width:112px; height:18px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'http://cdn11.sphere.com/images/poweredbySphere.png\', sizingMethod=scale);"><img align="absmiddle" border="0" style="margin-left: 2px;" src="http://cdn11.sphere.com/images/iespacer.png"/></a>'; var normalBrand='<a href="http://www.sphere.com" target="_new"><img align="absmiddle" border="0" style="margin-left: 2px;" src="http://cdn11.sphere.com/images/poweredbySphere.png"/></a>'; var brand=''; if(useFilter==false) { brand=normalBrand; } else { brand=ie6Brand; } </script> <div class="sphere clearfix"><div id="sphereTalk"><p id="spherePoweredBy" class="powered-by"></p><div id="talkContainer"><h3>Related Articles From The Unofficial Apple Weblog</h3><ul><li><a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >Fortune: Palm Pre syncs flawlessly with iTunes</a><p class="timestamp">2 days ago</p></li><li><a href="http://www.tuaw.com/2009/04/06/itunes-8-1-1-showing-in-software-update?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >iTunes 8.1.1 showing in Software Update</a><p class="timestamp">54 days ago</p></li><li><a href="http://www.tuaw.com/2009/01/27/apple-wins-comprehensive-patent-for-iphone-bares-teeth-at-palm?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >Apple wins comprehensive patent for iPhone, bares teeth at Palm</a><p class="timestamp">122 days ago</p></li></ul></div><!– end talk container –><div id="artContainer"><h3>Related Articles From Our Tech Network</h3><ul><li><a href="http://www.engadget.com/2009/05/28/the-daily-roundup-heres-what-you-mightve-missed1?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >The Daily Roundup: here's what you might've missed</a><p class="timestamp">1 day ago</p></li><li><a href="http://www.engadgetmobile.com/2009/05/28/palm-pre-said-to-sync-up-nicely-with-apples-itunes?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >Palm Pre said to sync up nicely with Apple's iTunes</a><p class="timestamp">2 days ago</p></li><li><a href="http://www.engadget.com/2009/05/07/apple-ponders-kiosk-style-movie-and-music-downloads?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >Apple ponders kiosk-style movie and music downloads</a><p class="timestamp">22 days ago</p></li></ul></div><!– end art container –></div><!– end sphereTalk –><div id="sphereAd"><script type="text/javascript" src="http://cdn11.sphere.com/widgets/sphereit/js?baseurl=http://cdn11.sphere.com/widgets/sphereit/&siteid=blogsmith_widget_tuaw"></script><iframe frameborder="0" style="position:relative; width:300px; height:250px;" marginheight="0" marginwidth="0" scrolling="no" border="0" src="http://www.sphere.com/ads/aol_sphere_adcom.php?a=93249125"></iframe></div><p class="see-more"><a onclick="return Sphere.Widget.search('http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why')" href="http://www.sphere.com/search?q=sphereit:http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why">See More Related Articles and Blog Posts</a></p></div> <!– end sphere clearfix –><script type="text/javascript"> document.getElementById('spherePoweredBy').innerHTML=brand; </script><div id="comments"><h3 id="readercomments">Reader Comments (Page 1 of 1)</h3></p><div class="commentlinks" id="commentlinks19115203-1854088"><div class="commentclass1 level2 parent comment" id="c19115203"><a href="http://www.tuaw.com/profile/1854088/" target="_blank" rel="nofollow"><img src="http://www.blogsmithcdn.com/avatar/images/16/1854088_64.jpg" alt="Dave" class="avatar" /></a><span class="rownum">1</span><div class="comment-inner"><div class="credits"><h4 class="authorname"><a href="http://www.tuaw.com/profile/1854088/" target="_blank" rel="nofollow">Dave</a> said <span class="time-stamp"> 3:43PM on 5-30-2009</span></h4></div><p>If the Pre looks like an iPod to iTunes how is Apple going to block access to the Pre and not iPods?<br><br>Due to the fact that Rubenstein has insider knowledge of Apple's hardware I think there's a better chance of Jobs & Co. asking for an injunction against Palm.</p><p class="cmt_reply"><a href="#commentform" onclick="replyToCmt('19115203','Dave');">Reply</a></p><div class="cmt_votes"><img class="star-img" src="http://www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif" alt="2 stars" /> <span class="cmt_tools" id="tools_19115203"><a href="#" class="voteLink" id="vd19115203" onclick="voteComment('19115203','down'); return false;" title="Vote This Comment Down"><span class="vote_down button">&darr;</span></a><a href="#" class="voteLink" id="vu19115203" onclick="voteComment('19115203','up'); return false;" title="Vote This Comment Up"><span class="vote_up button">&uarr;</span></a><a href="#" class="reportLink" id="r19115203" onclick="reportComment(19115203); return false" title="Report This Comment"><span class="report button">report</span></a></span></div></div></div></div><div class="commentlinks" id="commentlinks19115333-2873874"><div class="commentclass2 level2 parent comment" id="c19115333"><a href="http://www.tuaw.com/profile/2873874/" target="_blank" rel="nofollow"><img src="http://www.blogsmithcdn.com/avatar/images/16/2873874_64.jpg" alt="paullloydjohnson" class="avatar" /></a><span class="rownum">2</span><div class="comment-inner"><div class="credits"><h4 class="authorname"><a href="http://www.tuaw.com/profile/2873874/" target="_blank" rel="nofollow">paullloydjohnson</a> said <span class="time-stamp"> 3:58PM on 5-30-2009</span></h4></div><p>The reason Apple would do such a thing is simple. iTunes is the music library of choice for most people these days. For a few people, not being able to sync the Pre with iTunes could be a deal breaker and those same people may decide to buy an iPhone instead.</p><p class="cmt_reply"><a href="#commentform" onclick="replyToCmt('19115333','paullloydjohnson');">Reply</a></p><div class="cmt_votes"><img class="star-img" src="http://www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif" alt="2 stars" /> <span class="cmt_tools" id="tools_19115333"><a href="#" class="voteLink" id="vd19115333" onclick="voteComment('19115333','down'); return false;" title="Vote This Comment Down"><span class="vote_down button">&darr;</span></a><a href="#" class="voteLink" id="vu19115333" onclick="voteComment('19115333','up'); return false;" title="Vote This Comment Up"><span class="vote_up button">&uarr;</span></a><a href="#" class="reportLink" id="r19115333" onclick="reportComment(19115333); return false" title="Report This Comment"><span class="report button">report</span></a></span></div></div></div></div> <script language="JavaScript" type="text/javascript">var req; function getURL(url) { if(isWorking == true) { setTimeout("getURL(\""+url+"\")", "100"); return false; } isWorking = true; if (window.XMLHttpRequest) { req = new XMLHttpRequest(); req.onreadystatechange = handleHttpResponse; req.open("GET", url, true); req.send(null); } else if (window.ActiveXObject) { // IE try { req = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { req = new ActiveXObject("Microsoft.XMLHTTP"); } if (req) { req.onreadystatechange = handleHttpResponse; req.open("GET", url, true); req.send(); } else { alert("Your browser does not support ajax"); } } else { alert("Your browser does not support ajax"); } return false; } function postURL(url,outbuf) { if(isWorking == true) { setTimeout("postURL(\""+url+"\",\""+outbuf+"\")", "100"); return false; } isWorking = true; var browser = navigator.appName; if(browser != "Microsoft Internet Explorer") { req = new XMLHttpRequest(); req.onreadystatechange = handleHttpResponse; req.open("POST", url, true); req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8"); req.send(outbuf); } else if (window.ActiveXObject) { // IE req = new ActiveXObject("Microsoft.XMLHTTP"); if (req) { req.onreadystatechange = handleHttpResponse; req.open("POST", url, true); req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8"); req.send(outbuf); } } return false; } function handleHttpResponse() { if (req.readyState == 4) { if(req.responseText.charAt(0) == "<") { alert(req.responseText); } else { eval(req.responseText); isWorking = false; } } } var isWorking = false; function reportComment(commentid) { if(confirm("Are you sure you want to report this comment?")) { getURL("/?a=ajax-comment-report&commentid="+commentid); } return false; } function reportCommentOK(commentid) { document.getElementById("c"+commentid).className+=" reportedComment"; alert("Comment has been reported for review. Thank You!"); return false; } function voteComment(commentid,type) { getURL("/?a=ajax-comment-vote&commentid="+commentid+"&type="+type); return false; } function voteCommentOK(commentid) { document.getElementById("c"+commentid).className+=" votedComment"; return false; } function replyToCmt(commentid,author) { var replyInd = document.getElementById("replyindicator"); if (document.getElementById('replyToText')) { var replyToText = document.getElementById('replyToText').value; } else { var replyToText = "replying to"; } if (document.getElementById('replyToUndo')) { var replyToUndo = document.getElementById('replyToUndo').value; } else { var replyToUndo = "Undo"; } replyInd.innerHTML = (replyToText+' <a href="#c'+commentid+'">'+author+'</a> [<a href="#" onclick="wipeReply(\''+commentid+'\'); return false;">'+replyToUndo+'</a>]'); document.getElementById("sourceID").value=commentid; } function wipeReply(commentid) { var replyInd = document.getElementById("replyindicator"); replyInd.innerHTML = ""; document.getElementById("sourceID").value = ""; return false; } function showReplies(postid,commentid) { getURL("/?a=ajax-comment-show-replies&commentid="+commentid+"&postid="+postid); return false; } function showRepliesOK(commentid, data) { var replyDiv = document.getElementById(commentid+"_replies"); replyDiv.innerHTML = data; return false; } </script><div class="cmt_paging"> </div></div> <script language="JavaScript" type="text/javascript"> var sns_checked = false; var current_tab = "blogsmith"; function tabTo(tab) { document.getElementById('formerrors').innerHTML = ''; document.getElementById('cmtuinfo_email').style.display='none'; document.getElementById('cmtuinfo_blogsmith').style.display='none'; document.getElementById('cmtuinfo_sns').style.display='none'; document.getElementById('cmtuinfo_'+tab).style.display='block'; document.getElementById('cmtutab_email').className=''; document.getElementById('cmtutab_blogsmith').className=''; document.getElementById('cmtutab_sns').className=''; document.getElementById('cmtutab_'+tab).className='currenttab'; if (!sns_checked && tab == 'sns') { image1 = new Image(); image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; sns.init('ch1ga1KvP7TotwTC'); sns_checked = true; } current_tab = tab; } function inputValidation() { document.getElementById('formerrors').innerHTML = ''; var validInfo = 0; var validName = 0; var validEmail = 0; var validComments = 0; var validSNS = 0; var links = 0; var errors = ''; switch(current_tab) { case "email": var filter = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; var email = document.getElementById('AuthorEmail').value; if(document.getElementById('AuthorName').value == '') { errors += "<p class='error'>We need your name.</p>"; } if (email == '' || !filter.test(email)) { errors += "<p class='error'>E-mail address is not valid.</p>"; } if (!errors) { validInfo = 1; } break; case "blogsmith": if(document.getElementById('C_AuthorEmail').value == '') { errors += "<p class='error'>Invalid email address.</p>"; } if(document.getElementById('C_AuthorPass').value == '') { errors += "<p class='error'>No password given.</p>"; } if (!errors) { validInfo = 1; } break; case "sns": if (document.getElementById('sns_screenname') && document.getElementById('sns_password')) { if (document.getElementById('sns_screenname').value && document.getElementById('sns_password').value) { sns.calls.login(); return false; } } if (document.getElementById('sns_securid')) { if (document.getElementById('sns_securid').value) { sns.calls.login();//setTimeout("sns.calls.login();",1000); return false; } } var token = (document.getElementById('token')) ? document.getElementById('token').value : ''; if(token == '') { errors = "<p class='error'>Invalid SNS login.</p> "; } else { validInfo = 1; } break; } var txt = document.getElementById('Comments').value; if(txt != '') { validComments = 1; } for (var ind=0;ind<txt.length;ind++) { if (txt.substring(ind,ind+7)=="http://") { links = links + 1; } else if (txt.substring(ind,ind+6)=="ftp://") { links = links + 1; } else if (txt.substring(ind,ind+8)=="https://") { links = links + 1; } } if(validInfo == 1 && validComments == 1 && links < 4) { return true; } else { var errorMessage = "<h4 class='error-title'>Errors</h4>"; errorMessage += errors; if(validComments == 0) { errorMessage += "<p class='error'>No comment written.</p> "; } if(links > 3) { errorMessage += "<p class='error'>Sorry mate, you can only enter 3 urls.</p>"; } document.getElementById('formerrors').innerHTML = errorMessage; return false; } } </script> <div id="comments"> <h3 id="addcomments">Add your comments</h3> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div id="cmttabs"> <ul> <li id="cmtutab_email"><a href="#" onclick="tabTo('email');return false;">New Readers</a></li> <li id="cmtutab_blogsmith" class="currenttab"><a href="#" onclick="tabTo('blogsmith');return false;">Returning</a></li> <li id="cmtutab_sns"><a href="#" onclick="tabTo('sns');return false;" class="cmtaol" title="Sign in with your AOL/AIM username!">AOL/AIM </a></li> </ul> </div> <div id="formerrors" class='formerrors'></div> <!– email –> <div id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions">First time? A confirmation email will be sent to you after submitting.</p> <label for="AuthorName" class="first">Name:<br /> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /></label> <label for="AuthorEmail">E-mail:<br /> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/></label> </div> <!– /email –> <!– blogsmith –> <div id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions">Members enter your username and password.</p> <label for="C_Author" class="first">E-mail:<br /> <input id="C_AuthorEmail" type="text" class="formtext" name="C_AuthorEmail" value="" /></label> <label for="C_AuthorPass">Password:<br /> <input id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/></label> </div> <!– /blogsmith –> <!– SNS –> <div id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions">Enter your AOL or AIM screenname and password.</p> <div id="sns"> <p align="center"><img src="/media/loading.gif"></p> </div> <!–<input id="snslogin" type="button" onclick="sns.calls.login();" value="Login">–> </div> <!– /SNS –> <div id="cmtmain"> <div id="replyindicator"></div> <div> <label for="Comments">Your comments:</label> <textarea name="Comments" id="Comments" rows="8" style="width:98%"></textarea> </div> <div class="cmtchecks"> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <label for="RememberMeYes">Remember me</label> </div> <div class="cmtchecks"> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <label for="EmailMe">E-Mail me when someone replies to this comment</label> </div> <div id="cmtbuttons"> <input type="submit" id="addCommentButton" value="Add Comment" /> </div> <input type="hidden" name="Form" value="Comments" /><input type="hidden" name="ButtonSave" value="Save" /> <input type="hidden" id="sourceID" name="SourceID" value="" /> <input type="hidden" id="postID" name="PostID" value="" /> </div> <div id="instructions"> <p class="preamble">Please keep your comments relevant to this blog entry. <strong>Email addresses are never displayed, but they are required to confirm your comments.</strong></p> <p>When you enter your name and email address, you'll be sent a link to confirm your comment, and a password. To leave another comment, just use that password.</p> <p>To create a live link, simply type the URL (including http://) or email address and we will make it a live link for you. You can put up to 3 URLs in your comments. Line breaks and paragraphs are automatically converted ? no need to use &lt;p&gt; or &lt;br /&gt; tags.</p> </div> <input type="hidden" name="referer" value="http://www.tuaw.com:1080/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/"> </form> </div> <script type="text/javascript" src="http://www.blogsmithmedia.com/framework.weblogsinc.com/b-c/ajax.js"></script> <script type="text/javascript" src="http://www.weblogsinc.com/b-c/sns.js"></script> <script type="text/javascript" >tabTo(current_tab);</script> <script language="JavaScript" type="text/javascript">function getUserInfo() {var anchor = document.getElementById('addCommentButton');var sID = document.createElement('input');sID.type = 'hidden';sID.id = 'sID';sID.name = 'sID';sID.value = '9a0a4ab1dd8480fac952ae1d083d21a4';var uID = document.createElement('input');uID.type = 'hidden';uID.id = 'uID';uID.name = 'uID';uID.value = 'c7a5d6e4cff335bdd1265154127e8ced';var tStamp = document.createElement('input');tStamp.type = 'hidden';tStamp.id = 'tStamp';tStamp.name = 'tStamp';tStamp.value = '50405';var cacheId = document.createElement('input');cacheId.type = 'hidden';cacheId.id = 'cacheId';cacheId.name = 'cacheId';cacheId.value = '4006218568046222';anchor.parentNode.insertBefore(sID,anchor);anchor.parentNode.insertBefore(uID,anchor);anchor.parentNode.insertBefore(tStamp,anchor);anchor.parentNode.insertBefore(cacheId,anchor);var divArray = document.getElementsByTagName('div');for(var i=0;i<divArray.length;i++) {if(divArray[i].className == 'post') {document.getElementById('postID').value = divArray[i].id;}}}getUserInfo();</script> </div><!– /content –> </div><!– /col-1 –> <div id="col-2"> <div id="subcontent" class="clearfix"> <div class="medrect"> <script type="text/javascript"> <!– adSetType("F"); htmlAdWH("93217898", "300", "250"); adSetType(""); //–> </script> </div><!– /medrect –><div id="tip-day"><div id="tip-day-inner"><h2>Tip of the Day</h2><p class="tip">To turn on your firewall, open System Preferences, and click the Security icon. Then, click the Firewall tab. Make sure either "Allow only essential services" is selected, or choose "set access for specific services and applications" yourself.<br /><br /></p><div class="learnmore"><a href="http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day/">Learn More</a></div></div></div><div id="breakingnews" class="headlines"><div class="wrap"><h3><span><a href="/tag/breaking news/">Breaking news</a> <a href="http://www.tuaw.com/tag/breaking news/rss.xml" class="feed" title="Subscribe to breaking news">Feed</a></span></h3><ul><li><a href="http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/"><a rel="bookmark" href="http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/" rel="bookmark">Breaking News: No new app submissions unless they run on OS 3.0</a></li><li><a href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/"><a rel="bookmark" href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/" rel="bookmark">First Look: Bento for iPhone and iPod touch</a></li><li><a href="http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/"><a rel="bookmark" href="http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/" rel="bookmark">The App Store hits one billion downloads!</a></li><li><a href="http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/"><a rel="bookmark" href="http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/" rel="bookmark">Macworld 2010 moves to February</a></li><li><a href="http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/"><a rel="bookmark" href="http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" rel="bookmark">Skype for iPhone coming Tuesday, says CNET</a></li><li><a href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/"><a rel="bookmark" href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/" rel="bookmark">Apple says jailbreaking is illegal</a></li><li><a href="http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/"><a rel="bookmark" href="http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/" rel="bookmark">PwnageTool and QuickPwn updated, compatible with 2.2.1</a></li><li><a href="http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/"><a rel="bookmark" href="http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/" rel="bookmark">QuickTime 7.6 addresses security issues</a></li><li><a href="http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/"><a rel="bookmark" href="http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/" rel="bookmark">$999 MacBook hardware updated to near-unibody specs</a></li><li><a href="http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration-day/"><a rel="bookmark" href="http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration-day/" rel="bookmark">Use your iPhone to navigate Inauguration Day</a></li></ul></div></div><div id="featuredstories" class="headlines"><h3><span><a href="/tag/features/">Featured stories</a> <a href="http://www.tuaw.com/tag/features/rss.xml" class="feed" title="Subscribe to featured stories">Feed</a></span></h3><ul><li><a href="http://www.tuaw.com/2009/04/17/aol-daily-finance-app-raises-the-bar-for-iphone-investment-tools/"><a rel="bookmark" href="http://www.tuaw.com/2009/04/17/aol-daily-finance-app-raises-the-bar-for-iphone-investment-tools/">AOL Daily Finance app raises the bar for iPhone investment tools</a></li><li><a href="http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"><a rel="bookmark" href="http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/">TUAW Tip: Swap out your laptop's hard disk for a spiffy new SSD</a></li><li><a href="http://www.tuaw.com/2009/04/14/another-fistful-of-apps-ember-headspace-mymovies-nozbe-jugl/"><a rel="bookmark" href="http://www.tuaw.com/2009/04/14/another-fistful-of-apps-ember-headspace-mymovies-nozbe-jugl/">Another fistful of apps: Ember, Headspace, myMovies, Nozbe, Juglir and LiveView</a></li><li><a href="http://www.tuaw.com/2009/04/01/tuaw-1976/"><a rel="bookmark" href="http://www.tuaw.com/2009/04/01/tuaw-1976/">TUAW 1976</a></li><li><a href="http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"><a rel="bookmark" href="http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/">My Dad, the Switcher: Day 140</a></li><li><a href="http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/"><a rel="bookmark" href="http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/">My Dad, the Switcher: Day 139</a></li><li><a href="http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/"><a rel="bookmark" href="http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/">31 fart apps in 90 seconds</a></li><li><a href="http://www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/"><a rel="bookmark" href="http://www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/">App Store: "Demo" no, "Lite" yes</a></li><li><a href="http://www.tuaw.com/2009/02/02/one-month-with-apple-tv/"><a rel="bookmark" href="http://www.tuaw.com/2009/02/02/one-month-with-apple-tv/">One month with Apple TV</a></li><li><a href="http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/"><a rel="bookmark" href="http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/">Traveling? iPhone can help!</a></li></ul></div><br class="clear" /> <div class="medrect"> <script type="text/javascript"> <!– adSetType("F"); htmlAdWH("93217998", "300", "250"); adSetType(""); //–> </script> </div><!– /medrect –><div id="twitter_linkage" class="module"><a href="http://www.twitter.com/tuaw" target="_blank"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg" alt="Follow us on Twitter!" /></a></div> <!– Start of Flickr Badge –> <div class="module"> <h3><a href="http://flickr.com/photos/tags/tuaw" target="_blank"><span>TUAW <strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong> Pool</span></a></h3> <table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper"> <tr> <script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=3&display=latest&size=t&layout=h&source=all_tag&tag=tuaw&user=15453323%40N00"></script> </tr> </table> <a href="http://www.flickr.com" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a> </div> <!– End of Flickr Badge –><object lassid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="330" height="150"> <param name="movie value="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" /> <param name="wmode" value="transparent" /> <embed src="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="330" height="150"></embed> </object><a href="http://www.cafepress.com/tuaw" title="Visit our Cafe Press store" class="rail-promo"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png" alt="TUAW [Cafepress]" /></a><div class="ad-wrap"> <div class="ad-wrap-inner"> <h3 class="hide"><span class="wrap">Sponsored Links</span></h3> <p class="sponsored">Advertise with us. (<a href="http://www.weblogsinc.com/advertise/">Learn more</a>)</p> </div> </div> <h3><span class="wrap">Featured Galleries</span></h3><div class="featuredgalleries clearfix"><div class="thumb"><a href="/photos/gallery-2397/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg" alt="DNC Macs" width="75" height="75" title="DNC Macs"></a></div><div class="thumb"><a href="/photos/macworld-2008-keynote-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg" alt="Macworld 2008 Keynote" width="75" height="75" title="Macworld 2008 Keynote"></a></div><div class="thumb"><a href="/photos/macworld-2008-build-up/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/dsc_5493_thumbnail.jpg" alt="Macworld 2008 Build-up" width="75" height="75" title="Macworld 2008 Build-up"></a></div><div class="thumb"><a href="/photos/google-earth-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/10/gooe1_thumbnail.png" alt="Google Earth for iPhone" width="75" height="75" title="Google Earth for iPhone"></a></div><div class="thumb"><a href="/photos/podcaster/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg" alt="Podcaster" width="75" height="75" title="Podcaster"></a></div><div class="thumb"><a href="/photos/bento-for-iphone-1-0/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg" alt="Bento for iPhone 1.0" width="75" height="75" title="Bento for iPhone 1.0"></a></div><div class="thumb"><a href="/photos/scrabble-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png" alt="Scrabble for iPhone" width="75" height="75" title="Scrabble for iPhone"></a></div><div class="thumb"><a href="/photos/tom-bihn-checkpoint-flyer-briefcase/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg" alt="Tom Bihn Checkpoint Flyer Briefcase" width="75" height="75" title="Tom Bihn Checkpoint Flyer Briefcase"></a></div><div class="thumb"><a href="/photos/apple-vanity-plates/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/05/appleplatealanrothberg_thumbnail.jpg" alt="Apple Vanity Plates" width="75" height="75" title="Apple Vanity Plates"></a></div><div class="thumb"><a href="/photos/apple-booth-macworld-07/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours—23_thumbnail.jpg" alt="Apple booth Macworld 07" width="75" height="75" title="Apple booth Macworld 07"></a></div><div class="thumb"><a href="/photos/quickoffice-for-iphone-1-1-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail.jpg" alt="Quickoffice for iPhone 1.1.1" width="75" height="75" title="Quickoffice for iPhone 1.1.1"></a></div><div class="thumb"><a href="/photos/daylite-3-9-review/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail.png" alt="Daylite 3.9 Review" width="75" height="75" title="Daylite 3.9 Review"></a></div><div class="thumb"><a href="/photos/discpainter/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png" alt="DiscPainter" width="75" height="75" title="DiscPainter"></a></div><div class="thumb"><a href="/photos/mariner-calc-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg" alt="Mariner Calc for iPhone" width="75" height="75" title="Mariner Calc for iPhone"></a></div><div class="thumb"><a href="/photos/2009cupertinobus/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/01/cupertino09-1_thumbnail.jpg" alt="2009CupertinoBus" width="75" height="75" title="2009CupertinoBus"></a></div><div class="thumb"><a href="/photos/crash-bandicoot-nitro-kart-3d/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png" alt="Crash Bandicoot Nitro Kart 3D" width="75" height="75" title="Crash Bandicoot Nitro Kart 3D"></a></div><div class="thumb"><a href="/photos/mlb-com-at-bat-2009/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg" alt="MLB.com At Bat 2009" width="75" height="75" title="MLB.com At Bat 2009"></a></div><div class="thumb"><a href="/photos/macworld-expo-2007-show-floor/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg" alt="Macworld Expo 2007 show floor" width="75" height="75" title="Macworld Expo 2007 show floor"></a></div><div class="thumb"><a href="/photos/apple-texas-hold-em/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg" alt="Apple Texas Hold 'Em" width="75" height="75" title="Apple Texas Hold 'Em"></a></div><div class="thumb"><a href="/photos/the-macworld-faithful-in-line/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg" alt="The Macworld Faithful in Line" width="75" height="75" title="The Macworld Faithful in Line"></a></div><div class="thumb"><a href="/photos/iphone-first-look/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg" alt="iPhone First Look" width="75" height="75" title="iPhone First Look"></a></div><p class="clearer">&nbsp;</p></div> <div class="statstable" id="stats_bloggers"><h3><span class="wrap">TUAW bloggers (30 days)</span></h3><table class="data" cellspacing="0"><tr><th>#</th><th>Blogger</th><th class="ctr">Posts</th><th class="ctr">Cmts</th></tr><tr><td class="statsclass1">1</td><td class="statsclass1"><a href="/bloggers/steven-sande/">Steven Sande</a></td><td class="statsclass1 ctr">36</td><td class="statsclass1 ctr">10</td></tr><tr><td class="statsclass2">2</td><td class="statsclass2"><a href="/bloggers/mel-martin/">Mel Martin</a></td><td class="statsclass2 ctr">32</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">25</td><td class="statsclass1 ctr">1</td></tr><tr><td class="statsclass2">4</td><td class="statsclass2"><a href="/bloggers/dave-caolo/">Dave Caolo</a></td><td class="statsclass2 ctr">23</td><td class="statsclass2 ctr">4</td></tr><tr><td class="statsclass1">5</td><td class="statsclass1"><a href="/bloggers/michael-rose/">Michael Rose</a></td><td class="statsclass1 ctr">17</td><td class="statsclass1 ctr">32</td></tr><tr><td class="statsclass2">6</td><td class="statsclass2"><a href="/bloggers/robert-palmer/">Robert Palmer</a></td><td class="statsclass2 ctr">14</td><td class="statsclass2 ctr">6</td></tr><tr><td class="statsclass1">7</td><td class="statsclass1"><a href="/bloggers/cory-bohon/">Cory Bohon</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">8</td><td class="statsclass2"><a href="/bloggers/christina-warren/">Christina Warren</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">13</td></tr><tr><td class="statsclass1">9</td><td class="statsclass1"><a href="/bloggers/aron-trimble/">Aron Trimble</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">11</td></tr><tr><td class="statsclass2">10</td><td class="statsclass2"><a href="/bloggers/brett-terpstra/">Brett Terpstra</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">9</td></tr><tr><td class="statsclass1">11</td><td class="statsclass1"><a href="/bloggers/megan-lavey/">Megan Lavey</a></td><td class="statsclass1 ctr">6</td><td class="statsclass1 ctr">3</td></tr><tr><td class="statsclass2">12</td><td class="statsclass2"><a href="/bloggers/victor-agreda-jr/">Victor Agreda, Jr.</a></td><td class="statsclass2 ctr">3</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">13</td><td class="statsclass1"><a href="/bloggers/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/mat-lu/">Mat Lu</a></td><td class="statsclass2 ctr">2</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">15</td><td class="statsclass1"><a href="/bloggers/chris-ullrich/">Chris Ullrich</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">16</td><td class="statsclass2"><a href="/bloggers/brett-kelly/">Brett Kelly</a></td><td class="statsclass2 ctr">1</td><td class="statsclass2 ctr">0</td></tr></table></div><div class="statstable"><h3><span class="wrap">Most Commented On <em>(7 days)</em></span></h3><ul class="box"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/" rel="bookmark">Hulu Desktop app gives full-screen experience to Mac users</a> (63)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/" rel="bookmark">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a> (46)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/" rel="bookmark">Fortune: Palm Pre syncs flawlessly with iTunes</a> (38)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (29)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (29)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/" rel="bookmark">White MacBook specs quietly bumped</a> (26)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/" rel="bookmark">Businessweek puts Apple at top of Most Innovative list</a> (25)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/" rel="bookmark">Rumors: iPod, cameras expecting offspring</a> (23)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/" rel="bookmark">Eucalyptus for iPhone gets a new lease on life</a> (23)</li></ul></div><div class="statstable"><h3><span class="wrap">Recent Comments</span></h3><ul id="stats_recentcomments"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19114306">Drahliana</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329">user7</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308">Andy</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197">cam</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941">Mel Martin</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895">whoapossum</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888">zezke</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679">Maxwell</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696">Tyson McMurtrey</a> on <a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/">Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680">ted</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li></ul></div><div id="tagCloud" class="sidearea"><h3><span class="wrap">The Unofficial Apple Weblog (TUAW) Tags</span></h3><div class="box"><p> <a href="/tag/sling/" class="tagSmall">sling</a> <a href="/tag/review/" class="tagSmall">review</a> <a href="/tag/SnowLeopard/" class="tagSmall">SnowLeopard</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/safari/" class="tagSmall">safari</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/ads/" class="tagSmall">ads</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/server/" class="tagSmall">server</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/mobileme/" class="tagSmall">mobileme</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/AppleHistory/" class="tagSmall">AppleHistory</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/AppleStore/" class="tagSmall">AppleStore</a> <a href="/tag/IpodShuffle/" class="tagSmall">IpodShuffle</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/firstlook/" class="tagSmall">firstlook</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/productivity/" class="tagSmall">productivity</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/pricing/" class="tagSmall">pricing</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/retro-tuaw/" class="tagSmall">retro-tuaw</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/security/" class="tagSmall">security</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/MacOsX/" class="tagSmall">MacOsX</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> </p></div></div><div class="module"><h3><span class="wrap">More Apple Analysis</span></h3><ul><li><a href="http://aapl.bloggingstocks.com/">AAPL on BloggingStocks</a> The Apple category feed from BloggingStocks.com</li><li><a href="http://finance.aol.com/quotes/apple-inc/aapl/nas">AAPL Quote, News & Summary</a> The AAPL financials page from AOL Money and Finance</li><li><a href="http://www.bloggingstocks.com/tag/iphone">iPhone analysis from BloggingStocks</a> iPhone tag feed from BloggingStocks</li><li><a href="http://www.downloadsquad.com/category/macintosh/">Macintosh news and reviews on Download Squad</a> The Macintosh category feed from Download Squad</li></ul></div><div class="module"><h3><span class="wrap">More from AOL Money and Finance</span></h3><ul><li><a href="http://money.aol.com/investing/stockscreener">Stock Screener</a> </li><li><a href="http://money.aol.com/stock-quotes">Stock Quotes</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">DJIA</a> </li><li><a href="http://www.walletpop.com/taxes/amt">AMT</a> </li><li><a href="http://www.walletpop.com/loans/auto">Auto Loans</a> </li><li><a href="http://www.walletpop.com/banking">Banking</a> </li><li><a href="http://www.walletpop.com/insurance/car-insurance">Car Insurance</a> </li><li><a href="http://www.walletpop.com/banking/checking">Checking Account</a> </li><li><a href="http://www.walletpop.com/credit/credit-cards">Credit Cards</a> </li><li><a href="http://www.walletpop.com/credit/credit-reports">Credit Reports</a> </li><li><a href="http://www.walletpop.com/deals">Deals</a> Deals</li><li><a href="http://money.aol.com/creditdebt/debt">Debt Management</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">Dow Jones Industrial Average</a> </li><li><a href="http://money.aol.com/news/earnings">Earnings</a> </li><li><a href="http://finance.aol.com/quotes/google-inc/goog/nas">GOOG</a> </li><li><a href="http://www.walletpop.com/insurance/health-insurance">Health Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/home-insurance">Home Insurance</a> </li><li><a href="http://www.walletpop.com/fraud/identity-theft">Identity Theft</a> </li><li><a href="http://www.walletpop.com/taxes/basics">Income Tax Basics</a> </li><li><a href="http://www.walletpop.com/insurance">Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/life-insurance">Life Insurance</a> </li><li><a href="http://www.walletpop.com/loans">Loans</a> </li><li><a href="http://money.aol.com">Money</a> </li><li><a href="http://www.walletpop.com/mortgages">Mortgages</a> </li><li><a href="http://www.walletpop.com/loans/personal">Personal Loans</a> </li><li><a href="http://www.walletpop.com/recession">Recession</a> </li><li><a href="http://www.walletpop.com/mortgages/refinancing">Refinancing</a> </li><li><a href="http://www.walletpop.com/retirement">Retirement</a> </li><li><a href="http://www.walletpop.com/banking/savings">Savings Account</a> </li><li><a href="http://smallbusiness.aol.com/">Small Business</a> </li><li><a href="http://finance.aol.com/usw/quotes/charts">Stock Charts</a> </li><li><a href="http://money.aol.com/stock-ticker">Stock Ticker</a> </li><li><a href="http://www.walletpop.com/taxes">Taxes</a> </li><li><a href="http://money.aol.com/news/technology">Tech News</a> </li></ul></div><div class="blogroll" id="winblogroll"> <h3 id="blogroll_header"><span><a href="http://www.weblogsinc.com">WIN Network</a></span></h3> <ul id="winblogroll" class="accordian"> <li class="winblogrollcat"><strong class="trigger">Autos</strong> <ul id="consumer"> <li><a href="http://www.autoblog.com/">Autoblog</a></li> <li><a href="http://www.autobloggreen.com/">Autoblog Green</a></li> <li><a href="http://spanish.autoblog.com/">Autoblog Spanish</a></li> <li><a href="http://chinese.autoblog.com/">Autoblog Chinese</a></li> <li><a href="http://cn.autoblog.com/">Autoblog Simplified Chinese</a></li> <li><a href="http://jp.autoblog.com/">Autoblog Japanese</a></li> <li><a href="http://uk.autoblog.com/">Autoblog UK</a></li> <li><a href="http://de.autoblog.com/">Autoblog Auf Deutsh</a></li> <li><a href="http://fr.autoblog.com/">Autoblog En Fran?ais</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Technology</strong> <ul id="technology"> <li><a href="http://www.downloadsquad.com/">Download Squad</a></li> <li><a href="http://www.engadget.com/">Engadget</a></li> <li><a href="http://www.engadgethd.com/">Engadget HD</a></li> <li><a href="http://www.engadgetmobile.com/">Engadget Mobile</a></li> <li><a href="http://chinese.engadget.com/">Engadget Chinese</a></li> <li><a href="http://cn.engadget.com/">Engadget Simplified Chinese</a></li> <li><a href="http://japanese.engadget.com/">Engadget Japanese</a></li> <li><a href="http://de.engadget.com/">Engadget Germany</a></li> <li><a href="http://kr.engadget.com/">Engadget Korea</a></li> <li><a href="http://pl.engadget.com/">Engadget Polska</a></li> <li><a href="http://spanish.engadget.com/">Engadget Spanish</a></li> <li><a href="http://www.switched.com/">Switched</a></li> <li><a href="http://www.tuaw.com/">TUAW (Apple)</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Lifestyle</strong> <ul id="lifestyle"> <li><a href="http://www.aisledash.com/">AisleDash</a></li> <li><a href="http://www.diylife.com/">DIY Life</a></li> <li><a href="http://www.gadling.com/">Gadling</a></li> <li><a href="http://www.greendaily.com/">Green Daily</a></li> <li><a href="http://www.luxist.com/">Luxist</a></li> <li><a href="http://jp.luxist.com/">Luxist Japanese</a></li> <li><a href="http://www.parentdish.com/">ParentDish</a></li> <li><a href="http://www.slashfood.com/">Slashfood</a></li> <li><a href="http://www.stylelist.com/blog/">StyleList Blog</a></li> <li><a href="http://www.thatsfit.com/">That's Fit</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Gaming</strong> <ul id="gaming"> <li><a href="http://www.joystiq.com/">Joystiq</a></li> <li><a href="http://nintendo.joystiq.com/">Joystiq [Nintendo]</a></li> <li><a href="http://xbox.joystiq.com/">Joystiq [Xbox]</a></li> <li><a href="http://playstation.joystiq.com/">Joystiq [PlayStation]</a></li> <li><a href="http://jp.joystiq.com/">Joystiq Japanese</a></li> <li><a href="http://www.massively.com/">Massively</a></li> <li><a href="http://www.wowinsider.com/">WoW Insider</a></li> <li><a href="http://news.bigdownload.com">Big Download</a></li> <li><a href="http://www.gamedaily.com/">GameDaily</a></li> <li><a href="http://www.playsavvy.com">PlaySavvy</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Entertainment</strong> <ul id="entertainment"> <li><a href="http://www.cinematical.com/">Cinematical</a></li> <li><a href="http://nl.cinematical.com/">Cinematical Nederland</a></li> <li><a href="http://www.cinematical.pl/">Cinematical Polska</a></li> <li><a href="http://www.cinematical.es/">Cinematical Espana</a></li> <li><a href="http://www.tvsquad.com/">TV Squad</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Finance</strong> <ul id="finance"> <li><a href="http://www.bloggingbuyouts.com/">BloggingBuyouts</a></li> <li><a href="http://www.bloggingstocks.com/">BloggingStocks</a></li> <li><a href="http://www.dailyfinance.com/">DailyFinance</a></li> <li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji">DIJA</a></li> <li><a href="http://www.walletpop.com/">WalletPop</a></li> <li><a href="http://www.walletpop.co.uk/">WalletPop UK</a></li> <li><a href="http://www.walletpop.com/taxes/">Taxes</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Sports</strong> <ul id="sports"> <li><a href="http://www.fanhouse.com">FanHouse</a></li> <li><a href="http://nfl.fanhouse.com/">NFL</a></li> <li><a href="http://nba.fanhouse.com/">NBA</a></li> <li><a href="http://mlb.fanhouse.com/">MLB</a></li> <li><a href="http://ncaafootball.fanhouse.com/">NCAA Football</a></li> <li><a href="http://ncaabasketball.fanhouse.com/">NCAA Basketball</a></li> <li><a href="http://motorsports.fanhouse.com/">NASCAR</a></li> <li><a href="http://nhl.fanhouse.com/">NHL</a></li> <li><a href="http://golf.fanhouse.com/">Golf</a></li> <li><a href="http://fantasyfootball.fanhouse.com/">Fantasy Football</a></li> <li><a href="http://fantasybasketball.fanhouse.com/">Fantasy Basketball</a></li> <li><a href="http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/">UFC 98 results</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Also on AOL</strong> <ul id="alsoAOL"> <li><a href="http://www.politicsdaily.com">Politics Daily</a></li> <li><a href="http://blackvoices.aol.com/">African-American Culture</a></li> <li><a href="http://autos.aol.com/">Cars</a></li> <li><a href="http://www.games.com/">Games</a></li> <li><a href="http://www.mapquest.com">Maps</a></li> <li><a href="http://money.aol.com/">Money</a></li> <li><a href="http://www.moviefone.com/">Movies</a></li> <li><a href="http://music.aol.com/">Music</a></li> <li><a href="http://news.aol.com/">News</a></li> <li><a href="http://music.aol.com/radioguide/bb">Radio</a></li> <li><a href="http://sports.aol.com/">Sports</a></li> <li><a href="http://money.aol.com/stock-quotes/">Stock Quotes</a></li> <li><a href="http://television.aol.com/">Television</a></li <li><a href="http://travel.aol.com/">Travel</a></li> </ul> </li> </ul> </div><a href="http://daol.aol.com/software/mac/iphone/radio" title="AOL iPhone Radio" class="aol-radio"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif" alt="AOL Radio" /></a> <a href="http://www.stitcher.com/listen.php?fid=8189" title="TUAW on Stitcher"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif" alt="TUAW on Stitcher" /></a></div><!– /subcontent –> </div> <div id="footer"> <div class="searchform"> <ul class="searchnav clearfix"> <li id="search-tab-blog2" class="selected"><a onclick="return searchTarget('/search/?q=', 0, 'search-tab-blog2');" href="#">TUAW</a></li> <li id="search-tab-Web2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Web2');" href="http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=">Web</a></li> <li id="search-tab-Images2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Images2');"href="http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=">Images</a></li> <li id="search-tab-Video2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Video2');"href="http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=">Video</a></li> <li id="search-tab-News2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=">News</a></li> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=">Local</a></li> </ul> <form name="s_form2" action="/search/"><fieldset><input type="text" name="q" id="queryname2" value="" class="text" /><button id="searchsubmit" onclick="return submitHeaderSearch('onclick');" type="submit" name="searchsubmit" title="Search" ></button><input type="hidden" name="invocationType" value="wl-tuaw-ft" /></fieldset></form> </div><!– /show-footer-search.html.php –> <div class="bottomleader"> <script type="text/javascript"> <!– adSetType("F"); htmlAdWH('93217798', '728', '90'); adSetType(""); //–> </script> </div><!– /topleader –></div><!– /footer –> <div id="grid2"> <table class="grid-table" cellspacing="0"> <tr> <td scope="col" class="first"> <h4><img src="http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.joystiq.com/">Joystiq</a></h4><ul><li><a href="http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/" rel="bookmark">Qore leak reveals new PSP Metal Gear and more</a></li><li><a href="http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/" rel="bookmark">Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5</a></li><li><a href="http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/" rel="bookmark">PSP Go revealed in June issue of Qore [update]</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.downloadsquad.com/">Download Squad</a></h4><ul><li><a href="http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/" rel="bookmark">Search for useful bookmarklets with Bookmarklet Directory</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/" rel="bookmark">Where to watch the Stanley Cup finals online</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/" rel="bookmark">Goog-411 now provides intersection info</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.bloggingstocks.com/">BloggingStocks</a></h4><ul><li><a href="http://www.bloggingstocks.com/2009/05/30/allegheny-energy-knows-the-u-s-will-eventually-need-more-power/" rel="bookmark">Allegheny Energy knows the U.S. will eventually need more power</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/" rel="bookmark">Stock #2: Quicksilver (ZQK)</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/" rel="bookmark">Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more</a></li></ul></td> </tr> <tr> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.autoblog.com/">Autoblog</a></h4><ul><li><a href="http://www.autoblog.com/2009/05/30/report-two-plants-saved-from-closing-under-new-gm-uaw-agreement/" rel="bookmark">REPORT: Two plants saved from closing under new GM/UAW agreement</a></li><li><a href="http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/" rel="bookmark">VIDEO: Corvette Grand Sport launch control tested… in dealer lot</a></li><li><a href="http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/" rel="bookmark">Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://xbox.joystiq.com/">Joystiq Xbox</a></h4><ul><li><a href="http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/" rel="bookmark">Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2</a></li><li><a href="http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/" rel="bookmark">Raiden IV media blowout </a></li><li><a href="http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/" rel="bookmark">Joyswag: Gel: Set &amp; Match</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico" alt="" height="16" width="16" /> <a href="http://www.engadget.com/">Engadget</a></h4><ul><li><a href="http://www.engadget.com/2009/05/30/alienware-m17x-gaming-laptop-hands-on-it-isnt-quite-all-power/" rel="bookmark">Alienware M17x gaming laptop hands-on: it isn't quite "all powerful," but it'll do in a pinch</a></li><li><a href="http://www.engadget.com/2009/05/30/engadget-podcast-148-05-30-2009/" rel="bookmark">Engadget Podcast 148 – 05.30.2009</a></li><li><a href="http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/" rel="bookmark">Video: Sony's PSP Go leaks out before E3, is obviously a go</a></li></ul></td> </tr> </table> </div> <div id="legal"> <a href="http://news.aol.com" target="_blank" class="cobrand-footer">AOL News</a> <p>All contents copyright &copy; 2003-2009, <a href="http://www.weblogsinc.com/">Weblogs, Inc.</a> All rights reserved</p> <p><a href="">The Unofficial Apple Weblog (TUAW)</a> is a member of the <a href="http://www.weblogsinc.com/">Weblogs, Inc. Network</a>. <a href="http://www.weblogsinc.com/privacy/">Privacy Policy</a>, <a href="http://www.weblogsinc.com/terms/">Terms of Service</a>, <a href="http://www.weblogsinc.com/report/">Notify AOL</a></p> </div><!– /legal –> </div><!– /main –> </div><!– /container –> </body> <script type="text/javascript" src="http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js"></script> <script type="text/javascript"> $(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } </script> <script type="text/javascript" src="http://www.blogcdn.com/js/addthis.js"></script> <script type="text/javascript"> if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { top.location.replace(self.location.href); } </script> </html><script type="text/javascript"> <!– document.write('<scr' + 'ipt src="http://www.tuaw.com/traffic/' + '?t=js&bv=&os=&tz=&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&cb=955338100" type="text/javascript"></scr' + 'ipt>'); // –> </script><noscript><img src="http://www.tuaw.com/traffic/?t=px&bv=JavaScript+Disabled&os=&tz=default&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&cb=1942902130" alt="the end" width="1" height="1"border="0" /></noscript>"><input type=hidden name=langpair value="en|de"><input type=hidden name=gtrans value="&gt; &lt;p class=&quot;filed-under&quot;&gt; Abgelegt unter: &lt;a href=&quot;/category/analysisopinion/&quot;&gt; Analyse / Stellungnahme &lt;/ a&gt;, &lt;a href=&quot;/category/itunes-store/&quot;&gt; ITS &lt; / a&gt;, &lt;a href=&quot;/category/itunes/&quot;&gt; iTunes &lt;/ a&gt;, &lt;a href=&quot;/category/iphone/&quot;&gt; iPhone &lt;/ a&gt; &lt;/ p&gt; &lt;h2 class = &quot;posttitle&quot; &gt; &lt;a href=&quot;http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/&quot; rel=&quot;bookmark&quot;&gt; &lt;span id = &quot;ppt19051882&quot;&gt; K?nftige Versionen von iTunes kann die Pre-Block, aber warum? &lt;/ span&gt; &lt;/ a&gt; &lt;/ h2&gt; &lt;p class=&quot;byline&quot;&gt; von &lt;strong&gt; &lt;a href = &quot;/ bloggers/robert- Palmer / &quot;&gt; Robert Palmer &lt;/ a&gt; &lt;/ strong&gt; am 30. Mai 2009 &lt;/ p&gt; &lt;div class=&quot;postbody&quot;&gt; &lt;! – sphereit Start -&gt; &lt;p&gt; &lt;img vspace =&quot; 8 &quot;hspace = &quot;8&quot; border = &quot;0&quot; align = &quot;right&quot; src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009/05/iphone-pre-548946946.jpg&quot; alt = &quot; &quot;/&gt; Gestern, Megan hingewiesen, einem Fortune-Geschichte, dass &lt;a href=&quot;http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/&quot;&gt; iTunes synchronisiert problemlos mit dem neuen Palm vor &lt;/ a&gt;. Das ist nat?rlich, hat das Wasser-K?hler sprudelnden sprechen: &quot;Wie haben Palm ziehen Sie es aus? Will Apple damit dies geschehen kann?&quot; &lt;/ P&gt; <br> &lt;p&gt; stellt sich heraus, die sie bereits haben. A &lt;a href=&quot;http://support.apple.com/kb/HT2172&quot;&gt;-Tech-Note auf der Apple-Website &lt;/ a&gt; stellt fest, die zwei Dutzend Dritter Spieler, iTunes (f?r Mac OS X, mindestens ) ist kompatibel mit, darunter Rio und Creative Labs MP3-Player Nomad. Es stimmt zwar, dass viele der Modelle vor den iPod, und der Tech-Note &quot;selbst wurde zuletzt aktualisiert am etwas weniger als vor einem Jahr. Aber Dritter Ger?t Kompatibilit?t mit iTunes ist nicht ohne Pr?zedenzfall. &lt;/ P&gt; <br> &lt;p&gt; Daring Fireball John Gruber auf eine Geschichte von Jon Lech Johansen, die besagt, dass &lt;a href = &quot;http://nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm- pre / &quot;&gt; Apple iTunes blockieren den Zugang zu den in Vorbereitung auf ein zuk?nftiges Update &lt;/ a&gt;; Gruber sich &lt;a href =&quot; http://daringfireball.net/linked/2009/05/29/johansen-pre-itunes &quot; &gt; gesagt &lt;/ a&gt;, er &quot;w?rde sich nicht wundern, wenn sie getan hat.&quot; Ich bin mir nicht so sicher. &lt;br /&gt; &lt;/ P&gt; <br> &lt;p&gt; Erste, la?t uns anschauen, wie es funktioniert. Laut Johansen, eine einzigartige USB-Ger?te-ID k?nnen iTunes zu erkennen MP3-Player (auch iPod), dass es mit. Johansen spekuliert, dass Palm ist mit der Verwendung dieser IDs bei der Kommunikation mit iTunes. Wenn es sich um ein iPod-ID, dann wird es mit iTunes f?r Windows, zu, das ist ein wichtiger Pr?fstein und wir wissen nicht, die Ergebnisse noch nicht. &lt;br /&gt; &lt;/ P&gt; <br> &lt;p&gt; Ich kann Apple nicht Baumwolle zu einem Palm Pre &lt;em&gt; speziell &lt;/ em&gt; Masquerading als iPod USB-Ger?t. Angesichts der Tatsache, dass, so dass die Vorbereitung auf die freie Kommunikation mit iTunes ist nicht unbedingt schlecht wirtschaftlich sinnvoll, vorausgesetzt, Palm setzt die Funktionalit?t in einer offenen Art und Weise (wie die anderen dritten Partei, dass MP3-Player iTunes unterst?tzt bereits). &lt;/ P&gt; <br> Warum &lt;p&gt; den Zugriff auf die Pre, abgesehen von der reinen Trotz? Wenn jemand bereits iTunes nutzt, stehen die Chancen sie haben einige Menge von DRM-freien iTunes Plus-Musik auf ihre Computer. Es gibt keinen technischen Grund, warum die Musik sollte nicht leicht spielbar auf der Pre. Einer der upshots der Beseitigung von DRM im iTunes Store ist es, die Interoperabilit?t Ger?t. Lassen Sie Ger?te nicht von Apple iTunes Musik zu spielen, und pl?tzlich Kunden Apple hat es nicht vor. &lt;/ P&gt; <br> &lt;p&gt; Wenn Apple m?chte abgeschnitten nur die Vorbereitung auf, und der Palm ist nach den Regeln, Apple ist unn?tig Schneiden einen Strom von Einnahmen. Das ist etwas, was ich nicht tun, siehe Apple leicht. &lt;/ p&gt; &lt;div id=&quot;continued&quot;&gt; &lt;/ div &gt;&lt;!– Ende sphereit -&gt; &lt;a href=&quot;/tag/iphone&quot; class=&quot;category-match-ad&quot;&gt; &lt;img src = &quot; http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg &quot;alt =&quot; Klicken Sie hier, um alle TUAW's iPhone Abdeckung &quot;/&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;postmeta&quot;&gt; &lt;p class=&quot;posttags&quot;&gt; &lt;strong&gt; Tags: &lt;/ strong&gt; &lt;a href=&quot;http://www.tuaw.com/tag/daringfireball/&quot;&gt; daringfireball &lt;/ a &gt;, &lt;a href=&quot;http://www.tuaw.com/tag/device/&quot;&gt; Ger?t &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/fortune/&quot;&gt; Fortune &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/iphone/&quot;&gt; iPhone &lt;/ a&gt;, &lt;a href = &quot;http://www.tuaw.com/tag/ iTunes / &quot;&gt;&quot; iTunes &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/palm+pre/&quot;&gt; Palm vor &lt;/ a&gt;, &lt;a href = &quot;http://www .tuaw.com / tag / PalmPre / &quot;&gt; PalmPre &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/pre/&quot;&gt; vor &lt;/ a&gt;, &lt;a href =&quot; http : / / www.tuaw.com/tag/usb/ &quot;&gt; USB &lt;/ a&gt; &lt;/ p&gt; &lt;div class=&quot;navbar clearfix&quot;&gt; &lt;ul&gt; &lt;li class=&quot;permalink&quot;&gt; &lt;a href =&quot; http : / / nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm-pre / &quot;&gt; Quelle &lt;/ a&gt; &lt;/ li&gt; &lt;li class=&quot;print&quot;&gt; &lt;a href = &quot;http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/print/&quot; target = &quot;_blank&quot; class = &quot;printthis&quot; rel = &quot;nofollow&quot;&gt; Print &lt;span class=&quot;printpop&quot;&gt; &lt;span&gt; Mit HP Wireless-Drucker, &lt;br/&gt; Sie k?nnen gedruckt &lt;br/&gt; dieser von jedem Zimmer &lt;br/&gt; im Haus. &lt;br /&gt; &lt;strong&gt; Live drahtlos. Drucken ohne Kabel &lt;/ strong&gt; &lt;/ span&gt; &lt;/ span&gt; &lt;/ a&gt; &lt;/ li&gt; &lt;li class=&quot;email-this&quot;&gt; &lt;a href = &quot;/ forward/19051882 /&quot; title = &quot;Senden Sie diesen Eintrag einem Freund per E-Mail &quot;&gt; E-Mail hier &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;! – AddThis Button BEGIN -&gt; &lt;script type=&quot;text/javascript&quot;&gt; addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, Propeller, google, live, StumbleUpon, reddit, Favoriten, technorati, Ziel, mehr &quot;&lt;/ script&gt; &lt;a class =&quot; sharelink &quot;href =&quot; http://www.addthis.com / bookmark.php &quot;onmouseover =&quot; return addthis_open (this,'', 'http% 3A% 2F% 2Fwww.tuaw.com% 2F2009% 2F05% 2F30% 2Ffuture-iTunes-Versionen-Block-k?nnte-die-vor-, sondern -warum% 2F ',' Die Zukunft + + iTunes-Versionen k?nnte + + + der + Block vor% 2C + sondern + Warum% 3F ') &quot;onmouseout =&quot; addthis_close () &quot;onclick =&quot; return addthis_sendto () &quot;&gt; Aktie &lt;/ a&gt; &lt;script type=&quot;text/javascript&quot; src=&quot;http://s7.addthis.com/custom/weblogsinc/addthis_widget.js&quot;&gt; &lt;/ script &gt;&lt;!– AddThis Button END –&gt;&lt;/ li &gt; &lt;li class=&quot;comments&quot;&gt; &lt;a href = &quot;http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/ # comments &quot;title =&quot; View Leser Kommentare zu diesen Eintrag &quot;&gt; Kommentare (&lt;em&gt; 2 &lt;/ em&gt;) &lt;/ a&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div &gt; &lt;script type=&quot;text/javascript&quot;&gt; <br> / * Einige dh crap * / <br> Funktion iecheck (inc_seven) ( <br> / / Alert (navigator.platform); <br>???? if (navigator.platform == &quot;Win32&quot; &amp; &amp; navigator.appName == &quot;Microsoft Internet Explorer&quot; &amp; &amp; window.attachEvent) ( <br>???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); <br>???????? var iever = (inc_seven)? (rslt! = null &amp; &amp; Number (rslt [1])&gt; = 5,5): (rslt! = null &amp; &amp; Number (rslt [1])&gt; = 5.5 &amp; &amp; Number (rslt [1]) &lt; 7); <br> ) Else ( <br> Iever = false; <br> ) <br>???? R?ckkehr iever; <br> ) <br><br> var useFilter = iecheck (false); <br> var ie6Brand = '&lt;a href = &quot;http://www.sphere.com&quot; target = &quot;_New&quot; style = &quot;cursor: Hand; display: block; width: 112px; height: 18px; Filter: ProgID: DXImageTransform.Microsoft . AlphaImageLoader (src = \ &quot;http://cdn11.sphere.com/images/poweredbySphere.png \ ', sizingMethod = Ma?stab );&quot;&gt;&lt; img align =&quot; absmiddle &quot;border =&quot; 0 &quot;style =&quot; margin-left : 2px; &quot;src =&quot; http://cdn11.sphere.com/images/iespacer.png &quot;/&gt;&lt;/ a&gt; '; <br> var normalBrand = '&lt;a href=&quot;http://www.sphere.com&quot; target=&quot;_new&quot;&gt; &lt;img align = &quot;absmiddle&quot; border = &quot;0&quot; style = &quot;margin-left: 2px;&quot; src = &quot; http://cdn11.sphere.com/images/poweredbySphere.png &quot;/&gt;&lt;/ a&gt; '; <br> var Marke =''; <br> if (useFilter == false) ( <br> Marke = normalBrand; <br> ) Else ( <br> Marke = ie6Brand; <br> ) <br> &lt;/ script&gt; <br> &lt;div class=&quot;sphere clearfix&quot;&gt; &lt;div id=&quot;sphereTalk&quot;&gt; &lt;p id=&quot;spherePoweredBy&quot; class=&quot;powered-by&quot;&gt; &lt;/ p&gt; &lt;div id=&quot;talkContainer&quot;&gt; &lt;h3&gt; Verwandte Texte von The Unofficial Apple Weblog &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes?icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; Fortune: Pre Palm synchronisiert einwandfrei mit iTunes &lt;/ a&gt; &lt;p class =&quot; timestamp &quot;&gt; 2 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/04/06/itunes-8-1-1-showing-in- Software-Update? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; iTunes 8.1.1 und in der Software-Aktualisierung &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 54 Tage vor &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/27/apple-wins-comprehensive-patent -for-iphone-Bares-Z?hne-at-Palme? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; Apple gewinnt umfassende Patent f?r iPhone, Bares Z?hne bei Palm &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 122 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div &gt;&lt;!– Ende sprechen Container -&gt; &lt; div id = &quot;artContainer&quot;&gt; &lt;h3&gt; Weitere Artikel aus unserem Tech-Netzwerk &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href = &quot;http://www.engadget.com/2009/05/28/the-daily -Roundup-Heres-What-You-mightve-missed1? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; The Daily Roundup : hier ist es, was Sie vielleicht verpasst haben &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 1 Tag &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.engadgetmobile.com/2009 / 05/28/palm-pre-said-to-sync-up-nicely-with-apples-itunes? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \' , \ 'art \') &quot;&gt; Palm Pre sagte zu synchronisieren sch?n mit Apple's iTunes &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 2 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.engadget.com/2009/05/07/apple-ponders-kiosk-style-movie-and-music-downloads?icid=sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track ( dieser, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; Apple denkt Kiosk-Stil Film-und Musik-Downloads &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 22 Tage vor &lt;/ p&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div &gt;&lt;!– Ende Kunst Container –&gt;&lt;/ div &gt;&lt;!– Ende sphereTalk -&gt; &lt;div id=&quot;sphereAd&quot;&gt; &lt;script type = &quot;text / javascript&quot; src = &quot;http : / / cdn11.sphere.com/widgets/sphereit/js? baseurl = http://cdn11.sphere.com/widgets/sphereit/&amp;siteid=blogsmith_widget_tuaw &quot;&gt; &lt;/ script&gt; &lt;iframe frameborder =&quot; 0 &quot;style =&quot; position: relative; width: 300px; height: 250px; &quot;MARGINHEIGHT =&quot; 0 &quot;marginwidth =&quot; 0 &quot;scrolling =&quot; no &quot;border =&quot; 0 &quot;src =&quot; http://www.sphere.com/ads/aol_sphere_adcom. php? a = 93249125 &quot;&gt; &lt;/ iframe&gt; &lt;/ div&gt; &lt;p class=&quot;see-more&quot;&gt; &lt;a onclick =&quot; return Sphere.Widget.search ( 'http://www.tuaw.com/2009/ 05/30/future-itunes-versions-could-block-the-pre-but-why ') &quot;href =&quot; http://www.sphere.com/search?q=sphereit:http://www.tuaw .com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why &quot;&gt; Weitere Artikel und Blog-Posts &lt;/ a&gt; &lt;/ p&gt; &lt;/ div&gt; &lt;! — – Ende Bereich clearfix -&gt; &lt;script type=&quot;text/javascript&quot;&gt; <br> document.getElementById ( 'spherePoweredBy &quot;). innerHTML = Marke; <br> &lt;/ script&gt; &lt;div id=&quot;comments&quot;&gt; &lt;h3 id=&quot;readercomments&quot;&gt; Reader Kommentare (Seite 1 von 1) &lt;/ h3&gt; &lt;/ p&gt; &lt;div class = &quot;commentlinks&quot; id = &quot;commentlinks19115203-1854088&quot; &gt; &lt;div class=&quot;commentclass1 level2 Muttergesellschaft comment&quot; id=&quot;c19115203&quot;&gt; &lt;a href=&quot;http://www.tuaw.com/profile/1854088/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt; &lt;img src = &quot;http://www.blogsmithcdn.com/avatar/images/16/1854088_64.jpg&quot; alt = &quot;Dave&quot; class = &quot;avatar&quot; /&gt; &lt;/ a&gt; &lt;span class=&quot;rownum&quot;&gt; 1 &lt;/ span&gt; &lt;div class=&quot;comment-inner&quot;&gt; &lt;div class=&quot;credits&quot;&gt; &lt;h4 class=&quot;authorname&quot;&gt; &lt;a href = &quot;http://www.tuaw.com/profile/1854088/&quot; target = &quot;_blank&quot; rel = &quot;nofollow&quot;&gt; Dave &lt;/ a&gt; &lt;span sagte class=&quot;time-stamp&quot;&gt; 3.43 Uhr am 5-30-2009 &lt;/ span&gt; &lt;/ h4&gt; &lt;/ div&gt; &lt;p&gt; Wenn Vor der sieht aus wie ein iPod mit iTunes von Apple ist, wie wollen den Zugang zu den Vor-und nicht iPods? &lt;br&gt; &lt;br&gt; Aufgrund der Tatsache, dass Rubenstein hat Insider-Wissen von Apple-Hardware Ich glaube, es ist eine bessere Chance, Jobs &amp; Co . Bitte um eine einstweilige Verf?gung gegen Palm. &lt;/ p&gt; &lt;p class=&quot;cmt_reply&quot;&gt; &lt;a href=&quot;#commentform&quot; onclick=&quot;replyToCmt('19115203','Dave');&quot;&gt; Antworten &lt;/ a&gt; &lt; / p&gt; &lt;div class=&quot;cmt_votes&quot;&gt; &lt;img class = &quot;Stern-img&quot; src = &quot;http://www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif&quot; alt = &quot;2 Sterne &quot;/&gt; &lt;span class=&quot;cmt_tools&quot; id=&quot;tools_19115203&quot;&gt; &lt;a href =&quot; # &quot;class =&quot; voteLink &quot;id =&quot; vd19115203 &quot;onclick =&quot; voteComment ('19115203 ',' nach '); return false; &quot;title =&quot; Diese Abstimmung Kommentar Down &quot;&gt; &lt;span class=&quot;vote_down button&quot;&gt; ↓ &lt;/ span&gt; &lt;/ a&gt; &lt;a href =&quot; # &quot;class =&quot; voteLink &quot;id =&quot; vu19115203 &quot;onclick =&quot; voteComment ('19115203 ',' bis'); return false; &quot;title =&quot; Diese Abstimmung Kommentar Up &quot;&gt; &lt;span class=&quot;vote_up button&quot;&gt; ↑ &lt;/ span&gt; &lt;/ a&gt; &lt;a href =&quot; # &quot;-Klasse = &quot;reportLink&quot; id = &quot;r19115203&quot; onclick = &quot;reportComment (19115203); return false&quot; title = &quot;Diesen Kommentar melden&quot;&gt; &lt;span class=&quot;report button&quot;&gt; Bericht &lt;/ span&gt; &lt;/ a&gt; &lt;/ span&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;div class=&quot;commentlinks&quot; id=&quot;commentlinks19115333-2873874&quot;&gt; &lt;div class=&quot;commentclass2 level2 Muttergesellschaft comment&quot; id=&quot;c19115333&quot;&gt; &lt;a href = &quot;http://www.tuaw.com/profile/2873874/&quot; target = &quot;_blank&quot; rel = &quot;nofollow&quot;&gt; &lt;img src = &quot;http://www.blogsmithcdn.com/avatar/images/16/2873874_64 . jpg &quot;alt =&quot; paullloydjohnson &quot;class =&quot; avatar &quot;/&gt; &lt;/ a&gt; &lt;span class=&quot;rownum&quot;&gt; 2 &lt;/ span&gt; &lt;div class=&quot;comment-inner&quot;&gt; &lt;div class=&quot;credits&quot;&gt; &lt;h4 class=&quot;authorname&quot;&gt; &lt;a href=&quot;http://www.tuaw.com/profile/2873874/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt; paullloydjohnson &lt;/ a&gt;, sagte &lt;span class = &quot; Zeit-Stempel &quot;&gt; 3:58 pm am 5-30-2009 &lt;/ span&gt; &lt;/ h4&gt; &lt;/ div&gt; &lt;p&gt; The Grund Apple w?rde so etwas ist einfach. iTunes ist die Musikbibliothek der Wahl f?r die meisten Menschen in diesen Tagen. F?r ein paar Leute, die nicht in der Lage eine Synchronisierung mit iTunes die Pre k?nnte ein Deal Breaker und die gleichen Personen k?nnen entscheiden, kaufen ein iPhone statt. &lt;/ P&gt; &lt;p class=&quot;cmt_reply&quot;&gt; &lt;a href = &quot;# commentform &quot;onclick =&quot; replyToCmt ('19115333 ',' paullloydjohnson');&quot;&gt; Antworten &lt;/ a&gt; &lt;/ p&gt; &lt;div class=&quot;cmt_votes&quot;&gt; &lt;img class = &quot;Stern-img&quot; src = &quot;http:// www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif &quot;alt =&quot; 2 Sterne &quot;/&gt; &lt;span class=&quot;cmt_tools&quot; id=&quot;tools_19115333&quot;&gt; &lt;a href =&quot; # &quot;class =&quot; voteLink &quot;id =&quot; vd19115333 &quot;onclick =&quot; voteComment ('19115333 ',' nach '); return false; &quot;title =&quot; Diese Abstimmung Kommentar Down &quot;&gt; &lt;span class=&quot;vote_down button&quot;&gt; ↓ &lt;/ span&gt; &lt;/ a&gt; &lt;a href=&quot;#&quot; class=&quot;voteLink&quot; id=&quot;vu19115333&quot; onclick=&quot;voteComment('19115333','up'); R?ckkehr false;&quot; title=&quot;Vote Dieser Kommentar Up&quot;&gt; &lt;span class = &quot;vote_up Schaltfl?che&quot;&gt; ↑ &lt;/ span&gt; &lt;/ a&gt; &lt;a href = &quot;#&quot; class = &quot;reportLink&quot; id = &quot;r19115333&quot; onclick = &quot;reportComment (19115333); return false&quot; title = &quot;Diesen Kommentar melden&quot; &gt; &lt;span class=&quot;report button&quot;&gt; Bericht &lt;/ span&gt; &lt;/ a&gt; &lt;/ span&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; <br> &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt; var req; <br><br> Funktion getURL (url) ( <br>?? if (isWorking == true) (setTimeout ( &quot;getURL (\&quot; &quot;+ url +&quot; \ &quot;)&quot;, &quot;100&quot;); return false;) <br><br>?? isWorking = true; <br><br>?? if (window.XMLHttpRequest) ( <br> Req = new XMLHttpRequest (); <br>???????? req.onreadystatechange = handleHttpResponse; <br> Req.open ( &quot;GET&quot;, url, true); <br> Req.send (null); <br>?? ) Else if (window.ActiveXObject) (/ / IE <br> Try ( <br> Req = new ActiveXObject ( &quot;Msxml2.XMLHTTP&quot;); <br> ) Catch (e) ( <br> Req = new ActiveXObject ( &quot;Microsoft.XMLHTTP&quot;); <br> ) <br> If (req) ( <br>???????????????? req.onreadystatechange = handleHttpResponse; <br> Req.open ( &quot;GET&quot;, url, true); <br> Req.send (); <br>???????? ) Else ( <br> Alert ( &quot;Ihr Browser unterst?tzt kein ajax&quot;); <br> ) <br>?? ) Else ( <br> Alert ( &quot;Ihr Browser unterst?tzt kein ajax&quot;); <br>?? ) <br><br>?? return false; <br> ) <br><br> Funktion postURL (url, outbuf) ( <br>?? if (isWorking == true) (setTimeout ( &quot;postURL (\&quot; &quot;+ url +&quot; \ &quot;, \&quot; &quot;+ outbuf +&quot; \ &quot;)&quot;, &quot;100&quot;); return false;) <br><br>?? isWorking = true; <br><br>?? var browser = navigator.appName; <br>?? if (Browser! = &quot;Microsoft Internet Explorer&quot;) ( <br>???? req = new XMLHttpRequest (); <br>???? req.onreadystatechange = handleHttpResponse; <br>???? req.open ( &quot;POST&quot;, url, true); <br>???? req.setRequestHeader ( &quot;Content-Type&quot;, &quot;application / x-www-form-urlencoded; charset = UTF-8&quot;); <br>???? req.send (outbuf); <br>?? ) Else if (window.ActiveXObject) (/ / IE <br>???? req = new ActiveXObject ( &quot;Microsoft.XMLHTTP&quot;); <br>???? if (req) ( <br>?????? req.onreadystatechange = handleHttpResponse; <br>?????? req.open ( &quot;POST&quot;, url, true); <br>?????? req.setRequestHeader ( &quot;Content-Type&quot;, &quot;application / x-www-form-urlencoded; charset = UTF-8&quot;); <br>?????? req.send (outbuf); <br>???? ) <br>?? ) <br><br>?? return false; <br> ) <br><br> Funktion handleHttpResponse () ( <br> If (req.readyState == 4) ( <br> If (req.responseText.charAt (0) == &quot;&lt;&quot;) ( <br>???????? Alert (req.responseText); <br> ) Else ( <br>?? Eval (req.responseText); <br> IsWorking = false; <br> ) <br> ) <br> ) <br><br> var isWorking = false; <br> Funktion reportComment (commentid) ( <br> if (confirm ( &quot;Sind Sie sicher, dass Sie diesen Bericht kommentieren?&quot;)) ( <br>?? getURL ( &quot;/ a = AJAX-Kommentar-Bericht &amp; commentid =&quot; + commentid); <br>???????? ) <br> Return false; <br> ) <br><br> Funktion reportCommentOK (commentid) ( <br> document.getElementById ( &quot;c&quot; + commentid). className + = &quot;reportedComment&quot;; <br> alert ( &quot;Kommentar wurde f?r die ?berpr?fung. Thank You!&quot;); <br> Return false; <br> ) <br><br> Funktion voteComment (commentid, Typ) ( <br> getURL ( &quot;/ a = AJAX-Kommentar-Abstimmung &amp; commentid =&quot; + commentid + &quot;&amp; type =&quot; + type); <br> Return false; <br> ) <br><br> Funktion voteCommentOK (commentid) ( <br> document.getElementById ( &quot;c&quot; + commentid). className + = &quot;votedComment&quot;; <br> Return false; <br> ) <br><br> Funktion replyToCmt (commentid, Autor) ( <br> var replyInd = document.getElementById ( &quot;replyindicator&quot;); <br>???????? if (document.getElementById ( 'replyToText')) (var replyToText = document.getElementById ( 'replyToText &quot;). value;) else (var replyToText =&quot; Antwort auf &quot;;) <br>???????? if (document.getElementById ( 'replyToUndo')) (var replyToUndo = document.getElementById ( 'replyToUndo &quot;). value;) else (var replyToUndo =&quot; R?ckg?ngig &quot;;) <br> replyInd.innerHTML = (replyToText + '&lt;a href=&quot;#c'+commentid+'&quot;&gt;' + Autor + '&lt;/ a&gt; [&lt;a href = &quot;#&quot; onclick = &quot;wipeReply (\''+ commentid +' \ ') ; return false ;&quot;&gt;'+ replyToUndo + '&lt;/ a &gt;]'); <br> document.getElementById ( &quot;sourceid&quot;). value = commentid; <br> ) <br><br> Funktion wipeReply (commentid) ( <br> var replyInd = document.getElementById ( &quot;replyindicator&quot;); <br> ReplyInd.innerHTML = &quot;&quot;; <br> <br> Document.getElementById ( &quot;sourceid&quot;). Value = &quot;&quot;; <br> Return false; <br> ) <br><br> Funktion showReplies (Post-, commentid) ( <br> getURL ( &quot;/ a = AJAX-Kommentar-Show-&amp; Antworten commentid =&quot; + commentid + &quot;&amp; Post =&quot; + Post); <br> Return false; <br> ) <br><br> Funktion showRepliesOK (commentid, Daten) ( <br> var replyDiv = document.getElementById (commentid + &quot;_replies&quot;); <br> ReplyDiv.innerHTML = Daten; <br><br> Return false; <br> ) <br><br> &lt;/ script&gt; &lt;div class=&quot;cmt_paging&quot;&gt; &lt;/ div&gt; &lt;/ div&gt; <br> &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt; <br> var sns_checked = false; <br> var current_tab = &quot;blogsmith&quot;; <br> Funktion tabTo (TAB) <br> ( <br> document.getElementById ( 'formerrors &quot;). innerHTML =''; <br> <br> document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_sns'). style.display =' none '; <br> document.getElementById ( 'cmtuinfo_ &quot;+ Tab). style.display =' block '; <br> <br> document.getElementById ( 'cmtutab_email &quot;). className =''; <br> document.getElementById ( 'cmtutab_blogsmith &quot;). className =''; <br> document.getElementById ( 'cmtutab_sns &quot;). className =''; <br> document.getElementById ( 'cmtutab_ &quot;+ Tab). className =' currenttab '; <br> <br> If (! Sns_checked &amp; &amp; tab == &quot;SNS&quot;) <br> ( <br> Image1 = new Image (); <br> image1.src = &quot;http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif&quot;; <br> Sns.init ( 'ch1ga1KvP7TotwTC'); <br> Sns_checked = true; <br> ) <br> <br> Current_tab = TAB; <br> ) <br> <br> Funktion inputValidation () <br> ( <br> document.getElementById ( 'formerrors &quot;). innerHTML =''; <br> <br> Var validInfo = 0; <br> Var validName = 0; <br> Var validEmail = 0; <br> Var validComments = 0; <br> Var validSNS = 0; <br> Var links = 0; <br> Var Fehler =''; <br> <br> Schalter (current_tab) ( <br> Fall &quot;E-Mail&quot;: <br> var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; <br> var email = document.getElementById ( 'AuthorEmail &quot;). Wert; <br> if (document.getElementById ( &quot;Autorname&quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; ben?tigen wir Ihren Namen. &lt;/ p&gt;&quot;; <br> ) <br> If (email ==''| |! Filter.test (email)) ( <br> Fehler + = &quot;&lt;p class='error'&gt; E-Mail-Adresse ist nicht g?ltig. &lt;/ p&gt;&quot;; <br> ) <br> If (! Fehler) ( <br> ValidInfo = 1; <br> ) <br> <br> Break; <br> Fall &quot;blogsmith&quot;: <br> if (document.getElementById ( 'C_AuthorEmail &quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; Ung?ltige E-Mail-Adresse. &lt;/ p&gt;&quot;; <br> ) <br> if (document.getElementById ( 'C_AuthorPass &quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; Kein Passwort angegeben. &lt;/ p&gt;&quot;; <br> ) <br> If (! Fehler) ( <br> ValidInfo = 1; <br> ) <br> <br> <br> Break; <br> Fall &quot;SNS&quot;: <br> if (document.getElementById ( 'sns_screenname') &amp; &amp; document.getElementById ( 'sns_password')) <br> ( <br> if (document.getElementById ( 'sns_screenname &quot;). value &amp; &amp; document.getElementById (' sns_password&quot;). value) ( <br> Sns.calls.login (); <br> Return false; <br> ) <br> ) <br> If (document.getElementById ( 'sns_securid')) ( <br> if (document.getElementById ( 'sns_securid &quot;). value) ( <br> sns.calls.login ();// setTimeout ( &quot;sns.calls.login ();&quot;, 1000); <br> Return false; <br> ) <br> ) <br> var token = (document.getElementById ( &quot;Token&quot;))? document.getElementById ( &quot;Token&quot;). Wert:''; <br> If (token =='') ( <br> Fehler = &quot;&lt;p class='error'&gt; Ung?ltiger SNS anmelden. &lt;/ p&gt;&quot;; <br> ) Else ( <br> ValidInfo = 1; <br> ) <br> Break; <br> ) <br> var txt = document.getElementById ( &quot;Kommentare&quot;). Wert; <br> <br> If (txt! ='') ( <br> ValidComments = 1; <br> ) <br> <br> For (var ind = 0; ind &lt;txt.length; ind + +) <br> ( <br> If (txt.substring (ind, ind +7) == &quot;http://&quot;) ( <br> Links = Links + 1; <br> ) Else if (txt.substring (ind, ind +6) == &quot;ftp://&quot;) ( <br> Links = Links + 1; <br> ) Else if (txt.substring (ind, ind +8) == &quot;https ://&quot;) ( <br> Links = Links + 1; <br> ) <br> ) <br> <br> if (validInfo == 1 &amp; &amp; validComments == 1 &amp; &amp; Links &lt;4) ( <br> Return true; <br> ) Else ( <br> errorMessage var = &quot;&lt;h4 class='error-title'&gt; Fehler &lt;/ h4&gt;&quot;; <br> ErrorMessage + = Fehler; <br> if (validComments == 0) (errorMessage + = &quot;&lt;p class='error'&gt; kein Kommentar geschrieben. &lt;/ p&gt;&quot;;) <br> if (links&gt; 3) (errorMessage + = &quot;&lt;p class='error'&gt; Sorry mate, k?nnen Sie nur 3 URLs. &lt;/ p&gt;&quot;;) <br> document.getElementById ( 'formerrors &quot;). innerHTML = errorMessage; <br> Return false; <br> ) <br> ) <br> &lt;/ script&gt; <br> &lt;div id=&quot;comments&quot;&gt; <br> &lt;h3 id=&quot;addcomments&quot;&gt; hinzuf?gen Kommentare &lt;/ h3&gt; <br> <br> <br> &lt;form action=&quot;#thankYou&quot; id=&quot;commentform&quot; name=&quot;commentform&quot; method=&quot;post&quot; onsubmit=&quot;return inputValidation();&quot;&gt; <br> &lt;div Id=&quot;cmttabs&quot;&gt; <br> &lt;ul&gt; <br> &lt;li id=&quot;cmtutab_email&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('email');return false;&quot;&gt; neue Leser &lt;/ a&gt; &lt;/ li&gt; <br> &lt;li id=&quot;cmtutab_blogsmith&quot; class=&quot;currenttab&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('blogsmith');return false;&quot;&gt; R?ckkehr &lt;/ a&gt; &lt;/ li&gt; <br> &lt;li id=&quot;cmtutab_sns&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('sns');return false;&quot; class=&quot;cmtaol&quot; title=&quot;Sign Sie sich mit Ihrem AOL/AIM username!&quot;&gt; AOL / AIM &lt;/ a&gt; &lt;/ li&gt; <br> &lt;/ Ul&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Id=&quot;formerrors&quot; class='formerrors'&gt; &lt;/ div&gt; <br> &lt;! – E-Mail -&gt; <br> &lt;div id=&quot;cmtuinfo_email&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p Class=&quot;instructions&quot;&gt; ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. &lt;/ P&gt; <br> &lt;label for=&quot;AuthorName&quot; class=&quot;first&quot;&gt; Name: &lt;br /&gt; <br> &lt;input type=&quot;text&quot; name=&quot;AuthorName&quot; id=&quot;AuthorName&quot; class=&quot;form&quot; value=&quot;&quot; /&gt; &lt;/ label&gt; <br> &lt;label For=&quot;AuthorEmail&quot;&gt; E-Mail: &lt;br /&gt; <br> &lt;input type=&quot;text&quot; name=&quot;AuthorEmail&quot; id=&quot;AuthorEmail&quot; class=&quot;form&quot; value=&quot;&quot;/&gt; &lt;/ label&gt; <br> &lt;/ Div&gt; <br> &lt;! – / E-Mail -&gt; <br> <br> &lt;! – Blogsmith -&gt; <br> &lt;div id=&quot;cmtuinfo_blogsmith&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p class=&quot;instructions&quot;&gt; Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. &lt;/ p&gt; <br> &lt;label for=&quot;C_Author&quot; class=&quot;first&quot;&gt; E-Mail: &lt;br /&gt; <br> id=&quot;C_AuthorEmail&quot; &lt;input type=&quot;text&quot; class=&quot;formtext&quot; name=&quot;C_AuthorEmail&quot; value=&quot;&quot; /&gt; &lt;/ label&gt; <br> &lt;label For=&quot;C_AuthorPass&quot;&gt; Passwort: &lt;br /&gt; <br> &lt;input id=&quot;C_AuthorPass&quot; type=&quot;password&quot; class=&quot;formtext&quot; name=&quot;AuthorPassword&quot; value=&quot;&quot;/&gt; &lt;/ label&gt; <br> &lt;/ Div&gt; <br> &lt;! – / Blogsmith -&gt; <br> <br> &lt;! – SNS -&gt; <br> &lt;div id=&quot;cmtuinfo_sns&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p class=&quot;instructions&quot;&gt; Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. &lt;/ p&gt; <br> &lt;div Id=&quot;sns&quot;&gt; <br> &lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;/media/loading.gif&quot;&gt; &lt;/ p&gt; <br> &lt;/ Div&gt; <br> &lt;!–&lt; Eingang id = &quot;snslogin&quot; type = &quot;button&quot; onclick = &quot;sns.calls.login ();&quot; value = &quot;Login &quot;&gt;–&gt; <br> &lt;/ Div&gt; <br> &lt;! – / SNS -&gt; <br> <br> &lt;div Id=&quot;cmtmain&quot;&gt; <br> &lt;div Id=&quot;replyindicator&quot;&gt; &lt;/ div&gt; <br> &lt;div&gt; <br> <br> &lt;label For=&quot;Comments&quot;&gt; Ihr Kommentar: &lt;/ label&gt; <br> &lt;textarea name=&quot;Comments&quot; id=&quot;Comments&quot; rows=&quot;8&quot; style=&quot;width:98%&quot;&gt; &lt;/ textarea&gt; <br> &lt;/ Div&gt; <br> &lt;div Class=&quot;cmtchecks&quot;&gt; <br> &lt;input type=&quot;checkbox&quot; checked=&quot;checked&quot; id=&quot;RememberMeYes&quot; name=&quot;RememberMe&quot; /&gt; <br> &lt;label For=&quot;RememberMeYes&quot;&gt; merken &lt;/ label&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Class=&quot;cmtchecks&quot;&gt; <br> &lt;input type=&quot;checkbox&quot; checked=&quot;checked&quot; id=&quot;EmailMe&quot; name=&quot;EmailMe&quot; /&gt; <br> &lt;label for=&quot;EmailMe&quot;&gt; E-Mail, wenn mir jemand Antworten auf diesen Kommentar &lt;/ label&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Id=&quot;cmtbuttons&quot;&gt; <br> &lt;input type=&quot;submit&quot; id=&quot;addCommentButton&quot; value=&quot;Add Comment&quot; /&gt; <br> &lt;/ Div&gt; <br> &lt;input type=&quot;hidden&quot; name=&quot;form&quot; value=&quot;Comments&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;ButtonSave&quot; value=&quot;Save&quot; /&gt; <br> <br> &lt;input type=&quot;hidden&quot; id=&quot;sourceID&quot; name=&quot;SourceID&quot; value=&quot;&quot; /&gt; <br> &lt;input type=&quot;hidden&quot; id=&quot;postID&quot; name=&quot;PostID&quot; value=&quot;&quot; /&gt; <br> &lt;/ Div&gt; <br> &lt;div Id=&quot;instructions&quot;&gt; <br> &lt;p class=&quot;preamble&quot;&gt; Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. &lt;strong&gt; E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. &lt;/ strong&gt; &lt;/ p&gt; <br> &lt;p&gt; Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein. &lt;/ P&gt; <br> &lt;p&gt; So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit, &lt;p&gt; oder &lt;br /&gt; Tags. &lt;/ P&gt; <br> &lt;/ Div&gt; <br> <br> &lt;input type = &quot;hidden&quot; name = &quot;referer&quot; value = &quot;http://www.tuaw.com:1080/2009/05/30/future-itunes-versions-could-block-the-pre-but-why / &quot;&gt; <br> &lt;/ form&gt; <br> &lt;/ div&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogsmithmedia.com/framework.weblogsinc.com/bc/ajax.js&quot;&gt; &lt;/ script&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.weblogsinc.com/bc/sns.js&quot;&gt; &lt;/ script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; tabTo (current_tab); &lt;/ script&gt; <br> &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt; getUserInfo Funktion () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden '; sID.id =' SID '; sID.name =' SID '; sID.value ='9 a0a4ab1dd8480fac952ae1d083d21a4 &quot;; var UID = document.createElement (' input '); uID.type =' hidden '; uID.id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced &quot;; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp '; tStamp. name = &quot;tStamp '; tStamp.value ='50405'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='4006218568046222 '; anchor.parentNode.insertBefore (SID, Anker); anchor.parentNode.insertBefore (uid, Anker); anchor.parentNode.insertBefore (tStamp, Anker); anchor.parentNode.insertBefore (CacheID, Anker ); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i &lt;divArray.length; i + +) (if (divArray [i]. className == 'post') (document.getElementById ( ' PLZ &quot;). value = divArray [i]. id;))) getUserInfo ();&lt;/ script&gt; <br> &lt;/ div &gt;&lt;!– / content -&gt; <br> &lt;/ div &gt;&lt;!– / col-1 -&gt; <br> &lt;div id=&quot;col-2&quot;&gt; <br> &lt;div id=&quot;subcontent&quot; class=&quot;clearfix&quot;&gt; <br> &lt;div class=&quot;medrect&quot;&gt; <br> &lt;script Type=&quot;text/javascript&quot;&gt; <br> &lt;! — <br> AdSetType ( &quot;F&quot;); <br> HtmlAdWH ( &quot;93217898&quot;, &quot;300&quot;, &quot;250&quot;); <br> AdSetType (&quot;&quot;); <br> //–&gt; <br> &lt;/ Script&gt; <br> &lt;/ div &gt;&lt;!– / medrect -&gt; &lt;div id=&quot;tip-day&quot;&gt; &lt;div id=&quot;tip-day-inner&quot;&gt; &lt;h2&gt; Tipp des Tages &lt;/ h2&gt; &lt;p class = &quot;Tipp&quot;&gt; So schalten Sie Ihre Firewall, ?ffnen Sie die Systemeinstellungen, und klicken Sie auf das Symbol Sicherheit. Klicken Sie anschlie?end auf die Registerkarte &quot;Firewall&quot;. Stellen Sie sicher, dass entweder &quot;Erlauben Sie nur wesentliche Dienste&quot; ausgew?hlt ist, oder w?hlen Sie &quot;Zugriff f?r bestimmte Dienste und Anwendungen&quot; k?nnen. &lt;br /&gt; &lt;br /&gt; &lt;/ P&gt; &lt;div class=&quot;learnmore&quot;&gt; &lt;a href = &quot; http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day/ &quot;&gt; Weitere Informationen &lt;/ a&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;div id = &quot;breakingnews&quot; class = &quot;Schlagzeilen&quot;&gt; &lt;div class=&quot;wrap&quot;&gt; &lt;h3&gt; &lt;span&gt; &lt;a href=&quot;/tag/breaking news/&quot;&gt; Breaking News &lt;/ a&gt; &lt;a href = &quot;http:/ / www.tuaw.com / tag / Nachrichten / rss.xml &quot;class =&quot; Feed &quot;title =&quot; Subscribe to breaking news &quot;&gt; Feed &lt;/ a&gt; &lt;/ span&gt; &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt; a href = &quot;http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http: / / www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/ &quot;rel =&quot; Lesezeichen &quot;&gt; Breaking News: Keine neuen Beitr?ge app, es sei denn, sie laufen auf OS 3.0 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/&quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/&quot; rel=&quot;bookmark&quot;&gt; Erste Look: Bento f?r iPhone und iPod touch &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/23/the-app-store-hits-one- Milliarden-downloads / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/ &quot;rel =&quot; Lesezeichen &quot;&gt; Der App Store Treffern eine Milliarde Downloads &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/03/30/macworld-2010-moves-to Februar / &quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/&quot; rel=&quot;bookmark&quot;&gt; Macworld 2010 bewegt sich bis Februar &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/&quot; &gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/&quot; rel=&quot;bookmark&quot;&gt; f?r Skype iPhone kommenden Dienstag, sagt CNET &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/&quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/&quot; rel=&quot;bookmark&quot;&gt; Apple sagt jailbreaking ist illegal &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/&quot; rel = &quot;Lesezeichen&quot; &gt; PwnageTool und QuickPwn aktualisiert und ist kompatibel mit 2.2.1 &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses -Security-Fragen / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/ &quot;rel =&quot; Lesezeichen &quot;&gt; QuickTime 7/6 Adressen Sicherheit &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near -Unibody-specs / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/ &quot; rel = &quot;Lesezeichen&quot;&gt; $ 999 MacBook Hardware aktualisiert, um in der N?he von Unibody-Daten &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/19/use-your -iPhone-zu-Navigation-Einweihung-Tag / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration -Tag / &quot;rel =&quot; Lesezeichen &quot;&gt; Verwenden Sie Ihr iPhone zu navigieren Einweihung Tag &lt;/ a&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;div id=&quot;featuredstories&quot; class=&quot;headlines&quot;&gt; &lt;h3&gt; &lt;span&gt; &lt;a href=&quot;/tag/features/&quot;&gt; sehenswerte Geschichten &lt;/ a&gt; &lt;a href = &quot;http://www.tuaw.com/tag/features/rss.xml&quot; class = &quot; Futtermittel &quot;title =&quot; Abonnieren Sie sehenswerte Geschichten &quot;&gt; Feed &lt;/ a&gt; &lt;/ span&gt; &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / &quot;&gt; Daily AOL Finance ca. wirft die Bar f?r das iPhone Investitionen Tools &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/&quot;&gt; &lt;a rel = &quot;Lesezeichen&quot; href = &quot;http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/&quot;&gt; TUAW Tipp: Tauschen Sie Ihren Laptop auf der Festplatte f?r eine schicke neue SSD &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/14/another-fistful- von-apps-ember-Headspace-mymovies-nozbe-jugl / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/14/another-fistful-of-apps- ember-Headspace-mymovies-nozbe-jugl / &quot;&gt; Eine weitere Handvoll Apps: Ember, Headspace, myMovies, Nozbe, Juglir und LiveView &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www. tuaw.com/2009/04/01/tuaw-1976 / &quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/04/01/tuaw-1976/&quot;&gt; TUAW 1976 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/&quot;&gt; &lt;a rel = &quot;Lesezeichen&quot; href = &quot;http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/&quot;&gt; Mein Vater, der Switcher: Tag 140 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot; http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/ &quot;&gt; Mein Vater, der Switcher: Tag 139 &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt; a href = &quot;http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http://www. tuaw.com/2009/02/10/31-fart-apps-in-90-seconds / &quot;&gt; 31 fart Apps in 90 Sekunden &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http:// www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/ &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/02/ 08/app-store-demo-no-lite-yes / &quot;&gt; App Store:&quot; Demo &quot;Nein,&quot; Lite &quot;Ja &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www. tuaw.com/2009/02/02/one-month-with-apple-tv / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/02/02/one- month-with-apple-tv/&quot;&gt;One month with Apple TV&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.tuaw.com/2008/12/27/traveling-iphone -can-help/&quot;&gt;&lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/&quot;&gt;Traveling? iPhone can help!&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;br class=&quot;clear&quot; /&gt; <br> &lt;div class=&quot;medrect&quot;&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> &lt;!– <br> adSetType(&quot;F&quot;); <br> htmlAdWH(&quot;93217998&quot;, &quot;300&quot;, &quot;250&quot;); <br> adSetType(&quot;&quot;); <br> //–&gt; <br> &lt;/script&gt; <br> &lt;/div&gt;&lt;!– /medrect –&gt;&lt;div id=&quot;twitter_linkage&quot; class=&quot;module&quot;&gt;&lt;a href=&quot;http://www.twitter.com/tuaw&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg&quot; alt=&quot;Follow us on Twitter!&quot; /&gt;&lt;/a&gt;&lt;/div&gt; <br> &lt;!– Start of Flickr Badge –&gt; <br> &lt;div class=&quot;module&quot;&gt; <br> &lt;h3&gt;&lt;a href=&quot;http://flickr.com/photos/tags/tuaw&quot; target=&quot;_blank&quot;&gt;&lt;span&gt;TUAW &lt;strong style=&quot;color:#3993ff&quot;&gt;flick&lt;span style=&quot;color:#ff1c92&quot;&gt;r&lt;/span&gt;&lt;/strong&gt; Pool&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt; <br> &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;10&quot; border=&quot;0&quot; id=&quot;flickr_badge_wrapper&quot;&gt; <br> &lt;tr&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.flickr.com/badge_code_v2.gne?show_name=1&amp;count=3&amp;display=latest&amp;size=t&amp;layout=h&amp;source=all_tag&amp;tag=tuaw&amp;user=15453323%40N00&quot;&gt;&lt;/script&gt; <br> &lt;/tr&gt; <br> &lt;/table&gt; <br> &lt;a href=&quot;http://www.flickr.com&quot; id=&quot;flickr_www&quot;&gt;www.&lt;strong style=&quot;color:#3993ff&quot;&gt;flick&lt;span style=&quot;color:#ff1c92&quot;&gt;r&lt;/span&gt;&lt;/strong&gt;.com&lt;/a&gt; <br> &lt;/div&gt; <br> &lt;!– End of Flickr Badge –&gt;&lt;object lassid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot; width=&quot;330&quot; height=&quot;150&quot;&gt; <br> &lt;param name=&quot;movie value=&quot;http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&amp;resultsnum=10&amp;title=TUAW%20on%20Truveo&quot; /&gt; <br> &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; <br> &lt;embed src=&quot;http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&amp;resultsnum=10&amp;title=TUAW%20on%20Truveo&quot; quality=&quot;high&quot; wmode=&quot;transparent&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;330&quot; height=&quot;150&quot;&gt;&lt;/embed&gt; <br> &lt;/object&gt;&lt;a href=&quot;http://www.cafepress.com/tuaw&quot; title=&quot;Visit our Cafe Press store&quot; class=&quot;rail-promo&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png&quot; alt=&quot;TUAW [Cafepress]&quot; /&gt;&lt;/a&gt;&lt;div class=&quot;ad-wrap&quot;&gt; <br> &lt;div class=&quot;ad-wrap-inner&quot;&gt; <br> &lt;h3 class=&quot;hide&quot;&gt;&lt;span class=&quot;wrap&quot;&gt;Sponsored Links&lt;/span&gt;&lt;/h3&gt; <br> &lt;p class=&quot;sponsored&quot;&gt;Advertise with us. (&lt;a href=&quot;http://www.weblogsinc.com/advertise/&quot;&gt;Learn more&lt;/a&gt;)&lt;/p&gt; <br> &lt;/div&gt; <br> &lt;/div&gt; <br><br> &lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;Featured Galleries&lt;/span&gt;&lt;/h3&gt;&lt;div class=&quot;featuredgalleries clearfix&quot;&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/gallery-2397/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg&quot; alt=&quot;DNC Macs&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;DNC Macs&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/macworld-2008-keynote-1/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg&quot; alt=&quot;Macworld 2008 Keynote&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Macworld 2008 Keynote&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/macworld-2008-build-up/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/01/dsc_5493_thumbnail.jpg&quot; alt=&quot;Macworld 2008 Build-up&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Macworld 2008 Build-up&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/google-earth-for-iphone/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/10/gooe1_thumbnail.png&quot; alt=&quot;Google Earth for iPhone&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Google Earth for iPhone&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/podcaster/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg&quot; alt=&quot;Podcaster&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Podcaster&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/bento-for-iphone-1-0/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg&quot; alt=&quot;Bento for iPhone 1.0&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Bento for iPhone 1.0&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/scrabble-for-iphone/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png&quot; alt=&quot;Scrabble for iPhone&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Scrabble for iPhone&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/tom-bihn-checkpoint-flyer-briefcase/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg&quot; alt=&quot;Tom Bihn Checkpoint Flyer Briefcase&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Tom Bihn Checkpoint Flyer Briefcase&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/apple-vanity-plates/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/05/appleplatealanrothberg_thumbnail.jpg&quot; alt=&quot;Apple Vanity Plates&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Apple Vanity Plates&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/apple-booth-macworld-07/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours—23_thumbnail.jpg&quot; alt=&quot;Apple booth Macworld 07&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Apple booth Macworld 07&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/quickoffice-for-iphone-1-1-1/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail.jpg&quot; alt=&quot;Quickoffice for iPhone 1.1.1&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Quickoffice for iPhone 1.1.1&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/daylite-3-9-review/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail.png&quot; alt=&quot;Daylite 3.9 Review&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Daylite 3.9 Review&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/discpainter/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png&quot; alt=&quot;DiscPainter&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;DiscPainter&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/mariner-calc-for-iphone/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg&quot; alt=&quot;Mariner Calc for iPhone&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Mariner Calc for iPhone&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/2009cupertinobus/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/01/cupertino09-1_thumbnail.jpg&quot; alt=&quot;2009CupertinoBus&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;2009CupertinoBus&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/crash-bandicoot-nitro-kart-3d/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png&quot; alt=&quot;Crash Bandicoot Nitro Kart 3D&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Crash Bandicoot Nitro Kart 3D&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/mlb-com-at-bat-2009/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg&quot; alt=&quot;MLB.com At Bat 2009&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;MLB.com At Bat 2009&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/macworld-expo-2007-show-floor/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg&quot; alt=&quot;Macworld Expo 2007 show floor&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Macworld Expo 2007 show floor&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/apple-texas-hold-em/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg&quot; alt=&quot;Apple Texas Hold 'Em&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Apple Texas Hold 'Em&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/the-macworld-faithful-in-line/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg&quot; alt=&quot;The Macworld Faithful in Line&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;The Macworld Faithful in Line&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/iphone-first-look/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg&quot; alt=&quot;iPhone First Look&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;iPhone First Look&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;p class=&quot;clearer&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt; <br> &lt;div class=&quot;statstable&quot; id=&quot;stats_bloggers&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;TUAW bloggers (30 days)&lt;/span&gt;&lt;/h3&gt;&lt;table class=&quot;data&quot; cellspacing=&quot;0&quot;&gt;&lt;tr&gt;&lt;th&gt;#&lt;/th&gt;&lt;th&gt;Blogger&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;Posts&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;Cmts&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;1&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/steven-sande/&quot;&gt;Steven Sande&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;36&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/mel-martin/&quot;&gt;Mel Martin&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;32&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;3&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/mike-schramm/&quot;&gt;Mike Schramm&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;25&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;4&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/dave-caolo/&quot;&gt;Dave Caolo&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;23&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;5&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/michael-rose/&quot;&gt;Michael Rose&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;17&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;32&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;6&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/robert-palmer/&quot;&gt;Robert Palmer&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;14&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/cory-bohon/&quot;&gt;Cory Bohon&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;8&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/christina-warren/&quot;&gt;Christina Warren&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;13&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;9&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/aron-trimble/&quot;&gt;Aron Trimble&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;11&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;10&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/brett-terpstra/&quot;&gt;Brett Terpstra&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;11&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/megan-lavey/&quot;&gt;Megan Lavey&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;6&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;12&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/victor-agreda-jr/&quot;&gt;Victor Agreda, Jr.&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;3&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;13&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/kelly-guimont/&quot;&gt;Kelly Guimont&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;14&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/mat-lu/&quot;&gt;Mat Lu&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;15&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/chris-ullrich/&quot;&gt;Chris Ullrich&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;16&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/brett-kelly/&quot;&gt;Brett Kelly&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;1&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;statstable&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;Most Commented On &lt;em&gt;(7 days)&lt;/em&gt;&lt;/span&gt;&lt;/h3&gt;&lt;ul class=&quot;box&quot;&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/&quot; rel=&quot;bookmark&quot;&gt;Hulu Desktop app gives full-screen experience to Mac users&lt;/a&gt; (63)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot; rel=&quot;bookmark&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt; (46)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/&quot; rel=&quot;bookmark&quot;&gt;Fortune: Palm Pre syncs flawlessly with iTunes&lt;/a&gt; (38)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/&quot; rel=&quot;bookmark&quot;&gt;Stop the presses! AP News for iPhone is a mess&lt;/a&gt; (33)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/&quot; rel=&quot;bookmark&quot;&gt;Sirius-XM iPhone app coming 'real soon'&lt;/a&gt; (29)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/&quot; rel=&quot;bookmark&quot;&gt;Apple building server farm, secret lair in North Carolina&lt;/a&gt; (29)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/&quot; rel=&quot;bookmark&quot;&gt;White MacBook specs quietly bumped&lt;/a&gt; (26)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/&quot; rel=&quot;bookmark&quot;&gt;Businessweek puts Apple at top of Most Innovative list&lt;/a&gt; (25)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/&quot; rel=&quot;bookmark&quot;&gt;Rumors: iPod, cameras expecting offspring&lt;/a&gt; (23)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/&quot; rel=&quot;bookmark&quot;&gt;Eucalyptus for iPhone gets a new lease on life&lt;/a&gt; (23)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;statstable&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;Recent Comments&lt;/span&gt;&lt;/h3&gt;&lt;ul id=&quot;stats_recentcomments&quot;&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19114306&quot;&gt;Drahliana&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329&quot;&gt;user7&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/&quot;&gt;Some Macbook Pros are updated along with iWork '09&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308&quot;&gt;Andy&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/&quot;&gt;Some Macbook Pros are updated along with iWork '09&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197&quot;&gt;cam&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941&quot;&gt;Mel Martin&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895&quot;&gt;whoapossum&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888&quot;&gt;zezke&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679&quot;&gt;Maxwell&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696&quot;&gt;Tyson McMurtrey&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/&quot;&gt;Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680&quot;&gt;ted&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div id=&quot;tagCloud&quot; class=&quot;sidearea&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;The Unofficial Apple Weblog (TUAW) Tags&lt;/span&gt;&lt;/h3&gt;&lt;div class=&quot;box&quot;&gt;&lt;p&gt; &lt;a href=&quot;/tag/sling/&quot; class=&quot;tagSmall&quot;&gt;sling&lt;/a&gt; &lt;a href=&quot;/tag/review/&quot; class=&quot;tagSmall&quot;&gt;review&lt;/a&gt; &lt;a href=&quot;/tag/SnowLeopard/&quot; class=&quot;tagSmall&quot;&gt;SnowLeopard&lt;/a&gt; &lt;a href=&quot;/tag/IpodTouch/&quot; class=&quot;tagSmall&quot;&gt;IpodTouch&lt;/a&gt; &lt;a href=&quot;/tag/AppStore/&quot; class=&quot;tagSmall&quot;&gt;AppStore&lt;/a&gt; &lt;a href=&quot;/tag/safari/&quot; class=&quot;tagSmall&quot;&gt;safari&lt;/a&gt; &lt;a href=&quot;/tag/software/&quot; class=&quot;tagSmall&quot;&gt;software&lt;/a&gt; &lt;a href=&quot;/tag/ads/&quot; class=&quot;tagSmall&quot;&gt;ads&lt;/a&gt; &lt;a href=&quot;/tag/apple/&quot; class=&quot;tagSmall&quot;&gt;apple&lt;/a&gt; &lt;a href=&quot;/tag/server/&quot; class=&quot;tagSmall&quot;&gt;server&lt;/a&gt; &lt;a href=&quot;/tag/app-store/&quot; class=&quot;tagSmall&quot;&gt;app-store&lt;/a&gt; &lt;a href=&quot;/tag/mobileme/&quot; class=&quot;tagSmall&quot;&gt;mobileme&lt;/a&gt; &lt;a href=&quot;/tag/video/&quot; class=&quot;tagSmall&quot;&gt;video&lt;/a&gt; &lt;a href=&quot;/tag/MacbookPro/&quot; class=&quot;tagSmall&quot;&gt;MacbookPro&lt;/a&gt; &lt;a href=&quot;/tag/mac/&quot; class=&quot;tagSmall&quot;&gt;mac&lt;/a&gt; &lt;a href=&quot;/tag/accessories/&quot; class=&quot;tagSmall&quot;&gt;accessories&lt;/a&gt; &lt;a href=&quot;/tag/itunes/&quot; class=&quot;tagSmall&quot;&gt;itunes&lt;/a&gt; &lt;a href=&quot;/tag/AppleHistory/&quot; class=&quot;tagSmall&quot;&gt;AppleHistory&lt;/a&gt; &lt;a href=&quot;/tag/twitter/&quot; class=&quot;tagSmall&quot;&gt;twitter&lt;/a&gt; &lt;a href=&quot;/tag/rumors/&quot; class=&quot;tagSmall&quot;&gt;rumors&lt;/a&gt; &lt;a href=&quot;/tag/AppleStore/&quot; class=&quot;tagSmall&quot;&gt;AppleStore&lt;/a&gt; &lt;a href=&quot;/tag/IpodShuffle/&quot; class=&quot;tagSmall&quot;&gt;IpodShuffle&lt;/a&gt; &lt;a href=&quot;/tag/sdk/&quot; class=&quot;tagSmall&quot;&gt;sdk&lt;/a&gt; &lt;a href=&quot;/tag/ipod/&quot; class=&quot;tagSmall&quot;&gt;ipod&lt;/a&gt; &lt;a href=&quot;/tag/developers/&quot; class=&quot;tagSmall&quot;&gt;developers&lt;/a&gt; &lt;a href=&quot;/tag/giveaway/&quot; class=&quot;tagSmall&quot;&gt;giveaway&lt;/a&gt; &lt;a href=&quot;/tag/Kindle/&quot; class=&quot;tagSmall&quot;&gt;Kindle&lt;/a&gt; &lt;a href=&quot;/tag/podcast/&quot; class=&quot;tagSmall&quot;&gt;podcast&lt;/a&gt; &lt;a href=&quot;/tag/design/&quot; class=&quot;tagSmall&quot;&gt;design&lt;/a&gt; &lt;a href=&quot;/tag/games/&quot; class=&quot;tagSmall&quot;&gt;games&lt;/a&gt; &lt;a href=&quot;/tag/att/&quot; class=&quot;tagSmall&quot;&gt;att&lt;/a&gt; &lt;a href=&quot;/tag/hulu/&quot; class=&quot;tagSmall&quot;&gt;hulu&lt;/a&gt; &lt;a href=&quot;/tag/update/&quot; class=&quot;tagSmall&quot;&gt;update&lt;/a&gt; &lt;a href=&quot;/tag/firstlook/&quot; class=&quot;tagSmall&quot;&gt;firstlook&lt;/a&gt; &lt;a href=&quot;/tag/iphone3g/&quot; class=&quot;tagSmall&quot;&gt;iphone3g&lt;/a&gt; &lt;a href=&quot;/tag/productivity/&quot; class=&quot;tagSmall&quot;&gt;productivity&lt;/a&gt; &lt;a href=&quot;/tag/macbook/&quot; class=&quot;tagSmall&quot;&gt;macbook&lt;/a&gt; &lt;a href=&quot;/tag/pricing/&quot; class=&quot;tagSmall&quot;&gt;pricing&lt;/a&gt; &lt;a href=&quot;/tag/ipod-touch/&quot; class=&quot;tagSmall&quot;&gt;ipod-touch&lt;/a&gt; &lt;a href=&quot;/tag/iPhone/&quot; class=&quot;tagSmall&quot;&gt;iPhone&lt;/a&gt; &lt;a href=&quot;/tag/talkcast/&quot; class=&quot;tagSmall&quot;&gt;talkcast&lt;/a&gt; &lt;a href=&quot;/tag/retro-tuaw/&quot; class=&quot;tagSmall&quot;&gt;retro-tuaw&lt;/a&gt; &lt;a href=&quot;/tag/hardware/&quot; class=&quot;tagSmall&quot;&gt;hardware&lt;/a&gt; &lt;a href=&quot;/tag/music/&quot; class=&quot;tagSmall&quot;&gt;music&lt;/a&gt; &lt;a href=&quot;/tag/security/&quot; class=&quot;tagSmall&quot;&gt;security&lt;/a&gt; &lt;a href=&quot;/tag/apps/&quot; class=&quot;tagSmall&quot;&gt;apps&lt;/a&gt; &lt;a href=&quot;/tag/iLife/&quot; class=&quot;tagSmall&quot;&gt;iLife&lt;/a&gt; &lt;a href=&quot;/tag/release/&quot; class=&quot;tagSmall&quot;&gt;release&lt;/a&gt; &lt;a href=&quot;/tag/MacOsX/&quot; class=&quot;tagSmall&quot;&gt;MacOsX&lt;/a&gt; &lt;a href=&quot;/tag/IphoneOs/&quot; class=&quot;tagSmall&quot;&gt;IphoneOs&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;module&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;More Apple Analysis&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://aapl.bloggingstocks.com/&quot;&gt;AAPL on BloggingStocks&lt;/a&gt; The Apple category feed from BloggingStocks.com&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/apple-inc/aapl/nas&quot;&gt;AAPL Quote, News &amp; Summary&lt;/a&gt; The AAPL financials page from AOL Money and Finance&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/tag/iphone&quot;&gt;iPhone analysis from BloggingStocks&lt;/a&gt; iPhone tag feed from BloggingStocks&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/category/macintosh/&quot;&gt;Macintosh news and reviews on Download Squad&lt;/a&gt; The Macintosh category feed from Download Squad&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;module&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;More from AOL Money and Finance&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/investing/stockscreener&quot;&gt;Stock Screener&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-quotes&quot;&gt;Stock Quotes&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji&quot;&gt;DJIA&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/amt&quot;&gt;AMT&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans/auto&quot;&gt;Auto Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking&quot;&gt;Banking&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/car-insurance&quot;&gt;Car Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking/checking&quot;&gt;Checking Account&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/credit/credit-cards&quot;&gt;Credit Cards&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/credit/credit-reports&quot;&gt;Credit Reports&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/deals&quot;&gt;Deals&lt;/a&gt; Deals&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/creditdebt/debt&quot;&gt;Debt Management&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji&quot;&gt;Dow Jones Industrial Average&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/news/earnings&quot;&gt;Earnings&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/google-inc/goog/nas&quot;&gt;GOOG&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/health-insurance&quot;&gt;Health Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/home-insurance&quot;&gt;Home Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/fraud/identity-theft&quot;&gt;Identity Theft&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/basics&quot;&gt;Income Tax Basics&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance&quot;&gt;Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/life-insurance&quot;&gt;Life Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans&quot;&gt;Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com&quot;&gt;Money&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/mortgages&quot;&gt;Mortgages&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans/personal&quot;&gt;Personal Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/recession&quot;&gt;Recession&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/mortgages/refinancing&quot;&gt;Refinancing&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/retirement&quot;&gt;Retirement&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking/savings&quot;&gt;Savings Account&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://smallbusiness.aol.com/&quot;&gt;Small Business&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/usw/quotes/charts&quot;&gt;Stock Charts&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-ticker&quot;&gt;Stock Ticker&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes&quot;&gt;Taxes&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/news/technology&quot;&gt;Tech News&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;blogroll&quot; id=&quot;winblogroll&quot;&gt; <br> &lt;h3 id=&quot;blogroll_header&quot;&gt;&lt;span&gt;&lt;a href=&quot;http://www.weblogsinc.com&quot;&gt;WIN Network&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt; <br> <br> &lt;ul id=&quot;winblogroll&quot; class=&quot;accordian&quot;&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Autos&lt;/strong&gt; <br> <br> &lt;ul id=&quot;consumer&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/&quot;&gt;Autoblog&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.autobloggreen.com/&quot;&gt;Autoblog Green&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://spanish.autoblog.com/&quot;&gt;Autoblog Spanish&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://chinese.autoblog.com/&quot;&gt;Autoblog Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://cn.autoblog.com/&quot;&gt;Autoblog Simplified Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://jp.autoblog.com/&quot;&gt;Autoblog Japanese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://uk.autoblog.com/&quot;&gt;Autoblog UK&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://de.autoblog.com/&quot;&gt;Autoblog Auf Deutsh&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://fr.autoblog.com/&quot;&gt;Autoblog En Fran?ais&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Technology&lt;/strong&gt; <br> &lt;ul id=&quot;technology&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/&quot;&gt;Download Squad&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.engadget.com/&quot;&gt;Engadget&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.engadgethd.com/&quot;&gt;Engadget HD&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.engadgetmobile.com/&quot;&gt;Engadget Mobile&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://chinese.engadget.com/&quot;&gt;Engadget Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://cn.engadget.com/&quot;&gt;Engadget Simplified Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://japanese.engadget.com/&quot;&gt;Engadget Japanese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://de.engadget.com/&quot;&gt;Engadget Germany&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://kr.engadget.com/&quot;&gt;Engadget Korea&lt;/a&gt;&lt;/li&gt; <br> <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://pl.engadget.com/&quot;&gt;Engadget Polska&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://spanish.engadget.com/&quot;&gt;Engadget Spanish&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.switched.com/&quot;&gt;Switched&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.tuaw.com/&quot;&gt;TUAW (Apple)&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Lifestyle&lt;/strong&gt; <br> <br> &lt;ul id=&quot;lifestyle&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.aisledash.com/&quot;&gt;AisleDash&lt;/a&gt;&lt;/li&gt; <br>?? &lt;li&gt;&lt;a href=&quot;http://www.diylife.com/&quot;&gt;DIY Life&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.gadling.com/&quot;&gt;Gadling&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.greendaily.com/&quot;&gt;Green Daily&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.luxist.com/&quot;&gt;Luxist&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://jp.luxist.com/&quot;&gt;Luxist Japanese&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.parentdish.com/&quot;&gt;ParentDish&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.slashfood.com/&quot;&gt;Slashfood&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.stylelist.com/blog/&quot;&gt;StyleList Blog&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.thatsfit.com/&quot;&gt;That's Fit&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Gaming&lt;/strong&gt; <br> <br> &lt;ul id=&quot;gaming&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/&quot;&gt;Joystiq&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://nintendo.joystiq.com/&quot;&gt;Joystiq [Nintendo]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/&quot;&gt;Joystiq [Xbox]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://playstation.joystiq.com/&quot;&gt;Joystiq [PlayStation]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://jp.joystiq.com/&quot;&gt;Joystiq Japanese&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.massively.com/&quot;&gt;Massively&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.wowinsider.com/&quot;&gt;WoW Insider&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://news.bigdownload.com&quot;&gt;Big Download&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.gamedaily.com/&quot;&gt;GameDaily&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.playsavvy.com&quot;&gt;PlaySavvy&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Entertainment&lt;/strong&gt; <br> &lt;ul id=&quot;entertainment&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.com/&quot;&gt;Cinematical&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://nl.cinematical.com/&quot;&gt;Cinematical Nederland&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.pl/&quot;&gt;Cinematical Polska&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.es/&quot;&gt;Cinematical Espana&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.tvsquad.com/&quot;&gt;TV Squad&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Finance&lt;/strong&gt; <br> <br> &lt;ul id=&quot;finance&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.bloggingbuyouts.com/&quot;&gt;BloggingBuyouts&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/&quot;&gt;BloggingStocks&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.dailyfinance.com/&quot;&gt;DailyFinance&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji&quot;&gt;DIJA&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/&quot;&gt;WalletPop&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.co.uk/&quot;&gt;WalletPop UK&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/&quot;&gt;Taxes&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Sports&lt;/strong&gt; <br> &lt;ul id=&quot;sports&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.fanhouse.com&quot;&gt;FanHouse&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nfl.fanhouse.com/&quot;&gt;NFL&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nba.fanhouse.com/&quot;&gt;NBA&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://mlb.fanhouse.com/&quot;&gt;MLB&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://ncaafootball.fanhouse.com/&quot;&gt;NCAA Football&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://ncaabasketball.fanhouse.com/&quot;&gt;NCAA Basketball&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://motorsports.fanhouse.com/&quot;&gt;NASCAR&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nhl.fanhouse.com/&quot;&gt;NHL&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://golf.fanhouse.com/&quot;&gt;Golf&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://fantasyfootball.fanhouse.com/&quot;&gt;Fantasy Football&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://fantasybasketball.fanhouse.com/&quot;&gt;Fantasy Basketball&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/&quot;&gt;UFC 98 results&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br>???????? &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Also on AOL&lt;/strong&gt; <br> &lt;ul id=&quot;alsoAOL&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.politicsdaily.com&quot;&gt;Politics Daily&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://blackvoices.aol.com/&quot;&gt;African-American Culture&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://autos.aol.com/&quot;&gt;Cars&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.games.com/&quot;&gt;Games&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.mapquest.com&quot;&gt;Maps&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://money.aol.com/&quot;&gt;Money&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.moviefone.com/&quot;&gt;Movies&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://music.aol.com/&quot;&gt;Music&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://news.aol.com/&quot;&gt;News&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://music.aol.com/radioguide/bb&quot;&gt;Radio&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://sports.aol.com/&quot;&gt;Sports&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-quotes/&quot;&gt;Stock Quotes&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://television.aol.com/&quot;&gt;Television&lt;/a&gt;&lt;/li <br> &lt;li&gt;&lt;a href=&quot;http://travel.aol.com/&quot;&gt;Travel&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/div&gt;&lt;a href=&quot;http://daol.aol.com/software/mac/iphone/radio&quot; title=&quot;AOL iPhone Radio&quot; class=&quot;aol-radio&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif&quot; alt=&quot;AOL Radio&quot; /&gt;&lt;/a&gt; <br> &lt;a href=&quot;http://www.stitcher.com/listen.php?fid=8189&quot; title=&quot;TUAW on Stitcher&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif&quot; alt=&quot;TUAW on Stitcher&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!– /subcontent –&gt; <br> &lt;/div&gt; <br> &lt;div id=&quot;footer&quot;&gt; <br> &lt;div class=&quot;searchform&quot;&gt; <br> &lt;ul class=&quot;searchnav clearfix&quot;&gt; <br> &lt;li id=&quot;search-tab-blog2&quot; class=&quot;selected&quot;&gt;&lt;a onclick=&quot;return searchTarget('/search/?q=', 0, 'search-tab-blog2');&quot; href=&quot;#&quot;&gt;TUAW&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Web2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Web2');&quot; href=&quot;http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&amp;query=&quot;&gt;Web&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Images2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Images2');&quot;href=&quot;http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;Images&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Video2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Video2');&quot;href=&quot;http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&amp;query=&quot;&gt;Video&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-News2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;amp;query=', 0, 'search-tab-News2');&quot;href=&quot;http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;News&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Local2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;amp;query=', 0, 'search-tab-Local2');&quot; href=&quot;http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;Local&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;form name=&quot;s_form2&quot; action=&quot;/search/&quot;&gt;&lt;fieldset&gt;&lt;input type=&quot;text&quot; name=&quot;q&quot; id=&quot;queryname2&quot; value=&quot;&quot; class=&quot;text&quot; /&gt;&lt;button id=&quot;searchsubmit&quot; onclick=&quot;return submitHeaderSearch('onclick');&quot; type=&quot;submit&quot; name=&quot;searchsubmit&quot; title=&quot;Search&quot; &gt;&lt;/button&gt;&lt;input type=&quot;hidden&quot; name=&quot;invocationType&quot; value=&quot;wl-tuaw-ft&quot; /&gt;&lt;/fieldset&gt;&lt;/form&gt; <br> &lt;/div&gt;&lt;!– /show-footer-search.html.php –&gt; <br> &lt;div class=&quot;bottomleader&quot;&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> &lt;!– <br> adSetType(&quot;F&quot;); <br> htmlAdWH('93217798', '728', '90'); <br> adSetType(&quot;&quot;); <br> //–&gt; <br> &lt;/script&gt; <br> &lt;/div&gt;&lt;!– /topleader –&gt;&lt;/div&gt;&lt;!– /footer –&gt; <br> &lt;div id=&quot;grid2&quot;&gt; <br> &lt;table class=&quot;grid-table&quot; cellspacing=&quot;0&quot;&gt; <br> &lt;tr&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;first&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.joystiq.com/&quot;&gt;Joystiq&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/&quot; rel=&quot;bookmark&quot;&gt;Qore leak reveals new PSP Metal Gear and more&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/&quot; rel=&quot;bookmark&quot;&gt;Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/&quot; rel=&quot;bookmark&quot;&gt;PSP Go revealed in June issue of Qore [update]&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.downloadsquad.com/&quot;&gt;Download Squad&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/&quot; rel=&quot;bookmark&quot;&gt;Search for useful bookmarklets with Bookmarklet Directory&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/&quot; rel=&quot;bookmark&quot;&gt;Where to watch the Stanley Cup finals online&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/&quot; rel=&quot;bookmark&quot;&gt;Goog-411 now provides intersection info&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.bloggingstocks.com/&quot;&gt;BloggingStocks&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/allegheny-energy-knows-the-u-s-will-eventually-need-more-power/&quot; rel=&quot;bookmark&quot;&gt;Allegheny Energy knows the U.S. will eventually need more power&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/&quot; rel=&quot;bookmark&quot;&gt;Stock #2: Quicksilver (ZQK)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/&quot; rel=&quot;bookmark&quot;&gt;Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;/tr&gt; <br> &lt;tr&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.autoblog.com/&quot;&gt;Autoblog&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/report-two-plants-saved-from-closing-under-new-gm-uaw-agreement/&quot; rel=&quot;bookmark&quot;&gt;REPORT: Two plants saved from closing under new GM/UAW agreement&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/&quot; rel=&quot;bookmark&quot;&gt;VIDEO: Corvette Grand Sport launch control tested… in dealer lot&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/&quot; rel=&quot;bookmark&quot;&gt;Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;last&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://xbox.joystiq.com/&quot;&gt;Joystiq Xbox&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/&quot; rel=&quot;bookmark&quot;&gt;Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/&quot; rel=&quot;bookmark&quot;&gt;Raiden IV media blowout &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/&quot; rel=&quot;bookmark&quot;&gt;Joyswag: Gel: Set &amp;amp; Match&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;last&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.engadget.com/&quot;&gt;Engadget&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/alienware-m17x-gaming-laptop-hands-on-it-isnt-quite-all-power/&quot; rel=&quot;bookmark&quot;&gt;Alienware M17x gaming laptop hands-on: it isn't quite &quot;all powerful,&quot; but it'll do in a pinch&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/engadget-podcast-148-05-30-2009/&quot; rel=&quot;bookmark&quot;&gt;Engadget Podcast 148 – 05.30.2009&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/&quot; rel=&quot;bookmark&quot;&gt;Video: Sony's PSP Go leaks out before E3, is obviously a go&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;/tr&gt; <br> &lt;/table&gt; <br> &lt;/div&gt; <br> &lt;div id=&quot;legal&quot;&gt; <br> &lt;a href=&quot;http://news.aol.com&quot; target=&quot;_blank&quot; class=&quot;cobrand-footer&quot;&gt;AOL News&lt;/a&gt; <br> &lt;p&gt;All contents copyright &amp;copy; 2003-2009, &lt;a href=&quot;http://www.weblogsinc.com/&quot;&gt;Weblogs, Inc.&lt;/a&gt; All rights reserved&lt;/p&gt; <br> &lt;p&gt;&lt;a href=&quot;&quot;&gt;The Unofficial Apple Weblog (TUAW)&lt;/a&gt; is a member of the &lt;a href=&quot;http://www.weblogsinc.com/&quot;&gt;Weblogs, Inc. Network&lt;/a&gt;. &lt;a href=&quot;http://www.weblogsinc.com/privacy/&quot;&gt;Privacy Policy&lt;/a&gt;, &lt;a href=&quot;http://www.weblogsinc.com/terms/&quot;&gt;Terms of Service&lt;/a&gt;, &lt;a href=&quot;http://www.weblogsinc.com/report/&quot;&gt;Notify AOL&lt;/a&gt;&lt;/p&gt; <br> <br> &lt;/div&gt;&lt;!– /legal –&gt; <br> &lt;/div&gt;&lt;!– /main –&gt; <br> &lt;/div&gt;&lt;!– /container –&gt; <br> &lt;/body&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js&quot;&gt;&lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> $(document).ready(init); <br> function init() <br> { <br> $('.winblogrollcat').children('ul').hide(); <br> $('.winblogrollcat .trigger').click(function(evt){ <br> $(this.parentNode).children('ul').slideToggle('fast'); <br> }); <br>???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); <br> } <br> &lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogcdn.com/js/addthis.js&quot;&gt;&lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> if (top !== self &amp;&amp; document.referrer.match(/digg\.com\/\w{1,8}/)) { <br>?? top.location.replace(self.location.href); <br> } <br> &lt;/script&gt; <br> &lt;/html&gt;&lt;script type=&quot;text/javascript&quot;&gt; <br> &lt;!– <br> document.write('&lt;scr' + 'ipt src=&quot;http://www.tuaw.com/traffic/' + '?t=js&amp;bv=&amp;os=&amp;tz=&amp;lg=&amp;rv=&amp;rsv=&amp;pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&amp;cb=955338100&quot; type=&quot;text/javascript&quot;&gt;&lt;/scr' + 'ipt&gt;'); <br> // –&gt; <br> &lt;/script&gt;&lt;noscript&gt;&lt;img src=&quot;http://www.tuaw.com/traffic/?t=px&amp;bv=JavaScript+Disabled&amp;os=&amp;tz=default&amp;lg=&amp;rv=&amp;rsv=&amp;pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&amp;cb=1942902130&quot; alt=&quot;the end&quot; width=&quot;1&quot; height=&quot;1&quot;border=&quot;0&quot; /&gt;&lt;/noscript&gt;"><table id=suggesttable><tr><td width=49%><span style="float: right; font-size:smaller" id=sug_exp>We'll use your suggestion to improve translation quality in future updates to our system.</span></td><td width=2% rowspan=2></td><td id=utranscell width=49%><textarea name=utrans wrap=SOFT dir="ltr" rows=5 id=suggestion>&gt; &lt;p class=&quot;filed-under&quot;&gt; Abgelegt unter: &lt;a href=&quot;/category/analysisopinion/&quot;&gt; Analyse / Stellungnahme &lt;/ a&gt;, &lt;a href=&quot;/category/itunes-store/&quot;&gt; ITS &lt; / a&gt;, &lt;a href=&quot;/category/itunes/&quot;&gt; iTunes &lt;/ a&gt;, &lt;a href=&quot;/category/iphone/&quot;&gt; iPhone &lt;/ a&gt; &lt;/ p&gt; &lt;h2 class = &quot;posttitle&quot; &gt; &lt;a href=&quot;http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/&quot; rel=&quot;bookmark&quot;&gt; &lt;span id = &quot;ppt19051882&quot;&gt; K?nftige Versionen von iTunes kann die Pre-Block, aber warum? &lt;/ span&gt; &lt;/ a&gt; &lt;/ h2&gt; &lt;p class=&quot;byline&quot;&gt; von &lt;strong&gt; &lt;a href = &quot;/ bloggers/robert- Palmer / &quot;&gt; Robert Palmer &lt;/ a&gt; &lt;/ strong&gt; am 30. Mai 2009 &lt;/ p&gt; &lt;div class=&quot;postbody&quot;&gt; &lt;! – sphereit Start -&gt; &lt;p&gt; &lt;img vspace =&quot; 8 &quot;hspace = &quot;8&quot; border = &quot;0&quot; align = &quot;right&quot; src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009/05/iphone-pre-548946946.jpg&quot; alt = &quot; &quot;/&gt; Gestern, Megan hingewiesen, einem Fortune-Geschichte, dass &lt;a href=&quot;http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/&quot;&gt; iTunes synchronisiert problemlos mit dem neuen Palm vor &lt;/ a&gt;. Das ist nat?rlich, hat das Wasser-K?hler sprudelnden sprechen: &quot;Wie haben Palm ziehen Sie es aus? Will Apple damit dies geschehen kann?&quot; &lt;/ P&gt; <br> &lt;p&gt; stellt sich heraus, die sie bereits haben. A &lt;a href=&quot;http://support.apple.com/kb/HT2172&quot;&gt;-Tech-Note auf der Apple-Website &lt;/ a&gt; stellt fest, die zwei Dutzend Dritter Spieler, iTunes (f?r Mac OS X, mindestens ) ist kompatibel mit, darunter Rio und Creative Labs MP3-Player Nomad. Es stimmt zwar, dass viele der Modelle vor den iPod, und der Tech-Note &quot;selbst wurde zuletzt aktualisiert am etwas weniger als vor einem Jahr. Aber Dritter Ger?t Kompatibilit?t mit iTunes ist nicht ohne Pr?zedenzfall. &lt;/ P&gt; <br> &lt;p&gt; Daring Fireball John Gruber auf eine Geschichte von Jon Lech Johansen, die besagt, dass &lt;a href = &quot;http://nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm- pre / &quot;&gt; Apple iTunes blockieren den Zugang zu den in Vorbereitung auf ein zuk?nftiges Update &lt;/ a&gt;; Gruber sich &lt;a href =&quot; http://daringfireball.net/linked/2009/05/29/johansen-pre-itunes &quot; &gt; gesagt &lt;/ a&gt;, er &quot;w?rde sich nicht wundern, wenn sie getan hat.&quot; Ich bin mir nicht so sicher. &lt;br /&gt; &lt;/ P&gt; <br> &lt;p&gt; Erste, la?t uns anschauen, wie es funktioniert. Laut Johansen, eine einzigartige USB-Ger?te-ID k?nnen iTunes zu erkennen MP3-Player (auch iPod), dass es mit. Johansen spekuliert, dass Palm ist mit der Verwendung dieser IDs bei der Kommunikation mit iTunes. Wenn es sich um ein iPod-ID, dann wird es mit iTunes f?r Windows, zu, das ist ein wichtiger Pr?fstein und wir wissen nicht, die Ergebnisse noch nicht. &lt;br /&gt; &lt;/ P&gt; <br> &lt;p&gt; Ich kann Apple nicht Baumwolle zu einem Palm Pre &lt;em&gt; speziell &lt;/ em&gt; Masquerading als iPod USB-Ger?t. Angesichts der Tatsache, dass, so dass die Vorbereitung auf die freie Kommunikation mit iTunes ist nicht unbedingt schlecht wirtschaftlich sinnvoll, vorausgesetzt, Palm setzt die Funktionalit?t in einer offenen Art und Weise (wie die anderen dritten Partei, dass MP3-Player iTunes unterst?tzt bereits). &lt;/ P&gt; <br> Warum &lt;p&gt; den Zugriff auf die Pre, abgesehen von der reinen Trotz? Wenn jemand bereits iTunes nutzt, stehen die Chancen sie haben einige Menge von DRM-freien iTunes Plus-Musik auf ihre Computer. Es gibt keinen technischen Grund, warum die Musik sollte nicht leicht spielbar auf der Pre. Einer der upshots der Beseitigung von DRM im iTunes Store ist es, die Interoperabilit?t Ger?t. Lassen Sie Ger?te nicht von Apple iTunes Musik zu spielen, und pl?tzlich Kunden Apple hat es nicht vor. &lt;/ P&gt; <br> &lt;p&gt; Wenn Apple m?chte abgeschnitten nur die Vorbereitung auf, und der Palm ist nach den Regeln, Apple ist unn?tig Schneiden einen Strom von Einnahmen. Das ist etwas, was ich nicht tun, siehe Apple leicht. &lt;/ p&gt; &lt;div id=&quot;continued&quot;&gt; &lt;/ div &gt;&lt;!– Ende sphereit -&gt; &lt;a href=&quot;/tag/iphone&quot; class=&quot;category-match-ad&quot;&gt; &lt;img src = &quot; http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg &quot;alt =&quot; Klicken Sie hier, um alle TUAW's iPhone Abdeckung &quot;/&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;postmeta&quot;&gt; &lt;p class=&quot;posttags&quot;&gt; &lt;strong&gt; Tags: &lt;/ strong&gt; &lt;a href=&quot;http://www.tuaw.com/tag/daringfireball/&quot;&gt; daringfireball &lt;/ a &gt;, &lt;a href=&quot;http://www.tuaw.com/tag/device/&quot;&gt; Ger?t &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/fortune/&quot;&gt; Fortune &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/iphone/&quot;&gt; iPhone &lt;/ a&gt;, &lt;a href = &quot;http://www.tuaw.com/tag/ iTunes / &quot;&gt;&quot; iTunes &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/palm+pre/&quot;&gt; Palm vor &lt;/ a&gt;, &lt;a href = &quot;http://www .tuaw.com / tag / PalmPre / &quot;&gt; PalmPre &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/pre/&quot;&gt; vor &lt;/ a&gt;, &lt;a href =&quot; http : / / www.tuaw.com/tag/usb/ &quot;&gt; USB &lt;/ a&gt; &lt;/ p&gt; &lt;div class=&quot;navbar clearfix&quot;&gt; &lt;ul&gt; &lt;li class=&quot;permalink&quot;&gt; &lt;a href =&quot; http : / / nanocr.eu/2009/05/28/syncing-music-and-video-to-the-palm-pre / &quot;&gt; Quelle &lt;/ a&gt; &lt;/ li&gt; &lt;li class=&quot;print&quot;&gt; &lt;a href = &quot;http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/print/&quot; target = &quot;_blank&quot; class = &quot;printthis&quot; rel = &quot;nofollow&quot;&gt; Print &lt;span class=&quot;printpop&quot;&gt; &lt;span&gt; Mit HP Wireless-Drucker, &lt;br/&gt; Sie k?nnen gedruckt &lt;br/&gt; dieser von jedem Zimmer &lt;br/&gt; im Haus. &lt;br /&gt; &lt;strong&gt; Live drahtlos. Drucken ohne Kabel &lt;/ strong&gt; &lt;/ span&gt; &lt;/ span&gt; &lt;/ a&gt; &lt;/ li&gt; &lt;li class=&quot;email-this&quot;&gt; &lt;a href = &quot;/ forward/19051882 /&quot; title = &quot;Senden Sie diesen Eintrag einem Freund per E-Mail &quot;&gt; E-Mail hier &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;! – AddThis Button BEGIN -&gt; &lt;script type=&quot;text/javascript&quot;&gt; addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, Propeller, google, live, StumbleUpon, reddit, Favoriten, technorati, Ziel, mehr &quot;&lt;/ script&gt; &lt;a class =&quot; sharelink &quot;href =&quot; http://www.addthis.com / bookmark.php &quot;onmouseover =&quot; return addthis_open (this,'', 'http% 3A% 2F% 2Fwww.tuaw.com% 2F2009% 2F05% 2F30% 2Ffuture-iTunes-Versionen-Block-k?nnte-die-vor-, sondern -warum% 2F ',' Die Zukunft + + iTunes-Versionen k?nnte + + + der + Block vor% 2C + sondern + Warum% 3F ') &quot;onmouseout =&quot; addthis_close () &quot;onclick =&quot; return addthis_sendto () &quot;&gt; Aktie &lt;/ a&gt; &lt;script type=&quot;text/javascript&quot; src=&quot;http://s7.addthis.com/custom/weblogsinc/addthis_widget.js&quot;&gt; &lt;/ script &gt;&lt;!– AddThis Button END –&gt;&lt;/ li &gt; &lt;li class=&quot;comments&quot;&gt; &lt;a href = &quot;http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/ # comments &quot;title =&quot; View Leser Kommentare zu diesen Eintrag &quot;&gt; Kommentare (&lt;em&gt; 2 &lt;/ em&gt;) &lt;/ a&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div &gt; &lt;script type=&quot;text/javascript&quot;&gt; <br> / * Einige dh crap * / <br> Funktion iecheck (inc_seven) ( <br> / / Alert (navigator.platform); <br>???? if (navigator.platform == &quot;Win32&quot; &amp; &amp; navigator.appName == &quot;Microsoft Internet Explorer&quot; &amp; &amp; window.attachEvent) ( <br>???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); <br>???????? var iever = (inc_seven)? (rslt! = null &amp; &amp; Number (rslt [1])&gt; = 5,5): (rslt! = null &amp; &amp; Number (rslt [1])&gt; = 5.5 &amp; &amp; Number (rslt [1]) &lt; 7); <br> ) Else ( <br> Iever = false; <br> ) <br>???? R?ckkehr iever; <br> ) <br><br> var useFilter = iecheck (false); <br> var ie6Brand = '&lt;a href = &quot;http://www.sphere.com&quot; target = &quot;_New&quot; style = &quot;cursor: Hand; display: block; width: 112px; height: 18px; Filter: ProgID: DXImageTransform.Microsoft . AlphaImageLoader (src = \ &quot;http://cdn11.sphere.com/images/poweredbySphere.png \ ', sizingMethod = Ma?stab );&quot;&gt;&lt; img align =&quot; absmiddle &quot;border =&quot; 0 &quot;style =&quot; margin-left : 2px; &quot;src =&quot; http://cdn11.sphere.com/images/iespacer.png &quot;/&gt;&lt;/ a&gt; '; <br> var normalBrand = '&lt;a href=&quot;http://www.sphere.com&quot; target=&quot;_new&quot;&gt; &lt;img align = &quot;absmiddle&quot; border = &quot;0&quot; style = &quot;margin-left: 2px;&quot; src = &quot; http://cdn11.sphere.com/images/poweredbySphere.png &quot;/&gt;&lt;/ a&gt; '; <br> var Marke =''; <br> if (useFilter == false) ( <br> Marke = normalBrand; <br> ) Else ( <br> Marke = ie6Brand; <br> ) <br> &lt;/ script&gt; <br> &lt;div class=&quot;sphere clearfix&quot;&gt; &lt;div id=&quot;sphereTalk&quot;&gt; &lt;p id=&quot;spherePoweredBy&quot; class=&quot;powered-by&quot;&gt; &lt;/ p&gt; &lt;div id=&quot;talkContainer&quot;&gt; &lt;h3&gt; Verwandte Texte von The Unofficial Apple Weblog &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes?icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; Fortune: Pre Palm synchronisiert einwandfrei mit iTunes &lt;/ a&gt; &lt;p class =&quot; timestamp &quot;&gt; 2 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/04/06/itunes-8-1-1-showing-in- Software-Update? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; iTunes 8.1.1 und in der Software-Aktualisierung &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 54 Tage vor &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/27/apple-wins-comprehensive-patent -for-iphone-Bares-Z?hne-at-Palme? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; Apple gewinnt umfassende Patent f?r iPhone, Bares Z?hne bei Palm &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 122 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div &gt;&lt;!– Ende sprechen Container -&gt; &lt; div id = &quot;artContainer&quot;&gt; &lt;h3&gt; Weitere Artikel aus unserem Tech-Netzwerk &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href = &quot;http://www.engadget.com/2009/05/28/the-daily -Roundup-Heres-What-You-mightve-missed1? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; The Daily Roundup : hier ist es, was Sie vielleicht verpasst haben &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 1 Tag &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.engadgetmobile.com/2009 / 05/28/palm-pre-said-to-sync-up-nicely-with-apples-itunes? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \' , \ 'art \') &quot;&gt; Palm Pre sagte zu synchronisieren sch?n mit Apple's iTunes &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 2 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.engadget.com/2009/05/07/apple-ponders-kiosk-style-movie-and-music-downloads?icid=sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track ( dieser, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; Apple denkt Kiosk-Stil Film-und Musik-Downloads &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 22 Tage vor &lt;/ p&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div &gt;&lt;!– Ende Kunst Container –&gt;&lt;/ div &gt;&lt;!– Ende sphereTalk -&gt; &lt;div id=&quot;sphereAd&quot;&gt; &lt;script type = &quot;text / javascript&quot; src = &quot;http : / / cdn11.sphere.com/widgets/sphereit/js? baseurl = http://cdn11.sphere.com/widgets/sphereit/&amp;siteid=blogsmith_widget_tuaw &quot;&gt; &lt;/ script&gt; &lt;iframe frameborder =&quot; 0 &quot;style =&quot; position: relative; width: 300px; height: 250px; &quot;MARGINHEIGHT =&quot; 0 &quot;marginwidth =&quot; 0 &quot;scrolling =&quot; no &quot;border =&quot; 0 &quot;src =&quot; http://www.sphere.com/ads/aol_sphere_adcom. php? a = 93249125 &quot;&gt; &lt;/ iframe&gt; &lt;/ div&gt; &lt;p class=&quot;see-more&quot;&gt; &lt;a onclick =&quot; return Sphere.Widget.search ( 'http://www.tuaw.com/2009/ 05/30/future-itunes-versions-could-block-the-pre-but-why ') &quot;href =&quot; http://www.sphere.com/search?q=sphereit:http://www.tuaw .com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why &quot;&gt; Weitere Artikel und Blog-Posts &lt;/ a&gt; &lt;/ p&gt; &lt;/ div&gt; &lt;! — – Ende Bereich clearfix -&gt; &lt;script type=&quot;text/javascript&quot;&gt; <br> document.getElementById ( 'spherePoweredBy &quot;). innerHTML = Marke; <br> &lt;/ script&gt; &lt;div id=&quot;comments&quot;&gt; &lt;h3 id=&quot;readercomments&quot;&gt; Reader Kommentare (Seite 1 von 1) &lt;/ h3&gt; &lt;/ p&gt; &lt;div class = &quot;commentlinks&quot; id = &quot;commentlinks19115203-1854088&quot; &gt; &lt;div class=&quot;commentclass1 level2 Muttergesellschaft comment&quot; id=&quot;c19115203&quot;&gt; &lt;a href=&quot;http://www.tuaw.com/profile/1854088/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt; &lt;img src = &quot;http://www.blogsmithcdn.com/avatar/images/16/1854088_64.jpg&quot; alt = &quot;Dave&quot; class = &quot;avatar&quot; /&gt; &lt;/ a&gt; &lt;span class=&quot;rownum&quot;&gt; 1 &lt;/ span&gt; &lt;div class=&quot;comment-inner&quot;&gt; &lt;div class=&quot;credits&quot;&gt; &lt;h4 class=&quot;authorname&quot;&gt; &lt;a href = &quot;http://www.tuaw.com/profile/1854088/&quot; target = &quot;_blank&quot; rel = &quot;nofollow&quot;&gt; Dave &lt;/ a&gt; &lt;span sagte class=&quot;time-stamp&quot;&gt; 3.43 Uhr am 5-30-2009 &lt;/ span&gt; &lt;/ h4&gt; &lt;/ div&gt; &lt;p&gt; Wenn Vor der sieht aus wie ein iPod mit iTunes von Apple ist, wie wollen den Zugang zu den Vor-und nicht iPods? &lt;br&gt; &lt;br&gt; Aufgrund der Tatsache, dass Rubenstein hat Insider-Wissen von Apple-Hardware Ich glaube, es ist eine bessere Chance, Jobs &amp; Co . Bitte um eine einstweilige Verf?gung gegen Palm. &lt;/ p&gt; &lt;p class=&quot;cmt_reply&quot;&gt; &lt;a href=&quot;#commentform&quot; onclick=&quot;replyToCmt('19115203','Dave');&quot;&gt; Antworten &lt;/ a&gt; &lt; / p&gt; &lt;div class=&quot;cmt_votes&quot;&gt; &lt;img class = &quot;Stern-img&quot; src = &quot;http://www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif&quot; alt = &quot;2 Sterne &quot;/&gt; &lt;span class=&quot;cmt_tools&quot; id=&quot;tools_19115203&quot;&gt; &lt;a href =&quot; # &quot;class =&quot; voteLink &quot;id =&quot; vd19115203 &quot;onclick =&quot; voteComment ('19115203 ',' nach '); return false; &quot;title =&quot; Diese Abstimmung Kommentar Down &quot;&gt; &lt;span class=&quot;vote_down button&quot;&gt; ↓ &lt;/ span&gt; &lt;/ a&gt; &lt;a href =&quot; # &quot;class =&quot; voteLink &quot;id =&quot; vu19115203 &quot;onclick =&quot; voteComment ('19115203 ',' bis'); return false; &quot;title =&quot; Diese Abstimmung Kommentar Up &quot;&gt; &lt;span class=&quot;vote_up button&quot;&gt; ↑ &lt;/ span&gt; &lt;/ a&gt; &lt;a href =&quot; # &quot;-Klasse = &quot;reportLink&quot; id = &quot;r19115203&quot; onclick = &quot;reportComment (19115203); return false&quot; title = &quot;Diesen Kommentar melden&quot;&gt; &lt;span class=&quot;report button&quot;&gt; Bericht &lt;/ span&gt; &lt;/ a&gt; &lt;/ span&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;div class=&quot;commentlinks&quot; id=&quot;commentlinks19115333-2873874&quot;&gt; &lt;div class=&quot;commentclass2 level2 Muttergesellschaft comment&quot; id=&quot;c19115333&quot;&gt; &lt;a href = &quot;http://www.tuaw.com/profile/2873874/&quot; target = &quot;_blank&quot; rel = &quot;nofollow&quot;&gt; &lt;img src = &quot;http://www.blogsmithcdn.com/avatar/images/16/2873874_64 . jpg &quot;alt =&quot; paullloydjohnson &quot;class =&quot; avatar &quot;/&gt; &lt;/ a&gt; &lt;span class=&quot;rownum&quot;&gt; 2 &lt;/ span&gt; &lt;div class=&quot;comment-inner&quot;&gt; &lt;div class=&quot;credits&quot;&gt; &lt;h4 class=&quot;authorname&quot;&gt; &lt;a href=&quot;http://www.tuaw.com/profile/2873874/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt; paullloydjohnson &lt;/ a&gt;, sagte &lt;span class = &quot; Zeit-Stempel &quot;&gt; 3:58 pm am 5-30-2009 &lt;/ span&gt; &lt;/ h4&gt; &lt;/ div&gt; &lt;p&gt; The Grund Apple w?rde so etwas ist einfach. iTunes ist die Musikbibliothek der Wahl f?r die meisten Menschen in diesen Tagen. F?r ein paar Leute, die nicht in der Lage eine Synchronisierung mit iTunes die Pre k?nnte ein Deal Breaker und die gleichen Personen k?nnen entscheiden, kaufen ein iPhone statt. &lt;/ P&gt; &lt;p class=&quot;cmt_reply&quot;&gt; &lt;a href = &quot;# commentform &quot;onclick =&quot; replyToCmt ('19115333 ',' paullloydjohnson');&quot;&gt; Antworten &lt;/ a&gt; &lt;/ p&gt; &lt;div class=&quot;cmt_votes&quot;&gt; &lt;img class = &quot;Stern-img&quot; src = &quot;http:// www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif &quot;alt =&quot; 2 Sterne &quot;/&gt; &lt;span class=&quot;cmt_tools&quot; id=&quot;tools_19115333&quot;&gt; &lt;a href =&quot; # &quot;class =&quot; voteLink &quot;id =&quot; vd19115333 &quot;onclick =&quot; voteComment ('19115333 ',' nach '); return false; &quot;title =&quot; Diese Abstimmung Kommentar Down &quot;&gt; &lt;span class=&quot;vote_down button&quot;&gt; ↓ &lt;/ span&gt; &lt;/ a&gt; &lt;a href=&quot;#&quot; class=&quot;voteLink&quot; id=&quot;vu19115333&quot; onclick=&quot;voteComment('19115333','up'); R?ckkehr false;&quot; title=&quot;Vote Dieser Kommentar Up&quot;&gt; &lt;span class = &quot;vote_up Schaltfl?che&quot;&gt; ↑ &lt;/ span&gt; &lt;/ a&gt; &lt;a href = &quot;#&quot; class = &quot;reportLink&quot; id = &quot;r19115333&quot; onclick = &quot;reportComment (19115333); return false&quot; title = &quot;Diesen Kommentar melden&quot; &gt; &lt;span class=&quot;report button&quot;&gt; Bericht &lt;/ span&gt; &lt;/ a&gt; &lt;/ span&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; <br> &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt; var req; <br><br> Funktion getURL (url) ( <br>?? if (isWorking == true) (setTimeout ( &quot;getURL (\&quot; &quot;+ url +&quot; \ &quot;)&quot;, &quot;100&quot;); return false;) <br><br>?? isWorking = true; <br><br>?? if (window.XMLHttpRequest) ( <br> Req = new XMLHttpRequest (); <br>???????? req.onreadystatechange = handleHttpResponse; <br> Req.open ( &quot;GET&quot;, url, true); <br> Req.send (null); <br>?? ) Else if (window.ActiveXObject) (/ / IE <br> Try ( <br> Req = new ActiveXObject ( &quot;Msxml2.XMLHTTP&quot;); <br> ) Catch (e) ( <br> Req = new ActiveXObject ( &quot;Microsoft.XMLHTTP&quot;); <br> ) <br> If (req) ( <br>???????????????? req.onreadystatechange = handleHttpResponse; <br> Req.open ( &quot;GET&quot;, url, true); <br> Req.send (); <br>???????? ) Else ( <br> Alert ( &quot;Ihr Browser unterst?tzt kein ajax&quot;); <br> ) <br>?? ) Else ( <br> Alert ( &quot;Ihr Browser unterst?tzt kein ajax&quot;); <br>?? ) <br><br>?? return false; <br> ) <br><br> Funktion postURL (url, outbuf) ( <br>?? if (isWorking == true) (setTimeout ( &quot;postURL (\&quot; &quot;+ url +&quot; \ &quot;, \&quot; &quot;+ outbuf +&quot; \ &quot;)&quot;, &quot;100&quot;); return false;) <br><br>?? isWorking = true; <br><br>?? var browser = navigator.appName; <br>?? if (Browser! = &quot;Microsoft Internet Explorer&quot;) ( <br>???? req = new XMLHttpRequest (); <br>???? req.onreadystatechange = handleHttpResponse; <br>???? req.open ( &quot;POST&quot;, url, true); <br>???? req.setRequestHeader ( &quot;Content-Type&quot;, &quot;application / x-www-form-urlencoded; charset = UTF-8&quot;); <br>???? req.send (outbuf); <br>?? ) Else if (window.ActiveXObject) (/ / IE <br>???? req = new ActiveXObject ( &quot;Microsoft.XMLHTTP&quot;); <br>???? if (req) ( <br>?????? req.onreadystatechange = handleHttpResponse; <br>?????? req.open ( &quot;POST&quot;, url, true); <br>?????? req.setRequestHeader ( &quot;Content-Type&quot;, &quot;application / x-www-form-urlencoded; charset = UTF-8&quot;); <br>?????? req.send (outbuf); <br>???? ) <br>?? ) <br><br>?? return false; <br> ) <br><br> Funktion handleHttpResponse () ( <br> If (req.readyState == 4) ( <br> If (req.responseText.charAt (0) == &quot;&lt;&quot;) ( <br>???????? Alert (req.responseText); <br> ) Else ( <br>?? Eval (req.responseText); <br> IsWorking = false; <br> ) <br> ) <br> ) <br><br> var isWorking = false; <br> Funktion reportComment (commentid) ( <br> if (confirm ( &quot;Sind Sie sicher, dass Sie diesen Bericht kommentieren?&quot;)) ( <br>?? getURL ( &quot;/ a = AJAX-Kommentar-Bericht &amp; commentid =&quot; + commentid); <br>???????? ) <br> Return false; <br> ) <br><br> Funktion reportCommentOK (commentid) ( <br> document.getElementById ( &quot;c&quot; + commentid). className + = &quot;reportedComment&quot;; <br> alert ( &quot;Kommentar wurde f?r die ?berpr?fung. Thank You!&quot;); <br> Return false; <br> ) <br><br> Funktion voteComment (commentid, Typ) ( <br> getURL ( &quot;/ a = AJAX-Kommentar-Abstimmung &amp; commentid =&quot; + commentid + &quot;&amp; type =&quot; + type); <br> Return false; <br> ) <br><br> Funktion voteCommentOK (commentid) ( <br> document.getElementById ( &quot;c&quot; + commentid). className + = &quot;votedComment&quot;; <br> Return false; <br> ) <br><br> Funktion replyToCmt (commentid, Autor) ( <br> var replyInd = document.getElementById ( &quot;replyindicator&quot;); <br>???????? if (document.getElementById ( 'replyToText')) (var replyToText = document.getElementById ( 'replyToText &quot;). value;) else (var replyToText =&quot; Antwort auf &quot;;) <br>???????? if (document.getElementById ( 'replyToUndo')) (var replyToUndo = document.getElementById ( 'replyToUndo &quot;). value;) else (var replyToUndo =&quot; R?ckg?ngig &quot;;) <br> replyInd.innerHTML = (replyToText + '&lt;a href=&quot;#c'+commentid+'&quot;&gt;' + Autor + '&lt;/ a&gt; [&lt;a href = &quot;#&quot; onclick = &quot;wipeReply (\''+ commentid +' \ ') ; return false ;&quot;&gt;'+ replyToUndo + '&lt;/ a &gt;]'); <br> document.getElementById ( &quot;sourceid&quot;). value = commentid; <br> ) <br><br> Funktion wipeReply (commentid) ( <br> var replyInd = document.getElementById ( &quot;replyindicator&quot;); <br> ReplyInd.innerHTML = &quot;&quot;; <br> <br> Document.getElementById ( &quot;sourceid&quot;). Value = &quot;&quot;; <br> Return false; <br> ) <br><br> Funktion showReplies (Post-, commentid) ( <br> getURL ( &quot;/ a = AJAX-Kommentar-Show-&amp; Antworten commentid =&quot; + commentid + &quot;&amp; Post =&quot; + Post); <br> Return false; <br> ) <br><br> Funktion showRepliesOK (commentid, Daten) ( <br> var replyDiv = document.getElementById (commentid + &quot;_replies&quot;); <br> ReplyDiv.innerHTML = Daten; <br><br> Return false; <br> ) <br><br> &lt;/ script&gt; &lt;div class=&quot;cmt_paging&quot;&gt; &lt;/ div&gt; &lt;/ div&gt; <br> &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt; <br> var sns_checked = false; <br> var current_tab = &quot;blogsmith&quot;; <br> Funktion tabTo (TAB) <br> ( <br> document.getElementById ( 'formerrors &quot;). innerHTML =''; <br> <br> document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_sns'). style.display =' none '; <br> document.getElementById ( 'cmtuinfo_ &quot;+ Tab). style.display =' block '; <br> <br> document.getElementById ( 'cmtutab_email &quot;). className =''; <br> document.getElementById ( 'cmtutab_blogsmith &quot;). className =''; <br> document.getElementById ( 'cmtutab_sns &quot;). className =''; <br> document.getElementById ( 'cmtutab_ &quot;+ Tab). className =' currenttab '; <br> <br> If (! Sns_checked &amp; &amp; tab == &quot;SNS&quot;) <br> ( <br> Image1 = new Image (); <br> image1.src = &quot;http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif&quot;; <br> Sns.init ( 'ch1ga1KvP7TotwTC'); <br> Sns_checked = true; <br> ) <br> <br> Current_tab = TAB; <br> ) <br> <br> Funktion inputValidation () <br> ( <br> document.getElementById ( 'formerrors &quot;). innerHTML =''; <br> <br> Var validInfo = 0; <br> Var validName = 0; <br> Var validEmail = 0; <br> Var validComments = 0; <br> Var validSNS = 0; <br> Var links = 0; <br> Var Fehler =''; <br> <br> Schalter (current_tab) ( <br> Fall &quot;E-Mail&quot;: <br> var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; <br> var email = document.getElementById ( 'AuthorEmail &quot;). Wert; <br> if (document.getElementById ( &quot;Autorname&quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; ben?tigen wir Ihren Namen. &lt;/ p&gt;&quot;; <br> ) <br> If (email ==''| |! Filter.test (email)) ( <br> Fehler + = &quot;&lt;p class='error'&gt; E-Mail-Adresse ist nicht g?ltig. &lt;/ p&gt;&quot;; <br> ) <br> If (! Fehler) ( <br> ValidInfo = 1; <br> ) <br> <br> Break; <br> Fall &quot;blogsmith&quot;: <br> if (document.getElementById ( 'C_AuthorEmail &quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; Ung?ltige E-Mail-Adresse. &lt;/ p&gt;&quot;; <br> ) <br> if (document.getElementById ( 'C_AuthorPass &quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; Kein Passwort angegeben. &lt;/ p&gt;&quot;; <br> ) <br> If (! Fehler) ( <br> ValidInfo = 1; <br> ) <br> <br> <br> Break; <br> Fall &quot;SNS&quot;: <br> if (document.getElementById ( 'sns_screenname') &amp; &amp; document.getElementById ( 'sns_password')) <br> ( <br> if (document.getElementById ( 'sns_screenname &quot;). value &amp; &amp; document.getElementById (' sns_password&quot;). value) ( <br> Sns.calls.login (); <br> Return false; <br> ) <br> ) <br> If (document.getElementById ( 'sns_securid')) ( <br> if (document.getElementById ( 'sns_securid &quot;). value) ( <br> sns.calls.login ();// setTimeout ( &quot;sns.calls.login ();&quot;, 1000); <br> Return false; <br> ) <br> ) <br> var token = (document.getElementById ( &quot;Token&quot;))? document.getElementById ( &quot;Token&quot;). Wert:''; <br> If (token =='') ( <br> Fehler = &quot;&lt;p class='error'&gt; Ung?ltiger SNS anmelden. &lt;/ p&gt;&quot;; <br> ) Else ( <br> ValidInfo = 1; <br> ) <br> Break; <br> ) <br> var txt = document.getElementById ( &quot;Kommentare&quot;). Wert; <br> <br> If (txt! ='') ( <br> ValidComments = 1; <br> ) <br> <br> For (var ind = 0; ind &lt;txt.length; ind + +) <br> ( <br> If (txt.substring (ind, ind +7) == &quot;http://&quot;) ( <br> Links = Links + 1; <br> ) Else if (txt.substring (ind, ind +6) == &quot;ftp://&quot;) ( <br> Links = Links + 1; <br> ) Else if (txt.substring (ind, ind +8) == &quot;https ://&quot;) ( <br> Links = Links + 1; <br> ) <br> ) <br> <br> if (validInfo == 1 &amp; &amp; validComments == 1 &amp; &amp; Links &lt;4) ( <br> Return true; <br> ) Else ( <br> errorMessage var = &quot;&lt;h4 class='error-title'&gt; Fehler &lt;/ h4&gt;&quot;; <br> ErrorMessage + = Fehler; <br> if (validComments == 0) (errorMessage + = &quot;&lt;p class='error'&gt; kein Kommentar geschrieben. &lt;/ p&gt;&quot;;) <br> if (links&gt; 3) (errorMessage + = &quot;&lt;p class='error'&gt; Sorry mate, k?nnen Sie nur 3 URLs. &lt;/ p&gt;&quot;;) <br> document.getElementById ( 'formerrors &quot;). innerHTML = errorMessage; <br> Return false; <br> ) <br> ) <br> &lt;/ script&gt; <br> &lt;div id=&quot;comments&quot;&gt; <br> &lt;h3 id=&quot;addcomments&quot;&gt; hinzuf?gen Kommentare &lt;/ h3&gt; <br> <br> <br> &lt;form action=&quot;#thankYou&quot; id=&quot;commentform&quot; name=&quot;commentform&quot; method=&quot;post&quot; onsubmit=&quot;return inputValidation();&quot;&gt; <br> &lt;div Id=&quot;cmttabs&quot;&gt; <br> &lt;ul&gt; <br> &lt;li id=&quot;cmtutab_email&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('email');return false;&quot;&gt; neue Leser &lt;/ a&gt; &lt;/ li&gt; <br> &lt;li id=&quot;cmtutab_blogsmith&quot; class=&quot;currenttab&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('blogsmith');return false;&quot;&gt; R?ckkehr &lt;/ a&gt; &lt;/ li&gt; <br> &lt;li id=&quot;cmtutab_sns&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('sns');return false;&quot; class=&quot;cmtaol&quot; title=&quot;Sign Sie sich mit Ihrem AOL/AIM username!&quot;&gt; AOL / AIM &lt;/ a&gt; &lt;/ li&gt; <br> &lt;/ Ul&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Id=&quot;formerrors&quot; class='formerrors'&gt; &lt;/ div&gt; <br> &lt;! – E-Mail -&gt; <br> &lt;div id=&quot;cmtuinfo_email&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p Class=&quot;instructions&quot;&gt; ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. &lt;/ P&gt; <br> &lt;label for=&quot;AuthorName&quot; class=&quot;first&quot;&gt; Name: &lt;br /&gt; <br> &lt;input type=&quot;text&quot; name=&quot;AuthorName&quot; id=&quot;AuthorName&quot; class=&quot;form&quot; value=&quot;&quot; /&gt; &lt;/ label&gt; <br> &lt;label For=&quot;AuthorEmail&quot;&gt; E-Mail: &lt;br /&gt; <br> &lt;input type=&quot;text&quot; name=&quot;AuthorEmail&quot; id=&quot;AuthorEmail&quot; class=&quot;form&quot; value=&quot;&quot;/&gt; &lt;/ label&gt; <br> &lt;/ Div&gt; <br> &lt;! – / E-Mail -&gt; <br> <br> &lt;! – Blogsmith -&gt; <br> &lt;div id=&quot;cmtuinfo_blogsmith&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p class=&quot;instructions&quot;&gt; Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. &lt;/ p&gt; <br> &lt;label for=&quot;C_Author&quot; class=&quot;first&quot;&gt; E-Mail: &lt;br /&gt; <br> id=&quot;C_AuthorEmail&quot; &lt;input type=&quot;text&quot; class=&quot;formtext&quot; name=&quot;C_AuthorEmail&quot; value=&quot;&quot; /&gt; &lt;/ label&gt; <br> &lt;label For=&quot;C_AuthorPass&quot;&gt; Passwort: &lt;br /&gt; <br> &lt;input id=&quot;C_AuthorPass&quot; type=&quot;password&quot; class=&quot;formtext&quot; name=&quot;AuthorPassword&quot; value=&quot;&quot;/&gt; &lt;/ label&gt; <br> &lt;/ Div&gt; <br> &lt;! – / Blogsmith -&gt; <br> <br> &lt;! – SNS -&gt; <br> &lt;div id=&quot;cmtuinfo_sns&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p class=&quot;instructions&quot;&gt; Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. &lt;/ p&gt; <br> &lt;div Id=&quot;sns&quot;&gt; <br> &lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;/media/loading.gif&quot;&gt; &lt;/ p&gt; <br> &lt;/ Div&gt; <br> &lt;!–&lt; Eingang id = &quot;snslogin&quot; type = &quot;button&quot; onclick = &quot;sns.calls.login ();&quot; value = &quot;Login &quot;&gt;–&gt; <br> &lt;/ Div&gt; <br> &lt;! – / SNS -&gt; <br> <br> &lt;div Id=&quot;cmtmain&quot;&gt; <br> &lt;div Id=&quot;replyindicator&quot;&gt; &lt;/ div&gt; <br> &lt;div&gt; <br> <br> &lt;label For=&quot;Comments&quot;&gt; Ihr Kommentar: &lt;/ label&gt; <br> &lt;textarea name=&quot;Comments&quot; id=&quot;Comments&quot; rows=&quot;8&quot; style=&quot;width:98%&quot;&gt; &lt;/ textarea&gt; <br> &lt;/ Div&gt; <br> &lt;div Class=&quot;cmtchecks&quot;&gt; <br> &lt;input type=&quot;checkbox&quot; checked=&quot;checked&quot; id=&quot;RememberMeYes&quot; name=&quot;RememberMe&quot; /&gt; <br> &lt;label For=&quot;RememberMeYes&quot;&gt; merken &lt;/ label&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Class=&quot;cmtchecks&quot;&gt; <br> &lt;input type=&quot;checkbox&quot; checked=&quot;checked&quot; id=&quot;EmailMe&quot; name=&quot;EmailMe&quot; /&gt; <br> &lt;label for=&quot;EmailMe&quot;&gt; E-Mail, wenn mir jemand Antworten auf diesen Kommentar &lt;/ label&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Id=&quot;cmtbuttons&quot;&gt; <br> &lt;input type=&quot;submit&quot; id=&quot;addCommentButton&quot; value=&quot;Add Comment&quot; /&gt; <br> &lt;/ Div&gt; <br> &lt;input type=&quot;hidden&quot; name=&quot;form&quot; value=&quot;Comments&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;ButtonSave&quot; value=&quot;Save&quot; /&gt; <br> <br> &lt;input type=&quot;hidden&quot; id=&quot;sourceID&quot; name=&quot;SourceID&quot; value=&quot;&quot; /&gt; <br> &lt;input type=&quot;hidden&quot; id=&quot;postID&quot; name=&quot;PostID&quot; value=&quot;&quot; /&gt; <br> &lt;/ Div&gt; <br> &lt;div Id=&quot;instructions&quot;&gt; <br> &lt;p class=&quot;preamble&quot;&gt; Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. &lt;strong&gt; E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. &lt;/ strong&gt; &lt;/ p&gt; <br> &lt;p&gt; Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein. &lt;/ P&gt; <br> &lt;p&gt; So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit, &lt;p&gt; oder &lt;br /&gt; Tags. &lt;/ P&gt; <br> &lt;/ Div&gt; <br> <br> &lt;input type = &quot;hidden&quot; name = &quot;referer&quot; value = &quot;http://www.tuaw.com:1080/2009/05/30/future-itunes-versions-could-block-the-pre-but-why / &quot;&gt; <br> &lt;/ form&gt; <br> &lt;/ div&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogsmithmedia.com/framework.weblogsinc.com/bc/ajax.js&quot;&gt; &lt;/ script&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.weblogsinc.com/bc/sns.js&quot;&gt; &lt;/ script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; tabTo (current_tab); &lt;/ script&gt; <br> &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt; getUserInfo Funktion () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden '; sID.id =' SID '; sID.name =' SID '; sID.value ='9 a0a4ab1dd8480fac952ae1d083d21a4 &quot;; var UID = document.createElement (' input '); uID.type =' hidden '; uID.id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced &quot;; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp '; tStamp. name = &quot;tStamp '; tStamp.value ='50405'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='4006218568046222 '; anchor.parentNode.insertBefore (SID, Anker); anchor.parentNode.insertBefore (uid, Anker); anchor.parentNode.insertBefore (tStamp, Anker); anchor.parentNode.insertBefore (CacheID, Anker ); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i &lt;divArray.length; i + +) (if (divArray [i]. className == 'post') (document.getElementById ( ' PLZ &quot;). value = divArray [i]. id;))) getUserInfo ();&lt;/ script&gt; <br> &lt;/ div &gt;&lt;!– / content -&gt; <br> &lt;/ div &gt;&lt;!– / col-1 -&gt; <br> &lt;div id=&quot;col-2&quot;&gt; <br> &lt;div id=&quot;subcontent&quot; class=&quot;clearfix&quot;&gt; <br> &lt;div class=&quot;medrect&quot;&gt; <br> &lt;script Type=&quot;text/javascript&quot;&gt; <br> &lt;! — <br> AdSetType ( &quot;F&quot;); <br> HtmlAdWH ( &quot;93217898&quot;, &quot;300&quot;, &quot;250&quot;); <br> AdSetType (&quot;&quot;); <br> //–&gt; <br> &lt;/ Script&gt; <br> &lt;/ div &gt;&lt;!– / medrect -&gt; &lt;div id=&quot;tip-day&quot;&gt; &lt;div id=&quot;tip-day-inner&quot;&gt; &lt;h2&gt; Tipp des Tages &lt;/ h2&gt; &lt;p class = &quot;Tipp&quot;&gt; So schalten Sie Ihre Firewall, ?ffnen Sie die Systemeinstellungen, und klicken Sie auf das Symbol Sicherheit. Klicken Sie anschlie?end auf die Registerkarte &quot;Firewall&quot;. Stellen Sie sicher, dass entweder &quot;Erlauben Sie nur wesentliche Dienste&quot; ausgew?hlt ist, oder w?hlen Sie &quot;Zugriff f?r bestimmte Dienste und Anwendungen&quot; k?nnen. &lt;br /&gt; &lt;br /&gt; &lt;/ P&gt; &lt;div class=&quot;learnmore&quot;&gt; &lt;a href = &quot; http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day/ &quot;&gt; Weitere Informationen &lt;/ a&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;div id = &quot;breakingnews&quot; class = &quot;Schlagzeilen&quot;&gt; &lt;div class=&quot;wrap&quot;&gt; &lt;h3&gt; &lt;span&gt; &lt;a href=&quot;/tag/breaking news/&quot;&gt; Breaking News &lt;/ a&gt; &lt;a href = &quot;http:/ / www.tuaw.com / tag / Nachrichten / rss.xml &quot;class =&quot; Feed &quot;title =&quot; Subscribe to breaking news &quot;&gt; Feed &lt;/ a&gt; &lt;/ span&gt; &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt; a href = &quot;http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http: / / www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/ &quot;rel =&quot; Lesezeichen &quot;&gt; Breaking News: Keine neuen Beitr?ge app, es sei denn, sie laufen auf OS 3.0 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/&quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/&quot; rel=&quot;bookmark&quot;&gt; Erste Look: Bento f?r iPhone und iPod touch &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/23/the-app-store-hits-one- Milliarden-downloads / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/ &quot;rel =&quot; Lesezeichen &quot;&gt; Der App Store Treffern eine Milliarde Downloads &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/03/30/macworld-2010-moves-to Februar / &quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/&quot; rel=&quot;bookmark&quot;&gt; Macworld 2010 bewegt sich bis Februar &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/&quot; &gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/&quot; rel=&quot;bookmark&quot;&gt; f?r Skype iPhone kommenden Dienstag, sagt CNET &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/&quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/&quot; rel=&quot;bookmark&quot;&gt; Apple sagt jailbreaking ist illegal &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/&quot; rel = &quot;Lesezeichen&quot; &gt; PwnageTool und QuickPwn aktualisiert und ist kompatibel mit 2.2.1 &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses -Security-Fragen / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/ &quot;rel =&quot; Lesezeichen &quot;&gt; QuickTime 7/6 Adressen Sicherheit &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near -Unibody-specs / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/ &quot; rel = &quot;Lesezeichen&quot;&gt; $ 999 MacBook Hardware aktualisiert, um in der N?he von Unibody-Daten &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/19/use-your -iPhone-zu-Navigation-Einweihung-Tag / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration -Tag / &quot;rel =&quot; Lesezeichen &quot;&gt; Verwenden Sie Ihr iPhone zu navigieren Einweihung Tag &lt;/ a&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;div id=&quot;featuredstories&quot; class=&quot;headlines&quot;&gt; &lt;h3&gt; &lt;span&gt; &lt;a href=&quot;/tag/features/&quot;&gt; sehenswerte Geschichten &lt;/ a&gt; &lt;a href = &quot;http://www.tuaw.com/tag/features/rss.xml&quot; class = &quot; Futtermittel &quot;title =&quot; Abonnieren Sie sehenswerte Geschichten &quot;&gt; Feed &lt;/ a&gt; &lt;/ span&gt; &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / &quot;&gt; Daily AOL Finance ca. wirft die Bar f?r das iPhone Investitionen Tools &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/&quot;&gt; &lt;a rel = &quot;Lesezeichen&quot; href = &quot;http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/&quot;&gt; TUAW Tipp: Tauschen Sie Ihren Laptop auf der Festplatte f?r eine schicke neue SSD &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/14/another-fistful- von-apps-ember-Headspace-mymovies-nozbe-jugl / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/14/another-fistful-of-apps- ember-Headspace-mymovies-nozbe-jugl / &quot;&gt; Eine weitere Handvoll Apps: Ember, Headspace, myMovies, Nozbe, Juglir und LiveView &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www. tuaw.com/2009/04/01/tuaw-1976 / &quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/04/01/tuaw-1976/&quot;&gt; TUAW 1976 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/&quot;&gt; &lt;a rel = &quot;Lesezeichen&quot; href = &quot;http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/&quot;&gt; Mein Vater, der Switcher: Tag 140 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot; http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/ &quot;&gt; Mein Vater, der Switcher: Tag 139 &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt; a href = &quot;http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http://www. tuaw.com/2009/02/10/31-fart-apps-in-90-seconds / &quot;&gt; 31 fart Apps in 90 Sekunden &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http:// www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/ &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/02/ 08/app-store-demo-no-lite-yes / &quot;&gt; App Store:&quot; Demo &quot;Nein,&quot; Lite &quot;Ja &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www. tuaw.com/2009/02/02/one-month-with-apple-tv / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/02/02/one- month-with-apple-tv/&quot;&gt;One month with Apple TV&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.tuaw.com/2008/12/27/traveling-iphone -can-help/&quot;&gt;&lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/&quot;&gt;Traveling? iPhone can help!&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;br class=&quot;clear&quot; /&gt; <br> &lt;div class=&quot;medrect&quot;&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> &lt;!– <br> adSetType(&quot;F&quot;); <br> htmlAdWH(&quot;93217998&quot;, &quot;300&quot;, &quot;250&quot;); <br> adSetType(&quot;&quot;); <br> //–&gt; <br> &lt;/script&gt; <br> &lt;/div&gt;&lt;!– /medrect –&gt;&lt;div id=&quot;twitter_linkage&quot; class=&quot;module&quot;&gt;&lt;a href=&quot;http://www.twitter.com/tuaw&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg&quot; alt=&quot;Follow us on Twitter!&quot; /&gt;&lt;/a&gt;&lt;/div&gt; <br> &lt;!– Start of Flickr Badge –&gt; <br> &lt;div class=&quot;module&quot;&gt; <br> &lt;h3&gt;&lt;a href=&quot;http://flickr.com/photos/tags/tuaw&quot; target=&quot;_blank&quot;&gt;&lt;span&gt;TUAW &lt;strong style=&quot;color:#3993ff&quot;&gt;flick&lt;span style=&quot;color:#ff1c92&quot;&gt;r&lt;/span&gt;&lt;/strong&gt; Pool&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt; <br> &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;10&quot; border=&quot;0&quot; id=&quot;flickr_badge_wrapper&quot;&gt; <br> &lt;tr&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.flickr.com/badge_code_v2.gne?show_name=1&amp;count=3&amp;display=latest&amp;size=t&amp;layout=h&amp;source=all_tag&amp;tag=tuaw&amp;user=15453323%40N00&quot;&gt;&lt;/script&gt; <br> &lt;/tr&gt; <br> &lt;/table&gt; <br> &lt;a href=&quot;http://www.flickr.com&quot; id=&quot;flickr_www&quot;&gt;www.&lt;strong style=&quot;color:#3993ff&quot;&gt;flick&lt;span style=&quot;color:#ff1c92&quot;&gt;r&lt;/span&gt;&lt;/strong&gt;.com&lt;/a&gt; <br> &lt;/div&gt; <br> &lt;!– End of Flickr Badge –&gt;&lt;object lassid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot; width=&quot;330&quot; height=&quot;150&quot;&gt; <br> &lt;param name=&quot;movie value=&quot;http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&amp;resultsnum=10&amp;title=TUAW%20on%20Truveo&quot; /&gt; <br> &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; <br> &lt;embed src=&quot;http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&amp;resultsnum=10&amp;title=TUAW%20on%20Truveo&quot; quality=&quot;high&quot; wmode=&quot;transparent&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;330&quot; height=&quot;150&quot;&gt;&lt;/embed&gt; <br> &lt;/object&gt;&lt;a href=&quot;http://www.cafepress.com/tuaw&quot; title=&quot;Visit our Cafe Press store&quot; class=&quot;rail-promo&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png&quot; alt=&quot;TUAW [Cafepress]&quot; /&gt;&lt;/a&gt;&lt;div class=&quot;ad-wrap&quot;&gt; <br> &lt;div class=&quot;ad-wrap-inner&quot;&gt; <br> &lt;h3 class=&quot;hide&quot;&gt;&lt;span class=&quot;wrap&quot;&gt;Sponsored Links&lt;/span&gt;&lt;/h3&gt; <br> &lt;p class=&quot;sponsored&quot;&gt;Advertise with us. (&lt;a href=&quot;http://www.weblogsinc.com/advertise/&quot;&gt;Learn more&lt;/a&gt;)&lt;/p&gt; <br> &lt;/div&gt; <br> &lt;/div&gt; <br><br> &lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;Featured Galleries&lt;/span&gt;&lt;/h3&gt;&lt;div class=&quot;featuredgalleries clearfix&quot;&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/gallery-2397/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg&quot; alt=&quot;DNC Macs&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;DNC Macs&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/macworld-2008-keynote-1/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg&quot; alt=&quot;Macworld 2008 Keynote&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Macworld 2008 Keynote&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/macworld-2008-build-up/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/01/dsc_5493_thumbnail.jpg&quot; alt=&quot;Macworld 2008 Build-up&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Macworld 2008 Build-up&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/google-earth-for-iphone/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/10/gooe1_thumbnail.png&quot; alt=&quot;Google Earth for iPhone&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Google Earth for iPhone&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/podcaster/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg&quot; alt=&quot;Podcaster&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Podcaster&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/bento-for-iphone-1-0/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg&quot; alt=&quot;Bento for iPhone 1.0&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Bento for iPhone 1.0&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/scrabble-for-iphone/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png&quot; alt=&quot;Scrabble for iPhone&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Scrabble for iPhone&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/tom-bihn-checkpoint-flyer-briefcase/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg&quot; alt=&quot;Tom Bihn Checkpoint Flyer Briefcase&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Tom Bihn Checkpoint Flyer Briefcase&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/apple-vanity-plates/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/05/appleplatealanrothberg_thumbnail.jpg&quot; alt=&quot;Apple Vanity Plates&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Apple Vanity Plates&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/apple-booth-macworld-07/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours—23_thumbnail.jpg&quot; alt=&quot;Apple booth Macworld 07&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Apple booth Macworld 07&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/quickoffice-for-iphone-1-1-1/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail.jpg&quot; alt=&quot;Quickoffice for iPhone 1.1.1&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Quickoffice for iPhone 1.1.1&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/daylite-3-9-review/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail.png&quot; alt=&quot;Daylite 3.9 Review&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Daylite 3.9 Review&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/discpainter/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png&quot; alt=&quot;DiscPainter&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;DiscPainter&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/mariner-calc-for-iphone/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg&quot; alt=&quot;Mariner Calc for iPhone&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Mariner Calc for iPhone&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/2009cupertinobus/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/01/cupertino09-1_thumbnail.jpg&quot; alt=&quot;2009CupertinoBus&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;2009CupertinoBus&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/crash-bandicoot-nitro-kart-3d/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png&quot; alt=&quot;Crash Bandicoot Nitro Kart 3D&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Crash Bandicoot Nitro Kart 3D&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/mlb-com-at-bat-2009/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg&quot; alt=&quot;MLB.com At Bat 2009&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;MLB.com At Bat 2009&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/macworld-expo-2007-show-floor/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg&quot; alt=&quot;Macworld Expo 2007 show floor&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Macworld Expo 2007 show floor&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/apple-texas-hold-em/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg&quot; alt=&quot;Apple Texas Hold 'Em&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;Apple Texas Hold 'Em&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/the-macworld-faithful-in-line/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg&quot; alt=&quot;The Macworld Faithful in Line&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;The Macworld Faithful in Line&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/iphone-first-look/&quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg&quot; alt=&quot;iPhone First Look&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;iPhone First Look&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;p class=&quot;clearer&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt; <br> &lt;div class=&quot;statstable&quot; id=&quot;stats_bloggers&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;TUAW bloggers (30 days)&lt;/span&gt;&lt;/h3&gt;&lt;table class=&quot;data&quot; cellspacing=&quot;0&quot;&gt;&lt;tr&gt;&lt;th&gt;#&lt;/th&gt;&lt;th&gt;Blogger&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;Posts&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;Cmts&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;1&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/steven-sande/&quot;&gt;Steven Sande&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;36&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/mel-martin/&quot;&gt;Mel Martin&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;32&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;3&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/mike-schramm/&quot;&gt;Mike Schramm&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;25&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;4&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/dave-caolo/&quot;&gt;Dave Caolo&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;23&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;5&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/michael-rose/&quot;&gt;Michael Rose&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;17&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;32&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;6&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/robert-palmer/&quot;&gt;Robert Palmer&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;14&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/cory-bohon/&quot;&gt;Cory Bohon&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;8&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/christina-warren/&quot;&gt;Christina Warren&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;13&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;9&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/aron-trimble/&quot;&gt;Aron Trimble&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;11&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;10&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/brett-terpstra/&quot;&gt;Brett Terpstra&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;11&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/megan-lavey/&quot;&gt;Megan Lavey&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;6&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;12&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/victor-agreda-jr/&quot;&gt;Victor Agreda, Jr.&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;3&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;13&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/kelly-guimont/&quot;&gt;Kelly Guimont&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;14&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/mat-lu/&quot;&gt;Mat Lu&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;15&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/chris-ullrich/&quot;&gt;Chris Ullrich&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;16&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/brett-kelly/&quot;&gt;Brett Kelly&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;1&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;statstable&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;Most Commented On &lt;em&gt;(7 days)&lt;/em&gt;&lt;/span&gt;&lt;/h3&gt;&lt;ul class=&quot;box&quot;&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/&quot; rel=&quot;bookmark&quot;&gt;Hulu Desktop app gives full-screen experience to Mac users&lt;/a&gt; (63)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot; rel=&quot;bookmark&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt; (46)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/&quot; rel=&quot;bookmark&quot;&gt;Fortune: Palm Pre syncs flawlessly with iTunes&lt;/a&gt; (38)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/&quot; rel=&quot;bookmark&quot;&gt;Stop the presses! AP News for iPhone is a mess&lt;/a&gt; (33)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/&quot; rel=&quot;bookmark&quot;&gt;Sirius-XM iPhone app coming 'real soon'&lt;/a&gt; (29)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/&quot; rel=&quot;bookmark&quot;&gt;Apple building server farm, secret lair in North Carolina&lt;/a&gt; (29)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/&quot; rel=&quot;bookmark&quot;&gt;White MacBook specs quietly bumped&lt;/a&gt; (26)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/&quot; rel=&quot;bookmark&quot;&gt;Businessweek puts Apple at top of Most Innovative list&lt;/a&gt; (25)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/&quot; rel=&quot;bookmark&quot;&gt;Rumors: iPod, cameras expecting offspring&lt;/a&gt; (23)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/&quot; rel=&quot;bookmark&quot;&gt;Eucalyptus for iPhone gets a new lease on life&lt;/a&gt; (23)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;statstable&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;Recent Comments&lt;/span&gt;&lt;/h3&gt;&lt;ul id=&quot;stats_recentcomments&quot;&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19114306&quot;&gt;Drahliana&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329&quot;&gt;user7&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/&quot;&gt;Some Macbook Pros are updated along with iWork '09&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308&quot;&gt;Andy&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/&quot;&gt;Some Macbook Pros are updated along with iWork '09&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197&quot;&gt;cam&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941&quot;&gt;Mel Martin&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895&quot;&gt;whoapossum&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888&quot;&gt;zezke&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679&quot;&gt;Maxwell&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696&quot;&gt;Tyson McMurtrey&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/&quot;&gt;Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680&quot;&gt;ted&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div id=&quot;tagCloud&quot; class=&quot;sidearea&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;The Unofficial Apple Weblog (TUAW) Tags&lt;/span&gt;&lt;/h3&gt;&lt;div class=&quot;box&quot;&gt;&lt;p&gt; &lt;a href=&quot;/tag/sling/&quot; class=&quot;tagSmall&quot;&gt;sling&lt;/a&gt; &lt;a href=&quot;/tag/review/&quot; class=&quot;tagSmall&quot;&gt;review&lt;/a&gt; &lt;a href=&quot;/tag/SnowLeopard/&quot; class=&quot;tagSmall&quot;&gt;SnowLeopard&lt;/a&gt; &lt;a href=&quot;/tag/IpodTouch/&quot; class=&quot;tagSmall&quot;&gt;IpodTouch&lt;/a&gt; &lt;a href=&quot;/tag/AppStore/&quot; class=&quot;tagSmall&quot;&gt;AppStore&lt;/a&gt; &lt;a href=&quot;/tag/safari/&quot; class=&quot;tagSmall&quot;&gt;safari&lt;/a&gt; &lt;a href=&quot;/tag/software/&quot; class=&quot;tagSmall&quot;&gt;software&lt;/a&gt; &lt;a href=&quot;/tag/ads/&quot; class=&quot;tagSmall&quot;&gt;ads&lt;/a&gt; &lt;a href=&quot;/tag/apple/&quot; class=&quot;tagSmall&quot;&gt;apple&lt;/a&gt; &lt;a href=&quot;/tag/server/&quot; class=&quot;tagSmall&quot;&gt;server&lt;/a&gt; &lt;a href=&quot;/tag/app-store/&quot; class=&quot;tagSmall&quot;&gt;app-store&lt;/a&gt; &lt;a href=&quot;/tag/mobileme/&quot; class=&quot;tagSmall&quot;&gt;mobileme&lt;/a&gt; &lt;a href=&quot;/tag/video/&quot; class=&quot;tagSmall&quot;&gt;video&lt;/a&gt; &lt;a href=&quot;/tag/MacbookPro/&quot; class=&quot;tagSmall&quot;&gt;MacbookPro&lt;/a&gt; &lt;a href=&quot;/tag/mac/&quot; class=&quot;tagSmall&quot;&gt;mac&lt;/a&gt; &lt;a href=&quot;/tag/accessories/&quot; class=&quot;tagSmall&quot;&gt;accessories&lt;/a&gt; &lt;a href=&quot;/tag/itunes/&quot; class=&quot;tagSmall&quot;&gt;itunes&lt;/a&gt; &lt;a href=&quot;/tag/AppleHistory/&quot; class=&quot;tagSmall&quot;&gt;AppleHistory&lt;/a&gt; &lt;a href=&quot;/tag/twitter/&quot; class=&quot;tagSmall&quot;&gt;twitter&lt;/a&gt; &lt;a href=&quot;/tag/rumors/&quot; class=&quot;tagSmall&quot;&gt;rumors&lt;/a&gt; &lt;a href=&quot;/tag/AppleStore/&quot; class=&quot;tagSmall&quot;&gt;AppleStore&lt;/a&gt; &lt;a href=&quot;/tag/IpodShuffle/&quot; class=&quot;tagSmall&quot;&gt;IpodShuffle&lt;/a&gt; &lt;a href=&quot;/tag/sdk/&quot; class=&quot;tagSmall&quot;&gt;sdk&lt;/a&gt; &lt;a href=&quot;/tag/ipod/&quot; class=&quot;tagSmall&quot;&gt;ipod&lt;/a&gt; &lt;a href=&quot;/tag/developers/&quot; class=&quot;tagSmall&quot;&gt;developers&lt;/a&gt; &lt;a href=&quot;/tag/giveaway/&quot; class=&quot;tagSmall&quot;&gt;giveaway&lt;/a&gt; &lt;a href=&quot;/tag/Kindle/&quot; class=&quot;tagSmall&quot;&gt;Kindle&lt;/a&gt; &lt;a href=&quot;/tag/podcast/&quot; class=&quot;tagSmall&quot;&gt;podcast&lt;/a&gt; &lt;a href=&quot;/tag/design/&quot; class=&quot;tagSmall&quot;&gt;design&lt;/a&gt; &lt;a href=&quot;/tag/games/&quot; class=&quot;tagSmall&quot;&gt;games&lt;/a&gt; &lt;a href=&quot;/tag/att/&quot; class=&quot;tagSmall&quot;&gt;att&lt;/a&gt; &lt;a href=&quot;/tag/hulu/&quot; class=&quot;tagSmall&quot;&gt;hulu&lt;/a&gt; &lt;a href=&quot;/tag/update/&quot; class=&quot;tagSmall&quot;&gt;update&lt;/a&gt; &lt;a href=&quot;/tag/firstlook/&quot; class=&quot;tagSmall&quot;&gt;firstlook&lt;/a&gt; &lt;a href=&quot;/tag/iphone3g/&quot; class=&quot;tagSmall&quot;&gt;iphone3g&lt;/a&gt; &lt;a href=&quot;/tag/productivity/&quot; class=&quot;tagSmall&quot;&gt;productivity&lt;/a&gt; &lt;a href=&quot;/tag/macbook/&quot; class=&quot;tagSmall&quot;&gt;macbook&lt;/a&gt; &lt;a href=&quot;/tag/pricing/&quot; class=&quot;tagSmall&quot;&gt;pricing&lt;/a&gt; &lt;a href=&quot;/tag/ipod-touch/&quot; class=&quot;tagSmall&quot;&gt;ipod-touch&lt;/a&gt; &lt;a href=&quot;/tag/iPhone/&quot; class=&quot;tagSmall&quot;&gt;iPhone&lt;/a&gt; &lt;a href=&quot;/tag/talkcast/&quot; class=&quot;tagSmall&quot;&gt;talkcast&lt;/a&gt; &lt;a href=&quot;/tag/retro-tuaw/&quot; class=&quot;tagSmall&quot;&gt;retro-tuaw&lt;/a&gt; &lt;a href=&quot;/tag/hardware/&quot; class=&quot;tagSmall&quot;&gt;hardware&lt;/a&gt; &lt;a href=&quot;/tag/music/&quot; class=&quot;tagSmall&quot;&gt;music&lt;/a&gt; &lt;a href=&quot;/tag/security/&quot; class=&quot;tagSmall&quot;&gt;security&lt;/a&gt; &lt;a href=&quot;/tag/apps/&quot; class=&quot;tagSmall&quot;&gt;apps&lt;/a&gt; &lt;a href=&quot;/tag/iLife/&quot; class=&quot;tagSmall&quot;&gt;iLife&lt;/a&gt; &lt;a href=&quot;/tag/release/&quot; class=&quot;tagSmall&quot;&gt;release&lt;/a&gt; &lt;a href=&quot;/tag/MacOsX/&quot; class=&quot;tagSmall&quot;&gt;MacOsX&lt;/a&gt; &lt;a href=&quot;/tag/IphoneOs/&quot; class=&quot;tagSmall&quot;&gt;IphoneOs&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;module&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;More Apple Analysis&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://aapl.bloggingstocks.com/&quot;&gt;AAPL on BloggingStocks&lt;/a&gt; The Apple category feed from BloggingStocks.com&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/apple-inc/aapl/nas&quot;&gt;AAPL Quote, News &amp; Summary&lt;/a&gt; The AAPL financials page from AOL Money and Finance&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/tag/iphone&quot;&gt;iPhone analysis from BloggingStocks&lt;/a&gt; iPhone tag feed from BloggingStocks&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/category/macintosh/&quot;&gt;Macintosh news and reviews on Download Squad&lt;/a&gt; The Macintosh category feed from Download Squad&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;module&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;More from AOL Money and Finance&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/investing/stockscreener&quot;&gt;Stock Screener&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-quotes&quot;&gt;Stock Quotes&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji&quot;&gt;DJIA&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/amt&quot;&gt;AMT&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans/auto&quot;&gt;Auto Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking&quot;&gt;Banking&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/car-insurance&quot;&gt;Car Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking/checking&quot;&gt;Checking Account&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/credit/credit-cards&quot;&gt;Credit Cards&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/credit/credit-reports&quot;&gt;Credit Reports&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/deals&quot;&gt;Deals&lt;/a&gt; Deals&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/creditdebt/debt&quot;&gt;Debt Management&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji&quot;&gt;Dow Jones Industrial Average&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/news/earnings&quot;&gt;Earnings&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/google-inc/goog/nas&quot;&gt;GOOG&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/health-insurance&quot;&gt;Health Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/home-insurance&quot;&gt;Home Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/fraud/identity-theft&quot;&gt;Identity Theft&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/basics&quot;&gt;Income Tax Basics&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance&quot;&gt;Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/life-insurance&quot;&gt;Life Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans&quot;&gt;Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com&quot;&gt;Money&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/mortgages&quot;&gt;Mortgages&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans/personal&quot;&gt;Personal Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/recession&quot;&gt;Recession&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/mortgages/refinancing&quot;&gt;Refinancing&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/retirement&quot;&gt;Retirement&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking/savings&quot;&gt;Savings Account&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://smallbusiness.aol.com/&quot;&gt;Small Business&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/usw/quotes/charts&quot;&gt;Stock Charts&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-ticker&quot;&gt;Stock Ticker&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes&quot;&gt;Taxes&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/news/technology&quot;&gt;Tech News&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;blogroll&quot; id=&quot;winblogroll&quot;&gt; <br> &lt;h3 id=&quot;blogroll_header&quot;&gt;&lt;span&gt;&lt;a href=&quot;http://www.weblogsinc.com&quot;&gt;WIN Network&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt; <br> <br> &lt;ul id=&quot;winblogroll&quot; class=&quot;accordian&quot;&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Autos&lt;/strong&gt; <br> <br> &lt;ul id=&quot;consumer&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/&quot;&gt;Autoblog&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.autobloggreen.com/&quot;&gt;Autoblog Green&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://spanish.autoblog.com/&quot;&gt;Autoblog Spanish&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://chinese.autoblog.com/&quot;&gt;Autoblog Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://cn.autoblog.com/&quot;&gt;Autoblog Simplified Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://jp.autoblog.com/&quot;&gt;Autoblog Japanese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://uk.autoblog.com/&quot;&gt;Autoblog UK&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://de.autoblog.com/&quot;&gt;Autoblog Auf Deutsh&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://fr.autoblog.com/&quot;&gt;Autoblog En Fran?ais&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Technology&lt;/strong&gt; <br> &lt;ul id=&quot;technology&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/&quot;&gt;Download Squad&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.engadget.com/&quot;&gt;Engadget&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.engadgethd.com/&quot;&gt;Engadget HD&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.engadgetmobile.com/&quot;&gt;Engadget Mobile&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://chinese.engadget.com/&quot;&gt;Engadget Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://cn.engadget.com/&quot;&gt;Engadget Simplified Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://japanese.engadget.com/&quot;&gt;Engadget Japanese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://de.engadget.com/&quot;&gt;Engadget Germany&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://kr.engadget.com/&quot;&gt;Engadget Korea&lt;/a&gt;&lt;/li&gt; <br> <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://pl.engadget.com/&quot;&gt;Engadget Polska&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://spanish.engadget.com/&quot;&gt;Engadget Spanish&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.switched.com/&quot;&gt;Switched&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.tuaw.com/&quot;&gt;TUAW (Apple)&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Lifestyle&lt;/strong&gt; <br> <br> &lt;ul id=&quot;lifestyle&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.aisledash.com/&quot;&gt;AisleDash&lt;/a&gt;&lt;/li&gt; <br>?? &lt;li&gt;&lt;a href=&quot;http://www.diylife.com/&quot;&gt;DIY Life&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.gadling.com/&quot;&gt;Gadling&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.greendaily.com/&quot;&gt;Green Daily&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.luxist.com/&quot;&gt;Luxist&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://jp.luxist.com/&quot;&gt;Luxist Japanese&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.parentdish.com/&quot;&gt;ParentDish&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.slashfood.com/&quot;&gt;Slashfood&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.stylelist.com/blog/&quot;&gt;StyleList Blog&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.thatsfit.com/&quot;&gt;That's Fit&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Gaming&lt;/strong&gt; <br> <br> &lt;ul id=&quot;gaming&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/&quot;&gt;Joystiq&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://nintendo.joystiq.com/&quot;&gt;Joystiq [Nintendo]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/&quot;&gt;Joystiq [Xbox]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://playstation.joystiq.com/&quot;&gt;Joystiq [PlayStation]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://jp.joystiq.com/&quot;&gt;Joystiq Japanese&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.massively.com/&quot;&gt;Massively&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.wowinsider.com/&quot;&gt;WoW Insider&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://news.bigdownload.com&quot;&gt;Big Download&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.gamedaily.com/&quot;&gt;GameDaily&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.playsavvy.com&quot;&gt;PlaySavvy&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Entertainment&lt;/strong&gt; <br> &lt;ul id=&quot;entertainment&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.com/&quot;&gt;Cinematical&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://nl.cinematical.com/&quot;&gt;Cinematical Nederland&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.pl/&quot;&gt;Cinematical Polska&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.es/&quot;&gt;Cinematical Espana&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.tvsquad.com/&quot;&gt;TV Squad&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Finance&lt;/strong&gt; <br> <br> &lt;ul id=&quot;finance&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.bloggingbuyouts.com/&quot;&gt;BloggingBuyouts&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/&quot;&gt;BloggingStocks&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.dailyfinance.com/&quot;&gt;DailyFinance&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji&quot;&gt;DIJA&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/&quot;&gt;WalletPop&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.co.uk/&quot;&gt;WalletPop UK&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/&quot;&gt;Taxes&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Sports&lt;/strong&gt; <br> &lt;ul id=&quot;sports&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.fanhouse.com&quot;&gt;FanHouse&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nfl.fanhouse.com/&quot;&gt;NFL&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nba.fanhouse.com/&quot;&gt;NBA&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://mlb.fanhouse.com/&quot;&gt;MLB&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://ncaafootball.fanhouse.com/&quot;&gt;NCAA Football&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://ncaabasketball.fanhouse.com/&quot;&gt;NCAA Basketball&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://motorsports.fanhouse.com/&quot;&gt;NASCAR&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nhl.fanhouse.com/&quot;&gt;NHL&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://golf.fanhouse.com/&quot;&gt;Golf&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://fantasyfootball.fanhouse.com/&quot;&gt;Fantasy Football&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://fantasybasketball.fanhouse.com/&quot;&gt;Fantasy Basketball&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/&quot;&gt;UFC 98 results&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br>???????? &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Also on AOL&lt;/strong&gt; <br> &lt;ul id=&quot;alsoAOL&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.politicsdaily.com&quot;&gt;Politics Daily&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://blackvoices.aol.com/&quot;&gt;African-American Culture&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://autos.aol.com/&quot;&gt;Cars&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.games.com/&quot;&gt;Games&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.mapquest.com&quot;&gt;Maps&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://money.aol.com/&quot;&gt;Money&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.moviefone.com/&quot;&gt;Movies&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://music.aol.com/&quot;&gt;Music&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://news.aol.com/&quot;&gt;News&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://music.aol.com/radioguide/bb&quot;&gt;Radio&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://sports.aol.com/&quot;&gt;Sports&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-quotes/&quot;&gt;Stock Quotes&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://television.aol.com/&quot;&gt;Television&lt;/a&gt;&lt;/li <br> &lt;li&gt;&lt;a href=&quot;http://travel.aol.com/&quot;&gt;Travel&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/div&gt;&lt;a href=&quot;http://daol.aol.com/software/mac/iphone/radio&quot; title=&quot;AOL iPhone Radio&quot; class=&quot;aol-radio&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif&quot; alt=&quot;AOL Radio&quot; /&gt;&lt;/a&gt; <br> &lt;a href=&quot;http://www.stitcher.com/listen.php?fid=8189&quot; title=&quot;TUAW on Stitcher&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif&quot; alt=&quot;TUAW on Stitcher&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!– /subcontent –&gt; <br> &lt;/div&gt; <br> &lt;div id=&quot;footer&quot;&gt; <br> &lt;div class=&quot;searchform&quot;&gt; <br> &lt;ul class=&quot;searchnav clearfix&quot;&gt; <br> &lt;li id=&quot;search-tab-blog2&quot; class=&quot;selected&quot;&gt;&lt;a onclick=&quot;return searchTarget('/search/?q=', 0, 'search-tab-blog2');&quot; href=&quot;#&quot;&gt;TUAW&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Web2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Web2');&quot; href=&quot;http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&amp;query=&quot;&gt;Web&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Images2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Images2');&quot;href=&quot;http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;Images&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Video2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Video2');&quot;href=&quot;http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&amp;query=&quot;&gt;Video&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-News2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;amp;query=', 0, 'search-tab-News2');&quot;href=&quot;http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;News&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Local2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;amp;query=', 0, 'search-tab-Local2');&quot; href=&quot;http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;Local&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;form name=&quot;s_form2&quot; action=&quot;/search/&quot;&gt;&lt;fieldset&gt;&lt;input type=&quot;text&quot; name=&quot;q&quot; id=&quot;queryname2&quot; value=&quot;&quot; class=&quot;text&quot; /&gt;&lt;button id=&quot;searchsubmit&quot; onclick=&quot;return submitHeaderSearch('onclick');&quot; type=&quot;submit&quot; name=&quot;searchsubmit&quot; title=&quot;Search&quot; &gt;&lt;/button&gt;&lt;input type=&quot;hidden&quot; name=&quot;invocationType&quot; value=&quot;wl-tuaw-ft&quot; /&gt;&lt;/fieldset&gt;&lt;/form&gt; <br> &lt;/div&gt;&lt;!– /show-footer-search.html.php –&gt; <br> &lt;div class=&quot;bottomleader&quot;&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> &lt;!– <br> adSetType(&quot;F&quot;); <br> htmlAdWH('93217798', '728', '90'); <br> adSetType(&quot;&quot;); <br> //–&gt; <br> &lt;/script&gt; <br> &lt;/div&gt;&lt;!– /topleader –&gt;&lt;/div&gt;&lt;!– /footer –&gt; <br> &lt;div id=&quot;grid2&quot;&gt; <br> &lt;table class=&quot;grid-table&quot; cellspacing=&quot;0&quot;&gt; <br> &lt;tr&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;first&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.joystiq.com/&quot;&gt;Joystiq&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/&quot; rel=&quot;bookmark&quot;&gt;Qore leak reveals new PSP Metal Gear and more&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/&quot; rel=&quot;bookmark&quot;&gt;Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/&quot; rel=&quot;bookmark&quot;&gt;PSP Go revealed in June issue of Qore [update]&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.downloadsquad.com/&quot;&gt;Download Squad&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/&quot; rel=&quot;bookmark&quot;&gt;Search for useful bookmarklets with Bookmarklet Directory&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/&quot; rel=&quot;bookmark&quot;&gt;Where to watch the Stanley Cup finals online&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/&quot; rel=&quot;bookmark&quot;&gt;Goog-411 now provides intersection info&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.bloggingstocks.com/&quot;&gt;BloggingStocks&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/allegheny-energy-knows-the-u-s-will-eventually-need-more-power/&quot; rel=&quot;bookmark&quot;&gt;Allegheny Energy knows the U.S. will eventually need more power&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/&quot; rel=&quot;bookmark&quot;&gt;Stock #2: Quicksilver (ZQK)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/&quot; rel=&quot;bookmark&quot;&gt;Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;/tr&gt; <br> &lt;tr&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.autoblog.com/&quot;&gt;Autoblog&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/report-two-plants-saved-from-closing-under-new-gm-uaw-agreement/&quot; rel=&quot;bookmark&quot;&gt;REPORT: Two plants saved from closing under new GM/UAW agreement&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/&quot; rel=&quot;bookmark&quot;&gt;VIDEO: Corvette Grand Sport launch control tested… in dealer lot&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/&quot; rel=&quot;bookmark&quot;&gt;Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;last&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://xbox.joystiq.com/&quot;&gt;Joystiq Xbox&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/&quot; rel=&quot;bookmark&quot;&gt;Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/&quot; rel=&quot;bookmark&quot;&gt;Raiden IV media blowout &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/&quot; rel=&quot;bookmark&quot;&gt;Joyswag: Gel: Set &amp;amp; Match&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;last&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.engadget.com/&quot;&gt;Engadget&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/alienware-m17x-gaming-laptop-hands-on-it-isnt-quite-all-power/&quot; rel=&quot;bookmark&quot;&gt;Alienware M17x gaming laptop hands-on: it isn't quite &quot;all powerful,&quot; but it'll do in a pinch&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/engadget-podcast-148-05-30-2009/&quot; rel=&quot;bookmark&quot;&gt;Engadget Podcast 148 – 05.30.2009&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/&quot; rel=&quot;bookmark&quot;&gt;Video: Sony's PSP Go leaks out before E3, is obviously a go&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;/tr&gt; <br> &lt;/table&gt; <br> &lt;/div&gt; <br> &lt;div id=&quot;legal&quot;&gt; <br> &lt;a href=&quot;http://news.aol.com&quot; target=&quot;_blank&quot; class=&quot;cobrand-footer&quot;&gt;AOL News&lt;/a&gt; <br> &lt;p&gt;All contents copyright &amp;copy; 2003-2009, &lt;a href=&quot;http://www.weblogsinc.com/&quot;&gt;Weblogs, Inc.&lt;/a&gt; All rights reserved&lt;/p&gt; <br> &lt;p&gt;&lt;a href=&quot;&quot;&gt;The Unofficial Apple Weblog (TUAW)&lt;/a&gt; is a member of the &lt;a href=&quot;http://www.weblogsinc.com/&quot;&gt;Weblogs, Inc. Network&lt;/a&gt;. &lt;a href=&quot;http://www.weblogsinc.com/privacy/&quot;&gt;Privacy Policy&lt;/a&gt;, &lt;a href=&quot;http://www.weblogsinc.com/terms/&quot;&gt;Terms of Service&lt;/a&gt;, &lt;a href=&quot;http://www.weblogsinc.com/report/&quot;&gt;Notify AOL&lt;/a&gt;&lt;/p&gt; <br> <br> &lt;/div&gt;&lt;!– /legal –&gt; <br> &lt;/div&gt;&lt;!– /main –&gt; <br> &lt;/div&gt;&lt;!– /container –&gt; <br> &lt;/body&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js&quot;&gt;&lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> $(document).ready(init); <br> function init() <br> { <br> $('.winblogrollcat').children('ul').hide(); <br> $('.winblogrollcat .trigger').click(function(evt){ <br> $(this.parentNode).children('ul').slideToggle('fast'); <br> }); <br>???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); <br> } <br> &lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogcdn.com/js/addthis.js&quot;&gt;&lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> if (top !== self &amp;&amp; document.referrer.match(/digg\.com\/\w{1,8}/)) { <br>?? top.location.replace(self.location.href); <br> } <br> &lt;/script&gt; <br> &lt;/html&gt;&lt;script type=&quot;text/javascript&quot;&gt; <br> &lt;!– <br> document.write('&lt;scr' + 'ipt src=&quot;http://www.tuaw.com/traffic/' + '?t=js&amp;bv=&amp;os=&amp;tz=&amp;lg=&amp;rv=&amp;rsv=&amp;pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&amp;cb=955338100&quot; type=&quot;text/javascript&quot;&gt;&lt;/scr' + 'ipt&gt;'); <br> // –&gt; <br> &lt;/script&gt;&lt;noscript&gt;&lt;img src=&quot;http://www.tuaw.com/traffic/?t=px&amp;bv=JavaScript+Disabled&amp;os=&amp;tz=default&amp;lg=&amp;rv=&amp;rsv=&amp;pw=%2F2009%2F05%2F30%2Ffuture-itunes-versions-could-block-the-pre-but-why%2F&amp;cb=1942902130&quot; alt=&quot;the end&quot; width=&quot;1&quot; height=&quot;1&quot;border=&quot;0&quot; /&gt;&lt;/noscript&gt;</textarea></td></tr><tr><td></td><td align=right><input type=submit value="Contribute"></td></tr></table></form></td></tr></table><div class=footer><a href="http://www.google.com/webhp?hl=en">Google&nbsp;Home</a> – <a href="http://www.google.com/intl/en/help/faq_translation.html">About Google Translate</a><br><br>&copy;2009 Google</div><iframe name=hidden_iframe style="display:none"></iframe></div><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ?"https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost +"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">var pageTracker = _gat._getTracker("UA-1043770-1");pageTracker._initData();pageTracker._trackPageview("/translate_t?hl=en&ie=ISO-8859-1&langpair=en|de");</script></body></html>Google Home – About Google Translate©2009 Googlevar gaJsHost = ((“https:” == document.location.protocol) ?”https://ssl.” : “http://www.”);document.write(unescape(“%3Cscript src=’” + gaJsHost +”google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));var pageTracker = _gat._getTracker(“UA-1043770-1″);pageTracker._initData();pageTracker._trackPageview(“/translate_t?hl=en&ie=ISO-8859-1&langpair=de|en”);

post

Palm Pre Gets Mixed Early Review: Not An Apple iPhone Killer – eWeek


Gadget Review

Palm Pre Gets Mixed Early Review: Not An Apple iPhone Killer
eWeek,  NY
Palm Pre, the smartphone that Palm hopes will revive its ailing fortunes and provide a viable smartphone competitor to Apple's iPhone and Research In Motion's Blackberry, was reviewed by The Boy Genius Report. Apparently, the Pre has some innovative ...
Sprint Pre-Sales Party for the Palm Pre on June 5th, We Will Bring ... MobileTechReview.com
Palm Pre dupes iTunes into thinking it's an iPod TechSpot
all 9 news articles
post

The Month in Android Apps: Grey Cupcakes Have Delicious Spots [Android Apps]

Hello, welcome to the inaugural this month in Android apps. It's been a pastry-packed month, what with cupcakes and donuts and, um, ions flying around. We've got spots, searches, flicks and apps that will make you burn with jealous rage just ahead.


Spotify: Demoed at Google IO 2009, it actually isn't available in America—legit use is limited to a handful of countries in Europe (we get Hulu, you guys get Spotify). It's a scary good music streaming app. It caches songs so you can listen to them offline, and you can add music to your playlist from a computer—it'll show up instantly on your phone. Oh yeah, did I mention Spotify gives you millions a tracks to create a totally customized library from? Pandora what? Pleasepleaseplease come to America.

Flixster: Fllxster's my preferred movie app on the iPhone because you can find what you're looking for really fast, so I'm pretty happy to see it on Android. It finds theaters close to you and lists showtimes, along with reviews from Rotten Tomatoes and trailers. It also covers what's new in DVD. The only real flaw is that you can't buy tickets direct from the app. Free.

Searchme: A "visual search engine," meaning it delivers results as thumbnail previews of websites and videos. The native Android app actually replicates most of the functions of the full desktop version of Searchme, you know, if you're looking a search engine that looks a little slicker than Google.

Gensoid: A BYOR (bring your own ROM) Sega Genesis emulator, from the same cat who brought you Nesoid, an NES emulator (pictured). It runs at nearly full speed, but the sound can get a little wonky. All of the usual emulator caveats apply (gray legal area, spotty performance) but you can try it for free with the lite version before throwing down $3 for the full shebang. And hey, just try finding anything like this in the App Store. $3.

Better Keyboard: Love Cupcake, but hate the look of the soft keyboard? Skin it. Better Android has pumped out a handful of Android keyboard skins that make the keys a bit wider (yes!) and maybe just a little bit sexier. Installing it can be tricky, and the delete key could be a little easier to hit, but not bad. $2.

Paypal: It is what it is—a Paypal client for Android that lets you manage your account, send money to that guy you bought a vintage Star Trek Kirk action off of on eBay, or just the people in your contact book. (Screenshot via Androidtapp.) Free.

This Month in Android App News on Giz:

Google Product Search Now Has Built-in Barcode Scanning

Here's a Peek at Android 2.0 Donut

TuneWiki for Android Cupcake Blips Your Playlist to Twitter and Facebook

Android Apps Coming to Ubuntu!

Android's Telenav App Looks Pretty Good

Android Powers All Kinds of Gadgets, Like to Monitor Your Power

App Converts Android into Handheld Metal Detector

Lifehacker's 12 Free and Super-useful Android Apps

This list is in no way definitive (especially cause it's our first!). If you've spotted a great app that hit the store this month, give us a heads up or, better yet, your firsthand impressions in the comments. And for even more apps: see our past app coverage roundups here. Also, why isn't it easier to take a screenshot in Android dammit? Have a good weekend everybody.



post

The Month in Android Apps: Grey Cupcakes Have Delicious Spots [Android Apps]

Detect language – Albanian Arabic Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek < / option> Hebrew Hindi Hungarian Indonesian Italian Japanese Korean Latvian Lithuanian Maltese Norwegian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swedish Thai Turkish Ukrainian Vietnamese > Albanian Arabic Bulgarian Catalan Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Indonesian Italian Japanese Korean Latvian Lithuanian Maltese Norwegian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swedish Thai Turkish Ukrainian Vietnamese swap window.jstiming.load.tick ( 'br'), h = new _History (); ctr = new _TranslateForm (new _LanguageSelector ( 'old_sl', 'sl_select','3 '), new _LanguageSelector (' old_tl ' , 'tl_select','3 '),' old_submit ',' submit_button ', h,' source ',' result_box ',' dict ',' auto trans', '/ translation', '/ translate_t', undefined, 'http : / / 209.85.225.132/translate_f ',' select_text ',' select_document ',' file_div ',' file ', true,' search ',' CLIR '); window.jstiming.load.tick (' prt ') < / script> < input type = hidden name = value hl = en "> < input type = hidden name = gtrans value ="">< table id = suggesttable> < / textarea> Google Home – About Google Translate © 2009 Google < iframe name = hidden_iframe style = "display: none"> var gaJsHost = (( “https:” == document.location.protocol)? “https : / / ssl. “:” http://www. “); document.write (unescape (“% 3Cscript src = ' “+ gaJsHost +” google-analytics.com/ga.js' type =' text / javascript '% 3E% 3C/script% 3E “)); var pageTracker = _gat._getTracker ( “UA-1043770-1″); pageTracker._initData (); pageTracker . _trackPageview ( “/ translate_t? hl = en & ie = ISO-8859-1 & langpair = en | en “); Detect language—AlbanianArabicBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese > AlbanianArabicBulgarianCatalanChinese (Simplified)Chinese (Traditional)CroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese swap window.jstiming.load.tick(‘br’);h = new _History();ctr = new _TranslateForm(new _LanguageSelector(‘old_sl’,'sl_select’,’3′),new _LanguageSelector(‘old_tl’,'tl_select’,’3′),’old_submit’,'submit_button’, h,’source’,'result_box’,'dict’,'autotrans’,'/translate’,'/translate_t’,undefined,’http://209.85.225.132/translate_f’, ‘select_text’,'select_document’, ‘file_div’, ‘file’,true,’search’,'clir’);window.jstiming.load.tick(‘prt’)Contribute a better translationThank you for contributing your translation suggestion to Google Translate.We'll use your suggestion to improve translation quality in future updates to our system.</ div> <div id=clir> </ div> </ td> </ tr> <tr> <td class=submitcell> <div style=float:left> <select name = sl id = old_sl tabindex = 0 > <option value="auto"> Detect language </ option> <option value="separator" disabled> – </ option> <option value="sq"> Albanian </ option> <option value="ar"> Arabic </ option> <option value="bg"> Bulgarian </ option> <option value="ca"> Catalan </ option> <option value="zh-CN"> Chinese </ option> <option value = "hr"> Croatian </ option> <option value="cs"> Czech </ option> <option value="da"> Danish </ option> <option value="nl"> Dutch </ option> <option SELECTED value = "en"> English </ option> <option value="et"> Estonian </ option> <option value="tl"> Filipino </ option> <option value="fi"> Finnish </ option > <option value="fr"> French </ option> <option value="gl"> Galician </ option> <option value="de"> German </ option> <option value="el"> Greek < / option> <option value="iw"> Hebrew </ option> <option value="hi"> Hindi </ option> <option value="hu"> Hungarian </ option> <option value="id"> Indonesian </ option> <option value="it"> Italian </ option> <option value="ja"> Japanese </ option> <option value="ko"> Korean </ option> <option value = "lv "> Latvian </ option> <option value="lt"> Lithuanian </ option> <option value="mt"> Maltese </ option> <option value="no"> Norwegian </ option> <option value = "pl"> Polish </ option> <option value="pt"> Portuguese </ option> <option value="ro"> Romanian </ option> <option value="ru"> Russian </ option> <option value = "sr"> Serbian </ option> <option value="sk"> Slovak </ option> <option value="sl"> Slovenian </ option> <option value="es"> Spanish </ option> <option value="sv"> Swedish </ option> <option value="th"> Thai </ option> <option value="tr"> Turkish </ option> <option value="uk"> Ukrainian </ option> <option value="vi"> Vietnamese </ option> </ select> <span class=langselect id=sl_select> </ span> <span class="arrow" onclick="ctr._swap()">> </ span> <select name=tl id=old_tl tabindex=0> <option value="sq"> Albanian </ option> <option value="ar"> Arabic </ option> <option value="bg"> Bulgarian </ option> <option value="ca"> Catalan </ option> <option value="zh-CN"> Chinese (Simplified) </ option> <option value="zh-TW"> Chinese (Traditional) </ option> <option value="hr"> Croatian </ option> <option value="cs"> Czech </ option> <option value="da"> Danish </ option> <option value = "nl" > Dutch </ option> <option value="en"> English </ option> <option value="et"> Estonian </ option> <option value="tl"> Filipino </ option> <option value = " fi "> Finnish </ option> <option value="fr"> French </ option> <option value="gl"> Galician </ option> <option SELECTED value="de"> German </ option> <option value = "el"> Greek </ option> <option value="iw"> Hebrew </ option> <option value="hi"> Hindi </ option> <option value="hu"> Hungarian </ option> <option value="id"> Indonesian </ option> <option value="it"> Italian </ option> <option value="ja"> Japanese </ option> <option value="ko"> Korean </ option> <option value="lv"> Latvian </ option> <option value="lt"> Lithuanian </ option> <option value="mt"> Maltese </ option> <option value="no"> Norwegian </ option> <option value="pl"> Polish </ option> <option value="pt"> Portuguese </ option> <option value="ro"> Romanian </ option> <option value = "ru" > Russian </ option> <option value="sr"> Serbian </ option> <option value="sk"> Slovak </ option> <option value="sl"> Slovenian </ option> <option value = " es "> Spanish </ option> <option value="sv"> Swedish </ option> <option value="th"> Thai </ option> <option value="tr"> Turkish </ option> <option value = "uk"> Ukrainian </ option> <option value="vi"> Vietnamese </ option> </ select> <span class=langselect id=tl_select> </ span> <a class = swap href = "" onclick = "ctr._swap (); return false;"> swap </ a> </ div> <div style=float:right> <span class=subbutton id=submit_button> </ span> <input type = submit id = old_submit value = "Translate" tabindex = 0> </ div> </ td> <td> </ td> <td id=dict> </ td> </ tr> <tr> <td colspan=2> <script> window.jstiming.load.tick ( 'br'), h = new _History (); ctr = new _TranslateForm (new _LanguageSelector ( 'old_sl', 'sl_select','3 '), new _LanguageSelector (' old_tl ' , 'tl_select','3 '),' old_submit ',' submit_button ', h,' source ',' result_box ',' dict ',' auto trans', '/ translation', '/ translate_t', undefined, 'http : / / 209.85.225.132/translate_f ',' select_text ',' select_document ',' file_div ',' file ', true,' search ',' CLIR '); window.jstiming.load.tick (' prt ') < / script> </ td> <td ALIGN=RIGHT> <span id=zippyspan onclick="_rolldown()"> <img src = "http://www.google.com/images/zippy_plus_sm.gif" style = " margin-right: 0.33em; visibility: hidden "id = zippyicon> </ span> </ td> </ tr> </ table> </ form> <table id=suggesttable> <tr> <td colspan=3> <div id=thanks style="height:0px; display: none"> <span style="padding:2px; background-color:#ff9" id=sug_thk> </ span> </ div> <form action = " / translate_suggestion "target = hidden_iframe method = post id = suggestion_form style =" height: 0px; overflow: hidden; display: none "class = highlight onsubmit =" _submitroll ()">< input type = hidden name = value hl = en "> <input type=hidden name=oe value="ISO-8859-1"> <input type=hidden name=text value=""> <input type=hidden name=langpair value="en|de"> < input type = hidden name = gtrans value ="">< table id = suggesttable> <td <tr> width=49%> <span style="float: right; font-size:smaller" id=sug_exp> </ span > </ td> <td width=2% rowspan=2> </ td> <td id=utranscell width=49%> <textarea name=utrans wrap=SOFT dir="ltr" rows=5 id=suggestion> < / textarea> </ td> </ tr> <tr> <td> </ td> <td ALIGN=RIGHT> <input type=submit value="Contribute"> </ td> </ tr> </ table> </ form> </ td> </ tr> </ table> <div class=footer> <a href="http://www.google.com/webhp?hl=en"> Google Home </ a > – <a href="http://www.google.com/intl/en/help/faq_translation.html"> About Google Translate </ a> <br> <br> © 2009 Google </ div> < iframe name = hidden_iframe style = "display: none"> </ iframe> </ div> <script type="text/javascript"> var gaJsHost = (( "https:" == document.location.protocol)? "https : / / ssl. ":" http://www. "); document.write (unescape ("% 3Cscript src = ' "+ gaJsHost +" google-analytics.com/ga.js' type =' text / javascript '% 3E% 3C/script% 3E "));</ script> <script type="text/javascript"> var pageTracker = _gat._getTracker ( "UA-1043770-1"); pageTracker._initData (); pageTracker . _trackPageview ( "/ translate_t? hl = en & ie = ISO-8859-1 & langpair = en | en ");</ script> </ body> </ html>Google Home – About Google Translate©2009 Googlevar gaJsHost = ((“https:” == document.location.protocol) ?”https://ssl.” : “http://www.”);document.write(unescape(“%3Cscript src=’” + gaJsHost +”google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));var pageTracker = _gat._getTracker(“UA-1043770-1″);pageTracker._initData();pageTracker._trackPageview(“/translate_t?hl=en&ie=ISO-8859-1&langpair=de|en”);

post

Check prices on your iPhone with Pricecheckah

>

Filed under: iPhone , App Store , iPod touch , App Review Pr? fen the prices on your iPhone with Pricecheckah

TUAW
Web
Images
Video
News
Local

adSetType(“F”);
htmlAdWH('93217798', '728', '90');
adSetType(“”);
//–>

JoystiqQore leak reveals new PSP Metal Gear and moreSteam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5PSP Go revealed in June issue of Qore [Update] Download SquadSearch for useful bookmarklets with Bookmarklet DirectoryWhere to watch the Stanley Cup finals onlineGoog-411 now provides intersection info BloggingStocksStock #2: Quicksilver (ZQK)Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and moreStock #1: Marine Products Corp. (MPX) AutoblogVIDEO: Corvette Grand Sport launch control tested… in dealer lotKerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010Crazy Kiwis: Buy a new Mitsubishi Triton, get a free goat with purchase Joystiq XboxXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout Joyswag: Gel: Set & Match EngadgetVideo: Sony's PSP Go leaks out before E3, is obviously a goDJ Hero website and pre-orders go live, Jay-Z Special Edition seen in the distanceEricsson's fashion-forward W30 series 3G routers get detailed AOL News

All contents copyright © 2003-2009, Weblogs, Inc. All rights reserved

The Unofficial Apple Weblog (TUAW) is a member of the Weblogs, Inc. Network. Privacy Policy, Terms of Service, Notify AOL

$(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); ???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { ?? top.location.replace(self.location.href); } document.write(''); // –> the endDetect language—AlbanianArabicBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese > AlbanianArabicBulgarianCatalanChinese (Simplified)Chinese (Traditional)CroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese swap window.jstiming.load.tick('br');h = new _History();ctr = new _TranslateForm(new _LanguageSelector('old_sl','sl_select','3'),new _LanguageSelector('old_tl','tl_select','3'),'old_submit','submit_button', h,'source','result_box','dict','autotrans','/translate','/translate_t',undefined,'http://209.85.225.132/translate_f', 'select_text','select_document', 'file_div', 'file',true,'search','clir');window.jstiming.load.tick('prt')Contribute a better translationThank you for contributing your translation suggestion to Google Translate. TUAW Web Images Video News Local JoystiqQore leak reveals new PSP Metal Gear and moreSteam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5PSP Go revealed in June issue of Qore [Update] Download SquadSearch for useful bookmarklets with Bookmarklet DirectoryWhere to watch the Stanley Cup finals onlineGoog-411 now provides intersection info BloggingStocksStock #2: Quicksilver (ZQK)Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and moreStock #1: Marine Products Corp. (MPX) AutoblogVIDEO: Corvette Grand Sport launch control tested… in dealer lotKerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010Crazy Kiwis: Buy a new Mitsubishi Triton, get a free goat with purchase Joystiq XboxXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout Joyswag: Gel: Set & Match EngadgetVideo: Sony's PSP Go leaks out before E3, is obviously a goDJ Hero website and pre-orders go live, Jay-Z Special Edition seen in the distanceEricsson's fashion-forward W30 series 3G routers get detailed AOL News

All contents copyright © 2003-2009, Weblogs, Inc. All rights reserved

The Unofficial Apple Weblog (TUAW) is a member of the Weblogs, Inc. Network. Privacy Policy, Terms of Service, Notify AOL

$(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { top.location.replace(self.location.href); } the end“>We'll use your suggestion to improve translation quality in future updates to our system.> <p class="filed-under"> Abgelegt unter: <a href="/category/iphone/"> iPhone </ a>, <a href="/category/app-store/"> App Store </ a>, <a href="/category/ipod-touch/"> iPod touch </ a>, <a href="/category/app-review/"> App Review </ a> </ p> <h2 class = "posttitle"> <a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/" rel="bookmark"> <span id = "ppt19052404"> Pr?fen Sie die Preise auf Ihrem iPhone mit Pricecheckah </ span> </ a> </ h2> <p class="byline"> von <strong> <a href = "/ Blogger / Mel-Martin /" > Mel Martin </ a> </ strong> am 30. Mai 2009 </ p> <div class="postbody"> <! – sphereit start -> <img vspace = "8" hspace = "8" border = "0" align = "right" src = "http://www.blogcdn.com/www.tuaw.com/media/2009/05/pricecheckah5-30.png" alt = "" /> Diese ca. das macht, was man erwarten von ihren Namen. Es pr?ft die Preise. Sie geben in einer USV-Code, eine ISBN-Nummer (B?cher und Video) oder sogar einen Namen f?r ein Produkt. <br /> <br /> <A href = "http://itunes.apple.com/WebObjects/MZStore. woa / wa / viewSoftware? id = 300264101 & t = 8 "> Pricecheckah </ a> [App Store] ist der US $ 4.99 In der Einrichtung Bildschirm k?nnen Sie w?hlen, Online-H?ndlern wie Amazon oder Buy.com, M?rtel und Ziegel-und Einzelh?ndler wie Target oder Walmart. Sie k?nnen auch Ihre eigenen. Ich habe Best Buy durch einfaches Eintippen bestbuy.com. <br /> <br /> Ich tippte in einer UPC-Code und die Anwendung mehrere Vorschl?ge und habe ein paar bessere Preise. Nat?rlich k?nnen Sie dies tun ?ber jeden Browser mit einer Seite wie Froogle. Diese Anwendung, nat?rlich, ist zu tragbare, aber Sie k?nnen nicht sehr beliebt bei einigen Einzelh?ndlern tun Preisvergleiche. Auf der anderen Seite, es sei denn, Sie sind in Eile, etwas kaufen, werden Sie wahrscheinlich einen besseren Preis online. <br /> <br /> Einige Dinge, die ich nicht mag: das Programm will meine E-Mail-Adresse und ein Passwort. Ich bin nicht wild, ?ber die E-Mail, wenn jemand meine ich bin mir nicht sicher, was sie zu tun. Manchmal ist das Programm sehr langsam, und ich ber?hrte die Schaltfl?che "Einstellungen" und es dauerte einige Sekunden, um die Einstellungen. Es war nicht der Fall jedes Mal, aber doch genug, mal zu erw?hnen. Au?erdem gesperrt, ein paar Mal und sagte, sie k?nne nicht finden, wenn WiFi-Netzwerk auf, und mein Wireless Router war direkt neben meinem iPhone. <br /> <br /> Ich glaube auch, das Programm ist teuer bei US $ 4.99. Es ist eine ?hnliche Anwendung namens <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=283375895&mt=8"> Kasse Smartshop </ a> [App Store] die den gleichen Preis, aber hat noch viel mehr negative Bewertungen. Die Entwickler versprachen eine Bar-Code-Scanner, und es ist nicht angekommen. Wir haben auch unter <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312720263&mt=8"> RedLasergravierte LaschenWidget </ a> [App Store] die hat einen Barcode-Scanner. Es <a href="http://www.tuaw.com/2009/05/18/redlaser-for-iphone-scans-for-bargains/"> gearbeitet OK </ a> f?r mich, sondern viele Menschen mit Probleme mit ihm. Es ist US $ 1.99. <br /> <br /> Zusammenfassend l?sst sich sagen, es sieht nicht so aus, wie die perfekte Shopping app ist hier, aber hoffentlich Entwickler wird versucht. Pricecheckah Werke auf dem iPhone oder iPod touch und Kontrollen entweder in den USA oder im Vereinigten K?nigreich. <div Id="continued"> </ div ><!– sphereit Ende -> <a href = "/ tag / iphone "class =" Kategorie-match-Anzeige "> <img src =" http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg "alt =" Klicken Sie hier, um alle TUAW's iPhone Abdeckung "/> </ a> </ div> <div class="postmeta"> <p class="posttags"> <strong> Tags: </ strong> <a href =" http:// www.tuaw.com / tag / app + Shop / "> Progr.-Shop </ a>, <a href="http://www.tuaw.com/tag/iPhone/"> iPhone </ a>, <a href = "+ http://www.tuaw.com/tag/iPod touch /"> iPod touch </ a>, <a href = "+ http://www.tuaw.com/tag/price Vergleiche /" > Preis-Vergleiche </ a>, <a href="http://www.tuaw.com/tag/Pricecheckah/"> Pricecheckah </ a>, <a href = "http://www.tuaw.com/ tag / Shopping / "> Shopping </ a> </ p> <div class="navbar clearfix"> <ul> <li class="permalink"> <a href =" http://www.pricecheckah.com/ index.pl "> Quelle </ a> </ li> <li class="print"> <a href =" http://www.tuaw.com/2009/05/30/check-prices-on-your -iphone-with-pricecheckah/print / "target =" _blank "class =" printthis "rel =" nofollow "> Print <span class="printpop"> <span> Mit HP Wireless-Drucker, <br/> k?nnen Sie gedruckt wurden <br/> diese von jedem Zimmer <br/> im Haus. <br/> <strong> Live drahtlos. Drucken ohne Kabel </ strong> </ span> </ span> </ a> </ li> <li class="email-this"> <a href = "/ forward/19052404 /" title = "Senden Sie diesen Eintrag einem Freund per E-Mail "> E-Mail hier </ a> </ li> <li> <! – AddThis Button BEGIN -> <script type="text/javascript"> addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, Propeller, google, live, StumbleUpon, reddit, Favoriten, technorati, Ziel, mehr "</ script> <a class =" sharelink "href =" http://www.addthis.com / bookmark.php "onmouseover =" return addthis_open (this,'', 'http% 3A% 2F% 2Fwww.tuaw.com% 2F2009% 2F05% 2F30% 2Fcheck-Preise-on-your-iphone-mit-pricecheckah% 2F ',' Check Preise + + + auf Ihrem iPhone + + mit + Pricecheckah ') "onmouseout =" addthis_close () "onclick =" return addthis_sendto () "> Aktie </ a> <script type =" text / javascript "src = "http://s7.addthis.com/custom/weblogsinc/addthis_widget.js"> </ script ><!– AddThis Button END –></ li> <li class="comments"> <a href = "http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/ # comments" title = "View Leser Kommentare zu diesen Eintrag"> Kommentare (<em > 0 </ em>) </ a> </ li> </ ul> </ div> </ div> </ div> </ div> <script type="text/javascript"> / * Einige dh crap * / Funktion iecheck (inc_seven) ( / / Alert (navigator.platform); ???? if (navigator.platform == "Win32" & & navigator.appName == "Microsoft Internet Explorer" & & window.attachEvent) ( ???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); ???????? var iever = (inc_seven)? (rslt! = null & & Number (rslt [1])> = 5,5): (rslt! = null & & Number (rslt [1])> = 5.5 & & Number (rslt [1]) < 7); ) Else ( Iever = false; ) ???? R?ckkehr iever; ) var useFilter = iecheck (false); var ie6Brand = '<a href = "http://www.sphere.com" target = "_New" style = "cursor: Hand; display: block; width: 112px; height: 18px; Filter: ProgID: DXImageTransform.Microsoft . AlphaImageLoader (src = \ "http://cdn11.sphere.com/images/poweredbySphere.png \ ', sizingMethod = Ma?stab );">< img align =" absmiddle "border =" 0 "style =" margin-left : 2px; "src =" http://cdn11.sphere.com/images/iespacer.png "/></ a> '; var normalBrand = '<a href="http://www.sphere.com" target="_new"> <img align = "absmiddle" border = "0" style = "margin-left: 2px;" src = " http://cdn11.sphere.com/images/poweredbySphere.png "/></ a> '; var Marke =''; if (useFilter == false) ( Marke = normalBrand; ) Else ( Marke = ie6Brand; ) </ script> <div class="sphere clearfix"> <div id="sphereTalk"> <p id="spherePoweredBy" class="powered-by"> </ p> <div id="talkContainer"> <h3> Verwandte Texte von The Unofficial Apple Weblog </ h3> <ul> <li> <a href = "http://www.tuaw.com/2009/04/03/first-look-geocaching-2-0-for-iphone-3g ? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> First Look: Geocaching 2.0 f?r das iPhone 3G </ a> <p class = "timestamp"> 57 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/01/26/whats-wrong-with-buying-apps- f?r-99-Cent? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Was ist los mit den Kauf-Anwendungen f?r 99 Cent? < / a> <p class="timestamp"> 124 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2008/12/12/app-store- ?nderungen-Layout-Gefahr-of-the-fleischigen-palm-noch-Webst?hle? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'sprechen \ ") "> App Store ?nderungen Layout, Bedrohung der fleischigen Palm noch Webst?hle </ a> <p class="timestamp"> 168 Tage alt </ p> </ li> </ ul> </ div ><!– Ende Container-talk -> <div id="artContainer"> <h3> ?hnliche Artikel aus unserem Tech-Netzwerk </ h3> <ul> <li> <a href = "http://www.engadgetmobile.com/2009/05 / 14/emailnwalk-iphone-app-finally-lets-us-leave-the-house? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \ ') "> Email'n'Walk iPhone App schlie?lich k?nnen wir aus dem Haus </ a> <p class="timestamp"> 15 Tagen </ p> </ li> <li> <a href =" http : / / www.switched.com/2009/05/14/iphones-email-n-walk-lets-you-e-mail-and-walk-at-the-same-ti?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> iPhone's' Email 'n Walk" k?nnen Sie E-Mail und Walk zur gleichen Zeit </ a> < p class = "timestamp"> 16 Tage </ p> </ li> <li> <a href = "http://www.engadgetmobile.com/2009/05/07/iphone-os-3-0- jetzt-zu-werden-f?r-app-store-Aufnahme-Bewertungen? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> iPhone OS 3.0 jetzt f?r App Store Eintritt Bewertungen (aktualisiert) </ a> <p class="timestamp"> 22 Tage vor </ p> </ li> </ ul> </ div ><!– Ende Kunst-Container –></ div ><!– Ende sphereTalk -> <div id="sphereAd"> <script type = "text / javascript" src = "http://cdn11.sphere.com/widgets/ sphereit / js? baseurl = http://cdn11.sphere.com/widgets/sphereit/&siteid=blogsmith_widget_tuaw "> </ script> <iframe frameborder =" 0 "style =" position: relative; width: 300px; height: 250px "MARGINHEIGHT =" 0 "marginwidth =" 0 "scrolling =" no "border =" 0 "src =" http://www.sphere.com/ads/aol_sphere_adcom.php?a=93249125 "> </ iframe> </ div> <p class="see-more"> <a onclick = "return Sphere.Widget.search ( 'http://www.tuaw.com/2009/05/30/check-prices-on-your -iphone-mit-pricecheckah ') "href =" http://www.sphere.com/search?q=sphereit:http://www.tuaw.com/2009/05/30/check-prices-on- your-iphone-mit-pricecheckah "> Weitere Artikel und Blog-Posts </ a> </ p> </ div> <! – Ende Bereich clearfix -> <script type="text/javascript"> document.getElementById ( 'spherePoweredBy "). innerHTML = Marke; </ script> <script language="JavaScript" type="text/javascript"> var sns_checked = false; var current_tab = "blogsmith"; Funktion tabTo (TAB) ( document.getElementById ( 'formerrors "). innerHTML =''; document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; document.getElementById ( 'cmtuinfo_sns'). style.display =' none '; document.getElementById ( 'cmtuinfo_ "+ Tab). style.display =' block '; document.getElementById ( 'cmtutab_email "). className =''; document.getElementById ( 'cmtutab_blogsmith "). className =''; document.getElementById ( 'cmtutab_sns "). className =''; document.getElementById ( 'cmtutab_ "+ Tab). className =' currenttab '; If (! Sns_checked & & tab == "SNS") ( Image1 = new Image (); image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; Sns.init ( 'ch1ga1KvP7TotwTC'); Sns_checked = true; ) Current_tab = TAB; ) Funktion inputValidation () ( document.getElementById ( 'formerrors "). innerHTML =''; Var validInfo = 0; Var validName = 0; Var validEmail = 0; Var validComments = 0; Var validSNS = 0; Var links = 0; Var Fehler =''; Schalter (current_tab) ( Fall "E-Mail": var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; var email = document.getElementById ( 'AuthorEmail "). Wert; if (document.getElementById ( "Autorname"). value =='') ( Fehler + = "<p class='error'> ben?tigen wir Ihren Namen. </ p>"; ) If (email ==''| |! Filter.test (email)) ( Fehler + = "<p class='error'> E-Mail-Adresse ist nicht g?ltig. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "blogsmith": if (document.getElementById ( 'C_AuthorEmail "). value =='') ( Fehler + = "<p class='error'> Ung?ltige E-Mail-Adresse. </ p>"; ) if (document.getElementById ( 'C_AuthorPass "). value =='') ( Fehler + = "<p class='error'> Kein Passwort angegeben. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "SNS": if (document.getElementById ( 'sns_screenname') & & document.getElementById ( 'sns_password')) ( if (document.getElementById ( 'sns_screenname "). value & & document.getElementById (' sns_password"). value) ( Sns.calls.login (); Return false; ) ) If (document.getElementById ( 'sns_securid')) ( if (document.getElementById ( 'sns_securid "). value) ( sns.calls.login ();// setTimeout ( "sns.calls.login ();", 1000); Return false; ) ) var token = (document.getElementById ( "Token"))? document.getElementById ( "Token"). Wert:''; If (token =='') ( Fehler = "<p class='error'> Ung?ltiger SNS anmelden. </ p>"; ) Else ( ValidInfo = 1; ) Break; ) var txt = document.getElementById ( "Kommentare"). Wert; If (txt! ='') ( ValidComments = 1; ) For (var ind = 0; ind <txt.length; ind + +) ( If (txt.substring (ind, ind +7) == "http://") ( Links = links + 1; ) Else if (txt.substring (ind, ind +6) == "ftp://") ( Links = Links + 1; ) Else if (txt.substring (ind, ind +8) == "https ://") ( Links = Links + 1; ) ) if (validInfo == 1 & & validComments == 1 & & Links <4) ( Return true; ) Else ( errorMessage var = "<h4 class='error-title'> Fehler </ h4>"; ErrorMessage + = Fehler; if (validComments == 0) (errorMessage + = "<p class='error'> kein Kommentar geschrieben. </ p>";) if (links> 3) (errorMessage + = "<p class='error'> Sorry mate, k?nnen Sie nur 3 URLs. </ p>";) document.getElementById ( 'formerrors "). innerHTML = errorMessage; Return false; ) ) </ script> <div id="comments"> <h3 id="addcomments"> hinzuf?gen Kommentare </ h3> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div Id="cmttabs"> <ul> <li id="cmtutab_email"> <a href="#" onclick="tabTo('email');return false;"> neue Leser </ a> </ li> <li id="cmtutab_blogsmith" class="currenttab"> <a href="#" onclick="tabTo('blogsmith');return false;"> R?ckkehr </ a> </ li> <li id="cmtutab_sns"> <a href="#" onclick="tabTo('sns');return false;" class="cmtaol" title="Sign Sie sich mit Ihrem AOL/AIM username!"> AOL / AIM </ a> </ li> </ Ul> </ Div> <div Id="formerrors" class='formerrors'> </ div> <! – E-Mail -> <div id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <p Class="instructions"> ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. </ P> <label for="AuthorName" class="first"> Name: <br /> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /> </ label> <label For="AuthorEmail"> E-Mail: <br /> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/> </ label> </ Div> <! – / E-Mail -> <! – Blogsmith -> <div id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. </ p> <label for="C_Author" class="first"> E-Mail: <br /> id="C_AuthorEmail" <input type="text" class="formtext" name="C_AuthorEmail" value="" /> </ label> <label For="C_AuthorPass"> Passwort: <br /> <input id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/> </ label> </ Div> <! – / Blogsmith -> <! – SNS -> <div id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. </ p> <div Id="sns"> <p align="center"> <img src="/media/loading.gif"> </ p> </ Div> <!–< Eingang id = "snslogin" type = "button" onclick = "sns.calls.login ();" value = "Login ">–> </ Div> <! – / SNS -> <div Id="cmtmain"> <div Id="replyindicator"> </ div> <div> <label For="Comments"> Ihr Kommentar: </ label> <textarea name="Comments" id="Comments" rows="8" style="width:98%"> </ textarea> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <label For="RememberMeYes"> merken </ label> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <label for="EmailMe"> E-Mail, wenn mir jemand Antworten auf diesen Kommentar </ label> </ Div> <div Id="cmtbuttons"> <input type="submit" id="addCommentButton" value="Add Comment" /> </ Div> <input type="hidden" name="form" value="Comments" /> <input type="hidden" name="ButtonSave" value="Save" /> <input type="hidden" id="sourceID" name="SourceID" value="" /> <input type="hidden" id="postID" name="PostID" value="" /> </ Div> <div Id="instructions"> <p class="preamble"> Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. <strong> E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. </ strong> </ p> <p> Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein. </ P> <p> So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit, <p> oder <br /> Tags. </ P> </ Div> <input type="hidden" name="referer" value="http://www.tuaw.com:1080/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/"> </ form> </ div> <script type="text/javascript" src="http://www.blogsmithmedia.com/framework.weblogsinc.com/bc/ajax.js"> </ script> <script type="text/javascript" src="http://www.weblogsinc.com/bc/sns.js"> </ script> <script type="text/javascript"> tabTo (current_tab); </ script> <script language="JavaScript" type="text/javascript"> getUserInfo Funktion () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden '; sID.id =' SID '; sID.name =' SID '; sID.value =' f32f89cf483fcdff2af0b690ddb1a227 "; var UID = document.createElement ( 'input'); uID.type = 'hidden'; uID.id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced "; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp '; tStamp. name = "tStamp '; tStamp.value ='82501'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='7036218550034392 '; anchor.parentNode.insertBefore (SID, Anker); anchor.parentNode.insertBefore (uid, Anker); anchor.parentNode.insertBefore (tStamp, Anker); anchor.parentNode.insertBefore (CacheID, Anker ); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i <divArray.length; i + +) (if (divArray [i]. className == 'post') (document.getElementById ( ' PLZ "). value = divArray [i]. id;))) getUserInfo ();</ script> </ div ><!– / content -> </ div ><!– / col-1 -> <div id="col-2"> <div id="subcontent" class="clearfix"> <div class="medrect"> <script Type="text/javascript"> <! — AdSetType ( "F"); HtmlAdWH ( "93217898", "300", "250"); AdSetType (""); //–> </ Script> </ div ><!– / medrect -> <div id="tip-day"> <div id="tip-day-inner"> <h2> Tipp des Tages </ h2> <p class = "Tipp"> So schalten Sie Ihre Firewall, ?ffnen Sie die Systemeinstellungen, und klicken Sie auf das Symbol Sicherheit. Klicken Sie anschlie?end auf die Registerkarte "Firewall". Stellen Sie sicher, dass entweder "Erlauben Sie nur wesentliche Dienste" ausgew?hlt ist, oder w?hlen Sie "Zugriff f?r bestimmte Dienste und Anwendungen" k?nnen. <br /> <br /> </ P> <div class="learnmore"> <a href = " http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day/ "> Weitere Informationen </ a> </ div> </ div> </ div> <div id = "breakingnews" class = "Schlagzeilen"> <div class="wrap"> <h3> <span> <a href="/tag/breaking news/"> Breaking News </ a> <a href = "http:/ / www.tuaw.com / tag / Nachrichten / rss.xml "class =" Feed "title =" Subscribe to breaking news "> Feed </ a> </ span> </ h3> <ul> <li> < a href = "http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/"> <a rel = "bookmark" href = "http: / / www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/ "rel =" Lesezeichen "> Breaking News: Keine neuen Beitr?ge app, es sei denn, sie laufen auf OS 3.0 </ a> </ li> <a href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/"> <a rel="bookmark" href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/" rel="bookmark"> Erste Look: Bento f?r iPhone und iPod touch </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/23/the-app-store-hits-one- Milliarden-downloads / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/ "rel =" Lesezeichen "> Der App Store Treffern eine Milliarde Downloads </ a> </ li> <li> <a href =" http://www.tuaw.com/2009/03/30/macworld-2010-moves-to Februar / "> <a rel="bookmark" href="http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/" rel="bookmark"> Macworld 2010 bewegt sich bis Februar </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" > <a rel="bookmark" href="http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" rel="bookmark"> f?r Skype iPhone kommenden Dienstag, sagt CNET </ a> </ li> <a href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/"> <a rel="bookmark" href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/" rel="bookmark"> Apple sagt jailbreaking ist illegal </ a> </ li> <a href="http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/"> <a rel = "bookmark" href = "http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/" rel = "Lesezeichen" > PwnageTool und QuickPwn aktualisiert und ist kompatibel mit 2.2.1 </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses -Security-Fragen / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/ "rel =" Lesezeichen "> QuickTime 7/6 Adressen Sicherheit </ a> </ li> <li> <a href =" http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near -Unibody-specs / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/ " rel = "Lesezeichen"> $ 999 MacBook Hardware aktualisiert, um in der N?he von Unibody-Daten </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/19/use-your -iPhone-zu-Navigation-Einweihung-Tag / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration -Tag / "rel =" Lesezeichen "> Verwenden Sie Ihr iPhone zu navigieren Einweihung Tag </ a> </ li> </ ul> </ div> </ div> <div id="featuredstories" class="headlines"> <h3> <span> <a href="/tag/features/"> sehenswerte Geschichten </ a> <a href = "http://www.tuaw.com/tag/features/rss.xml" class = " Futtermittel "title =" Abonnieren Sie sehenswerte Geschichten "> Feed </ a> </ span> </ h3> <ul> <li> <a href =" http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / "> Daily AOL Finance ca. wirft die Bar f?r das iPhone Investitionen Tools </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"> <a rel = "Lesezeichen" href = "http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"> TUAW Tipp: Tauschen Sie Ihren Laptop auf der Festplatte f?r eine schicke neue SSD </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/14/another-fistful- von-apps-ember-Headspace-mymovies-nozbe-jugl / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/14/another-fistful-of-apps- ember-Headspace-mymovies-nozbe-jugl / "> Eine weitere Handvoll Apps: Ember, Headspace, myMovies, Nozbe, Juglir und LiveView </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/04/01/tuaw-1976 / "> <a rel="bookmark" href="http://www.tuaw.com/2009/04/01/tuaw-1976/"> TUAW 1976 </ a> </ li> <a href="http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> <a rel = "Lesezeichen" href = "http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> Mein Vater, der Switcher: Tag 140 </ a> </ li> <a href="http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/"> <a rel = "bookmark" href = " http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/ "> Mein Vater, der Switcher: Tag 139 </ a> </ li> <li> < a href = "http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/"> <a rel = "bookmark" href = "http://www. tuaw.com/2009/02/10/31-fart-apps-in-90-seconds / "> 31 fart Apps in 90 Sekunden </ a> </ li> <li> <a href =" http:// www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/ "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/ 08/app-store-demo-no-lite-yes / "> App Store:" Demo "Nein," Lite "Ja </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/02/02/one-month-with-apple-tv / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/02/one- Monats-mit-Apple-TV / "> Ein Monat mit Apple TV </ a> </ li> <li> <a href =" http://www.tuaw.com/2008/12/27/traveling-iphone -kann-helfen / "> <a rel="bookmark" href="http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/"> Reisen? iPhone kann helfen! </ a> </ li> </ ul> </ div> <br class="clear" /> <div class="medrect"> <script Type="text/javascript"> <! — AdSetType ( "F"); HtmlAdWH ( "93217998", "300", "250"); AdSetType (""); //–> </ Script> </ div ><!– / medrect -> <div id="twitter_linkage" class="module"> <a href="http://www.twitter.com/tuaw" target="_blank"> < img src = "http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg" alt = "Folgen Sie uns auf Twitter!" /> </ a> </ div> <! – Start von Flickr Badge -> <div class="module"> <h3> <a href="http://flickr.com/photos/tags/tuaw" target="_blank"> <span> TUAW <strong style="color:#3993ff"> Flick <span style = "color : # ff1c92 "> R </ span> </ strong> Pool </ span> </ a> </ h3> <table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper"> <tr> <script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=3&display=latest&size=t&layout=h&source=all_tag&tag=tuaw&user=15453323%40N00"> </ script > </ tr> </ table> <a href="http://www.flickr.com" id="flickr_www"> www. <strong style="color:#3993ff"> Flick <span style="color:#ff1c92"> R </ span > </ strong>. com </ a> </ div> <! – End of Flickr Badge -> <Objekt lassid = "clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash . cab # version = 6,0,40,0 "width =" 330 "height =" 150 "> <param name="movie value="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" /> <param name="wmode" value="transparent" /> <embed src = "http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW% 20on% 20Truveo" quality = "high" wmode = "transparent" pluginspage = "http: / / www.macromedia.com / go / getflashplayer "type =" application / x-shockwave-flash "width =" 330 "height =" 150 "> </ embed> </ object> <a href="http://www.cafepress.com/tuaw" title="Visit unsere Cafe Presse store" class="rail-promo"> <img src = "http://www.blogsmithmedia .com / www.tuaw.com / media / tuaw-CafePress-promo.png "alt =" TUAW [CafePress] "/> </ a> <div class="ad-wrap"> <div class="ad-wrap-inner"> <h3 class="hide"> <span class="wrap"> Sponsored Links </ span> </ h3> <p class="sponsored"> Werben Sie mit uns. (<a href="http://www.weblogsinc.com/advertise/"> Erfahren Sie mehr </ a>) </ p> </ div> </ div> <h3> <span class="wrap"> sehenswerte Galerien </ span> </ h3> <div class="featuredgalleries clearfix"> <div class="thumb"> <a href = "/ photos/gallery-2397 / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg "alt =" DNC Macs "width =" 75 "height =" 75 "Titel = "DNC Macs"> </ a> </ div> <div class="thumb"> <a href="/photos/macworld-2008-keynote-1/"> <img src = "http://www .blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg "alt =" Macworld 2008 Keynote "width =" 75 "height =" 75 "title =" Macworld 2008 Keynote "> </ a> </ div> <div class="thumb"> <a href="/photos/macworld-2008-build-up/"> <img src = "http://www.blogcdn.com/www.tuaw.com / media/2008/01/dsc_5493_thumbnail.jpg "alt =" Macworld 2008 Build-up "width =" 75 "height =" 75 "title =" Macworld 2008 Build-up "> </ a> </ div> <div class = "thumb"> <a href="/photos/google-earth-for-iphone/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/10 / gooe1_thumbnail.png "alt =" Google Earth f?r das iPhone "width =" 75 "height =" 75 "title =" Google Earth f?r das iPhone "> </ a> </ div> <div class="thumb"> <a href = "/ fotos / Podcaster /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg" alt = "Podcaster" width = "75 "height =" 75 "title =" Podcaster "> </ a> </ div> <div class="thumb"> <a href="/photos/bento-for-iphone-1-0/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg" alt = "Bento f?r iPhone 1.0" width = "75" height = "75" Titel = "Bento f?r iPhone 1.0"> </ a> </ div> <div class="thumb"> <a href="/photos/scrabble-for-iphone/"> <img src = "http://www .blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png "alt =" Scrabble f?r das iPhone "width =" 75 "height =" 75 "title =" Scrabble f?r das iPhone "> </ a> </ div> <div class="thumb"> <a href="/photos/tom-bihn-checkpoint-flyer-briefcase/"> <img src = "http://www.blogcdn.com/www.tuaw .com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg "alt =" Tom Bihn Checkpoint Flyer Mappe "width =" 75 "height =" 75 "title =" Tom Bihn Checkpoint Flyer Mappe "> </ a> </ div> <div class="thumb"> <a href="/photos/apple-vanity-plates/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008 / 05/appleplatealanrothberg_thumbnail.jpg "alt =" Apple Vanity Plates "width =" 75 "height =" 75 "title =" Apple Vanity Plates "> </ a> </ div> <div class="thumb"> <a href = "/ photos/apple-booth-macworld-07 /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours– -23_thumbnail.jpg "alt =" Apple Macworld Stand 07 "width =" 75 "height =" 75 "title =" Apple Macworld Stand 07 "> </ a> </ div> <div class="thumb"> <a href = "/ photos/quickoffice-for-iphone-1-1-1 /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail . jpg "alt =" Quickoffice f?r iPhone 1.1.1 "width =" 75 "height =" 75 "title =" Quickoffice f?r iPhone 1.1.1 "> </ a> </ div> <div class="thumb"> <a href="/photos/daylite-3-9-review/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail . png "alt =" Daylite 3/9 Review "width =" 75 "height =" 75 "title =" Daylite 3/9 Review "> </ a> </ div> <div class="thumb"> <a href =" / Fotos / discpainter / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png "alt =" DiscPainter "width =" 75 "height =" 75 "title =" DiscPainter "> </ a> </ div> <div class="thumb"> <a href="/photos/mariner-calc-for-iphone/"> <img src =" http:/ / www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg "alt =" Mariner Calc f?r das iPhone "width =" 75 "height =" 75 "title =" Mariner Calc f?r das iPhone "> </ a> </ div> <div class="thumb"> <a href="/photos/2009cupertinobus/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media / 2009/01/cupertino09-1_thumbnail.jpg "alt =" 2009CupertinoBus "width =" 75 "height =" 75 "title =" 2009CupertinoBus "> </ a> </ div> <div class="thumb"> <a href = "/ photos/crash-bandicoot-nitro-kart-3d /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png" alt = "Crash Bandicoot Nitro Kart 3D" width = "75" height = "75" title = "Crash Bandicoot Nitro Kart 3D"> </ a> </ div> <div class="thumb"> <a href = "/ photos/mlb-com-at-bat-2009 / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg "alt =" MLB. com Am Bat 2009 "width =" 75 "height =" 75 "title =" MLB.com Auf Bat 2009 "> </ a> </ div> <div class="thumb"> <a href =" / fotos / Macworld-Expo-2007-Show-Boden / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg "alt =" Macworld Expo 2007 zeigen Stock "width =" 75 "height =" 75 "title =" Macworld Expo 2007 show floor "> </ a> </ div> <div class="thumb"> <a href = "/ photos / Apfel-texas-hold-em /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg" alt = "Apple Texas Hold 'Em "width =" 75 "height =" 75 "title =" Apple Texas Hold' Em "> </ a> </ div> <div class="thumb"> <a href =" / photos/the- Macworld-treu-in-line / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg "alt =" Die Macworld Gl?ubigen Line " width="75" height="75" title="The Macworld Faithful in Line"></a></div><div class="thumb"><a href="/photos/iphone-first-look/ "><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg" alt="iPhone First Look" width="75" height="75" title="iPhone First Look"></a></div><p class="clearer">&nbsp;</p></div> <div class="statstable" id="stats_bloggers"><h3><span class="wrap">TUAW bloggers (30 days)</span></h3><table class="data" cellspacing="0"><tr><th>#</th><th>Blogger</th><th class="ctr">Posts</th><th class="ctr">Cmts</th></tr><tr><td class="statsclass1">1</td><td class="statsclass1"><a href="/bloggers/steven-sande/">Steven Sande</a></td><td class="statsclass1 ctr">36</td><td class="statsclass1 ctr">10</td></tr><tr><td class="statsclass2">2</td><td class="statsclass2"><a href="/bloggers/mel-martin/">Mel Martin</a></td><td class="statsclass2 ctr">31</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">25</td><td class="statsclass1 ctr">1</td></tr><tr><td class="statsclass2">4</td><td class="statsclass2"><a href="/bloggers/dave-caolo/">Dave Caolo</a></td><td class="statsclass2 ctr">23</td><td class="statsclass2 ctr">4</td></tr><tr><td class="statsclass1">5</td><td class="statsclass1"><a href="/bloggers/michael-rose/">Michael Rose</a></td><td class="statsclass1 ctr">17</td><td class="statsclass1 ctr">32</td></tr><tr><td class="statsclass2">6</td><td class="statsclass2"><a href="/bloggers/robert-palmer/">Robert Palmer</a></td><td class="statsclass2 ctr">13</td><td class="statsclass2 ctr">6</td></tr><tr><td class="statsclass1">7</td><td class="statsclass1"><a href="/bloggers/brett-terpstra/">Brett Terpstra</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">9</td></tr><tr><td class="statsclass2">8</td><td class="statsclass2"><a href="/bloggers/cory-bohon/">Cory Bohon</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">9</td><td class="statsclass1"><a href="/bloggers/christina-warren/">Christina Warren</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">13</td></tr><tr><td class="statsclass2">10</td><td class="statsclass2"><a href="/bloggers/aron-trimble/">Aron Trimble</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">11</td></tr><tr><td class="statsclass1">11</td><td class="statsclass1"><a href="/bloggers/megan-lavey/">Megan Lavey</a></td><td class="statsclass1 ctr">6</td><td class="statsclass1 ctr">3</td></tr><tr><td class="statsclass2">12</td><td class="statsclass2"><a href="/bloggers/victor-agreda-jr/">Victor Agreda, Jr.</a></td><td class="statsclass2 ctr">3</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">13</td><td class="statsclass1"><a href="/bloggers/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/mat-lu/">Mat Lu</a></td><td class="statsclass2 ctr">2</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">15</td><td class="statsclass1"><a href="/bloggers/chris-ullrich/">Chris Ullrich</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">16</td><td class="statsclass2"><a href="/bloggers/brett-kelly/">Brett Kelly</a></td><td class="statsclass2 ctr">1</td><td class="statsclass2 ctr">0</td></tr></table></div><div class="statstable"><h3><span class="wrap">Most Commented On <em>(7 days)</em></span></h3><ul class="box"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/" rel="bookmark">Hulu Desktop app gives full-screen experience to Mac users</a> (63)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/" rel="bookmark">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a> (45)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/" rel="bookmark">Fortune: Palm Pre syncs flawlessly with iTunes</a> (38)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (29)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (29)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/" rel="bookmark">White MacBook specs quietly bumped</a> (26)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/" rel="bookmark">Businessweek puts Apple at top of Most Innovative list</a> (25)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/" rel="bookmark">Rumors: iPod, cameras expecting offspring</a> (23)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/" rel="bookmark">Eucalyptus for iPhone gets a new lease on life</a> (23)</li></ul></div><div class="statstable"><h3><span class="wrap">Recent Comments</span></h3><ul id="stats_recentcomments"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329">user7</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308">Andy</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197">cam</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941">Mel Martin</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895">whoapossum</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888">zezke</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679">Maxwell</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696">Tyson McMurtrey</a> on <a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/">Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680">ted</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112502">Dachaz</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li></ul></div><div id="tagCloud" class="sidearea"><h3><span class="wrap">The Unofficial Apple Weblog (TUAW) Tags</span></h3><div class="box"><p> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/advertising/" class="tagSmall">advertising</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/mobileme/" class="tagSmall">mobileme</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/money/" class="tagSmall">money</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/app/" class="tagSmall">app</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/tuaw/" class="tagSmall">tuaw</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/email/" class="tagSmall">email</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/beta/" class="tagSmall">beta</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/graphics/" class="tagSmall">graphics</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/gmail/" class="tagSmall">gmail</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/leopard/" class="tagSmall">leopard</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/Microsoft/" class="tagSmall">Microsoft</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/AskTuaw/" class="tagSmall">AskTuaw</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/OS/" class="tagSmall">OS</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> <a href="/tag/security/" class="tagSmall">security</a> </p></div></div><div class="module"><h3><span class="wrap">More Apple Analysis</span></h3><ul><li><a href="http://aapl.bloggingstocks.com/">AAPL on BloggingStocks</a> The Apple category feed from BloggingStocks.com</li><li><a href="http://finance.aol.com/quotes/apple-inc/aapl/nas">AAPL Quote, News & Summary</a> The AAPL financials page from AOL Money and Finance</li><li><a href="http://www.bloggingstocks.com/tag/iphone">iPhone analysis from BloggingStocks</a> iPhone tag feed from BloggingStocks</li><li><a href="http://www.downloadsquad.com/category/macintosh/">Macintosh news and reviews on Download Squad</a> The Macintosh category feed from Download Squad</li></ul></div><div class="module"><h3><span class="wrap">More from AOL Money and Finance</span></h3><ul><li><a href="http://money.aol.com/investing/stockscreener">Stock Screener</a> </li><li><a href="http://money.aol.com/stock-quotes">Stock Quotes</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">DJIA</a> </li><li><a href="http://www.walletpop.com/taxes/amt">AMT</a> </li><li><a href="http://www.walletpop.com/loans/auto">Auto Loans</a> </li><li><a href="http://www.walletpop.com/banking">Banking</a> </li><li><a href="http://www.walletpop.com/insurance/car-insurance">Car Insurance</a> </li><li><a href="http://www.walletpop.com/banking/checking">Checking Account</a> </li><li><a href="http://www.walletpop.com/credit/credit-cards">Credit Cards</a> </li><li><a href="http://www.walletpop.com/credit/credit-reports">Credit Reports</a> </li><li><a href="http://www.walletpop.com/deals">Deals</a> Deals</li><li><a href="http://money.aol.com/creditdebt/debt">Debt Management</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">Dow Jones Industrial Average</a> </li><li><a href="http://money.aol.com/news/earnings">Earnings</a> </li><li><a href="http://finance.aol.com/quotes/google-inc/goog/nas">GOOG</a> </li><li><a href="http://www.walletpop.com/insurance/health-insurance">Health Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/home-insurance">Home Insurance</a> </li><li><a href="http://www.walletpop.com/fraud/identity-theft">Identity Theft</a> </li><li><a href="http://www.walletpop.com/taxes/basics">Income Tax Basics</a> </li><li><a href="http://www.walletpop.com/insurance">Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/life-insurance">Life Insurance</a> </li><li><a href="http://www.walletpop.com/loans">Loans</a> </li><li><a href="http://money.aol.com">Money</a> </li><li><a href="http://www.walletpop.com/mortgages">Mortgages</a> </li><li><a href="http://www.walletpop.com/loans/personal">Personal Loans</a> </li><li><a href="http://www.walletpop.com/recession">Recession</a> </li><li><a href="http://www.walletpop.com/mortgages/refinancing">Refinancing</a> </li><li><a href="http://www.walletpop.com/retirement">Retirement</a> </li><li><a href="http://www.walletpop.com/banking/savings">Savings Account</a> </li><li><a href="http://smallbusiness.aol.com/">Small Business</a> </li><li><a href="http://finance.aol.com/usw/quotes/charts">Stock Charts</a> </li><li><a href="http://money.aol.com/stock-ticker">Stock Ticker</a> </li><li><a href="http://www.walletpop.com/taxes">Taxes</a> </li><li><a href="http://money.aol.com/news/technology">Tech News</a> </li></ul></div><div class="blogroll" id="winblogroll"> <h3 id="blogroll_header"><span><a href="http://www.weblogsinc.com">WIN Network</a></span></h3> <ul id="winblogroll" class="accordian"> <li class="winblogrollcat"><strong class="trigger">Autos</strong> <ul id="consumer"> <li><a href="http://www.autoblog.com/">Autoblog</a></li> <li><a href="http://www.autobloggreen.com/">Autoblog Green</a></li> <li><a href="http://spanish.autoblog.com/">Autoblog Spanish</a></li> <li><a href="http://chinese.autoblog.com/">Autoblog Chinese</a></li> <li><a href="http://cn.autoblog.com/">Autoblog Simplified Chinese</a></li> <li><a href="http://jp.autoblog.com/">Autoblog Japanese</a></li> <li><a href="http://uk.autoblog.com/">Autoblog UK</a></li> <li><a href="http://de.autoblog.com/">Autoblog Auf Deutsh</a></li> <li><a href="http://fr.autoblog.com/">Autoblog En Fran?ais</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Technology</strong> <ul id="technology"> <li><a href="http://www.downloadsquad.com/">Download Squad</a></li> <li><a href="http://www.engadget.com/">Engadget</a></li> <li><a href="http://www.engadgethd.com/">Engadget HD</a></li> <li><a href="http://www.engadgetmobile.com/">Engadget Mobile</a></li> <li><a href="http://chinese.engadget.com/">Engadget Chinese</a></li> <li><a href="http://cn.engadget.com/">Engadget Simplified Chinese</a></li> <li><a href="http://japanese.engadget.com/">Engadget Japanese</a></li> <li><a href="http://de.engadget.com/">Engadget Germany</a></li> <li><a href="http://kr.engadget.com/">Engadget Korea</a></li> ???????????????????????? <li><a href="http://pl.engadget.com/">Engadget Polska</a></li> <li><a href="http://spanish.engadget.com/">Engadget Spanish</a></li> ???????????????????????? <li><a href="http://www.switched.com/">Switched</a></li> <li><a href="http://www.tuaw.com/">TUAW (Apple)</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Lifestyle</strong> <ul id="lifestyle"> ???????????????????????? <li><a href="http://www.aisledash.com/">AisleDash</a></li> ?? <li><a href="http://www.diylife.com/">DIY Life</a></li> <li><a href="http://www.gadling.com/">Gadling</a></li> <li><a href="http://www.greendaily.com/">Green Daily</a></li> <li><a href="http://www.luxist.com/">Luxist</a></li> ???????????????????????? <li><a href="http://jp.luxist.com/">Luxist Japanese</a></li> <li><a href="http://www.parentdish.com/">ParentDish</a></li> <li><a href="http://www.slashfood.com/">Slashfood</a></li> <li><a href="http://www.stylelist.com/blog/">StyleList Blog</a></li> <li><a href="http://www.thatsfit.com/">That's Fit</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Gaming</strong> <ul id="gaming"> <li><a href="http://www.joystiq.com/">Joystiq</a></li> <li><a href="http://nintendo.joystiq.com/">Joystiq [Nintendo]</a></li> <li><a href="http://xbox.joystiq.com/">Joystiq [Xbox]</a></li> <li><a href="http://playstation.joystiq.com/">Joystiq [PlayStation]</a></li> <li><a href="http://jp.joystiq.com/">Joystiq Japanese</a></li> ???????????????????????? <li><a href="http://www.massively.com/">Massively</a></li> <li><a href="http://www.wowinsider.com/">WoW Insider</a></li> ???????????????????????? <li><a href="http://news.bigdownload.com">Big Download</a></li> <li><a href="http://www.gamedaily.com/">GameDaily</a></li> ???????????????????????? <li><a href="http://www.playsavvy.com">PlaySavvy</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Entertainment</strong> <ul id="entertainment"> <li><a href="http://www.cinematical.com/">Cinematical</a></li> <li><a href="http://nl.cinematical.com/">Cinematical Nederland</a></li> <li><a href="http://www.cinematical.pl/">Cinematical Polska</a></li> <li><a href="http://www.cinematical.es/">Cinematical Espana</a></li> <li><a href="http://www.tvsquad.com/">TV Squad</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Finance</strong> <ul id="finance"> ???????????????????????? <li><a href="http://www.bloggingbuyouts.com/">BloggingBuyouts</a></li> <li><a href="http://www.bloggingstocks.com/">BloggingStocks</a></li> <li><a href="http://www.dailyfinance.com/">DailyFinance</a></li> <li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji">DIJA</a></li> <li><a href="http://www.walletpop.com/">WalletPop</a></li> <li><a href="http://www.walletpop.co.uk/">WalletPop UK</a></li> <li><a href="http://www.walletpop.com/taxes/">Taxes</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Sports</strong> <ul id="sports"> ???????????????????????? <li><a href="http://www.fanhouse.com">FanHouse</a></li> ???????????????????????? <li><a href="http://nfl.fanhouse.com/">NFL</a></li> ???????????????????????? <li><a href="http://nba.fanhouse.com/">NBA</a></li> ???????????????????????? <li><a href="http://mlb.fanhouse.com/">MLB</a></li> ???????????????????????? <li><a href="http://ncaafootball.fanhouse.com/">NCAA Football</a></li> ???????????????????????? <li><a href="http://ncaabasketball.fanhouse.com/">NCAA Basketball</a></li> ???????????????????????? <li><a href="http://motorsports.fanhouse.com/">NASCAR</a></li> ???????????????????????? <li><a href="http://nhl.fanhouse.com/">NHL</a></li> ???????????????????????? <li><a href="http://golf.fanhouse.com/">Golf</a></li> ???????????????????????? <li><a href="http://fantasyfootball.fanhouse.com/">Fantasy Football</a></li> ???????????????????????? <li><a href="http://fantasybasketball.fanhouse.com/">Fantasy Basketball</a></li> ???????????????????????? <li><a href="http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/">UFC 98 results</a></li> </ul> </li> ???????? <li class="winblogrollcat"><strong class="trigger">Also on AOL</strong> <ul id="alsoAOL"> <li><a href="http://www.politicsdaily.com">Politics Daily</a></li> ???????????????????????? <li><a href="http://blackvoices.aol.com/">African-American Culture</a></li> ???????????????????????? <li><a href="http://autos.aol.com/">Cars</a></li> <li><a href="http://www.games.com/">Games</a></li> ???????????????????????? <li><a href="http://www.mapquest.com">Maps</a></li> <li><a href="http://money.aol.com/">Money</a></li> <li><a href="http://www.moviefone.com/">Movies</a></li> <li><a href="http://music.aol.com/">Music</a></li> <li><a href="http://news.aol.com/">News</a></li> <li><a href="http://music.aol.com/radioguide/bb">Radio</a></li> <li><a href="http://sports.aol.com/">Sports</a></li> <li><a href="http://money.aol.com/stock-quotes/">Stock Quotes</a></li> <li><a href="http://television.aol.com/">Television</a></li <li><a href="http://travel.aol.com/">Travel</a></li> </ul> </li> </ ul> </div><a href="http://daol.aol.com/software/mac/iphone/radio" title="AOL iPhone Radio" class="aol-radio"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif" alt="AOL Radio" /></a> <a href="http://www.stitcher.com/listen.php?fid=8189" title="TUAW on Stitcher"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif" alt="TUAW on Stitcher" /></a></div><!– /subcontent –> </ div> <div id="footer"> <div class="searchform"> <ul class="searchnav clearfix"> <li id="search-tab-blog2" class="selected"><a onclick="return searchTarget('/search/?q=', 0, 'search-tab-blog2');" href="#">TUAW</a></li> <li id="search-tab-Web2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Web2');" href="http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=">Web</a></li> <li id="search-tab-Images2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Images2');"href="http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=">Images</a></li> <li id="search-tab-Video2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Video2');"href="http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=">Video</a></li> <li id="search-tab-News2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=">News</a></li> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=">Local</a></li> </ ul> <form name="s_form2" action="/search/"><fieldset><input type="text" name="q" id="queryname2" value="" class="text" /><button id="searchsubmit" onclick="return submitHeaderSearch('onclick');" type="submit" name="searchsubmit" title="Search" ></button><input type="hidden" name="invocationType" value="wl-tuaw-ft" /></fieldset></form> </div><!– /show-footer-search.html.php –> <div class="bottomleader"> <script type="text/javascript"> <! — adSetType("F"); htmlAdWH('93217798', '728', '90'); adSetType(""); //–> </script> </div><!– /topleader –></div><!– /footer –> <div id="grid2"> <table class="grid-table" cellspacing="0"> <tr> <td scope="col" class="first"> <h4><img src="http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.joystiq.com/">Joystiq</a></h4><ul><li><a href="http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/" rel="bookmark">Qore leak reveals new PSP Metal Gear and more</a></li><li><a href="http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/" rel="bookmark">Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5</a></li><li><a href="http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/" rel="bookmark">PSP Go revealed in June issue of Qore [Update]</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.downloadsquad.com/">Download Squad</a></h4><ul><li><a href="http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/" rel="bookmark">Search for useful bookmarklets with Bookmarklet Directory</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/" rel="bookmark">Where to watch the Stanley Cup finals online</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/" rel="bookmark">Goog-411 now provides intersection info</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.bloggingstocks.com/">BloggingStocks</a></h4><ul><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/" rel="bookmark">Stock #2: Quicksilver (ZQK)</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/" rel="bookmark">Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-1-marine-products-corp-mpx/" rel="bookmark">Stock #1: Marine Products Corp. (MPX)</a></li></ul></td> </ tr> <tr> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.autoblog.com/">Autoblog</a></h4><ul><li><a href="http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/" rel="bookmark">VIDEO: Corvette Grand Sport launch control tested… in dealer lot</a></li><li><a href="http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/" rel="bookmark">Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010</a></li><li><a href="http://www.autoblog.com/2009/05/30/crazy-kiwis-buy-a-new-mitsubishi-triton-get-a-free-goat-with-p/" rel="bookmark">Crazy Kiwis: Buy a new Mitsubishi Triton, get a free goat with purchase</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://xbox.joystiq.com/">Joystiq Xbox</a></h4><ul><li><a href="http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/" rel="bookmark">Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2</a></li><li><a href="http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/" rel="bookmark">Raiden IV media blowout </a></li><li><a href="http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/" rel="bookmark">Joyswag: Gel: Set &amp; Match</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico" alt="" height="16" width="16" /> <a href="http://www.engadget.com/">Engadget</a></h4><ul><li><a href="http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/" rel="bookmark">Video: Sony's PSP Go leaks out before E3, is obviously a go</a></li><li><a href="http://www.engadget.com/2009/05/30/dj-hero-website-and-pre-orders-go-live-jay-z-special-edition-se/" rel="bookmark">DJ Hero website and pre-orders go live, Jay-Z Special Edition seen in the distance</a></li><li><a href="http://www.engadget.com/2009/05/30/ericssons-fashion-forward-w30-series-3g-routers-get-detailed/" rel="bookmark">Ericsson's fashion-forward W30 series 3G routers get detailed</a></li></ul></td> </ tr> </table> </ div> <div id="legal"> <a href="http://news.aol.com" target="_blank" class="cobrand-footer">AOL News</a> <p>All contents copyright &copy; 2003-2009, <a href="http://www.weblogsinc.com/">Weblogs, Inc.</a> All rights reserved</p> <p><a href="">The Unofficial Apple Weblog (TUAW)</a> is a member of the <a href="http://www.weblogsinc.com/">Weblogs, Inc. Network</a>. <a href="http://www.weblogsinc.com/privacy/">Privacy Policy</a>, <a href="http://www.weblogsinc.com/terms/">Terms of Service</a>, <a href="http://www.weblogsinc.com/report/">Notify AOL</a></p> </div><!– /legal –> </div><!– /main –> </div><!– /container –> </body> <script type="text/javascript" src="http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js"></script> <script type="text/javascript"> $(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); ???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } </script> <script type="text/javascript" src="http://www.blogcdn.com/js/addthis.js"></script> <script type="text/javascript"> if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { ?? top.location.replace(self.location.href); } </script> </html><script type="text/javascript"> <! — document.write('<scr' + 'ipt src="http://www.tuaw.com/traffic/' + '?t=js&bv=&os=&tz=&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&cb=1639771966" type="text/javascript"></scr' + 'ipt>'); // –> </script><noscript><img src="http://www.tuaw.com/traffic/?t=px&bv=JavaScript+Disabled&os=&tz=default&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&cb=417039105" alt="the end" width="1" height="1"border="0" /></noscript>Google Home – About Google Translate©2009 Googlevar gaJsHost = ((“https:” == document.location.protocol) ?”https://ssl.” : “http://www.”);document.write(unescape(“%3Cscript src='” + gaJsHost +”google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E”));var pageTracker = _gat._getTracker(“UA-1043770-1″);pageTracker._initData();pageTracker._trackPageview(“/translate_t?hl=en&ie=ISO-8859-1&langpair=en|de”);Detect language—AlbanianArabicBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese > AlbanianArabicBulgarianCatalanChinese (Simplified)Chinese (Traditional)CroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese swap window.jstiming.load.tick(‘br’);h = new _History();ctr = new _TranslateForm(new _LanguageSelector(‘old_sl’,'sl_select’,’3′),new _LanguageSelector(‘old_tl’,'tl_select’,’3′),’old_submit’,'submit_button’, h,’source’,'result_box’,'dict’,'autotrans’,'/translate’,'/translate_t’,undefined,’http://209.85.225.132/translate_f’, ‘select_text’,'select_document’, ‘file_div’, ‘file’,true,’search’,'clir’);window.jstiming.load.tick(‘prt’)Contribute a better translationThank you for contributing your translation suggestion to Google Translate. Kommentare ( 0 ) / * Einige dh crap * / Funktion iecheck (inc_seven) ( / / Alert (navigator.platform); ???? if (navigator.platform == “Win32″ & & navigator.appName == “Microsoft Internet Explorer” & & window.attachEvent) ( ???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); ???????? var iever = (inc_seven)? (rslt! = null & & Number (rslt [1])> = 5,5): (rslt! = null & & Number (rslt [1])> = 5.5 & & Number (rslt [1]) < 7); ) Else ( Iever = false; ) ???? R?ckkehr iever; ) var useFilter = iecheck (false); var ie6Brand = ' Ihr Kommentar: merken E-Mail, wenn mir jemand Antworten auf diesen Kommentar

Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare.

Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein.

So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit,

oder Tags. tabTo (current_tab); getUserInfo Funktion () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden '; sID.id =' SID '; sID.name =' SID '; sID.value =' f32f89cf483fcdff2af0b690ddb1a227 “; var UID = document.createElement ( 'input'); uID.type = 'hidden'; uID.id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced “; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp '; tStamp. name = “tStamp '; tStamp.value ='82501'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='7036218550034392 '; anchor.parentNode.insertBefore (SID, Anker); anchor.parentNode.insertBefore (uid, Anker); anchor.parentNode.insertBefore (tStamp, Anker); anchor.parentNode.insertBefore (CacheID, Anker ); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i TUAW Web Images Video News Local adSetType(“F”); htmlAdWH('93217798', '728', '90'); adSetType(“”); //–> JoystiqQore leak reveals new PSP Metal Gear and moreSteam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5PSP Go revealed in June issue of Qore [Update] Download SquadSearch for useful bookmarklets with Bookmarklet DirectoryWhere to watch the Stanley Cup finals onlineGoog-411 now provides intersection info BloggingStocksStock #2: Quicksilver (ZQK)Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and moreStock #1: Marine Products Corp. (MPX) AutoblogVIDEO: Corvette Grand Sport launch control tested… in dealer lotKerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010Crazy Kiwis: Buy a new Mitsubishi Triton, get a free goat with purchase Joystiq XboxXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout Joyswag: Gel: Set & Match EngadgetVideo: Sony's PSP Go leaks out before E3, is obviously a goDJ Hero website and pre-orders go live, Jay-Z Special Edition seen in the distanceEricsson's fashion-forward W30 series 3G routers get detailed AOL News

All contents copyright © 2003-2009, Weblogs, Inc. All rights reserved

The Unofficial Apple Weblog (TUAW) is a member of the Weblogs, Inc. Network. Privacy Policy, Terms of Service, Notify AOL

$(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); ???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { ?? top.location.replace(self.location.href); } document.write(''); // –> the endDetect language—AlbanianArabicBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese > AlbanianArabicBulgarianCatalanChinese (Simplified)Chinese (Traditional)CroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHebrewHindiHungarianIndonesianItalianJapaneseKoreanLatvianLithuanianMalteseNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianVietnamese swap window.jstiming.load.tick('br');h = new _History();ctr = new _TranslateForm(new _LanguageSelector('old_sl','sl_select','3'),new _LanguageSelector('old_tl','tl_select','3'),'old_submit','submit_button', h,'source','result_box','dict','autotrans','/translate','/translate_t',undefined,'http://209.85.225.132/translate_f', 'select_text','select_document', 'file_div', 'file',true,'search','clir');window.jstiming.load.tick('prt')Contribute a better translationThank you for contributing your translation suggestion to Google Translate. TUAW Web Images Video News Local JoystiqQore leak reveals new PSP Metal Gear and moreSteam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5PSP Go revealed in June issue of Qore [Update] Download SquadSearch for useful bookmarklets with Bookmarklet DirectoryWhere to watch the Stanley Cup finals onlineGoog-411 now provides intersection info BloggingStocksStock #2: Quicksilver (ZQK)Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and moreStock #1: Marine Products Corp. (MPX) AutoblogVIDEO: Corvette Grand Sport launch control tested… in dealer lotKerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010Crazy Kiwis: Buy a new Mitsubishi Triton, get a free goat with purchase Joystiq XboxXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout Joyswag: Gel: Set & Match EngadgetVideo: Sony's PSP Go leaks out before E3, is obviously a goDJ Hero website and pre-orders go live, Jay-Z Special Edition seen in the distanceEricsson's fashion-forward W30 series 3G routers get detailed AOL News

All contents copyright © 2003-2009, Weblogs, Inc. All rights reserved

The Unofficial Apple Weblog (TUAW) is a member of the Weblogs, Inc. Network. Privacy Policy, Terms of Service, Notify AOL

$(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { top.location.replace(self.location.href); } the end“>We'll use your suggestion to improve translation quality in future updates to our system.> <p class="filed-under"> Abgelegt unter: <a href="/category/iphone/"> iPhone </ a>, <a href="/category/app-store/"> App Store </ a>, <a href="/category/ipod-touch/"> iPod touch </ a>, <a href="/category/app-review/"> App Review </ a> </ p> <h2 class = "posttitle"> <a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/" rel="bookmark"> <span id = "ppt19052404"> Pr?fen Sie die Preise auf Ihrem iPhone mit Pricecheckah </ span> </ a> </ h2> <p class="byline"> von <strong> <a href = "/ Blogger / Mel-Martin /" > Mel Martin </ a> </ strong> am 30. Mai 2009 </ p> <div class="postbody"> <! – sphereit start -> <img vspace = "8" hspace = "8" border = "0" align = "right" src = "http://www.blogcdn.com/www.tuaw.com/media/2009/05/pricecheckah5-30.png" alt = "" /> Diese ca. das macht, was man erwarten von ihren Namen. Es pr?ft die Preise. Sie geben in einer USV-Code, eine ISBN-Nummer (B?cher und Video) oder sogar einen Namen f?r ein Produkt. <br /> <br /> <A href = "http://itunes.apple.com/WebObjects/MZStore. woa / wa / viewSoftware? id = 300264101 & t = 8 "> Pricecheckah </ a> [App Store] ist der US $ 4.99 In der Einrichtung Bildschirm k?nnen Sie w?hlen, Online-H?ndlern wie Amazon oder Buy.com, M?rtel und Ziegel-und Einzelh?ndler wie Target oder Walmart. Sie k?nnen auch Ihre eigenen. Ich habe Best Buy durch einfaches Eintippen bestbuy.com. <br /> <br /> Ich tippte in einer UPC-Code und die Anwendung mehrere Vorschl?ge und habe ein paar bessere Preise. Nat?rlich k?nnen Sie dies tun ?ber jeden Browser mit einer Seite wie Froogle. Diese Anwendung, nat?rlich, ist zu tragbare, aber Sie k?nnen nicht sehr beliebt bei einigen Einzelh?ndlern tun Preisvergleiche. Auf der anderen Seite, es sei denn, Sie sind in Eile, etwas kaufen, werden Sie wahrscheinlich einen besseren Preis online. <br /> <br /> Einige Dinge, die ich nicht mag: das Programm will meine E-Mail-Adresse und ein Passwort. Ich bin nicht wild, ?ber die E-Mail, wenn jemand meine ich bin mir nicht sicher, was sie zu tun. Manchmal ist das Programm sehr langsam, und ich ber?hrte die Schaltfl?che "Einstellungen" und es dauerte einige Sekunden, um die Einstellungen. Es war nicht der Fall jedes Mal, aber doch genug, mal zu erw?hnen. Au?erdem gesperrt, ein paar Mal und sagte, sie k?nne nicht finden, wenn WiFi-Netzwerk auf, und mein Wireless Router war direkt neben meinem iPhone. <br /> <br /> Ich glaube auch, das Programm ist teuer bei US $ 4.99. Es ist eine ?hnliche Anwendung namens <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=283375895&mt=8"> Kasse Smartshop </ a> [App Store] die den gleichen Preis, aber hat noch viel mehr negative Bewertungen. Die Entwickler versprachen eine Bar-Code-Scanner, und es ist nicht angekommen. Wir haben auch unter <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312720263&mt=8"> RedLasergravierte LaschenWidget </ a> [App Store] die hat einen Barcode-Scanner. Es <a href="http://www.tuaw.com/2009/05/18/redlaser-for-iphone-scans-for-bargains/"> gearbeitet OK </ a> f?r mich, sondern viele Menschen mit Probleme mit ihm. Es ist US $ 1.99. <br /> <br /> Zusammenfassend l?sst sich sagen, es sieht nicht so aus, wie die perfekte Shopping app ist hier, aber hoffentlich Entwickler wird versucht. Pricecheckah Werke auf dem iPhone oder iPod touch und Kontrollen entweder in den USA oder im Vereinigten K?nigreich. <div Id="continued"> </ div ><!– sphereit Ende -> <a href = "/ tag / iphone "class =" Kategorie-match-Anzeige "> <img src =" http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg "alt =" Klicken Sie hier, um alle TUAW's iPhone Abdeckung "/> </ a> </ div> <div class="postmeta"> <p class="posttags"> <strong> Tags: </ strong> <a href =" http:// www.tuaw.com / tag / app + Shop / "> Progr.-Shop </ a>, <a href="http://www.tuaw.com/tag/iPhone/"> iPhone </ a>, <a href = "+ http://www.tuaw.com/tag/iPod touch /"> iPod touch </ a>, <a href = "+ http://www.tuaw.com/tag/price Vergleiche /" > Preis-Vergleiche </ a>, <a href="http://www.tuaw.com/tag/Pricecheckah/"> Pricecheckah </ a>, <a href = "http://www.tuaw.com/ tag / Shopping / "> Shopping </ a> </ p> <div class="navbar clearfix"> <ul> <li class="permalink"> <a href =" http://www.pricecheckah.com/ index.pl "> Quelle </ a> </ li> <li class="print"> <a href =" http://www.tuaw.com/2009/05/30/check-prices-on-your -iphone-with-pricecheckah/print / "target =" _blank "class =" printthis "rel =" nofollow "> Print <span class="printpop"> <span> Mit HP Wireless-Drucker, <br/> k?nnen Sie gedruckt wurden <br/> diese von jedem Zimmer <br/> im Haus. <br/> <strong> Live drahtlos. Drucken ohne Kabel </ strong> </ span> </ span> </ a> </ li> <li class="email-this"> <a href = "/ forward/19052404 /" title = "Senden Sie diesen Eintrag einem Freund per E-Mail "> E-Mail hier </ a> </ li> <li> <! – AddThis Button BEGIN -> <script type="text/javascript"> addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, Propeller, google, live, StumbleUpon, reddit, Favoriten, technorati, Ziel, mehr "</ script> <a class =" sharelink "href =" http://www.addthis.com / bookmark.php "onmouseover =" return addthis_open (this,'', 'http% 3A% 2F% 2Fwww.tuaw.com% 2F2009% 2F05% 2F30% 2Fcheck-Preise-on-your-iphone-mit-pricecheckah% 2F ',' Check Preise + + + auf Ihrem iPhone + + mit + Pricecheckah ') "onmouseout =" addthis_close () "onclick =" return addthis_sendto () "> Aktie </ a> <script type =" text / javascript "src = "http://s7.addthis.com/custom/weblogsinc/addthis_widget.js"> </ script ><!– AddThis Button END –></ li> <li class="comments"> <a href = "http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/ # comments" title = "View Leser Kommentare zu diesen Eintrag"> Kommentare (<em > 0 </ em>) </ a> </ li> </ ul> </ div> </ div> </ div> </ div> <script type="text/javascript"> / * Einige dh crap * / Funktion iecheck (inc_seven) ( / / Alert (navigator.platform); ???? if (navigator.platform == "Win32" & & navigator.appName == "Microsoft Internet Explorer" & & window.attachEvent) ( ???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); ???????? var iever = (inc_seven)? (rslt! = null & & Number (rslt [1])> = 5,5): (rslt! = null & & Number (rslt [1])> = 5.5 & & Number (rslt [1]) < 7); ) Else ( Iever = false; ) ???? R?ckkehr iever; ) var useFilter = iecheck (false); var ie6Brand = '<a href = "http://www.sphere.com" target = "_New" style = "cursor: Hand; display: block; width: 112px; height: 18px; Filter: ProgID: DXImageTransform.Microsoft . AlphaImageLoader (src = \ "http://cdn11.sphere.com/images/poweredbySphere.png \ ', sizingMethod = Ma?stab );">< img align =" absmiddle "border =" 0 "style =" margin-left : 2px; "src =" http://cdn11.sphere.com/images/iespacer.png "/></ a> '; var normalBrand = '<a href="http://www.sphere.com" target="_new"> <img align = "absmiddle" border = "0" style = "margin-left: 2px;" src = " http://cdn11.sphere.com/images/poweredbySphere.png "/></ a> '; var Marke =''; if (useFilter == false) ( Marke = normalBrand; ) Else ( Marke = ie6Brand; ) </ script> <div class="sphere clearfix"> <div id="sphereTalk"> <p id="spherePoweredBy" class="powered-by"> </ p> <div id="talkContainer"> <h3> Verwandte Texte von The Unofficial Apple Weblog </ h3> <ul> <li> <a href = "http://www.tuaw.com/2009/04/03/first-look-geocaching-2-0-for-iphone-3g ? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> First Look: Geocaching 2.0 f?r das iPhone 3G </ a> <p class = "timestamp"> 57 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/01/26/whats-wrong-with-buying-apps- f?r-99-Cent? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Was ist los mit den Kauf-Anwendungen f?r 99 Cent? < / a> <p class="timestamp"> 124 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2008/12/12/app-store- ?nderungen-Layout-Gefahr-of-the-fleischigen-palm-noch-Webst?hle? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'sprechen \ ") "> App Store ?nderungen Layout, Bedrohung der fleischigen Palm noch Webst?hle </ a> <p class="timestamp"> 168 Tage alt </ p> </ li> </ ul> </ div ><!– Ende Container-talk -> <div id="artContainer"> <h3> ?hnliche Artikel aus unserem Tech-Netzwerk </ h3> <ul> <li> <a href = "http://www.engadgetmobile.com/2009/05 / 14/emailnwalk-iphone-app-finally-lets-us-leave-the-house? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \ ') "> Email'n'Walk iPhone App schlie?lich k?nnen wir aus dem Haus </ a> <p class="timestamp"> 15 Tagen </ p> </ li> <li> <a href =" http : / / www.switched.com/2009/05/14/iphones-email-n-walk-lets-you-e-mail-and-walk-at-the-same-ti?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> iPhone's' Email 'n Walk" k?nnen Sie E-Mail und Walk zur gleichen Zeit </ a> < p class = "timestamp"> 16 Tage </ p> </ li> <li> <a href = "http://www.engadgetmobile.com/2009/05/07/iphone-os-3-0- jetzt-zu-werden-f?r-app-store-Aufnahme-Bewertungen? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> iPhone OS 3.0 jetzt f?r App Store Eintritt Bewertungen (aktualisiert) </ a> <p class="timestamp"> 22 Tage vor </ p> </ li> </ ul> </ div ><!– Ende Kunst-Container –></ div ><!– Ende sphereTalk -> <div id="sphereAd"> <script type = "text / javascript" src = "http://cdn11.sphere.com/widgets/ sphereit / js? baseurl = http://cdn11.sphere.com/widgets/sphereit/&siteid=blogsmith_widget_tuaw "> </ script> <iframe frameborder =" 0 "style =" position: relative; width: 300px; height: 250px "MARGINHEIGHT =" 0 "marginwidth =" 0 "scrolling =" no "border =" 0 "src =" http://www.sphere.com/ads/aol_sphere_adcom.php?a=93249125 "> </ iframe> </ div> <p class="see-more"> <a onclick = "return Sphere.Widget.search ( 'http://www.tuaw.com/2009/05/30/check-prices-on-your -iphone-mit-pricecheckah ') "href =" http://www.sphere.com/search?q=sphereit:http://www.tuaw.com/2009/05/30/check-prices-on- your-iphone-mit-pricecheckah "> Weitere Artikel und Blog-Posts </ a> </ p> </ div> <! – Ende Bereich clearfix -> <script type="text/javascript"> document.getElementById ( 'spherePoweredBy "). innerHTML = Marke; </ script> <script language="JavaScript" type="text/javascript"> var sns_checked = false; var current_tab = "blogsmith"; Funktion tabTo (TAB) ( document.getElementById ( 'formerrors "). innerHTML =''; document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; document.getElementById ( 'cmtuinfo_sns'). style.display =' none '; document.getElementById ( 'cmtuinfo_ "+ Tab). style.display =' block '; document.getElementById ( 'cmtutab_email "). className =''; document.getElementById ( 'cmtutab_blogsmith "). className =''; document.getElementById ( 'cmtutab_sns "). className =''; document.getElementById ( 'cmtutab_ "+ Tab). className =' currenttab '; If (! Sns_checked & & tab == "SNS") ( Image1 = new Image (); image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; Sns.init ( 'ch1ga1KvP7TotwTC'); Sns_checked = true; ) Current_tab = TAB; ) Funktion inputValidation () ( document.getElementById ( 'formerrors "). innerHTML =''; Var validInfo = 0; Var validName = 0; Var validEmail = 0; Var validComments = 0; Var validSNS = 0; Var links = 0; Var Fehler =''; Schalter (current_tab) ( Fall "E-Mail": var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; var email = document.getElementById ( 'AuthorEmail "). Wert; if (document.getElementById ( "Autorname"). value =='') ( Fehler + = "<p class='error'> ben?tigen wir Ihren Namen. </ p>"; ) If (email ==''| |! Filter.test (email)) ( Fehler + = "<p class='error'> E-Mail-Adresse ist nicht g?ltig. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "blogsmith": if (document.getElementById ( 'C_AuthorEmail "). value =='') ( Fehler + = "<p class='error'> Ung?ltige E-Mail-Adresse. </ p>"; ) if (document.getElementById ( 'C_AuthorPass "). value =='') ( Fehler + = "<p class='error'> Kein Passwort angegeben. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "SNS": if (document.getElementById ( 'sns_screenname') & & document.getElementById ( 'sns_password')) ( if (document.getElementById ( 'sns_screenname "). value & & document.getElementById (' sns_password"). value) ( Sns.calls.login (); Return false; ) ) If (document.getElementById ( 'sns_securid')) ( if (document.getElementById ( 'sns_securid "). value) ( sns.calls.login ();// setTimeout ( "sns.calls.login ();", 1000); Return false; ) ) var token = (document.getElementById ( "Token"))? document.getElementById ( "Token"). Wert:''; If (token =='') ( Fehler = "<p class='error'> Ung?ltiger SNS anmelden. </ p>"; ) Else ( ValidInfo = 1; ) Break; ) var txt = document.getElementById ( "Kommentare"). Wert; If (txt! ='') ( ValidComments = 1; ) For (var ind = 0; ind <txt.length; ind + +) ( If (txt.substring (ind, ind +7) == "http://") ( Links = links + 1; ) Else if (txt.substring (ind, ind +6) == "ftp://") ( Links = Links + 1; ) Else if (txt.substring (ind, ind +8) == "https ://") ( Links = Links + 1; ) ) if (validInfo == 1 & & validComments == 1 & & Links <4) ( Return true; ) Else ( errorMessage var = "<h4 class='error-title'> Fehler </ h4>"; ErrorMessage + = Fehler; if (validComments == 0) (errorMessage + = "<p class='error'> kein Kommentar geschrieben. </ p>";) if (links> 3) (errorMessage + = "<p class='error'> Sorry mate, k?nnen Sie nur 3 URLs. </ p>";) document.getElementById ( 'formerrors "). innerHTML = errorMessage; Return false; ) ) </ script> <div id="comments"> <h3 id="addcomments"> hinzuf?gen Kommentare </ h3> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div Id="cmttabs"> <ul> <li id="cmtutab_email"> <a href="#" onclick="tabTo('email');return false;"> neue Leser </ a> </ li> <li id="cmtutab_blogsmith" class="currenttab"> <a href="#" onclick="tabTo('blogsmith');return false;"> R?ckkehr </ a> </ li> <li id="cmtutab_sns"> <a href="#" onclick="tabTo('sns');return false;" class="cmtaol" title="Sign Sie sich mit Ihrem AOL/AIM username!"> AOL / AIM </ a> </ li> </ Ul> </ Div> <div Id="formerrors" class='formerrors'> </ div> <! – E-Mail -> <div id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <p Class="instructions"> ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. </ P> <label for="AuthorName" class="first"> Name: <br /> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /> </ label> <label For="AuthorEmail"> E-Mail: <br /> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/> </ label> </ Div> <! – / E-Mail -> <! – Blogsmith -> <div id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. </ p> <label for="C_Author" class="first"> E-Mail: <br /> id="C_AuthorEmail" <input type="text" class="formtext" name="C_AuthorEmail" value="" /> </ label> <label For="C_AuthorPass"> Passwort: <br /> <input id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/> </ label> </ Div> <! – / Blogsmith -> <! – SNS -> <div id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. </ p> <div Id="sns"> <p align="center"> <img src="/media/loading.gif"> </ p> </ Div> <!–< Eingang id = "snslogin" type = "button" onclick = "sns.calls.login ();" value = "Login ">–> </ Div> <! – / SNS -> <div Id="cmtmain"> <div Id="replyindicator"> </ div> <div> <label For="Comments"> Ihr Kommentar: </ label> <textarea name="Comments" id="Comments" rows="8" style="width:98%"> </ textarea> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <label For="RememberMeYes"> merken </ label> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <label for="EmailMe"> E-Mail, wenn mir jemand Antworten auf diesen Kommentar </ label> </ Div> <div Id="cmtbuttons"> <input type="submit" id="addCommentButton" value="Add Comment" /> </ Div> <input type="hidden" name="form" value="Comments" /> <input type="hidden" name="ButtonSave" value="Save" /> <input type="hidden" id="sourceID" name="SourceID" value="" /> <input type="hidden" id="postID" name="PostID" value="" /> </ Div> <div Id="instructions"> <p class="preamble"> Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. <strong> E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. </ strong> </ p> <p> Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein. </ P> <p> So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit, <p> oder <br /> Tags. </ P> </ Div> <input type="hidden" name="referer" value="http://www.tuaw.com:1080/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/"> </ form> </ div> <script type="text/javascript" src="http://www.blogsmithmedia.com/framework.weblogsinc.com/bc/ajax.js"> </ script> <script type="text/javascript" src="http://www.weblogsinc.com/bc/sns.js"> </ script> <script type="text/javascript"> tabTo (current_tab); </ script> <script language="JavaScript" type="text/javascript"> getUserInfo Funktion () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden '; sID.id =' SID '; sID.name =' SID '; sID.value =' f32f89cf483fcdff2af0b690ddb1a227 "; var UID = document.createElement ( 'input'); uID.type = 'hidden'; uID.id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced "; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp '; tStamp. name = "tStamp '; tStamp.value ='82501'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='7036218550034392 '; anchor.parentNode.insertBefore (SID, Anker); anchor.parentNode.insertBefore (uid, Anker); anchor.parentNode.insertBefore (tStamp, Anker); anchor.parentNode.insertBefore (CacheID, Anker ); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i <divArray.length; i + +) (if (divArray [i]. className == 'post') (document.getElementById ( ' PLZ "). value = divArray [i]. id;))) getUserInfo ();</ script> </ div ><!– / content -> </ div ><!– / col-1 -> <div id="col-2"> <div id="subcontent" class="clearfix"> <div class="medrect"> <script Type="text/javascript"> <! — AdSetType ( "F"); HtmlAdWH ( "93217898", "300", "250"); AdSetType (""); //–> </ Script> </ div ><!– / medrect -> <div id="tip-day"> <div id="tip-day-inner"> <h2> Tipp des Tages </ h2> <p class = "Tipp"> So schalten Sie Ihre Firewall, ?ffnen Sie die Systemeinstellungen, und klicken Sie auf das Symbol Sicherheit. Klicken Sie anschlie?end auf die Registerkarte "Firewall". Stellen Sie sicher, dass entweder "Erlauben Sie nur wesentliche Dienste" ausgew?hlt ist, oder w?hlen Sie "Zugriff f?r bestimmte Dienste und Anwendungen" k?nnen. <br /> <br /> </ P> <div class="learnmore"> <a href = " http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day/ "> Weitere Informationen </ a> </ div> </ div> </ div> <div id = "breakingnews" class = "Schlagzeilen"> <div class="wrap"> <h3> <span> <a href="/tag/breaking news/"> Breaking News </ a> <a href = "http:/ / www.tuaw.com / tag / Nachrichten / rss.xml "class =" Feed "title =" Subscribe to breaking news "> Feed </ a> </ span> </ h3> <ul> <li> < a href = "http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/"> <a rel = "bookmark" href = "http: / / www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/ "rel =" Lesezeichen "> Breaking News: Keine neuen Beitr?ge app, es sei denn, sie laufen auf OS 3.0 </ a> </ li> <a href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/"> <a rel="bookmark" href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/" rel="bookmark"> Erste Look: Bento f?r iPhone und iPod touch </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/23/the-app-store-hits-one- Milliarden-downloads / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/ "rel =" Lesezeichen "> Der App Store Treffern eine Milliarde Downloads </ a> </ li> <li> <a href =" http://www.tuaw.com/2009/03/30/macworld-2010-moves-to Februar / "> <a rel="bookmark" href="http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/" rel="bookmark"> Macworld 2010 bewegt sich bis Februar </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" > <a rel="bookmark" href="http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" rel="bookmark"> f?r Skype iPhone kommenden Dienstag, sagt CNET </ a> </ li> <a href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/"> <a rel="bookmark" href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/" rel="bookmark"> Apple sagt jailbreaking ist illegal </ a> </ li> <a href="http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/"> <a rel = "bookmark" href = "http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/" rel = "Lesezeichen" > PwnageTool und QuickPwn aktualisiert und ist kompatibel mit 2.2.1 </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses -Security-Fragen / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/ "rel =" Lesezeichen "> QuickTime 7/6 Adressen Sicherheit </ a> </ li> <li> <a href =" http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near -Unibody-specs / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/ " rel = "Lesezeichen"> $ 999 MacBook Hardware aktualisiert, um in der N?he von Unibody-Daten </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/19/use-your -iPhone-zu-Navigation-Einweihung-Tag / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration -Tag / "rel =" Lesezeichen "> Verwenden Sie Ihr iPhone zu navigieren Einweihung Tag </ a> </ li> </ ul> </ div> </ div> <div id="featuredstories" class="headlines"> <h3> <span> <a href="/tag/features/"> sehenswerte Geschichten </ a> <a href = "http://www.tuaw.com/tag/features/rss.xml" class = " Futtermittel "title =" Abonnieren Sie sehenswerte Geschichten "> Feed </ a> </ span> </ h3> <ul> <li> <a href =" http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / "> Daily AOL Finance ca. wirft die Bar f?r das iPhone Investitionen Tools </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"> <a rel = "Lesezeichen" href = "http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"> TUAW Tipp: Tauschen Sie Ihren Laptop auf der Festplatte f?r eine schicke neue SSD </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/14/another-fistful- von-apps-ember-Headspace-mymovies-nozbe-jugl / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/14/another-fistful-of-apps- ember-Headspace-mymovies-nozbe-jugl / "> Eine weitere Handvoll Apps: Ember, Headspace, myMovies, Nozbe, Juglir und LiveView </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/04/01/tuaw-1976 / "> <a rel="bookmark" href="http://www.tuaw.com/2009/04/01/tuaw-1976/"> TUAW 1976 </ a> </ li> <a href="http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> <a rel = "Lesezeichen" href = "http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> Mein Vater, der Switcher: Tag 140 </ a> </ li> <a href="http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/"> <a rel = "bookmark" href = " http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/ "> Mein Vater, der Switcher: Tag 139 </ a> </ li> <li> < a href = "http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/"> <a rel = "bookmark" href = "http://www. tuaw.com/2009/02/10/31-fart-apps-in-90-seconds / "> 31 fart Apps in 90 Sekunden </ a> </ li> <li> <a href =" http:// www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/ "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/ 08/app-store-demo-no-lite-yes / "> App Store:" Demo "Nein," Lite "Ja </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/02/02/one-month-with-apple-tv / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/02/one- Monats-mit-Apple-TV / "> Ein Monat mit Apple TV </ a> </ li> <li> <a href =" http://www.tuaw.com/2008/12/27/traveling-iphone -kann-helfen / "> <a rel="bookmark" href="http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/"> Reisen? iPhone kann helfen! </ a> </ li> </ ul> </ div> <br class="clear" /> <div class="medrect"> <script Type="text/javascript"> <! — AdSetType ( "F"); HtmlAdWH ( "93217998", "300", "250"); AdSetType (""); //–> </ Script> </ div ><!– / medrect -> <div id="twitter_linkage" class="module"> <a href="http://www.twitter.com/tuaw" target="_blank"> < img src = "http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg" alt = "Folgen Sie uns auf Twitter!" /> </ a> </ div> <! – Start von Flickr Badge -> <div class="module"> <h3> <a href="http://flickr.com/photos/tags/tuaw" target="_blank"> <span> TUAW <strong style="color:#3993ff"> Flick <span style = "color : # ff1c92 "> R </ span> </ strong> Pool </ span> </ a> </ h3> <table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper"> <tr> <script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=3&display=latest&size=t&layout=h&source=all_tag&tag=tuaw&user=15453323%40N00"> </ script > </ tr> </ table> <a href="http://www.flickr.com" id="flickr_www"> www. <strong style="color:#3993ff"> Flick <span style="color:#ff1c92"> R </ span > </ strong>. com </ a> </ div> <! – End of Flickr Badge -> <Objekt lassid = "clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash . cab # version = 6,0,40,0 "width =" 330 "height =" 150 "> <param name="movie value="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" /> <param name="wmode" value="transparent" /> <embed src = "http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW% 20on% 20Truveo" quality = "high" wmode = "transparent" pluginspage = "http: / / www.macromedia.com / go / getflashplayer "type =" application / x-shockwave-flash "width =" 330 "height =" 150 "> </ embed> </ object> <a href="http://www.cafepress.com/tuaw" title="Visit unsere Cafe Presse store" class="rail-promo"> <img src = "http://www.blogsmithmedia .com / www.tuaw.com / media / tuaw-CafePress-promo.png "alt =" TUAW [CafePress] "/> </ a> <div class="ad-wrap"> <div class="ad-wrap-inner"> <h3 class="hide"> <span class="wrap"> Sponsored Links </ span> </ h3> <p class="sponsored"> Werben Sie mit uns. (<a href="http://www.weblogsinc.com/advertise/"> Erfahren Sie mehr </ a>) </ p> </ div> </ div> <h3> <span class="wrap"> sehenswerte Galerien </ span> </ h3> <div class="featuredgalleries clearfix"> <div class="thumb"> <a href = "/ photos/gallery-2397 / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg "alt =" DNC Macs "width =" 75 "height =" 75 "Titel = "DNC Macs"> </ a> </ div> <div class="thumb"> <a href="/photos/macworld-2008-keynote-1/"> <img src = "http://www .blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg "alt =" Macworld 2008 Keynote "width =" 75 "height =" 75 "title =" Macworld 2008 Keynote "> </ a> </ div> <div class="thumb"> <a href="/photos/macworld-2008-build-up/"> <img src = "http://www.blogcdn.com/www.tuaw.com / media/2008/01/dsc_5493_thumbnail.jpg "alt =" Macworld 2008 Build-up "width =" 75 "height =" 75 "title =" Macworld 2008 Build-up "> </ a> </ div> <div class = "thumb"> <a href="/photos/google-earth-for-iphone/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/10 / gooe1_thumbnail.png "alt =" Google Earth f?r das iPhone "width =" 75 "height =" 75 "title =" Google Earth f?r das iPhone "> </ a> </ div> <div class="thumb"> <a href = "/ fotos / Podcaster /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg" alt = "Podcaster" width = "75 "height =" 75 "title =" Podcaster "> </ a> </ div> <div class="thumb"> <a href="/photos/bento-for-iphone-1-0/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg" alt = "Bento f?r iPhone 1.0" width = "75" height = "75" Titel = "Bento f?r iPhone 1.0"> </ a> </ div> <div class="thumb"> <a href="/photos/scrabble-for-iphone/"> <img src = "http://www .blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png "alt =" Scrabble f?r das iPhone "width =" 75 "height =" 75 "title =" Scrabble f?r das iPhone "> </ a> </ div> <div class="thumb"> <a href="/photos/tom-bihn-checkpoint-flyer-briefcase/"> <img src = "http://www.blogcdn.com/www.tuaw .com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg "alt =" Tom Bihn Checkpoint Flyer Mappe "width =" 75 "height =" 75 "title =" Tom Bihn Checkpoint Flyer Mappe "> </ a> </ div> <div class="thumb"> <a href="/photos/apple-vanity-plates/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008 / 05/appleplatealanrothberg_thumbnail.jpg "alt =" Apple Vanity Plates "width =" 75 "height =" 75 "title =" Apple Vanity Plates "> </ a> </ div> <div class="thumb"> <a href = "/ photos/apple-booth-macworld-07 /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours– -23_thumbnail.jpg "alt =" Apple Macworld Stand 07 "width =" 75 "height =" 75 "title =" Apple Macworld Stand 07 "> </ a> </ div> <div class="thumb"> <a href = "/ photos/quickoffice-for-iphone-1-1-1 /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail . jpg "alt =" Quickoffice f?r iPhone 1.1.1 "width =" 75 "height =" 75 "title =" Quickoffice f?r iPhone 1.1.1 "> </ a> </ div> <div class="thumb"> <a href="/photos/daylite-3-9-review/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail . png "alt =" Daylite 3/9 Review "width =" 75 "height =" 75 "title =" Daylite 3/9 Review "> </ a> </ div> <div class="thumb"> <a href =" / Fotos / discpainter / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png "alt =" DiscPainter "width =" 75 "height =" 75 "title =" DiscPainter "> </ a> </ div> <div class="thumb"> <a href="/photos/mariner-calc-for-iphone/"> <img src =" http:/ / www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg "alt =" Mariner Calc f?r das iPhone "width =" 75 "height =" 75 "title =" Mariner Calc f?r das iPhone "> </ a> </ div> <div class="thumb"> <a href="/photos/2009cupertinobus/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media / 2009/01/cupertino09-1_thumbnail.jpg "alt =" 2009CupertinoBus "width =" 75 "height =" 75 "title =" 2009CupertinoBus "> </ a> </ div> <div class="thumb"> <a href = "/ photos/crash-bandicoot-nitro-kart-3d /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png" alt = "Crash Bandicoot Nitro Kart 3D" width = "75" height = "75" title = "Crash Bandicoot Nitro Kart 3D"> </ a> </ div> <div class="thumb"> <a href = "/ photos/mlb-com-at-bat-2009 / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg "alt =" MLB. com Am Bat 2009 "width =" 75 "height =" 75 "title =" MLB.com Auf Bat 2009 "> </ a> </ div> <div class="thumb"> <a href =" / fotos / Macworld-Expo-2007-Show-Boden / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg "alt =" Macworld Expo 2007 zeigen Stock "width =" 75 "height =" 75 "title =" Macworld Expo 2007 show floor "> </ a> </ div> <div class="thumb"> <a href = "/ photos / Apfel-texas-hold-em /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg" alt = "Apple Texas Hold 'Em "width =" 75 "height =" 75 "title =" Apple Texas Hold' Em "> </ a> </ div> <div class="thumb"> <a href =" / photos/the- Macworld-treu-in-line / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg "alt =" Die Macworld Gl?ubigen Line " width="75" height="75" title="The Macworld Faithful in Line"></a></div><div class="thumb"><a href="/photos/iphone-first-look/ "><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg" alt="iPhone First Look" width="75" height="75" title="iPhone First Look"></a></div><p class="clearer">&nbsp;</p></div> <div class="statstable" id="stats_bloggers"><h3><span class="wrap">TUAW bloggers (30 days)</span></h3><table class="data" cellspacing="0"><tr><th>#</th><th>Blogger</th><th class="ctr">Posts</th><th class="ctr">Cmts</th></tr><tr><td class="statsclass1">1</td><td class="statsclass1"><a href="/bloggers/steven-sande/">Steven Sande</a></td><td class="statsclass1 ctr">36</td><td class="statsclass1 ctr">10</td></tr><tr><td class="statsclass2">2</td><td class="statsclass2"><a href="/bloggers/mel-martin/">Mel Martin</a></td><td class="statsclass2 ctr">31</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">25</td><td class="statsclass1 ctr">1</td></tr><tr><td class="statsclass2">4</td><td class="statsclass2"><a href="/bloggers/dave-caolo/">Dave Caolo</a></td><td class="statsclass2 ctr">23</td><td class="statsclass2 ctr">4</td></tr><tr><td class="statsclass1">5</td><td class="statsclass1"><a href="/bloggers/michael-rose/">Michael Rose</a></td><td class="statsclass1 ctr">17</td><td class="statsclass1 ctr">32</td></tr><tr><td class="statsclass2">6</td><td class="statsclass2"><a href="/bloggers/robert-palmer/">Robert Palmer</a></td><td class="statsclass2 ctr">13</td><td class="statsclass2 ctr">6</td></tr><tr><td class="statsclass1">7</td><td class="statsclass1"><a href="/bloggers/brett-terpstra/">Brett Terpstra</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">9</td></tr><tr><td class="statsclass2">8</td><td class="statsclass2"><a href="/bloggers/cory-bohon/">Cory Bohon</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">9</td><td class="statsclass1"><a href="/bloggers/christina-warren/">Christina Warren</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">13</td></tr><tr><td class="statsclass2">10</td><td class="statsclass2"><a href="/bloggers/aron-trimble/">Aron Trimble</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">11</td></tr><tr><td class="statsclass1">11</td><td class="statsclass1"><a href="/bloggers/megan-lavey/">Megan Lavey</a></td><td class="statsclass1 ctr">6</td><td class="statsclass1 ctr">3</td></tr><tr><td class="statsclass2">12</td><td class="statsclass2"><a href="/bloggers/victor-agreda-jr/">Victor Agreda, Jr.</a></td><td class="statsclass2 ctr">3</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">13</td><td class="statsclass1"><a href="/bloggers/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/mat-lu/">Mat Lu</a></td><td class="statsclass2 ctr">2</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">15</td><td class="statsclass1"><a href="/bloggers/chris-ullrich/">Chris Ullrich</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">16</td><td class="statsclass2"><a href="/bloggers/brett-kelly/">Brett Kelly</a></td><td class="statsclass2 ctr">1</td><td class="statsclass2 ctr">0</td></tr></table></div><div class="statstable"><h3><span class="wrap">Most Commented On <em>(7 days)</em></span></h3><ul class="box"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/" rel="bookmark">Hulu Desktop app gives full-screen experience to Mac users</a> (63)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/" rel="bookmark">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a> (45)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/" rel="bookmark">Fortune: Palm Pre syncs flawlessly with iTunes</a> (38)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (29)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (29)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/" rel="bookmark">White MacBook specs quietly bumped</a> (26)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/" rel="bookmark">Businessweek puts Apple at top of Most Innovative list</a> (25)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/" rel="bookmark">Rumors: iPod, cameras expecting offspring</a> (23)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/" rel="bookmark">Eucalyptus for iPhone gets a new lease on life</a> (23)</li></ul></div><div class="statstable"><h3><span class="wrap">Recent Comments</span></h3><ul id="stats_recentcomments"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329">user7</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308">Andy</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197">cam</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941">Mel Martin</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895">whoapossum</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888">zezke</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679">Maxwell</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696">Tyson McMurtrey</a> on <a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/">Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680">ted</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112502">Dachaz</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li></ul></div><div id="tagCloud" class="sidearea"><h3><span class="wrap">The Unofficial Apple Weblog (TUAW) Tags</span></h3><div class="box"><p> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/advertising/" class="tagSmall">advertising</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/mobileme/" class="tagSmall">mobileme</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/money/" class="tagSmall">money</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/app/" class="tagSmall">app</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/tuaw/" class="tagSmall">tuaw</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/email/" class="tagSmall">email</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/beta/" class="tagSmall">beta</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/graphics/" class="tagSmall">graphics</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/gmail/" class="tagSmall">gmail</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/leopard/" class="tagSmall">leopard</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/Microsoft/" class="tagSmall">Microsoft</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/AskTuaw/" class="tagSmall">AskTuaw</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/OS/" class="tagSmall">OS</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> <a href="/tag/security/" class="tagSmall">security</a> </p></div></div><div class="module"><h3><span class="wrap">More Apple Analysis</span></h3><ul><li><a href="http://aapl.bloggingstocks.com/">AAPL on BloggingStocks</a> The Apple category feed from BloggingStocks.com</li><li><a href="http://finance.aol.com/quotes/apple-inc/aapl/nas">AAPL Quote, News & Summary</a> The AAPL financials page from AOL Money and Finance</li><li><a href="http://www.bloggingstocks.com/tag/iphone">iPhone analysis from BloggingStocks</a> iPhone tag feed from BloggingStocks</li><li><a href="http://www.downloadsquad.com/category/macintosh/">Macintosh news and reviews on Download Squad</a> The Macintosh category feed from Download Squad</li></ul></div><div class="module"><h3><span class="wrap">More from AOL Money and Finance</span></h3><ul><li><a href="http://money.aol.com/investing/stockscreener">Stock Screener</a> </li><li><a href="http://money.aol.com/stock-quotes">Stock Quotes</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">DJIA</a> </li><li><a href="http://www.walletpop.com/taxes/amt">AMT</a> </li><li><a href="http://www.walletpop.com/loans/auto">Auto Loans</a> </li><li><a href="http://www.walletpop.com/banking">Banking</a> </li><li><a href="http://www.walletpop.com/insurance/car-insurance">Car Insurance</a> </li><li><a href="http://www.walletpop.com/banking/checking">Checking Account</a> </li><li><a href="http://www.walletpop.com/credit/credit-cards">Credit Cards</a> </li><li><a href="http://www.walletpop.com/credit/credit-reports">Credit Reports</a> </li><li><a href="http://www.walletpop.com/deals">Deals</a> Deals</li><li><a href="http://money.aol.com/creditdebt/debt">Debt Management</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">Dow Jones Industrial Average</a> </li><li><a href="http://money.aol.com/news/earnings">Earnings</a> </li><li><a href="http://finance.aol.com/quotes/google-inc/goog/nas">GOOG</a> </li><li><a href="http://www.walletpop.com/insurance/health-insurance">Health Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/home-insurance">Home Insurance</a> </li><li><a href="http://www.walletpop.com/fraud/identity-theft">Identity Theft</a> </li><li><a href="http://www.walletpop.com/taxes/basics">Income Tax Basics</a> </li><li><a href="http://www.walletpop.com/insurance">Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/life-insurance">Life Insurance</a> </li><li><a href="http://www.walletpop.com/loans">Loans</a> </li><li><a href="http://money.aol.com">Money</a> </li><li><a href="http://www.walletpop.com/mortgages">Mortgages</a> </li><li><a href="http://www.walletpop.com/loans/personal">Personal Loans</a> </li><li><a href="http://www.walletpop.com/recession">Recession</a> </li><li><a href="http://www.walletpop.com/mortgages/refinancing">Refinancing</a> </li><li><a href="http://www.walletpop.com/retirement">Retirement</a> </li><li><a href="http://www.walletpop.com/banking/savings">Savings Account</a> </li><li><a href="http://smallbusiness.aol.com/">Small Business</a> </li><li><a href="http://finance.aol.com/usw/quotes/charts">Stock Charts</a> </li><li><a href="http://money.aol.com/stock-ticker">Stock Ticker</a> </li><li><a href="http://www.walletpop.com/taxes">Taxes</a> </li><li><a href="http://money.aol.com/news/technology">Tech News</a> </li></ul></div><div class="blogroll" id="winblogroll"> <h3 id="blogroll_header"><span><a href="http://www.weblogsinc.com">WIN Network</a></span></h3> <ul id="winblogroll" class="accordian"> <li class="winblogrollcat"><strong class="trigger">Autos</strong> <ul id="consumer"> <li><a href="http://www.autoblog.com/">Autoblog</a></li> <li><a href="http://www.autobloggreen.com/">Autoblog Green</a></li> <li><a href="http://spanish.autoblog.com/">Autoblog Spanish</a></li> <li><a href="http://chinese.autoblog.com/">Autoblog Chinese</a></li> <li><a href="http://cn.autoblog.com/">Autoblog Simplified Chinese</a></li> <li><a href="http://jp.autoblog.com/">Autoblog Japanese</a></li> <li><a href="http://uk.autoblog.com/">Autoblog UK</a></li> <li><a href="http://de.autoblog.com/">Autoblog Auf Deutsh</a></li> <li><a href="http://fr.autoblog.com/">Autoblog En Fran?ais</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Technology</strong> <ul id="technology"> <li><a href="http://www.downloadsquad.com/">Download Squad</a></li> <li><a href="http://www.engadget.com/">Engadget</a></li> <li><a href="http://www.engadgethd.com/">Engadget HD</a></li> <li><a href="http://www.engadgetmobile.com/">Engadget Mobile</a></li> <li><a href="http://chinese.engadget.com/">Engadget Chinese</a></li> <li><a href="http://cn.engadget.com/">Engadget Simplified Chinese</a></li> <li><a href="http://japanese.engadget.com/">Engadget Japanese</a></li> <li><a href="http://de.engadget.com/">Engadget Germany</a></li> <li><a href="http://kr.engadget.com/">Engadget Korea</a></li> ???????????????????????? <li><a href="http://pl.engadget.com/">Engadget Polska</a></li> <li><a href="http://spanish.engadget.com/">Engadget Spanish</a></li> ???????????????????????? <li><a href="http://www.switched.com/">Switched</a></li> <li><a href="http://www.tuaw.com/">TUAW (Apple)</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Lifestyle</strong> <ul id="lifestyle"> ???????????????????????? <li><a href="http://www.aisledash.com/">AisleDash</a></li> ?? <li><a href="http://www.diylife.com/">DIY Life</a></li> <li><a href="http://www.gadling.com/">Gadling</a></li> <li><a href="http://www.greendaily.com/">Green Daily</a></li> <li><a href="http://www.luxist.com/">Luxist</a></li> ???????????????????????? <li><a href="http://jp.luxist.com/">Luxist Japanese</a></li> <li><a href="http://www.parentdish.com/">ParentDish</a></li> <li><a href="http://www.slashfood.com/">Slashfood</a></li> <li><a href="http://www.stylelist.com/blog/">StyleList Blog</a></li> <li><a href="http://www.thatsfit.com/">That's Fit</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Gaming</strong> <ul id="gaming"> <li><a href="http://www.joystiq.com/">Joystiq</a></li> <li><a href="http://nintendo.joystiq.com/">Joystiq [Nintendo]</a></li> <li><a href="http://xbox.joystiq.com/">Joystiq [Xbox]</a></li> <li><a href="http://playstation.joystiq.com/">Joystiq [PlayStation]</a></li> <li><a href="http://jp.joystiq.com/">Joystiq Japanese</a></li> ???????????????????????? <li><a href="http://www.massively.com/">Massively</a></li> <li><a href="http://www.wowinsider.com/">WoW Insider</a></li> ???????????????????????? <li><a href="http://news.bigdownload.com">Big Download</a></li> <li><a href="http://www.gamedaily.com/">GameDaily</a></li> ???????????????????????? <li><a href="http://www.playsavvy.com">PlaySavvy</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Entertainment</strong> <ul id="entertainment"> <li><a href="http://www.cinematical.com/">Cinematical</a></li> <li><a href="http://nl.cinematical.com/">Cinematical Nederland</a></li> <li><a href="http://www.cinematical.pl/">Cinematical Polska</a></li> <li><a href="http://www.cinematical.es/">Cinematical Espana</a></li> <li><a href="http://www.tvsquad.com/">TV Squad</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Finance</strong> <ul id="finance"> ???????????????????????? <li><a href="http://www.bloggingbuyouts.com/">BloggingBuyouts</a></li> <li><a href="http://www.bloggingstocks.com/">BloggingStocks</a></li> <li><a href="http://www.dailyfinance.com/">DailyFinance</a></li> <li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji">DIJA</a></li> <li><a href="http://www.walletpop.com/">WalletPop</a></li> <li><a href="http://www.walletpop.co.uk/">WalletPop UK</a></li> <li><a href="http://www.walletpop.com/taxes/">Taxes</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Sports</strong> <ul id="sports"> ???????????????????????? <li><a href="http://www.fanhouse.com">FanHouse</a></li> ???????????????????????? <li><a href="http://nfl.fanhouse.com/">NFL</a></li> ???????????????????????? <li><a href="http://nba.fanhouse.com/">NBA</a></li> ???????????????????????? <li><a href="http://mlb.fanhouse.com/">MLB</a></li> ???????????????????????? <li><a href="http://ncaafootball.fanhouse.com/">NCAA Football</a></li> ???????????????????????? <li><a href="http://ncaabasketball.fanhouse.com/">NCAA Basketball</a></li> ???????????????????????? <li><a href="http://motorsports.fanhouse.com/">NASCAR</a></li> ???????????????????????? <li><a href="http://nhl.fanhouse.com/">NHL</a></li> ???????????????????????? <li><a href="http://golf.fanhouse.com/">Golf</a></li> ???????????????????????? <li><a href="http://fantasyfootball.fanhouse.com/">Fantasy Football</a></li> ???????????????????????? <li><a href="http://fantasybasketball.fanhouse.com/">Fantasy Basketball</a></li> ???????????????????????? <li><a href="http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/">UFC 98 results</a></li> </ul> </li> ???????? <li class="winblogrollcat"><strong class="trigger">Also on AOL</strong> <ul id="alsoAOL"> <li><a href="http://www.politicsdaily.com">Politics Daily</a></li> ???????????????????????? <li><a href="http://blackvoices.aol.com/">African-American Culture</a></li> ???????????????????????? <li><a href="http://autos.aol.com/">Cars</a></li> <li><a href="http://www.games.com/">Games</a></li> ???????????????????????? <li><a href="http://www.mapquest.com">Maps</a></li> <li><a href="http://money.aol.com/">Money</a></li> <li><a href="http://www.moviefone.com/">Movies</a></li> <li><a href="http://music.aol.com/">Music</a></li> <li><a href="http://news.aol.com/">News</a></li> <li><a href="http://music.aol.com/radioguide/bb">Radio</a></li> <li><a href="http://sports.aol.com/">Sports</a></li> <li><a href="http://money.aol.com/stock-quotes/">Stock Quotes</a></li> <li><a href="http://television.aol.com/">Television</a></li <li><a href="http://travel.aol.com/">Travel</a></li> </ul> </li> </ ul> </div><a href="http://daol.aol.com/software/mac/iphone/radio" title="AOL iPhone Radio" class="aol-radio"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif" alt="AOL Radio" /></a> <a href="http://www.stitcher.com/listen.php?fid=8189" title="TUAW on Stitcher"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif" alt="TUAW on Stitcher" /></a></div><!– /subcontent –> </ div> <div id="footer"> <div class="searchform"> <ul class="searchnav clearfix"> <li id="search-tab-blog2" class="selected"><a onclick="return searchTarget('/search/?q=', 0, 'search-tab-blog2');" href="#">TUAW</a></li> <li id="search-tab-Web2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Web2');" href="http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=">Web</a></li> <li id="search-tab-Images2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Images2');"href="http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=">Images</a></li> <li id="search-tab-Video2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Video2');"href="http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=">Video</a></li> <li id="search-tab-News2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=">News</a></li> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=">Local</a></li> </ ul> <form name="s_form2" action="/search/"><fieldset><input type="text" name="q" id="queryname2" value="" class="text" /><button id="searchsubmit" onclick="return submitHeaderSearch('onclick');" type="submit" name="searchsubmit" title="Search" ></button><input type="hidden" name="invocationType" value="wl-tuaw-ft" /></fieldset></form> </div><!– /show-footer-search.html.php –> <div class="bottomleader"> <script type="text/javascript"> <! — adSetType("F"); htmlAdWH('93217798', '728', '90'); adSetType(""); //–> </script> </div><!– /topleader –></div><!– /footer –> <div id="grid2"> <table class="grid-table" cellspacing="0"> <tr> <td scope="col" class="first"> <h4><img src="http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.joystiq.com/">Joystiq</a></h4><ul><li><a href="http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/" rel="bookmark">Qore leak reveals new PSP Metal Gear and more</a></li><li><a href="http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/" rel="bookmark">Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5</a></li><li><a href="http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/" rel="bookmark">PSP Go revealed in June issue of Qore [Update]</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.downloadsquad.com/">Download Squad</a></h4><ul><li><a href="http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/" rel="bookmark">Search for useful bookmarklets with Bookmarklet Directory</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/" rel="bookmark">Where to watch the Stanley Cup finals online</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/" rel="bookmark">Goog-411 now provides intersection info</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.bloggingstocks.com/">BloggingStocks</a></h4><ul><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/" rel="bookmark">Stock #2: Quicksilver (ZQK)</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/" rel="bookmark">Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-1-marine-products-corp-mpx/" rel="bookmark">Stock #1: Marine Products Corp. (MPX)</a></li></ul></td> </ tr> <tr> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.autoblog.com/">Autoblog</a></h4><ul><li><a href="http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/" rel="bookmark">VIDEO: Corvette Grand Sport launch control tested… in dealer lot</a></li><li><a href="http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/" rel="bookmark">Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010</a></li><li><a href="http://www.autoblog.com/2009/05/30/crazy-kiwis-buy-a-new-mitsubishi-triton-get-a-free-goat-with-p/" rel="bookmark">Crazy Kiwis: Buy a new Mitsubishi Triton, get a free goat with purchase</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://xbox.joystiq.com/">Joystiq Xbox</a></h4><ul><li><a href="http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/" rel="bookmark">Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2</a></li><li><a href="http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/" rel="bookmark">Raiden IV media blowout </a></li><li><a href="http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/" rel="bookmark">Joyswag: Gel: Set &amp; Match</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico" alt="" height="16" width="16" /> <a href="http://www.engadget.com/">Engadget</a></h4><ul><li><a href="http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/" rel="bookmark">Video: Sony's PSP Go leaks out before E3, is obviously a go</a></li><li><a href="http://www.engadget.com/2009/05/30/dj-hero-website-and-pre-orders-go-live-jay-z-special-edition-se/" rel="bookmark">DJ Hero website and pre-orders go live, Jay-Z Special Edition seen in the distance</a></li><li><a href="http://www.engadget.com/2009/05/30/ericssons-fashion-forward-w30-series-3g-routers-get-detailed/" rel="bookmark">Ericsson's fashion-forward W30 series 3G routers get detailed</a></li></ul></td> </ tr> </table> </ div> <div id="legal"> <a href="http://news.aol.com" target="_blank" class="cobrand-footer">AOL News</a> <p>All contents copyright &copy; 2003-2009, <a href="http://www.weblogsinc.com/">Weblogs, Inc.</a> All rights reserved</p> <p><a href="">The Unofficial Apple Weblog (TUAW)</a> is a member of the <a href="http://www.weblogsinc.com/">Weblogs, Inc. Network</a>. <a href="http://www.weblogsinc.com/privacy/">Privacy Policy</a>, <a href="http://www.weblogsinc.com/terms/">Terms of Service</a>, <a href="http://www.weblogsinc.com/report/">Notify AOL</a></p> </div><!– /legal –> </div><!– /main –> </div><!– /container –> </body> <script type="text/javascript" src="http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js"></script> <script type="text/javascript"> $(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); ???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } </script> <script type="text/javascript" src="http://www.blogcdn.com/js/addthis.js"></script> <script type="text/javascript"> if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { ?? top.location.replace(self.location.href); } </script> </html><script type="text/javascript"> <! — document.write('<scr' + 'ipt src="http://www.tuaw.com/traffic/' + '?t=js&bv=&os=&tz=&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&cb=1639771966" type="text/javascript"></scr' + 'ipt>'); // –> </script><noscript><img src="http://www.tuaw.com/traffic/?t=px&bv=JavaScript+Disabled&os=&tz=default&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&cb=417039105" alt="the end" width="1" height="1"border="0" /></noscript>Google Home – About Google Translate©2009 Googlevar gaJsHost = ((“https:” == document.location.protocol) ?”https://ssl.” : “http://www.”);document.write(unescape(“%3Cscript src='” + gaJsHost +”google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E”));var pageTracker = _gat._getTracker(“UA-1043770-1″);pageTracker._initData();pageTracker._trackPageview(“/translate_t?hl=en&ie=ISO-8859-1&langpair=en|de”);”>We'll use your suggestion to improve translation quality in future updates to our system.> <p Class="filed-under"> Filed under: <a href="/category/iphone/"> iPhone </ a>, <a href="/category/app-store/"> App Store </ a>, <a href="/category/ipod-touch/"> iPod touch </ a>, <a href="/category/app-review/"> App Review </ a> </ p> <h2 class = "post title"> <a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/" rel="bookmark"> <span id = "ppt19052404"> Pr? fen the prices on your iPhone with Pricecheckah </ span> </ a> </ h2> <p class="byline"> <strong> <a href = "/ bloggers / Mel Martin / "> Mel Martin </ a> </ strong> on 30 May 2009 </ p> <div class="postbody"> <! – Sphereit start -> <img vspace = "8" hspace = "8" border = "0" align = "right" src = "http://www.blogcdn.com/www.tuaw.com/media/2009/ 05/pricecheckah5-30.png "alt =" "/> This about does what you expect from their name. It pr? Ft prices. You enter into a UPS code, an ISBN number (B? Books and video) or even a name f? R a product. <br /> <br /> <A href = "http://itunes.apple.com/WebObjects/MZStore. woa / wa / viewSoftware? id = 300264101 & t = 8 "> Pricecheckah </ a> [App Store ] is U.S. $ 4.99 in the creation screen k? w can you? hlen, Online H? ndlern such as Amazon or Buy.com, M? rtel and brick-and Einzelh? merchants such as Target or Walmart. You can also create your own. I have Best Buy by just typing bestbuy.com. <br /> <br /> I typed in a UPC code and the application of several Prop.? ge and have some better prices. Nat? K of course they can do this over any browser with a page such as Froogle. This application, nat? Of course, is to be portable, but You can not very popular with some Einzelh? Ndlern do price comparisons. On the other hand, unless you are in a hurry to buy something, you are probably a better price online. <br /> <br /> Some things I do not like: the program wants to my e-mail address and a password. I'm not wild about the e-mail if someone I'm not sure what to do. Sometimes, the program is very slow, and I about? Hrte the button? Che "Settings" and it took several seconds to save the settings. It was not the case every time but enough times to erw? Hnen. Besides locked a few times and said she k? Nne not find where Wi-Fi network, and my wireless router was directly next to my iPhone. <br /> <br /> I also believe the program is expensive at U.S. $ 4.99. It is a similar application called <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=283375895&mt=8"> Checkout Smartshop </ a> [App Store] which the same price, but has much more negative ratings. The developers promised a bar-code scanners, and it has not arrived. We also have <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312720263&mt=8"> RedLaser Lasch widget </ a> [App Store] which has a barcode scanner. <a Href="http://www.tuaw.com/2009/05/18/redlaser-for-iphone-scans-for-bargains/"> It worked OK </ a> f? R me but many people with problems with it. It is U.S. $ 1.99. <br /> <br /> summarize l? sst to say, it does not look like the perfect shopping app is here, but hopefully developers will try. Pricecheckah works on the iPhone or iPod touch and controls in either the U.S. or in the United K? Kingdom. <div Id="continued"> </ div ><!– end sphereit -> <a href = "/ tag / iphone "class =" category match display "> <img src = "http://www .blogsmithmedia.com / www.tuaw.com / media / iphone post banner.jpg "alt =" Click here to view all TUAW's iPhone coverage "/> </ a> </ div> <div class =" postmeta "> <p class="posttags"> <strong> Tags: </ strong> <a href =" http:// www.tuaw.com / tag / app + Shop / "> App Store </ a> <a href="http://www.tuaw.com/tag/iPhone/"> iPhone </ a> <a href = "+ http://www.tuaw.com/tag/iPod touch /" > iPod touch </ a>, <a href = "+ http://www.tuaw.com/tag/price comparisons /"> Price Comparisons </ a> <a href = "http://www. tuaw.com / tag / Pricecheckah / "> Pricecheckah </ a>, <a href = "http://www.tuaw.com/ tag / Shopping / Shopping "> </ a> </ p> <div class = "clearfix navbar"> <ul> <li class="permalink"> <a href =" http://www.pricecheckah.com/ index.pl "> Source </ a> </ li> <li class = " print "> <a href =" http://www.tuaw.com/2009/05/30/check-prices-on-your -iphone-with-pricecheckah/print / "target =" _blank "class =" printthis "rel =" nofollow "> Print class="printpop"> <span <span> With HP wireless printers, <br/> k? You can <br/> printed this from any room in the house <br/>. <br/> <strong> Live wirelessly. Print without wires </ strong> </ span> </ span> </ a> </ li> <li class="email-this"> <a href = "/ forward/19052404 /" title = "Send this entry to a friend via email "> e-mail here </ a> </ li> <li> <! – AddThis Button BEGIN -> <script type="text/javascript"> addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, propeller, google, live, StumbleUpon, reddit, favorites, technorati, aim more "</ script> <a class =" share link "href =" http://www.addthis.com / bookmark.php "onmouseover =" return addthis_open (this,'', 'http% 3A% 2F% 2Fwww . tuaw.com% 2F2009% 2F05% 2F30% 2Fcheck-prices-on-your-iphone-with-pricecheckah% 2F ',' Check prices + + + on your iPhone with + + + Pricecheckah ') "onmouseout =" addthis_close ( ) "onclick =" return addthis_sendto () "> Share </ a> <script =" type text / javascript "src = "http://s7.addthis.com/custom/weblogsinc/addthis_widget.js"> </ script ><!– AddThis Button END –></ li> <li class="comments"> <a href = "http://www.tuaw.com/2009/05/30/check-prices-on- your-iphone-with-pricecheckah / # comments "title =" View reader comments on this entry "> Comments (<em> 0 </ em>) </ a> </ li> </ ul> </ div> < / div> </ div> </ div> <script type="text/javascript"> <br> / * Some of that is crap * / function <br> iecheck (inc_seven) (<br> / / alert (navigator.platform ); <br>? if (navigator.platform == "Win32" & & navigator.appName == "Microsoft Internet Explorer" & & window.attachEvent) (var <br> ???????? rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); <br> ???????? iever var = (inc_seven)? (rslt! = null & & Number (rslt [1])> = 5.5): (rslt! = null & & Number (rslt [1])> = 5.5 & & Number (rslt [1]) <7); <br>) Else (<br> Iever = false; <br>) <br>? R? ckkehr iever; <br>) <br> <br> useFilter var = iecheck (false); <br> ie6Brand var = '< a href = "http://www.sphere.com" target = "_New" style = "cursor: hand; display: block; width: 112px; height: 18px; Filter: ProgID: DXImageTransform.Microsoft. Alpha Image Loader (src = \ "http://cdn11.sphere.com/images/poweredbySphere.png \ ', sizingMethod = Ma? Stab );">< img align =" absmiddle "border =" 0 "style =" margin – left: 2px; "src =" http://cdn11.sphere.com/images/iespacer.png "/></ a> '; normal fire <br> var =' <a href = "http://www. sphere.com "target =" _new "> <img align =" absmiddle "border =" 0 "style =" margin-left: 2px; "src =" http://cdn11.sphere.com/images/poweredbySphere.png "/></ a> '; <br> var mark =''; <br> if (useFilter == false) (<br> brand = normal fire; <br>) Else (<br> brand = ie6Brand; < br>) <br> </ script> <div <br> class="sphere clearfix"> <div id="sphereTalk"> <p id="spherePoweredBy" class="powered-by"> </ p> < div id = "container talk"> <h3> Related articles from The Unofficial Apple Weblog </ h3> <ul> <li> <a href = "http://www.tuaw.com/2009/04/03/first- look-geocaching-2-0-for-iphone-3g? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> First Look : Geocaching 2.0 f? r iPhone 3G </ a> <p "timestamp"> class = 57 days </ p> </ li> <li> <a href = "http://www.tuaw.com/2009 / 01/26/whats-wrong-with-buying-apps- f? r-99-cents? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> What is wrong with the purchase of applications f? r 99 Cent? </ A> <p class="timestamp"> 124 days </ p> </ li> <li> <a href = "http://www.tuaw.com/2008/12/12/app-store- ? changes Layout danger-of-the-palm-fleshy-yet-Webster? HLE? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'speak \ ")"> App Store? layout changes, the threat still fleshy palm Webster? HLE </ a> <p class="timestamp"> 168 days old </ p> </ li> </ ul> </ div> <! – end container-talk -> <div id="artContainer"> <h3> similar items from our tech-network </ h3> <ul> <li> <a href = "http://www. engadgetmobile.com/2009/05 / 14/emailnwalk-iphone-app-finally-lets-us-leave-the-house? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Email'n'Walk iPhone App closing? ing k? can we learn from the house </ a> <p class="timestamp"> 15 days </ p> </ li> <li> <a href = "http: / / www.switched.com/2009/05/14/iphones-email -n-walk-lets-you-e-mail-and-walk-at-the-same-ti? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \' , \ 'art \') "> iPhone's' Email 'n Walk' k? You can e-mail, and walk at the same time </ a> <p class =" timestamp "> 16 days </ p> </ li> <li> <a href = "http://www.engadgetmobile.com/2009/05/07/iphone-os-3-0- now-to-be-f? r-app-store recording reviews? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> iPhone OS 3.0 now f? r Admission App Store reviews (updated) </ a> <p class="timestamp"> 22 days ago </ p> </ li> </ ul> </ div ><!– end art container –></ div ><!– end sphereTalk -> <div id="sphereAd"> <script type = "text / javascript" src = "http://cdn11.sphere.com/widgets/ sphereit / js? baseurl = http://cdn11.sphere.com/ widgets / sphereit / & siteid = blogsmith_widget_tuaw "> </ script> <iframe frameborder =" 0 "style =" position: relative; width: 300px; height: 250px "MARGINHEIGHT =" 0 "marginwidth =" 0 "scrolling =" no " border = "0" src = "http://www.sphere.com/ads/aol_sphere_adcom.php?a=93249125"> </ iframe> </ div> <p class="see-more"> <a onclick = "return Sphere.Widget.search ( 'http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah')" href = "http://www .sphere.com / search? q = sphereit: http://www.tuaw.com/2009/05/30/check-prices-on- your-iphone-with-pricecheckah "> More articles and blog posts </ a> </ p> </ div> <! – End area clearfix -> <script type="text/javascript"> <br> document.getElementById ( 'spherePoweredBy "). InnerHTML = name; <br> </ script> <br> <script language="JavaScript" type="text/javascript"> <br> sns_checked var = false; <br> current_tab var = "smith blog"; <br> function tabTo (TAB) <br> ( <br> document.getElementById ( 'form errors "). innerHTML =''; <br> <br> document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_sns'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_ "+ Tab). style.display =' block '; <br> <br> document.getElementById ( 'cmtutab_email "). className =''; <br> document.getElementById ( 'cmtutab_blogsmith "). className =''; <br> document.getElementById ( 'cmtutab_sns "). className =''; <br> document.getElementById ( 'cmtutab_ "+ Tab). className =' currenttab '; <br> <br> If (! Sns_checked & & tab == "SNS") <br> ( <br> Image1 = new Image (); <br> image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; <br> Sns.init ( 'ch1ga1KvP7TotwTC'); <br> Sns_checked = true; <br>) <br> <br> Current_tab = TAB; <br>) <br> Validation <br> function input () <br> ( <br> document.getElementById ( 'form errors "). innerHTML =''; <br> <br> validInfo Var = 0; <br> validName Var = 0; <br> validEmail Var = 0; <br> validComments Var = 0; <br> validSNS Var = 0; <br> var left = 0; <br> Var error =''; <br> <br> switch (current_tab) ( <br> case "email": <br> var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a -zA - Z0-9] (2.4 })+$/; var <br> email = document.getElementById ( 'Author email'). value; <br> if (document.getElementById ( "Author Name"). =='') value ( <br> errors + = '<p class='error'> ben? we term your name. </ p> "; <br>) <br> If (email ==''| |! Filter.test (email)) ( <br> errors + = '<p class='error'> e-mail address is not g? valid. </ p> "; <br>) <br> If (! error) ( <br> ValidInfo = 1; <br>) <br> <br> Break; <br> case "blog smith": <br> if (document.getElementById ( 'C_AuthorEmail "). =='') value ( <br> errors + = '<p class='error'> Ung? valid email address. </ p> "; <br>) <br> if (document.getElementById ( 'C_AuthorPass "). =='') value ( <br> errors + = '<p class='error'> No password specified. </ p> "; <br>) <br> If (! error) ( <br> ValidInfo = 1; <br>) <br> <br> <br> Break; <br> case "SNS": <br> if (document.getElementById ( 'sns_screenname') & & document.getElementById ( 'sns_password')) <br> ( <br> if (document.getElementById ( 'sns_screenname "). value & & document.getElementById (' sns_password"). value) ( <br> Sns.calls.login (); <br> return false; <br>) <br>) <br> If (document.getElementById ( 'sns_securid')) ( <br> if (document.getElementById ( 'sns_securid "). value) ( <br> sns.calls.login ();// setTimeout ( "sns.calls.login ();", 1000); <br> return false; <br>) <br>) <br> var token = (document.getElementById ( 'token'))? document.getElementById ( "token"). Value:''; <br> If (token =='') ( <br> error = "<p class='error'> Ung? valid SNS login. </ p>"; <br>) Else ( <br> ValidInfo = 1; <br>) <br> Break; <br>) <br> var txt = document.getElementById ( "comments"). Value; <br> <br> If (txt! ='') ( <br> ValidComments = 1; <br>) <br> <br> for (var ind = 0; ind <txt.length; ind + +) <br> ( <br> If (txt.substring (ind, ind +7) == "http://") ( Links <br> = left + 1; <br>) Else if (txt.substring (ind, ind +6) == "ftp://") ( <br> links = links + 1; <br>) Else if (txt.substring (ind, ind +8) == "https ://") ( <br> links = links + 1; <br>) <br>) <br> <br> if (validInfo == 1 & & validComments == 1 & & links <4) ( <br> return true; <br>) Else ( <br> var errorMessage = "Error <h4 class='error-title'> </ h4>"; <br> ErrorMessage + = error; <br> if (validComments == 0) (errorMessage + = "<p class='error'> no written comment. </ p>";) <br> if (left> 3) (errorMessage + = "<p class='error'> Sorry mate, k? You can only 3 URLs. </ p>";) <br> document.getElementById ( 'form errors "). innerHTML = errorMessage; <br> return false; <br>) <br>) <br> </ script> <div <br> id="comments"> Add <br> <h3 id="addcomments">? gen Comments </ h3> <br> <br> <br> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div <br> Id="cmttabs"> <br> <ul> <br> <li id="cmtutab_email"> <a href="#" onclick="tabTo('email');return false;"> new readers </ a> </ li> <br> <li id="cmtutab_blogsmith" class="currenttab"> <a href="#" onclick="tabTo('blogsmith');return false;"> R? ckkehr </ a> </ li> <br> <li id="cmtutab_sns"> <a href = "#" onclick = "tabTo ( 'SNS') return false;" class = "cmtaol" title = "Sign in with your AOL / AIM username! "> AOL / AIM </ a> </ li> <br> </ ul> <br> </ div> <br> <div <br> Id="formerrors" class='formerrors'> </ div> <br> <! – E-Mail -> <div <br> id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <br> <p Class="instructions"> first time? A Best? Ment e-mail sent to you after submitting. </ P> <br> <label for="AuthorName" class="first"> Name: <br /> <br> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /> </ label> <br> <label For="AuthorEmail"> E-mail: <br /> <br> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/> </ label> <br> </ div> <br> <! – / E-mail -> <br> <br> <! – Blog Smith -> <div <br> id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <br> <p class="instructions"> Members enter your username and password. </ P> <br> <label for="C_Author" class="first"> E-mail: <br /> <br> id = "C_AuthorEmail" <input type="text" class="formtext" name="C_AuthorEmail" value="" /> </ label> <br> <label For="C_AuthorPass"> Password: <br /> <input <br> id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/> </ label> <br> </ div> <br> <! – / Blog Smith -> <br> <br> <! – SNS -> <div <br> id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <br> <p class="instructions"> Enter your AOL or AIM screen name and password. </ P> <div <br> Id="sns"> <br> <p align="center"> <img src="/media/loading.gif"> </ p> <br> </ div> <br> <!–< input id = "snslogin" type = "button" onclick = "sns.calls.login ();" value = "Login ">–> <br> </ div> <br> <! – / SNS -> <br> <div <br> Id="cmtmain"> <div <br> Id="replyindicator"> </ div> <br> <div> <br> <br> <label For="Comments"> Your Comment: </ label> <br> <textarea name="Comments" id="Comments" rows="8" style="width:98%"> </ textarea> <br> </ div> <div <br> Class="cmtchecks"> <br> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <br> <label For="RememberMeYes"> remember </ label> <br> </ div> <br> <div <br> Class="cmtchecks"> <br> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <br> <label for="EmailMe"> email when someone replies to this comment </ label> <br> </ div> <br> <div <br> Id="cmtbuttons"> <input type="submit" <br> id="addCommentButton" value="Add Comment" /> <br> </ div> <br> <input type="hidden" name="form" value="Comments" /> <input type="hidden" name="ButtonSave" value="Save" /> <br> <br> <input type="hidden" id="sourceID" name="SourceID" value="" /> <br> <input type="hidden" id="postID" name="PostID" value="" /> <br> </ div> <div <br> Id="instructions"> <br> <p class="preamble"> Please keep your comments on this blog entry. <strong> e-mail addresses are never displayed, but they are required to make your comments. </ Strong> </ p> <br> <p> If your name and email address, you will find a link to confirm future, your comment, and a password. To another comment, just use that password. </ P> <br> <p> To create a live link, simply type the URL (including including http://) or email address and we will make it a live link f? r you. You can up to 3 URLs in your comments. Zeilenumbr cuisine and Abs sets are automatically converted – no need to <p> or <br /> tags. </ P> <br> </ div> <br> <br> <input type = "hidden" name = "referer" value = "http://www.tuaw.com:1080/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/ "> <br> </ form> <br> </ div> <br> <script type="text/javascript" src="http://www.blogsmithmedia.com/framework.weblogsinc.com/bc/ajax.js"> </ script> <br> <script type="text/javascript" src="http://www.weblogsinc.com/bc/sns.js"> </ script> <br> <script type="text/javascript"> tabTo (current_tab); </ script> <br> language="JavaScript" <script type="text/javascript"> function getUserInfo () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden'; sID.id = 'SID'; sID.name = 'SID'; sID.value = 'f32f89cf483fcdff2af0b690ddb1a227 "; var UID = document.createElement (' input '); uID.type =' hidden '; UID . id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced "; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp ' ; tStamp. name = "tStamp '; tStamp.value ='82501'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = ' CacheID '; cacheId.value ='7036218550034392'; anchor.parentNode.insertBefore (SID, anchor); anchor.parentNode.insertBefore (uid, anchor); anchor.parentNode.insertBefore (tStamp, anchor); anchor.parentNode.insertBefore ( CacheID, anchor); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i <divArray.length i + +) (if (divArray [i]. className == 'post') ( document.getElementById ( 'Zip Code'). divArray value = [i]. id;))) getUserInfo ();</ script> <br> </ div ><!– / content -> <br> </ div ><!– / col-1 -> <br> <div id="col-2"> <br> <div id = "subcontent" class = "clearfix"> <br> <div class="medrect"> <br> <script type="text/javascript"> <br> <! — <br> AdSetType ( "F"); <br> HtmlAdWH ( "93217898", "300", "250"); <br> AdSetType (""); <br> //–> <br> </ script> <br> </ div ><!– / medrect -> <div id="tip-day"> <div id="tip-day-inner"> <h2> Tip of the Day </ h2> <p class = "Tip"> To turn off your firewall? Open the System Preferences and click the Security icon. Click then? End to the tab "Firewall". Make sure that either "Allow only essential services" selected? Hlt, or w? Select "Access f? For specific services and applications" k? Can. <br /> <br /> </ P> <div class="learnmore"> <a href = "http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day / "> more information </ a> </ div> </ div> </ div> <div "breakingnews" id = class = "Schlagzeilen"> <div class="wrap"> <h3> <span> <a href = "/ tag / breaking news /"> Breaking News </ a> <a href = "http:// www.tuaw.com / tag / news / rss.xml" class = "feed" title = "Subscribe to breaking news "> Feed </ a> </ span> </ h3> <ul> <li> <a href =" http://www.tuaw.com/2009/05/07/breaking-no-new- app-submissions-unless-they-run / "> <a rel =" bookmark "href =" http:/ / www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless- they run / "rel =" bookmark "> Breaking News: No new acceding? ge app, unless they run on OS 3.0 </ a> </ li> <a href =" http://www.tuaw .com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/05 / 05/first-look-bento-for-iphone-and-ipod-touch / "rel =" bookmark "> First Look: Bento f? s iPhone and iPod touch </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/23/the-app-store-hits-one- billion downloads /"> <a rel = "bookmark" href = "http://www .tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads / "rel =" bookmark "> The App Store hits one billion downloads </ a> </ li> <li> <a href =" http://www.tuaw.com/2009/03/30/macworld-2010-moves-to February / "> <a rel = "bookmark" href = "http://www.tuaw. com/2009/03/30/macworld-2010-moves-to-february / "rel =" bookmark "> Macworld 2010 moves to February </ a> </ li> <li> <a href =" http:/ / www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/ "> <a rel =" bookmark "href =" http://www.tuaw.com/2009 / 03/30/skype-for-iphone-coming-tuesday-says-cnet / "rel =" bookmark "> f? r Skype iPhone next Tuesday, says CNET </ a> </ li> <a href =" http : / / www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/ "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02 / 13/apple-says-jailbreaking-is-illegal / "rel =" bookmark "> Apple says jailbreaking is illegal </ a> </ li> <a href =" http://www.tuaw.com/2009/ 01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1 / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/01/30/ pwnagetool-and-quickpwn-updated-compatible-with-2-2-1 / "rel =" bookmark "> PwnageTool and QuickPwn updated and is compatible with 2.2.1 </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses security issues /"> <a rel = "bookmark" href = "http://www.tuaw. com/2009/01/21/quicktime-7-6-addresses-security-issues / "rel =" bookmark "> QuickTime 7 / 6 Directory Security </ a> </ li> <li> <a href =" http : / / www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-Unibody-specs / "> <a rel =" bookmark "href =" http://www.tuaw .com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs / "rel =" bookmark "> $ 999 MacBook hardware updates to the N? Unibody series of data </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/01/19/use-your -iPhone-zu-Navigation-Einweihung-Tag / "> <a rel = "bookmark" href = "http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration tag /" rel = "bookmark"> Use your iPhone to navigate Inauguration Day </ a> </ li> </ ul> </ div> </ div> <div id="featuredstories" class="headlines"> <h3> <span> <a href = "/ tag / features / "> Featured Stories </ a> <a "http://www.tuaw.com/tag/features/rss.xml" href = class =" feed "title =" Subscribe to Featured stories Feed "> </ a> </ span> </ h3> <ul> <li> <a href = "http://www.tuaw.com/2009/04/17 / AOL-t? resembled finance app-raises-the-bar iphone-for-investment-tools / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/17 / AOL-t? resembled finance app-raises-the -bar-for-iphone-Investment-tools / "> Daily about AOL Finance raises the bar f? r iPhone investment tools </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd / "> <a rel =" bookmark "href =" http: / / www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/ "> TUAW Tip: Replace your laptop on the disk f? r a stylish new SSD </ a> </ li> <li> <a href = "http://www.tuaw.com/2009/04/14/another-fistful- of-ember-apps headspace-mymovies-nozbe-jugl / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/04/14/another-fistful-of-apps- ember headspace-mymovies -nozbe-jugl / "> Another handful Apps: Ember, headspace, myMovies, Nozbe, and LiveView Juglir </ a> </ li> <li> <a href =" http://www. tuaw.com/2009 / 04/01/tuaw-1976 / "> <a rel="bookmark" href="http://www.tuaw.com/2009/04/01/tuaw-1976/"> TUAW 1976 </ a> < / li> <a href="http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"> <a rel = "bookmark" href = "http: / / www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/ "My father, the Switcher: Day 140 </ a> </ li> <a href =" http : / / www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/ "> <a rel =" bookmark "href =" http://www.tuaw.com/2009 / 03/12/my-dad-the-switcher-day-139 / "> My father, the Switcher: Day 139 </ a> </ li> <li> <a href =" http://www.tuaw .com/2009/02/10/31-fart-apps-in-90-seconds / "> <a rel =" bookmark "href =" http://www. tuaw.com/2009/02/10/31 -fart-apps-in-90-seconds / "> 31 fart Apps in 90 seconds </ a> </ li> <li> <a href =" http:// www.tuaw.com/2009/02/08 / app-store-demo-no-yes-lite / "> <a rel =" bookmark "href =" http://www.tuaw.com/2009/02/ 08/app-store-demo-no-lite -yes / "> App Store:" Demo "No," Lite "Yes </ a> </ li> <li> <a href =" http://www. tuaw.com/2009/02/02/one -month-with-apple-tv / "> <a =" rel bookmark "href =" http://www.tuaw.com/2009/02/02/one- Monats-mit-Apple-TV / A "> month with Apple TV </ a> </ li> <li> <a href =" http://www.tuaw.com/2008/12/27/traveling-iphone -kann-helfen / "> <a rel = "bookmark" href = "http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/"> traveling? iPhone can help! </ A> </ li> </ ul> </ div> <br class="clear" /> <div <br> class="medrect"> <br> <script type="text/javascript"> <br> <! — <br> AdSetType ( "F"); <br> HtmlAdWH ( "93217998", "300", "250"); <br> AdSetType (""); <br> //–> <br> </ script> <br> </ div ><!– / medrect -> <div id="twitter_linkage" class="module"> <a href = "http://www.twitter.com/tuaw" target = "_blank" > <img src = "http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg" alt = "Follow us on Twitter!" /> </ A> </ div> <br> <! – Start of Flickr Badge -> <div <br> class="module"> <br> <h3> <a href="http://flickr.com/photos/tags/tuaw" target="_blank"> <span> TUAW <strong style="color:#3993ff"> Flick <span style = "color: # ff1c92"> R </ span> </ strong> pool </ span> </ a> </ h3> <br> <table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper"> <br> <tr> <br> <script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=3&display=latest&size=t&layout=h&source=all_tag&tag=tuaw&user=15453323%40N00"> </ script> <br> </ tr> <br> </ table> <a <br> href="http://www.flickr.com" id="flickr_www"> www. <strong style="color:#3993ff"> Flick <span style="color:#ff1c92"> R </ span> </ strong>. com </ a> <br> </ div> <br> <! – End of Flickr Badge -> <object lassid = "clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash. Cab # version = 6,0,40,0 "width =" 330 "height =" 150 "> <br> <param name="movie value="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" /> <br> <param name="wmode" value="transparent" /> <br> <embed src = "http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW% 20on% 20Truveo" quality = "high" wmode = "transparent" pluginspage = "http:/ / www.macromedia.com / go / getflashplayer" type = "application / x-shockwave-flash" width = "330" height = "150"> </ embed> <br> </ object> <a href="http://www.cafepress.com/tuaw" title="Visit our Cafe Press store" class="rail-promo"> <img src = "http:// www.blogsmithmedia. com / www.tuaw.com / media / tuaw-CafePress-promo.png "alt =" TUAW [CafePress] "/> </ a> <div class="ad-wrap"> <br> < div class = "ad-wrap-inner"> <br> <h3 class="hide"> <span class="wrap"> Sponsored Links </ span> </ h3> <br> <p class = "sponsored" > Advertise with us. (<a href="http://www.weblogsinc.com/advertise/"> Learn more </ a>) </ p> <br> </ div> <br> </ div> <br> < br> <h3> <span class="wrap"> Featured Galleries </ span> </ h3> <div class="featuredgalleries clearfix"> <div class="thumb"> <a href = "/ photos/gallery- 2397 / "> <img src =" http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg "alt =" DNC Macs "width =" 75 "height =" 75 "title =" DNC Macs "> </ a> </ div> <div class="thumb"> <a href="/photos/macworld-2008-keynote-1/"> <img src =" http:/ / www .blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg "alt =" Macworld 2008 Keynote "width =" 75 "height =" 75 "title =" Macworld 2008 Keynote> </ a> </ div> <div class="thumb"> <a href="/photos/macworld-2008-build-up/"> <img src = "http://www.blogcdn.com/www.tuaw . com / media/2008/01/dsc_5493_thumbnail.jpg "alt =" Macworld 2008 Build-up "width =" 75 "height =" 75 "title =" Macworld 2008 Build-up "> </ a> </ div> <div class = "thumb"> <a href="/photos/google-earth-for-iphone/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008 / 10 / gooe1_thumbnail.png "alt =" Google Earth f? r iPhone "width =" 75 "height =" 75 "title =" Google Earth f? iPhone r "> </ a> </ div> <div class = "thumb"> href = "/ <a photos / Podcaster /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg" alt = "Podcaster" width = "75" height = "75" title = "Podcaster"> </ a> </ div> <div class="thumb"> <a href = "/ photos/bento-for-iphone- 1-0/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg" alt = "Bento f?r iPhone 1.0" width = "75" height = "75" Titel = "Bento f?r iPhone 1.0"> </ a> </ div> <div class="thumb"> <a href="/photos/scrabble-for-iphone/ "> <img src = "http://www .blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png "alt =" Scrabble f?r das iPhone "width =" 75 "height = " 75 "title =" Scrabble f?r das iPhone "> </ a> </ div> <div class="thumb"> <a href="/photos/tom-bihn-checkpoint-flyer-briefcase/"> <img src = "http://www.blogcdn.com/www.tuaw .com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg "alt =" Tom Bihn Checkpoint Flyer Mappe "width =" 75 "height =" 75 "title =" Tom Bihn Checkpoint Flyer Mappe "> </ a> </ div> <div class="thumb"> <a href="/photos/apple-vanity-plates/"> <img src = "http ://www.blogcdn.com/www.tuaw.com/media/2008 / 05/appleplatealanrothberg_thumbnail.jpg "alt =" Apple Vanity Plates "width =" 75 "height =" 75 "title =" Apple Vanity Plates "> </ a> </ div> <div class="thumb"> <a href = "/ photos/apple-booth-macworld-07 /"> <img src = "http://www.blogcdn.com/www .tuaw.com/media/2007/01/mwsf07-booth-tours– -23_thumbnail.jpg "alt =" Apple Macworld Stand 07 "width =" 75 "height =" 75 "title =" Apple Macworld Stand 07 "> </ a> </ div> <div class="thumb"> <a href = "/ photos/quickoffice-for-iphone-1-1-1 /"> <img src = "http://www.blogcdn .com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail . jpg "alt =" Quickoffice f?r iPhone 1.1.1 "width =" 75 "height =" 75 "title =" Quickoffice f?r iPhone 1.1.1 "> </ a> </ div> <div class="thumb"> <a href="/photos/daylite-3-9-review/"> <img src = "http://www .blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail . png "alt =" Daylite 3/9 Review "width =" 75 "height =" 75 "title =" Daylite 3/ 9 Review "> </ a> </ div> <div class="thumb"> <a href =" / Fotos / discpainter / "> <img src =" http://www.blogcdn.com/www.tuaw .com/media/2008/06/dp1_thumbnail.png "alt =" DiscPainter "width =" 75 "height =" 75 "title =" DiscPainter "> </ a> </ div> <div class="thumb"> <a href="/photos/mariner-calc-for-iphone/"> <img src =" http:/ / www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg "alt =" Mariner Calc f?r das iPhone "width =" 75 "height =" 75 "title =" Mariner Calc f?r das iPhone "> </ a> </ div> <div class="thumb"> <a href="/photos/2009cupertinobus/"> <img src = "http://www.blogcdn.com/www.tuaw.com/media / 2009/01/cupertino09-1_thumbnail.jpg "alt =" 2009CupertinoBus "width = " 75 "height =" 75 "title =" 2009CupertinoBus "> </ a> </ div> <div class="thumb"> <a href = "/ photos/crash-bandicoot-nitro-kart-3d /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png" alt = "Crash Bandicoot Nitro Kart 3D" width = "75" height = "75" title = "Crash Bandicoot Nitro Kart 3D"> </ a> </ div> <div class="thumb"> <a href = "/ photos/mlb-com-at-bat-2009 / "> <img src = " http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg "alt =" MLB. com Am Bat 2009 "width =" 75 "height =" 75 "title =" MLB.com Auf Bat 2009 "> </ a> </ div> <div class="thumb"> <a href =" / fotos / Macworld-Expo-2007-Show-Boden / "> <img src =" http ://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg "alt =" Macworld Expo 2007 zeigen Stock "width =" 75 "height =" 75 "title =" Macworld Expo 2007 show floor "> </ a> </ div> <div class="thumb"> <a href = "/ photos / Apfel-texas-hold-em /"> <img src = "http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg" alt = "Apple Texas Hold 'Em "width =" 75 "height =" 75 "title =" Apple Texas Hold' Em "> </ a> </ div> <div class="thumb"> <a href =" / photos/the- Macworld-treu-in-line / "> <img src =" http:/ /www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg "alt =" Die Macworld Gl?ubigen Line " width="75" height="75" title="The Macworld Faithful in Line"></a></div><div class="thumb"><a href="/photos/iphone-first-look/ "><img src="http://www.blogcdn.com/ www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg" alt="iPhone First Look" width="75" height="75" title="iPhone First Look"></a></div>< p class="clearer">&nbsp;</p></div> <br> <div class="statstable" id="stats_bloggers"><h3><span class="wrap">TUAW bloggers (30 days) </span></h3><table class="data" cellspacing="0"><tr><th>#</th><th>Blogger</th><th class="ctr">Posts< /th><th class="ctr">Cmts</th></tr><tr><td class="statsclass1">1</td><td class="statsclass1"><a href="/ bloggers/steven-sande/">Steven Sande</a></td><td class="statsclass1 ctr">36</td><td class="statsclass1 ctr">10</td></tr> <tr><td class="statsclass2">2</td><td class="statsclass2"><a href="/bloggers/mel-martin/">Mel Martin</a></td><td class="statsclass2 ctr">31</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class= "statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">25</td><td class="statsclass1 ctr" >1</td></tr><tr><td class="statsclass2">4</td><td class="statsclass2"><a href="/bloggers/dave-caolo/">Dave Caolo </a></td><td class="statsclass2 ctr">23</td><td class="statsclass2 ctr">4</td></tr><tr><td class="statsclass1" >5</td><td class="statsclass1"><a href="/bloggers/michael-rose/">Michael Rose</a></td><td class="statsclass1 ctr">17</ td><td class="statsclass1 ctr">32</td></tr><tr><td class="statsclass2">6</td><td class="statsclass2"><a href="/ bloggers/robert-palmer/">Robert Palmer</a></td><td class="statsclass2 ctr">13</td><td class="statsclass2 ctr">6</td></tr> <tr><td class="statsclass1">7</td><td class="statsclass1"><a href="/bloggers/brett-terpstra/">Brett Terpstra</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">9</td></tr><tr><td class="statsclass2">8</td><td class= "statsclass2"><a href="/bloggers/cory-bohon/">Cory Bohon</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr" >0</td></tr><tr><td class="statsclass1">9</td><td class="statsclass1"><a href="/bloggers/christina-warren/">Christina Warren </a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">13</td></tr><tr><td class="statsclass2" >10</td><td class="statsclass2"><a href="/bloggers/aron-trimble/">Aron Trimble</a></td><td class="statsclass2 ctr">7</ td><td class="statsclass2 ctr">11</td></tr><tr><td class="statsclass1">11</td><td class="statsclass1"><a href="/ bloggers/megan-lavey/">Megan Lavey</a></td><td class="statsclass1 ctr">6</td><td class="statsclass1 ctr">3</td></tr> <tr><td class="statsclass2">12</td><td class="statsclass2"><a href="/bloggers/victor-agreda-jr/">Victor Agreda, Jr.</a>< /td><td class="statsclass2 ctr">3</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">13</td ><td class="statsclass1"><a href="/bloggers/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class ="statsclass1 ctr">2</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/mat-lu /">Mat Lu</a></td><td class="statsclass2 ctr">2</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">15</td><td class="statsclass1"><a href="/bloggers/chris-ullrich/">Chris Ullrich</a></td><td class="statsclass1 ctr ">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">16</td><td class="statsclass2">< a href="/bloggers/brett-kelly/">Brett Kelly</a></td><td class="statsclass2 ctr">1</td><td class="statsclass2 ctr">0</td ></tr></table></div><div class="statstable"><h3><span class="wrap">Most Commented On <em>(7 days)</em></span> </h3><ul class="box"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full -screen-experience-to-mac-users/" rel="bookmark">Hulu Desktop app gives full-screen experience to Mac users</a> (63)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/" rel="bookmark">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a> (45)</li><li class="statsclass1"><a href="http://www.tuaw.com/ 2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/" rel="bookmark">Fortune: Palm Pre syncs flawlessly with iTunes</a> (38)</li><li class= "statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark ">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (29)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (29)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/" rel="bookmark">White MacBook specs quietly bumped</a> (26)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/" rel="bookmark">Businessweek puts Apple at top of Most Innovative list</a> (25)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/" rel="bookmark">Rumors: iPod, cameras expecting offspring</a> (23)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/" rel="bookmark">Eucalyptus for iPhone gets a new lease on life</a> (23)</li></ul></div><div class="statstable"><h3><span class="wrap">Recent Comments</span></h3><ul id="stats_recentcomments"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329">user7</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308">Andy</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197">cam</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941">Mel Martin</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895">whoapossum</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888">zezke</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679">Maxwell</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696">Tyson McMurtrey</a> on <a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/">Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680">ted</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112502">Dachaz</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li></ul></div><div id="tagCloud" class="sidearea"><h3><span class="wrap">The Unofficial Apple Weblog (TUAW) Tags</span></h3><div class="box"><p> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/advertising/" class="tagSmall">advertising</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/mobileme/" class="tagSmall">mobileme</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/money/" class="tagSmall">money</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/app/" class="tagSmall">app</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/tuaw/" class="tagSmall">tuaw</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/email/" class="tagSmall">email</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/beta/" class="tagSmall">beta</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/graphics/" class="tagSmall">graphics</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/gmail/" class="tagSmall">gmail</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/leopard/" class="tagSmall">leopard</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/Microsoft/" class="tagSmall">Microsoft</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/AskTuaw/" class="tagSmall">AskTuaw</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/OS/" class="tagSmall">OS</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> <a href="/tag/security/" class="tagSmall">security</a> </p></div></div><div class="module"><h3><span class="wrap">More Apple Analysis</span></h3><ul><li><a href="http://aapl.bloggingstocks.com/">AAPL on BloggingStocks</a> The Apple category feed from BloggingStocks.com</li><li><a href="http://finance.aol.com/quotes/apple-inc/aapl/nas">AAPL Quote, News & Summary</a> The AAPL financials page from AOL Money and Finance</li><li><a href="http://www.bloggingstocks.com/tag/iphone">iPhone analysis from BloggingStocks</a> iPhone tag feed from BloggingStocks</li><li><a href="http://www.downloadsquad.com/category/macintosh/">Macintosh news and reviews on Download Squad</a> The Macintosh category feed from Download Squad</li></ul></div><div class="module"><h3><span class="wrap">More from AOL Money and Finance</span></h3><ul><li><a href="http://money.aol.com/investing/stockscreener">Stock Screener</a> </li><li><a href="http://money.aol.com/stock-quotes">Stock Quotes</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">DJIA</a> </li><li><a href="http://www.walletpop.com/taxes/amt">AMT</a> </li><li><a href="http://www.walletpop.com/loans/auto">Auto Loans</a> </li><li><a href="http://www.walletpop.com/banking">Banking</a> </li><li><a href="http://www.walletpop.com/insurance/car-insurance">Car Insurance</a> </li><li><a href="http://www.walletpop.com/banking/checking">Checking Account</a> </li><li><a href="http://www.walletpop.com/credit/credit-cards">Credit Cards</a> </li><li><a href="http://www.walletpop.com/credit/credit-reports">Credit Reports</a> </li><li><a href="http://www.walletpop.com/deals">Deals</a> Deals</li><li><a href="http://money.aol.com/creditdebt/debt">Debt Management</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">Dow Jones Industrial Average</a> </li><li><a href="http://money.aol.com/news/earnings">Earnings</a> </li><li><a href="http://finance.aol.com/quotes/google-inc/goog/nas">GOOG</a> </li><li><a href="http://www.walletpop.com/insurance/health-insurance">Health Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/home-insurance">Home Insurance</a> </li><li><a href="http://www.walletpop.com/fraud/identity-theft">Identity Theft</a> </li><li><a href="http://www.walletpop.com/taxes/basics">Income Tax Basics</a> </li><li><a href="http://www.walletpop.com/insurance">Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/life-insurance">Life Insurance</a> </li><li><a href="http://www.walletpop.com/loans">Loans</a> </li><li><a href="http://money.aol.com">Money</a> </li><li><a href="http://www.walletpop.com/mortgages">Mortgages</a> </li><li><a href="http://www.walletpop.com/loans/personal">Personal Loans</a> </li><li><a href="http://www.walletpop.com/recession">Recession</a> </li><li><a href="http://www.walletpop.com/mortgages/refinancing">Refinancing</a> </li><li><a href="http://www.walletpop.com/retirement">Retirement</a> </li><li><a href="http://www.walletpop.com/banking/savings">Savings Account</a> </li><li><a href="http://smallbusiness.aol.com/">Small Business</a> </li><li><a href="http://finance.aol.com/usw/quotes/charts">Stock Charts</a> </li><li><a href="http://money.aol.com/stock-ticker">Stock Ticker</a> </li><li><a href="http://www.walletpop.com/taxes">Taxes</a> </li><li><a href="http://money.aol.com/news/technology">Tech News</a> </li></ul></div><div class="blogroll" id="winblogroll"> <br> <h3 id="blogroll_header"><span><a href="http://www.weblogsinc.com">WIN Network</a></span></h3> <br> <br> <ul id="winblogroll" class="accordian"> <br> <br> <li class="winblogrollcat"><strong class="trigger">Autos</strong> <br> <br> <ul id="consumer"> <br> <li><a href="http://www.autoblog.com/">Autoblog</a></li> <br> <li><a href="http://www.autobloggreen.com/">Autoblog Green</a></li> <br> <li><a href="http://spanish.autoblog.com/">Autoblog Spanish</a></li> <br> <li><a href="http://chinese.autoblog.com/">Autoblog Chinese</a></li> <br> <li><a href="http://cn.autoblog.com/">Autoblog Simplified Chinese</a></li> <br> <li><a href="http://jp.autoblog.com/">Autoblog Japanese</a></li> <br> <li><a href="http://uk.autoblog.com/">Autoblog UK</a></li> <br> <li><a href="http://de.autoblog.com/">Autoblog Auf Deutsh</a></li> <br> <li><a href="http://fr.autoblog.com/">Autoblog En Fran?ais</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Technology</strong> <br> <ul id="technology"> <br> <li><a href="http://www.downloadsquad.com/">Download Squad</a></li> <br> <li><a href="http://www.engadget.com/">Engadget</a></li> <br> <li><a href="http://www.engadgethd.com/">Engadget HD</a></li> <br> <br> <li><a href="http://www.engadgetmobile.com/">Engadget Mobile</a></li> <br> <li><a href="http://chinese.engadget.com/">Engadget Chinese</a></li> <br> <li><a href="http://cn.engadget.com/">Engadget Simplified Chinese</a></li> <br> <li><a href="http://japanese.engadget.com/">Engadget Japanese</a></li> <br> <li><a href="http://de.engadget.com/">Engadget Germany</a></li> <br> <li><a href="http://kr.engadget.com/">Engadget Korea</a></li> <br> <br>???????????????????????? <li><a href="http://pl.engadget.com/">Engadget Polska</a></li> <br> <li><a href="http://spanish.engadget.com/">Engadget Spanish</a></li> <br>???????????????????????? <li><a href="http://www.switched.com/">Switched</a></li> <br> <li><a href="http://www.tuaw.com/">TUAW (Apple)</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Lifestyle</strong> <br> <br> <ul id="lifestyle"> <br>???????????????????????? <li><a href="http://www.aisledash.com/">AisleDash</a></li> <br>?? <li><a href="http://www.diylife.com/">DIY Life</a></li> <br> <li><a href="http://www.gadling.com/">Gadling</a></li> <br> <li><a href="http://www.greendaily.com/">Green Daily</a></li> <br> <li><a href="http://www.luxist.com/">Luxist</a></li> <br>???????????????????????? <li><a href="http://jp.luxist.com/">Luxist Japanese</a></li> <br> <br> <li><a href="http://www.parentdish.com/">ParentDish</a></li> <br> <li><a href="http://www.slashfood.com/">Slashfood</a></li> <br> <li><a href="http://www.stylelist.com/blog/">StyleList Blog</a></li> <br> <li><a href="http://www.thatsfit.com/">That's Fit</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Gaming</strong> <br> <br> <ul id="gaming"> <br> <li><a href="http://www.joystiq.com/">Joystiq</a></li> <br> <li><a href="http://nintendo.joystiq.com/">Joystiq [Nintendo]</a></li> <br> <li><a href="http://xbox.joystiq.com/">Joystiq [Xbox]</a></li> <br> <li><a href="http://playstation.joystiq.com/">Joystiq [PlayStation]</a></li> <br> <li><a href="http://jp.joystiq.com/">Joystiq Japanese</a></li> <br>???????????????????????? <li><a href="http://www.massively.com/">Massively</a></li> <br> <br> <li><a href="http://www.wowinsider.com/">WoW Insider</a></li> <br>???????????????????????? <li><a href="http://news.bigdownload.com">Big Download</a></li> <br> <li><a href="http://www.gamedaily.com/">GameDaily</a></li> <br>???????????????????????? <li><a href="http://www.playsavvy.com">PlaySavvy</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Entertainment</strong> <br> <ul id="entertainment"> <br> <li><a href="http://www.cinematical.com/">Cinematical</a></li> <br> <li><a href="http://nl.cinematical.com/">Cinematical Nederland</a></li> <br> <li><a href="http://www.cinematical.pl/">Cinematical Polska</a></li> <br> <li><a href="http://www.cinematical.es/">Cinematical Espana</a></li> <br> <li><a href="http://www.tvsquad.com/">TV Squad</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Finance</strong> <br> <br> <ul id="finance"> <br>???????????????????????? <li><a href="http://www.bloggingbuyouts.com/">BloggingBuyouts</a></li> <br> <li><a href="http://www.bloggingstocks.com/">BloggingStocks</a></li> <br> <li><a href="http://www.dailyfinance.com/">DailyFinance</a></li> <br> <li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji">DIJA</a></li> <br> <li><a href="http://www.walletpop.com/">WalletPop</a></li> <br> <li><a href="http://www.walletpop.co.uk/">WalletPop UK</a></li> <br> <li><a href="http://www.walletpop.com/taxes/">Taxes</a></li> <br> </ul> <br> </li> <br> <br> <li class="winblogrollcat"><strong class="trigger">Sports</strong> <br> <ul id="sports"> <br>???????????????????????? <li><a href="http://www.fanhouse.com">FanHouse</a></li> <br>???????????????????????? <li><a href="http://nfl.fanhouse.com/">NFL</a></li> <br>???????????????????????? <li><a href="http://nba.fanhouse.com/">NBA</a></li> <br>???????????????????????? <li><a href="http://mlb.fanhouse.com/">MLB</a></li> <br>???????????????????????? <li><a href="http://ncaafootball.fanhouse.com/">NCAA Football</a></li> <br>???????????????????????? <li><a href="http://ncaabasketball.fanhouse.com/">NCAA Basketball</a></li> <br>???????????????????????? <li><a href="http://motorsports.fanhouse.com/">NASCAR</a></li> <br>???????????????????????? <li><a href="http://nhl.fanhouse.com/">NHL</a></li> <br>???????????????????????? <li><a href="http://golf.fanhouse.com/">Golf</a></li> <br>???????????????????????? <li><a href="http://fantasyfootball.fanhouse.com/">Fantasy Football</a></li> <br>???????????????????????? <li><a href="http://fantasybasketball.fanhouse.com/">Fantasy Basketball</a></li> <br>???????????????????????? <li><a href="http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/">UFC 98 results</a></li> <br> </ul> <br> </li> <br> <br>???????? <li class="winblogrollcat"><strong class="trigger">Also on AOL</strong> <br> <ul id="alsoAOL"> <br> <li><a href="http://www.politicsdaily.com">Politics Daily</a></li> <br>???????????????????????? <li><a href="http://blackvoices.aol.com/">African-American Culture</a></li> <br>???????????????????????? <li><a href="http://autos.aol.com/">Cars</a></li> <br> <li><a href="http://www.games.com/">Games</a></li> <br>???????????????????????? <li><a href="http://www.mapquest.com">Maps</a></li> <br> <li><a href="http://money.aol.com/">Money</a></li> <br> <li><a href="http://www.moviefone.com/">Movies</a></li> <br> <li><a href="http://music.aol.com/">Music</a></li> <br> <li><a href="http://news.aol.com/">News</a></li> <br> <li><a href="http://music.aol.com/radioguide/bb">Radio</a></li> <br> <li><a href="http://sports.aol.com/">Sports</a></li> <br> <li><a href="http://money.aol.com/stock-quotes/">Stock Quotes</a></li> <br> <li><a href="http://television.aol.com/">Television</a></li <br> <li><a href="http://travel.aol.com/">Travel</a></li> <br> </ul> <br> </li> <br> </ ul> <br> </div><a href="http://daol.aol.com/software/mac/iphone/radio" title="AOL iPhone Radio" class="aol-radio"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif" alt="AOL Radio" /></a> <br> <a href="http://www.stitcher.com/listen.php?fid=8189" title="TUAW on Stitcher"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif" alt="TUAW on Stitcher" /></a></div><!– /subcontent –> <br> </ div> <br> <div id="footer"> <br> <div class="searchform"> <br> <ul class="searchnav clearfix"> <br> <li id="search-tab-blog2" class="selected"><a onclick="return searchTarget('/search/?q=', 0, 'search-tab-blog2');" href="#">TUAW</a></li> <br> <li id="search-tab-Web2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Web2');" href="http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=">Web</a></li> <br> <li id="search-tab-Images2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Images2');"href="http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=">Images</a></li> <br> <li id="search-tab-Video2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Video2');"href="http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=">Video</a></li> <br> <li id="search-tab-News2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=">News</a></li> <br> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=">Local</a></li> <br> </ ul> <br> <form name="s_form2" action="/search/"><fieldset><input type="text" name="q" id="queryname2" value="" class="text" /><button id="searchsubmit" onclick="return submitHeaderSearch('onclick');" type="submit" name="searchsubmit" title="Search" ></button><input type="hidden" name="invocationType" value="wl-tuaw-ft" /></fieldset></form> <br> </div><!– /show-footer-search.html.php –> <br> <div class="bottomleader"> <br> <script type="text/javascript"> <br> <! — <br> adSetType("F"); <br> htmlAdWH('93217798', '728', '90'); <br> adSetType(""); <br> //–> <br> </script> <br> </div><!– /topleader –></div><!– /footer –> <br> <div id="grid2"> <br> <table class="grid-table" cellspacing="0"> <br> <tr> <br> <td scope="col" class="first"> <br> <h4><img src="http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.joystiq.com/">Joystiq</a></h4><ul><li><a href="http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/" rel="bookmark">Qore leak reveals new PSP Metal Gear and more</a></li><li><a href="http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/" rel="bookmark">Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5</a></li><li><a href="http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/" rel="bookmark">PSP Go revealed in June issue of Qore [Update]</a></li></ul></td> <br> <td scope="col"> <br> <h4><img src="http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.downloadsquad.com/">Download Squad</a></h4><ul><li><a href="http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/" rel="bookmark">Search for useful bookmarklets with Bookmarklet Directory</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/" rel="bookmark">Where to watch the Stanley Cup finals online</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/" rel="bookmark">Goog-411 now provides intersection info</a></li></ul></td> <br> <td scope="col"> <br> <h4><img src="http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.bloggingstocks.com/">BloggingStocks</a></h4><ul><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/" rel="bookmark">Stock #2: Quicksilver (ZQK)</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/" rel="bookmark">Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-1-marine-products-corp-mpx/" rel="bookmark">Stock #1: Marine Products Corp. (MPX)</a></li></ul></td> <br> </ tr> <br> <tr> <br> <td scope="col"> <br> <h4><img src="http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.autoblog.com/">Autoblog</a></h4><ul><li><a href="http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/" rel="bookmark">VIDEO: Corvette Grand Sport launch control tested… in dealer lot</a></li><li><a href="http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/" rel="bookmark">Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010</a></li><li><a href="http://www.autoblog.com/2009/05/30/crazy-kiwis-buy-a-new-mitsubishi-triton-get-a-free-goat-with-p/" rel="bookmark">Crazy Kiwis: Buy a new Mitsubishi Triton, get a free goat with purchase</a></li></ul></td> <br> <td scope="col" class="last"> <br> <h4><img src="http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://xbox.joystiq.com/">Joystiq Xbox</a></h4><ul><li><a href="http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/" rel="bookmark">Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2</a></li><li><a href="http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/" rel="bookmark">Raiden IV media blowout </a></li><li><a href="http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/" rel="bookmark">Joyswag: Gel: Set &amp; Match</a></li></ul></td> <br> <td scope="col" class="last"> <br> <h4><img src="http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico" alt="" height="16" width="16" /> <a href="http://www.engadget.com/">Engadget</a></h4><ul><li><a href="http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/" rel="bookmark">Video: Sony's PSP Go leaks out before E3, is obviously a go</a></li><li><a href="http://www.engadget.com/2009/05/30/dj-hero-website-and-pre-orders-go-live-jay-z-special-edition-se/" rel="bookmark">DJ Hero website and pre-orders go live, Jay-Z Special Edition seen in the distance</a></li><li><a href="http://www.engadget.com/2009/05/30/ericssons-fashion-forward-w30-series-3g-routers-get-detailed/" rel="bookmark">Ericsson's fashion-forward W30 series 3G routers get detailed</a></li></ul></td> <br> </ tr> <br> </table> <br> </ div> <br> <div id="legal"> <br> <a href="http://news.aol.com" target="_blank" class="cobrand-footer">AOL News</a> <br> <p>All contents copyright &copy; 2003-2009, <a href="http://www.weblogsinc.com/">Weblogs, Inc.</a> All rights reserved</p> <br> <p><a href="">The Unofficial Apple Weblog (TUAW)</a> is a member of the <a href="http://www.weblogsinc.com/">Weblogs, Inc. Network</a>. <a href="http://www.weblogsinc.com/privacy/">Privacy Policy</a>, <a href="http://www.weblogsinc.com/terms/">Terms of Service</a>, <a href="http://www.weblogsinc.com/report/">Notify AOL</a></p> <br> <br> </div><!– /legal –> <br> </div><!– /main –> <br> </div><!– /container –> <br> </body> <br> <script type="text/javascript" src="http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js"></script> <br> <script type="text/javascript"> <br> $(document).ready(init); <br> function init() <br> { <br> $('.winblogrollcat').children('ul').hide(); <br> $('.winblogrollcat .trigger').click(function(evt){ <br> $(this.parentNode).children('ul').slideToggle('fast'); <br> }); <br>???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); <br> } <br> </script> <br> <script type="text/javascript" src="http://www.blogcdn.com/js/addthis.js"></script> <br> <script type="text/javascript"> <br> if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { <br>?? top.location.replace(self.location.href); <br> } <br> </script> <br> </html><script type="text/javascript"> <br> <! — <br> document.write('<scr' + 'ipt src="http://www.tuaw.com/traffic/' + '?t=js&bv=&os=&tz=&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&cb=1639771966" type="text/javascript"></scr' + 'ipt>'); <br> // –> <br> </script><noscript><img src="http://www.tuaw.com/traffic/?t=px&bv=JavaScript+Disabled&os=&tz=default&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&cb=417039105" alt="the end" width="1" height="1"border="0" /></noscript></div><div id=clir></div></td></tr><tr><td class=submitcell><div style=float:left><select name=sl id=old_sl tabindex=0 ><option value="auto">Detect language</option><option value="separator" disabled>—</option><option value="sq">Albanian</option><option value="ar">Arabic</option><option value="bg">Bulgarian</option><option value="ca">Catalan</option><option value="zh-CN">Chinese</option><option value="hr">Croatian</option><option value="cs">Czech</option><option value="da">Danish</option><option value="nl">Dutch</option><option SELECTED value="en">English</option><option value="et">Estonian</option><option value="tl">Filipino</option><option value="fi">Finnish</option><option value="fr">French</option><option value="gl">Galician</option><option value="de">German</option><option value="el">Greek</option><option value="iw">Hebrew</option><option value="hi">Hindi</option><option value="hu">Hungarian</option><option value="id">Indonesian</option><option value="it">Italian</option><option value="ja">Japanese</option><option value="ko">Korean</option><option value="lv">Latvian</option><option value="lt">Lithuanian</option><option value="mt">Maltese</option><option value="no">Norwegian</option><option value="pl">Polish</option><option value="pt">Portuguese</option><option value="ro">Romanian</option><option value="ru">Russian</option><option value="sr">Serbian</option><option value="sk">Slovak</option><option value="sl">Slovenian</option><option value="es">Spanish</option><option value="sv">Swedish</option><option value="th">Thai</option><option value="tr">Turkish</option><option value="uk">Ukrainian</option><option value="vi">Vietnamese</option></select><span class=langselect id=sl_select></span> <span class="arrow" onclick="ctr._swap()">></span> <select name=tl id=old_tl tabindex=0 ><option value="sq">Albanian</option><option value="ar">Arabic</option><option value="bg">Bulgarian</option><option value="ca">Catalan</option><option value="zh-CN">Chinese (Simplified)</option><option value="zh-TW">Chinese (Traditional)</option><option value="hr">Croatian</option><option value="cs">Czech</option><option value="da">Danish</option><option value="nl">Dutch</option><option value="en">English</option><option value="et">Estonian</option><option value="tl">Filipino</option><option value="fi">Finnish</option><option value="fr">French</option><option value="gl">Galician</option><option SELECTED value="de">German</option><option value="el">Greek</option><option value="iw">Hebrew</option><option value="hi">Hindi</option><option value="hu">Hungarian</option><option value="id">Indonesian</option><option value="it">Italian</option><option value="ja">Japanese</option><option value="ko">Korean</option><option value="lv">Latvian</option><option value="lt">Lithuanian</option><option value="mt">Maltese</option><option value="no">Norwegian</option><option value="pl">Polish</option><option value="pt">Portuguese</option><option value="ro">Romanian</option><option value="ru">Russian</option><option value="sr">Serbian</option><option value="sk">Slovak</option><option value="sl">Slovenian</option><option value="es">Spanish</option><option value="sv">Swedish</option><option value="th">Thai</option><option value="tr">Turkish</option><option value="uk">Ukrainian</option><option value="vi">Vietnamese</option></select><span class=langselect id=tl_select></span> <a class=swap href="" onclick="ctr._swap();return false;">swap</a></div><div style=float:right><span class=subbutton id=submit_button></span><input type=submit id=old_submit value="Translate" tabindex=0></div></td><td></td><td id=dict></td></tr><tr><td colspan=2>&nbsp;<script>window.jstiming.load.tick('br');h = new _History();ctr = new _TranslateForm(new _LanguageSelector('old_sl','sl_select','3'),new _LanguageSelector('old_tl','tl_select','3'),'old_submit','submit_button', h,'source','result_box','dict','autotrans','/translate','/translate_t',undefined,'http://209.85.225.132/translate_f', 'select_text','select_document', 'file_div', 'file',true,'search','clir');window.jstiming.load.tick('prt')</script></td><td align=right><span id=zippyspan onclick="_rolldown()"><img src="http://www.google.com/images/zippy_plus_sm.gif" style="margin-right:0.33em;visibility:visible" id=zippyicon>Contribute a better translation</span></td></tr></table></form><table id=suggesttable><tr><td colspan=3><div id=thanks style="height:0px; display: none"><span style="padding:2px; background-color:#ff9" id=sug_thk>Thank you for contributing your translation suggestion to Google Translate.</span></div><form action="/translate_suggestion" target=hidden_iframe method=post id=suggestion_form style="height:0px; overflow:hidden; display:none" class=highlight onsubmit="_submitroll()"><input type=hidden name=hl value="en"><input type=hidden name=oe value="ISO-8859-1"><input type=hidden name=text value="><p class="filed-under">Filed under: <a href="/category/iphone/">iPhone</a>, <a href="/category/app-store/">App Store</a>, <a href="/category/ipod-touch/">iPod touch</a>, <a href="/category/app-review/">App Review</a></p><h2 class="posttitle"><a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/" rel="bookmark"><span id="ppt19052404">Check prices on your iPhone with Pricecheckah</span></a></h2><p class="byline">by <strong><a href="/bloggers/mel-martin/">Mel Martin</a></strong> on May 30th 2009</p><div class="postbody"><!– sphereit start –><img vspace="8" hspace="8" border="0" align="right" src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/pricecheckah5-30.png" alt="" />This app does what you would expect from its name. It checks prices. You type in a UPS code, an ISBN number (books and video) or even a name of a product.<br /><br /><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300264101&amp;mt=8">Pricecheckah</a> [App Store] is US$4.99 At the set up screen you can choose online retailers like Amazon or Buy.com, and brick and mortar retailers like Target or Walmart. You can also add your own. I added Best Buy by just typing bestbuy.com.<br /><br />I typed in a UPC code and the app made several suggestions and did find some better prices. Of course you could do this from any browser using a site like Froogle. This app, of course, is meant to be portable, but you might not be very popular at some retailers doing price comparisons. On the other hand, unless you are in a hurry to buy something, you will likely find a better price online. <br /><br />Some things I don't like: The app wants my email address and a password. I'm not wild about giving someone my email when I'm not sure what they are going to do with it. Sometimes the app is very slow; I touched the settings button and it took several seconds to get to the settings screen. It didn't happen every time, but enough times to mention it. It also locked up a couple of times and said it couldn't find a network when WiFi was on, and my wireless router was right next to my iPhone.<br /><br />I also think the app is pricey at US$4.99. There is a similar app called <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=283375895&amp;mt=8">Checkout Smartshop</a> [App Store] which is the same price but has many more negative reviews. The developers promised a bar code scanner and it hasn't arrived. We've also looked at <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312720263&amp;mt=8">RedLaser</a> [App Store], which does have a barcode scanner. It <a href="http://www.tuaw.com/2009/05/18/redlaser-for-iphone-scans-for-bargains/">worked OK</a> for me, but many people are having problems with it. It's US$1.99.<br /><br />In summary, it doesn't look like the perfect shopping app is here, but hopefully developers will keep trying. Pricecheckah works on the iPhone or iPod touch, and checks prices in either the US or the UK.<div id="continued"></div><!– sphereit end –><a href="/tag/iphone" class="category-match-ad"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg" alt="Click here to read all TUAW&rsquo;s iPhone coverage" /></a></div><div class="postmeta"><p class="posttags"><strong>Tags:</strong> <a href="http://www.tuaw.com/tag/app+store/">app store</a>, <a href="http://www.tuaw.com/tag/iPhone/">iPhone</a>, <a href="http://www.tuaw.com/tag/iPod+touch/">iPod touch</a>, <a href="http://www.tuaw.com/tag/price+comparisons/">price comparisons</a>, <a href="http://www.tuaw.com/tag/Pricecheckah/">Pricecheckah</a>, <a href="http://www.tuaw.com/tag/shopping/">shopping</a></p><div class="navbar clearfix"><ul><li class="permalink"><a href="http://www.pricecheckah.com/index.pl">Source</a></li><li class="print"><a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/print/" target="_blank" class="printthis" rel="nofollow">Print this<span class="printpop"><span>With HP wireless printers,<br/> you could have printed<br/> this from any room<br/> in the house.<br/><strong>Live wirelessly. Print wirelessly</strong></span></span></a></li><li class="email-this"><a href="/forward/19052404/" title="Send this entry to a friend via email">Email this</a></li><li><!– AddThis Button BEGIN –> <script type="text/javascript"> addthis_pub = 'weblogsinc'; addthis_options = 'digg, facebook, delicious, myspace, aolfav, propeller, google, live, stumbleupon, reddit, favorites, technorati, aim, more'; </script> <a class="sharelink" href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', 'http%3A%2F%2Fwww.tuaw.com%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F', 'Check+prices+on+your+iPhone+with+Pricecheckah')" onmouseout="addthis_close()" onclick="return addthis_sendto()">Share</a> <script type="text/javascript" src="http://s7.addthis.com/custom/weblogsinc/addthis_widget.js"></script><!– AddThis Button END –></li><li class="comments"><a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/#comments" title="View reader comments on this entry">Comments (<em>0</em>)</a></li></ul></div></div></div></div><script type="text/javascript"> /* some ie crap */ function iecheck(inc_seven) { // alert(navigator.platform); if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) { var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, ''); var iever = (inc_seven)?(rslt != null && Number(rslt[1]) >= 5.5):(rslt != null && Number(rslt[1]) >= 5.5 && Number(rslt[1]) < 7 ); } else { iever=false; } return iever; } var useFilter=iecheck(false); var ie6Brand='<a href="http://www.sphere.com" target="_new" style="cursor: hand; display: block; width:112px; height:18px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'http://cdn11.sphere.com/images/poweredbySphere.png\', sizingMethod=scale);"><img align="absmiddle" border="0" style="margin-left: 2px;" src="http://cdn11.sphere.com/images/iespacer.png"/></a>'; var normalBrand='<a href="http://www.sphere.com" target="_new"><img align="absmiddle" border="0" style="margin-left: 2px;" src="http://cdn11.sphere.com/images/poweredbySphere.png"/></a>'; var brand=''; if(useFilter==false) { brand=normalBrand; } else { brand=ie6Brand; } </script> <div class="sphere clearfix"><div id="sphereTalk"><p id="spherePoweredBy" class="powered-by"></p><div id="talkContainer"><h3>Related Articles From The Unofficial Apple Weblog</h3><ul><li><a href="http://www.tuaw.com/2009/04/03/first-look-geocaching-2-0-for-iphone-3g?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >First Look: Geocaching 2.0 for iPhone 3G</a><p class="timestamp">57 days ago</p></li><li><a href="http://www.tuaw.com/2009/01/26/whats-wrong-with-buying-apps-for-99-cents?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >What's wrong with buying apps for 99 cents?</a><p class="timestamp">124 days ago</p></li><li><a href="http://www.tuaw.com/2008/12/12/app-store-changes-layout-threat-of-the-fleshy-palm-still-looms?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >App Store changes layout, threat of the fleshy palm still looms</a><p class="timestamp">168 days ago</p></li></ul></div><!– end talk container –><div id="artContainer"><h3>Related Articles From Our Tech Network</h3><ul><li><a href="http://www.engadgetmobile.com/2009/05/14/emailnwalk-iphone-app-finally-lets-us-leave-the-house?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >Email'n'Walk iPhone app finally lets us leave the house</a><p class="timestamp">15 days ago</p></li><li><a href="http://www.switched.com/2009/05/14/iphones-email-n-walk-lets-you-e-mail-and-walk-at-the-same-ti?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >iPhone's 'Email 'n Walk' Lets You E-Mail and Walk at the Same Time</a><p class="timestamp">16 days ago</p></li><li><a href="http://www.engadgetmobile.com/2009/05/07/iphone-os-3-0-now-being-used-for-app-store-admission-reviews?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >iPhone OS 3.0 now being used for App Store admission reviews (updated)</a><p class="timestamp">22 days ago</p></li></ul></div><!– end art container –></div><!– end sphereTalk –><div id="sphereAd"><script type="text/javascript" src="http://cdn11.sphere.com/widgets/sphereit/js?baseurl=http://cdn11.sphere.com/widgets/sphereit/&siteid=blogsmith_widget_tuaw"></script><iframe frameborder="0" style="position:relative; width:300px; height:250px;" marginheight="0" marginwidth="0" scrolling="no" border="0" src="http://www.sphere.com/ads/aol_sphere_adcom.php?a=93249125"></iframe></div><p class="see-more"><a onclick="return Sphere.Widget.search('http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah')" href="http://www.sphere.com/search?q=sphereit:http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah">See More Related Articles and Blog Posts</a></p></div> <!– end sphere clearfix –><script type="text/javascript"> document.getElementById('spherePoweredBy').innerHTML=brand; </script> <script language="JavaScript" type="text/javascript"> var sns_checked = false; var current_tab = "blogsmith"; function tabTo(tab) { document.getElementById('formerrors').innerHTML = ''; document.getElementById('cmtuinfo_email').style.display='none'; document.getElementById('cmtuinfo_blogsmith').style.display='none'; document.getElementById('cmtuinfo_sns').style.display='none'; document.getElementById('cmtuinfo_'+tab).style.display='block'; document.getElementById('cmtutab_email').className=''; document.getElementById('cmtutab_blogsmith').className=''; document.getElementById('cmtutab_sns').className=''; document.getElementById('cmtutab_'+tab).className='currenttab'; if (!sns_checked && tab == 'sns') { image1 = new Image(); image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; sns.init('ch1ga1KvP7TotwTC'); sns_checked = true; } current_tab = tab; } function inputValidation() { document.getElementById('formerrors').innerHTML = ''; var validInfo = 0; var validName = 0; var validEmail = 0; var validComments = 0; var validSNS = 0; var links = 0; var errors = ''; switch(current_tab) { case "email": var filter = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; var email = document.getElementById('AuthorEmail').value; if(document.getElementById('AuthorName').value == '') { errors += "<p class='error'>We need your name.</p>"; } if (email == '' || !filter.test(email)) { errors += "<p class='error'>E-mail address is not valid.</p>"; } if (!errors) { validInfo = 1; } break; case "blogsmith": if(document.getElementById('C_AuthorEmail').value == '') { errors += "<p class='error'>Invalid email address.</p>"; } if(document.getElementById('C_AuthorPass').value == '') { errors += "<p class='error'>No password given.</p>"; } if (!errors) { validInfo = 1; } break; case "sns": if (document.getElementById('sns_screenname') && document.getElementById('sns_password')) { if (document.getElementById('sns_screenname').value && document.getElementById('sns_password').value) { sns.calls.login(); return false; } } if (document.getElementById('sns_securid')) { if (document.getElementById('sns_securid').value) { sns.calls.login();//setTimeout("sns.calls.login();",1000); return false; } } var token = (document.getElementById('token')) ? document.getElementById('token').value : ''; if(token == '') { errors = "<p class='error'>Invalid SNS login.</p> "; } else { validInfo = 1; } break; } var txt = document.getElementById('Comments').value; if(txt != '') { validComments = 1; } for (var ind=0;ind<txt.length;ind++) { if (txt.substring(ind,ind+7)=="http://") { links = links + 1; } else if (txt.substring(ind,ind+6)=="ftp://") { links = links + 1; } else if (txt.substring(ind,ind+8)=="https://") { links = links + 1; } } if(validInfo == 1 && validComments == 1 && links < 4) { return true; } else { var errorMessage = "<h4 class='error-title'>Errors</h4>"; errorMessage += errors; if(validComments == 0) { errorMessage += "<p class='error'>No comment written.</p> "; } if(links > 3) { errorMessage += "<p class='error'>Sorry mate, you can only enter 3 urls.</p>"; } document.getElementById('formerrors').innerHTML = errorMessage; return false; } } </script> <div id="comments"> <h3 id="addcomments">Add your comments</h3> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div id="cmttabs"> <ul> <li id="cmtutab_email"><a href="#" onclick="tabTo('email');return false;">New Readers</a></li> <li id="cmtutab_blogsmith" class="currenttab"><a href="#" onclick="tabTo('blogsmith');return false;">Returning</a></li> <li id="cmtutab_sns"><a href="#" onclick="tabTo('sns');return false;" class="cmtaol" title="Sign in with your AOL/AIM username!">AOL/AIM </a></li> </ul> </div> <div id="formerrors" class='formerrors'></div> <!– email –> <div id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions">First time? A confirmation email will be sent to you after submitting.</p> <label for="AuthorName" class="first">Name:<br /> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /></label> <label for="AuthorEmail">E-mail:<br /> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/></label> </div> <!– /email –> <!– blogsmith –> <div id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions">Members enter your username and password.</p> <label for="C_Author" class="first">E-mail:<br /> <input id="C_AuthorEmail" type="text" class="formtext" name="C_AuthorEmail" value="" /></label> <label for="C_AuthorPass">Password:<br /> <input id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/></label> </div> <!– /blogsmith –> <!– SNS –> <div id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions">Enter your AOL or AIM screenname and password.</p> <div id="sns"> <p align="center"><img src="/media/loading.gif"></p> </div> <!–<input id="snslogin" type="button" onclick="sns.calls.login();" value="Login">–> </div> <!– /SNS –> <div id="cmtmain"> <div id="replyindicator"></div> <div> <label for="Comments">Your comments:</label> <textarea name="Comments" id="Comments" rows="8" style="width:98%"></textarea> </div> <div class="cmtchecks"> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <label for="RememberMeYes">Remember me</label> </div> <div class="cmtchecks"> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <label for="EmailMe">E-Mail me when someone replies to this comment</label> </div> <div id="cmtbuttons"> <input type="submit" id="addCommentButton" value="Add Comment" /> </div> <input type="hidden" name="Form" value="Comments" /><input type="hidden" name="ButtonSave" value="Save" /> <input type="hidden" id="sourceID" name="SourceID" value="" /> <input type="hidden" id="postID" name="PostID" value="" /> </div> <div id="instructions"> <p class="preamble">Please keep your comments relevant to this blog entry. <strong>Email addresses are never displayed, but they are required to confirm your comments.</strong></p> <p>When you enter your name and email address, you'll be sent a link to confirm your comment, and a password. To leave another comment, just use that password.</p> <p>To create a live link, simply type the URL (including http://) or email address and we will make it a live link for you. You can put up to 3 URLs in your comments. Line breaks and paragraphs are automatically converted ? no need to use &lt;p&gt; or &lt;br /&gt; tags.</p> </div> <input type="hidden" name="referer" value="http://www.tuaw.com:1080/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/"> </form> </div> <script type="text/javascript" src="http://www.blogsmithmedia.com/framework.weblogsinc.com/b-c/ajax.js"></script> <script type="text/javascript" src="http://www.weblogsinc.com/b-c/sns.js"></script> <script type="text/javascript" >tabTo(current_tab);</script> <script language="JavaScript" type="text/javascript">function getUserInfo() {var anchor = document.getElementById('addCommentButton');var sID = document.createElement('input');sID.type = 'hidden';sID.id = 'sID';sID.name = 'sID';sID.value = 'f32f89cf483fcdff2af0b690ddb1a227';var uID = document.createElement('input');uID.type = 'hidden';uID.id = 'uID';uID.name = 'uID';uID.value = 'c7a5d6e4cff335bdd1265154127e8ced';var tStamp = document.createElement('input');tStamp.type = 'hidden';tStamp.id = 'tStamp';tStamp.name = 'tStamp';tStamp.value = '82501';var cacheId = document.createElement('input');cacheId.type = 'hidden';cacheId.id = 'cacheId';cacheId.name = 'cacheId';cacheId.value = '7036218550034392';anchor.parentNode.insertBefore(sID,anchor);anchor.parentNode.insertBefore(uID,anchor);anchor.parentNode.insertBefore(tStamp,anchor);anchor.parentNode.insertBefore(cacheId,anchor);var divArray = document.getElementsByTagName('div');for(var i=0;i<divArray.length;i++) {if(divArray[i].className == 'post') {document.getElementById('postID').value = divArray[i].id;}}}getUserInfo();</script> </div><!– /content –> </div><!– /col-1 –> <div id="col-2"> <div id="subcontent" class="clearfix"> <div class="medrect"> <script type="text/javascript"> <!– adSetType("F"); htmlAdWH("93217898", "300", "250"); adSetType(""); //–> </script> </div><!– /medrect –><div id="tip-day"><div id="tip-day-inner"><h2>Tip of the Day</h2><p class="tip">To turn on your firewall, open System Preferences, and click the Security icon. Then, click the Firewall tab. Make sure either "Allow only essential services" is selected, or choose "set access for specific services and applications" yourself.<br /><br /></p><div class="learnmore"><a href="http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day/">Learn More</a></div></div></div><div id="breakingnews" class="headlines"><div class="wrap"><h3><span><a href="/tag/breaking news/">Breaking news</a> <a href="http://www.tuaw.com/tag/breaking news/rss.xml" class="feed" title="Subscribe to breaking news">Feed</a></span></h3><ul><li><a href="http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/"><a rel="bookmark" href="http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/" rel="bookmark">Breaking News: No new app submissions unless they run on OS 3.0</a></li><li><a href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/"><a rel="bookmark" href="http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/" rel="bookmark">First Look: Bento for iPhone and iPod touch</a></li><li><a href="http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/"><a rel="bookmark" href="http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/" rel="bookmark">The App Store hits one billion downloads!</a></li><li><a href="http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/"><a rel="bookmark" href="http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/" rel="bookmark">Macworld 2010 moves to February</a></li><li><a href="http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/"><a rel="bookmark" href="http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/" rel="bookmark">Skype for iPhone coming Tuesday, says CNET</a></li><li><a href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/"><a rel="bookmark" href="http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/" rel="bookmark">Apple says jailbreaking is illegal</a></li><li><a href="http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/"><a rel="bookmark" href="http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/" rel="bookmark">PwnageTool and QuickPwn updated, compatible with 2.2.1</a></li><li><a href="http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/"><a rel="bookmark" href="http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/" rel="bookmark">QuickTime 7.6 addresses security issues</a></li><li><a href="http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/"><a rel="bookmark" href="http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/" rel="bookmark">$999 MacBook hardware updated to near-unibody specs</a></li><li><a href="http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration-day/"><a rel="bookmark" href="http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration-day/" rel="bookmark">Use your iPhone to navigate Inauguration Day</a></li></ul></div></div><div id="featuredstories" class="headlines"><h3><span><a href="/tag/features/">Featured stories</a> <a href="http://www.tuaw.com/tag/features/rss.xml" class="feed" title="Subscribe to featured stories">Feed</a></span></h3><ul><li><a href="http://www.tuaw.com/2009/04/17/aol-daily-finance-app-raises-the-bar-for-iphone-investment-tools/"><a rel="bookmark" href="http://www.tuaw.com/2009/04/17/aol-daily-finance-app-raises-the-bar-for-iphone-investment-tools/">AOL Daily Finance app raises the bar for iPhone investment tools</a></li><li><a href="http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/"><a rel="bookmark" href="http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/">TUAW Tip: Swap out your laptop's hard disk for a spiffy new SSD</a></li><li><a href="http://www.tuaw.com/2009/04/14/another-fistful-of-apps-ember-headspace-mymovies-nozbe-jugl/"><a rel="bookmark" href="http://www.tuaw.com/2009/04/14/another-fistful-of-apps-ember-headspace-mymovies-nozbe-jugl/">Another fistful of apps: Ember, Headspace, myMovies, Nozbe, Juglir and LiveView</a></li><li><a href="http://www.tuaw.com/2009/04/01/tuaw-1976/"><a rel="bookmark" href="http://www.tuaw.com/2009/04/01/tuaw-1976/">TUAW 1976</a></li><li><a href="http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/"><a rel="bookmark" href="http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/">My Dad, the Switcher: Day 140</a></li><li><a href="http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/"><a rel="bookmark" href="http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/">My Dad, the Switcher: Day 139</a></li><li><a href="http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/"><a rel="bookmark" href="http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/">31 fart apps in 90 seconds</a></li><li><a href="http://www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/"><a rel="bookmark" href="http://www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/">App Store: "Demo" no, "Lite" yes</a></li><li><a href="http://www.tuaw.com/2009/02/02/one-month-with-apple-tv/"><a rel="bookmark" href="http://www.tuaw.com/2009/02/02/one-month-with-apple-tv/">One month with Apple TV</a></li><li><a href="http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/"><a rel="bookmark" href="http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/">Traveling? iPhone can help!</a></li></ul></div><br class="clear" /> <div class="medrect"> <script type="text/javascript"> <!– adSetType("F"); htmlAdWH("93217998", "300", "250"); adSetType(""); //–> </script> </div><!– /medrect –><div id="twitter_linkage" class="module"><a href="http://www.twitter.com/tuaw" target="_blank"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg" alt="Follow us on Twitter!" /></a></div> <!– Start of Flickr Badge –> <div class="module"> <h3><a href="http://flickr.com/photos/tags/tuaw" target="_blank"><span>TUAW <strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong> Pool</span></a></h3> <table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper"> <tr> <script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=3&display=latest&size=t&layout=h&source=all_tag&tag=tuaw&user=15453323%40N00"></script> </tr> </table> <a href="http://www.flickr.com" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a> </div> <!– End of Flickr Badge –><object lassid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="330" height="150"> <param name="movie value="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" /> <param name="wmode" value="transparent" /> <embed src="http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&resultsnum=10&title=TUAW%20on%20Truveo" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="330" height="150"></embed> </object><a href="http://www.cafepress.com/tuaw" title="Visit our Cafe Press store" class="rail-promo"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png" alt="TUAW [Cafepress]" /></a><div class="ad-wrap"> <div class="ad-wrap-inner"> <h3 class="hide"><span class="wrap">Sponsored Links</span></h3> <p class="sponsored">Advertise with us. (<a href="http://www.weblogsinc.com/advertise/">Learn more</a>)</p> </div> </div> <h3><span class="wrap">Featured Galleries</span></h3><div class="featuredgalleries clearfix"><div class="thumb"><a href="/photos/gallery-2397/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg" alt="DNC Macs" width="75" height="75" title="DNC Macs"></a></div><div class="thumb"><a href="/photos/macworld-2008-keynote-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg" alt="Macworld 2008 Keynote" width="75" height="75" title="Macworld 2008 Keynote"></a></div><div class="thumb"><a href="/photos/macworld-2008-build-up/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/dsc_5493_thumbnail.jpg" alt="Macworld 2008 Build-up" width="75" height="75" title="Macworld 2008 Build-up"></a></div><div class="thumb"><a href="/photos/google-earth-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/10/gooe1_thumbnail.png" alt="Google Earth for iPhone" width="75" height="75" title="Google Earth for iPhone"></a></div><div class="thumb"><a href="/photos/podcaster/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg" alt="Podcaster" width="75" height="75" title="Podcaster"></a></div><div class="thumb"><a href="/photos/bento-for-iphone-1-0/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg" alt="Bento for iPhone 1.0" width="75" height="75" title="Bento for iPhone 1.0"></a></div><div class="thumb"><a href="/photos/scrabble-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png" alt="Scrabble for iPhone" width="75" height="75" title="Scrabble for iPhone"></a></div><div class="thumb"><a href="/photos/tom-bihn-checkpoint-flyer-briefcase/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg" alt="Tom Bihn Checkpoint Flyer Briefcase" width="75" height="75" title="Tom Bihn Checkpoint Flyer Briefcase"></a></div><div class="thumb"><a href="/photos/apple-vanity-plates/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/05/appleplatealanrothberg_thumbnail.jpg" alt="Apple Vanity Plates" width="75" height="75" title="Apple Vanity Plates"></a></div><div class="thumb"><a href="/photos/apple-booth-macworld-07/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours—23_thumbnail.jpg" alt="Apple booth Macworld 07" width="75" height="75" title="Apple booth Macworld 07"></a></div><div class="thumb"><a href="/photos/quickoffice-for-iphone-1-1-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail.jpg" alt="Quickoffice for iPhone 1.1.1" width="75" height="75" title="Quickoffice for iPhone 1.1.1"></a></div><div class="thumb"><a href="/photos/daylite-3-9-review/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail.png" alt="Daylite 3.9 Review" width="75" height="75" title="Daylite 3.9 Review"></a></div><div class="thumb"><a href="/photos/discpainter/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png" alt="DiscPainter" width="75" height="75" title="DiscPainter"></a></div><div class="thumb"><a href="/photos/mariner-calc-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg" alt="Mariner Calc for iPhone" width="75" height="75" title="Mariner Calc for iPhone"></a></div><div class="thumb"><a href="/photos/2009cupertinobus/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/01/cupertino09-1_thumbnail.jpg" alt="2009CupertinoBus" width="75" height="75" title="2009CupertinoBus"></a></div><div class="thumb"><a href="/photos/crash-bandicoot-nitro-kart-3d/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png" alt="Crash Bandicoot Nitro Kart 3D" width="75" height="75" title="Crash Bandicoot Nitro Kart 3D"></a></div><div class="thumb"><a href="/photos/mlb-com-at-bat-2009/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg" alt="MLB.com At Bat 2009" width="75" height="75" title="MLB.com At Bat 2009"></a></div><div class="thumb"><a href="/photos/macworld-expo-2007-show-floor/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg" alt="Macworld Expo 2007 show floor" width="75" height="75" title="Macworld Expo 2007 show floor"></a></div><div class="thumb"><a href="/photos/apple-texas-hold-em/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg" alt="Apple Texas Hold 'Em" width="75" height="75" title="Apple Texas Hold 'Em"></a></div><div class="thumb"><a href="/photos/the-macworld-faithful-in-line/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg" alt="The Macworld Faithful in Line" width="75" height="75" title="The Macworld Faithful in Line"></a></div><div class="thumb"><a href="/photos/iphone-first-look/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg" alt="iPhone First Look" width="75" height="75" title="iPhone First Look"></a></div><p class="clearer">&nbsp;</p></div> <div class="statstable" id="stats_bloggers"><h3><span class="wrap">TUAW bloggers (30 days)</span></h3><table class="data" cellspacing="0"><tr><th>#</th><th>Blogger</th><th class="ctr">Posts</th><th class="ctr">Cmts</th></tr><tr><td class="statsclass1">1</td><td class="statsclass1"><a href="/bloggers/steven-sande/">Steven Sande</a></td><td class="statsclass1 ctr">36</td><td class="statsclass1 ctr">10</td></tr><tr><td class="statsclass2">2</td><td class="statsclass2"><a href="/bloggers/mel-martin/">Mel Martin</a></td><td class="statsclass2 ctr">31</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">25</td><td class="statsclass1 ctr">1</td></tr><tr><td class="statsclass2">4</td><td class="statsclass2"><a href="/bloggers/dave-caolo/">Dave Caolo</a></td><td class="statsclass2 ctr">23</td><td class="statsclass2 ctr">4</td></tr><tr><td class="statsclass1">5</td><td class="statsclass1"><a href="/bloggers/michael-rose/">Michael Rose</a></td><td class="statsclass1 ctr">17</td><td class="statsclass1 ctr">32</td></tr><tr><td class="statsclass2">6</td><td class="statsclass2"><a href="/bloggers/robert-palmer/">Robert Palmer</a></td><td class="statsclass2 ctr">13</td><td class="statsclass2 ctr">6</td></tr><tr><td class="statsclass1">7</td><td class="statsclass1"><a href="/bloggers/brett-terpstra/">Brett Terpstra</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">9</td></tr><tr><td class="statsclass2">8</td><td class="statsclass2"><a href="/bloggers/cory-bohon/">Cory Bohon</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">9</td><td class="statsclass1"><a href="/bloggers/christina-warren/">Christina Warren</a></td><td class="statsclass1 ctr">7</td><td class="statsclass1 ctr">13</td></tr><tr><td class="statsclass2">10</td><td class="statsclass2"><a href="/bloggers/aron-trimble/">Aron Trimble</a></td><td class="statsclass2 ctr">7</td><td class="statsclass2 ctr">11</td></tr><tr><td class="statsclass1">11</td><td class="statsclass1"><a href="/bloggers/megan-lavey/">Megan Lavey</a></td><td class="statsclass1 ctr">6</td><td class="statsclass1 ctr">3</td></tr><tr><td class="statsclass2">12</td><td class="statsclass2"><a href="/bloggers/victor-agreda-jr/">Victor Agreda, Jr.</a></td><td class="statsclass2 ctr">3</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">13</td><td class="statsclass1"><a href="/bloggers/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/mat-lu/">Mat Lu</a></td><td class="statsclass2 ctr">2</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">15</td><td class="statsclass1"><a href="/bloggers/chris-ullrich/">Chris Ullrich</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">16</td><td class="statsclass2"><a href="/bloggers/brett-kelly/">Brett Kelly</a></td><td class="statsclass2 ctr">1</td><td class="statsclass2 ctr">0</td></tr></table></div><div class="statstable"><h3><span class="wrap">Most Commented On <em>(7 days)</em></span></h3><ul class="box"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/" rel="bookmark">Hulu Desktop app gives full-screen experience to Mac users</a> (63)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/" rel="bookmark">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a> (45)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/" rel="bookmark">Fortune: Palm Pre syncs flawlessly with iTunes</a> (38)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (29)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (29)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/" rel="bookmark">White MacBook specs quietly bumped</a> (26)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/" rel="bookmark">Businessweek puts Apple at top of Most Innovative list</a> (25)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/" rel="bookmark">Rumors: iPod, cameras expecting offspring</a> (23)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/" rel="bookmark">Eucalyptus for iPhone gets a new lease on life</a> (23)</li></ul></div><div class="statstable"><h3><span class="wrap">Recent Comments</span></h3><ul id="stats_recentcomments"><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329">user7</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308">Andy</a> on <a href="http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/">Some Macbook Pros are updated along with iWork '09</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197">cam</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941">Mel Martin</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895">whoapossum</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888">zezke</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679">Maxwell</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696">Tyson McMurtrey</a> on <a href="http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/">Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680">ted</a> on <a href="http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/">Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112502">Dachaz</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li></ul></div><div id="tagCloud" class="sidearea"><h3><span class="wrap">The Unofficial Apple Weblog (TUAW) Tags</span></h3><div class="box"><p> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/advertising/" class="tagSmall">advertising</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/mobileme/" class="tagSmall">mobileme</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/money/" class="tagSmall">money</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/app/" class="tagSmall">app</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/tuaw/" class="tagSmall">tuaw</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/email/" class="tagSmall">email</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/beta/" class="tagSmall">beta</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/graphics/" class="tagSmall">graphics</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/gmail/" class="tagSmall">gmail</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/leopard/" class="tagSmall">leopard</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/Microsoft/" class="tagSmall">Microsoft</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/AskTuaw/" class="tagSmall">AskTuaw</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/OS/" class="tagSmall">OS</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> <a href="/tag/security/" class="tagSmall">security</a> </p></div></div><div class="module"><h3><span class="wrap">More Apple Analysis</span></h3><ul><li><a href="http://aapl.bloggingstocks.com/">AAPL on BloggingStocks</a> The Apple category feed from BloggingStocks.com</li><li><a href="http://finance.aol.com/quotes/apple-inc/aapl/nas">AAPL Quote, News & Summary</a> The AAPL financials page from AOL Money and Finance</li><li><a href="http://www.bloggingstocks.com/tag/iphone">iPhone analysis from BloggingStocks</a> iPhone tag feed from BloggingStocks</li><li><a href="http://www.downloadsquad.com/category/macintosh/">Macintosh news and reviews on Download Squad</a> The Macintosh category feed from Download Squad</li></ul></div><div class="module"><h3><span class="wrap">More from AOL Money and Finance</span></h3><ul><li><a href="http://money.aol.com/investing/stockscreener">Stock Screener</a> </li><li><a href="http://money.aol.com/stock-quotes">Stock Quotes</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">DJIA</a> </li><li><a href="http://www.walletpop.com/taxes/amt">AMT</a> </li><li><a href="http://www.walletpop.com/loans/auto">Auto Loans</a> </li><li><a href="http://www.walletpop.com/banking">Banking</a> </li><li><a href="http://www.walletpop.com/insurance/car-insurance">Car Insurance</a> </li><li><a href="http://www.walletpop.com/banking/checking">Checking Account</a> </li><li><a href="http://www.walletpop.com/credit/credit-cards">Credit Cards</a> </li><li><a href="http://www.walletpop.com/credit/credit-reports">Credit Reports</a> </li><li><a href="http://www.walletpop.com/deals">Deals</a> Deals</li><li><a href="http://money.aol.com/creditdebt/debt">Debt Management</a> </li><li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji">Dow Jones Industrial Average</a> </li><li><a href="http://money.aol.com/news/earnings">Earnings</a> </li><li><a href="http://finance.aol.com/quotes/google-inc/goog/nas">GOOG</a> </li><li><a href="http://www.walletpop.com/insurance/health-insurance">Health Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/home-insurance">Home Insurance</a> </li><li><a href="http://www.walletpop.com/fraud/identity-theft">Identity Theft</a> </li><li><a href="http://www.walletpop.com/taxes/basics">Income Tax Basics</a> </li><li><a href="http://www.walletpop.com/insurance">Insurance</a> </li><li><a href="http://www.walletpop.com/insurance/life-insurance">Life Insurance</a> </li><li><a href="http://www.walletpop.com/loans">Loans</a> </li><li><a href="http://money.aol.com">Money</a> </li><li><a href="http://www.walletpop.com/mortgages">Mortgages</a> </li><li><a href="http://www.walletpop.com/loans/personal">Personal Loans</a> </li><li><a href="http://www.walletpop.com/recession">Recession</a> </li><li><a href="http://www.walletpop.com/mortgages/refinancing">Refinancing</a> </li><li><a href="http://www.walletpop.com/retirement">Retirement</a> </li><li><a href="http://www.walletpop.com/banking/savings">Savings Account</a> </li><li><a href="http://smallbusiness.aol.com/">Small Business</a> </li><li><a href="http://finance.aol.com/usw/quotes/charts">Stock Charts</a> </li><li><a href="http://money.aol.com/stock-ticker">Stock Ticker</a> </li><li><a href="http://www.walletpop.com/taxes">Taxes</a> </li><li><a href="http://money.aol.com/news/technology">Tech News</a> </li></ul></div><div class="blogroll" id="winblogroll"> <h3 id="blogroll_header"><span><a href="http://www.weblogsinc.com">WIN Network</a></span></h3> <ul id="winblogroll" class="accordian"> <li class="winblogrollcat"><strong class="trigger">Autos</strong> <ul id="consumer"> <li><a href="http://www.autoblog.com/">Autoblog</a></li> <li><a href="http://www.autobloggreen.com/">Autoblog Green</a></li> <li><a href="http://spanish.autoblog.com/">Autoblog Spanish</a></li> <li><a href="http://chinese.autoblog.com/">Autoblog Chinese</a></li> <li><a href="http://cn.autoblog.com/">Autoblog Simplified Chinese</a></li> <li><a href="http://jp.autoblog.com/">Autoblog Japanese</a></li> <li><a href="http://uk.autoblog.com/">Autoblog UK</a></li> <li><a href="http://de.autoblog.com/">Autoblog Auf Deutsh</a></li> <li><a href="http://fr.autoblog.com/">Autoblog En Fran?ais</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Technology</strong> <ul id="technology"> <li><a href="http://www.downloadsquad.com/">Download Squad</a></li> <li><a href="http://www.engadget.com/">Engadget</a></li> <li><a href="http://www.engadgethd.com/">Engadget HD</a></li> <li><a href="http://www.engadgetmobile.com/">Engadget Mobile</a></li> <li><a href="http://chinese.engadget.com/">Engadget Chinese</a></li> <li><a href="http://cn.engadget.com/">Engadget Simplified Chinese</a></li> <li><a href="http://japanese.engadget.com/">Engadget Japanese</a></li> <li><a href="http://de.engadget.com/">Engadget Germany</a></li> <li><a href="http://kr.engadget.com/">Engadget Korea</a></li> <li><a href="http://pl.engadget.com/">Engadget Polska</a></li> <li><a href="http://spanish.engadget.com/">Engadget Spanish</a></li> <li><a href="http://www.switched.com/">Switched</a></li> <li><a href="http://www.tuaw.com/">TUAW (Apple)</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Lifestyle</strong> <ul id="lifestyle"> <li><a href="http://www.aisledash.com/">AisleDash</a></li> <li><a href="http://www.diylife.com/">DIY Life</a></li> <li><a href="http://www.gadling.com/">Gadling</a></li> <li><a href="http://www.greendaily.com/">Green Daily</a></li> <li><a href="http://www.luxist.com/">Luxist</a></li> <li><a href="http://jp.luxist.com/">Luxist Japanese</a></li> <li><a href="http://www.parentdish.com/">ParentDish</a></li> <li><a href="http://www.slashfood.com/">Slashfood</a></li> <li><a href="http://www.stylelist.com/blog/">StyleList Blog</a></li> <li><a href="http://www.thatsfit.com/">That's Fit</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Gaming</strong> <ul id="gaming"> <li><a href="http://www.joystiq.com/">Joystiq</a></li> <li><a href="http://nintendo.joystiq.com/">Joystiq [Nintendo]</a></li> <li><a href="http://xbox.joystiq.com/">Joystiq [Xbox]</a></li> <li><a href="http://playstation.joystiq.com/">Joystiq [PlayStation]</a></li> <li><a href="http://jp.joystiq.com/">Joystiq Japanese</a></li> <li><a href="http://www.massively.com/">Massively</a></li> <li><a href="http://www.wowinsider.com/">WoW Insider</a></li> <li><a href="http://news.bigdownload.com">Big Download</a></li> <li><a href="http://www.gamedaily.com/">GameDaily</a></li> <li><a href="http://www.playsavvy.com">PlaySavvy</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Entertainment</strong> <ul id="entertainment"> <li><a href="http://www.cinematical.com/">Cinematical</a></li> <li><a href="http://nl.cinematical.com/">Cinematical Nederland</a></li> <li><a href="http://www.cinematical.pl/">Cinematical Polska</a></li> <li><a href="http://www.cinematical.es/">Cinematical Espana</a></li> <li><a href="http://www.tvsquad.com/">TV Squad</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Finance</strong> <ul id="finance"> <li><a href="http://www.bloggingbuyouts.com/">BloggingBuyouts</a></li> <li><a href="http://www.bloggingstocks.com/">BloggingStocks</a></li> <li><a href="http://www.dailyfinance.com/">DailyFinance</a></li> <li><a href="http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji">DIJA</a></li> <li><a href="http://www.walletpop.com/">WalletPop</a></li> <li><a href="http://www.walletpop.co.uk/">WalletPop UK</a></li> <li><a href="http://www.walletpop.com/taxes/">Taxes</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Sports</strong> <ul id="sports"> <li><a href="http://www.fanhouse.com">FanHouse</a></li> <li><a href="http://nfl.fanhouse.com/">NFL</a></li> <li><a href="http://nba.fanhouse.com/">NBA</a></li> <li><a href="http://mlb.fanhouse.com/">MLB</a></li> <li><a href="http://ncaafootball.fanhouse.com/">NCAA Football</a></li> <li><a href="http://ncaabasketball.fanhouse.com/">NCAA Basketball</a></li> <li><a href="http://motorsports.fanhouse.com/">NASCAR</a></li> <li><a href="http://nhl.fanhouse.com/">NHL</a></li> <li><a href="http://golf.fanhouse.com/">Golf</a></li> <li><a href="http://fantasyfootball.fanhouse.com/">Fantasy Football</a></li> <li><a href="http://fantasybasketball.fanhouse.com/">Fantasy Basketball</a></li> <li><a href="http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/">UFC 98 results</a></li> </ul> </li> <li class="winblogrollcat"><strong class="trigger">Also on AOL</strong> <ul id="alsoAOL"> <li><a href="http://www.politicsdaily.com">Politics Daily</a></li> <li><a href="http://blackvoices.aol.com/">African-American Culture</a></li> <li><a href="http://autos.aol.com/">Cars</a></li> <li><a href="http://www.games.com/">Games</a></li> <li><a href="http://www.mapquest.com">Maps</a></li> <li><a href="http://money.aol.com/">Money</a></li> <li><a href="http://www.moviefone.com/">Movies</a></li> <li><a href="http://music.aol.com/">Music</a></li> <li><a href="http://news.aol.com/">News</a></li> <li><a href="http://music.aol.com/radioguide/bb">Radio</a></li> <li><a href="http://sports.aol.com/">Sports</a></li> <li><a href="http://money.aol.com/stock-quotes/">Stock Quotes</a></li> <li><a href="http://television.aol.com/">Television</a></li <li><a href="http://travel.aol.com/">Travel</a></li> </ul> </li> </ul> </div><a href="http://daol.aol.com/software/mac/iphone/radio" title="AOL iPhone Radio" class="aol-radio"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif" alt="AOL Radio" /></a> <a href="http://www.stitcher.com/listen.php?fid=8189" title="TUAW on Stitcher"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif" alt="TUAW on Stitcher" /></a></div><!– /subcontent –> </div> <div id="footer"> <div class="searchform"> <ul class="searchnav clearfix"> <li id="search-tab-blog2" class="selected"><a onclick="return searchTarget('/search/?q=', 0, 'search-tab-blog2');" href="#">TUAW</a></li> <li id="search-tab-Web2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Web2');" href="http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&query=">Web</a></li> <li id="search-tab-Images2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Images2');"href="http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=">Images</a></li> <li id="search-tab-Video2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Video2');"href="http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&query=">Video</a></li> <li id="search-tab-News2" class=""><a onclick="return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;query=">News</a></li> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;query=">Local</a></li> </ul> <form name="s_form2" action="/search/"><fieldset><input type="text" name="q" id="queryname2" value="" class="text" /><button id="searchsubmit" onclick="return submitHeaderSearch('onclick');" type="submit" name="searchsubmit" title="Search" ></button><input type="hidden" name="invocationType" value="wl-tuaw-ft" /></fieldset></form> </div><!– /show-footer-search.html.php –> <div class="bottomleader"> <script type="text/javascript"> <!– adSetType("F"); htmlAdWH('93217798', '728', '90'); adSetType(""); //–> </script> </div><!– /topleader –></div><!– /footer –> <div id="grid2"> <table class="grid-table" cellspacing="0"> <tr> <td scope="col" class="first"> <h4><img src="http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.joystiq.com/">Joystiq</a></h4><ul><li><a href="http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/" rel="bookmark">Qore leak reveals new PSP Metal Gear and more</a></li><li><a href="http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/" rel="bookmark">Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5</a></li><li><a href="http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/" rel="bookmark">PSP Go revealed in June issue of Qore [Update]</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.downloadsquad.com/">Download Squad</a></h4><ul><li><a href="http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/" rel="bookmark">Search for useful bookmarklets with Bookmarklet Directory</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/" rel="bookmark">Where to watch the Stanley Cup finals online</a></li><li><a href="http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/" rel="bookmark">Goog-411 now provides intersection info</a></li></ul></td> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.bloggingstocks.com/">BloggingStocks</a></h4><ul><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/" rel="bookmark">Stock #2: Quicksilver (ZQK)</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/" rel="bookmark">Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more</a></li><li><a href="http://www.bloggingstocks.com/2009/05/30/stock-1-marine-products-corp-mpx/" rel="bookmark">Stock #1: Marine Products Corp. (MPX)</a></li></ul></td> </tr> <tr> <td scope="col"> <h4><img src="http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://www.autoblog.com/">Autoblog</a></h4><ul><li><a href="http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/" rel="bookmark">VIDEO: Corvette Grand Sport launch control tested… in dealer lot</a></li><li><a href="http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/" rel="bookmark">Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010</a></li><li><a href="http://www.autoblog.com/2009/05/30/crazy-kiwis-buy-a-new-mitsubishi-triton-get-a-free-goat-with-p/" rel="bookmark">Crazy Kiwis: Buy a new Mitsubishi Triton, get a free goat with purchase</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico" alt="" height="16" width="16" /> <a href="http://xbox.joystiq.com/">Joystiq Xbox</a></h4><ul><li><a href="http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/" rel="bookmark">Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2</a></li><li><a href="http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/" rel="bookmark">Raiden IV media blowout </a></li><li><a href="http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/" rel="bookmark">Joyswag: Gel: Set &amp; Match</a></li></ul></td> <td scope="col" class="last"> <h4><img src="http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico" alt="" height="16" width="16" /> <a href="http://www.engadget.com/">Engadget</a></h4><ul><li><a href="http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/" rel="bookmark">Video: Sony's PSP Go leaks out before E3, is obviously a go</a></li><li><a href="http://www.engadget.com/2009/05/30/dj-hero-website-and-pre-orders-go-live-jay-z-special-edition-se/" rel="bookmark">DJ Hero website and pre-orders go live, Jay-Z Special Edition seen in the distance</a></li><li><a href="http://www.engadget.com/2009/05/30/ericssons-fashion-forward-w30-series-3g-routers-get-detailed/" rel="bookmark">Ericsson's fashion-forward W30 series 3G routers get detailed</a></li></ul></td> </tr> </table> </div> <div id="legal"> <a href="http://news.aol.com" target="_blank" class="cobrand-footer">AOL News</a> <p>All contents copyright &copy; 2003-2009, <a href="http://www.weblogsinc.com/">Weblogs, Inc.</a> All rights reserved</p> <p><a href="">The Unofficial Apple Weblog (TUAW)</a> is a member of the <a href="http://www.weblogsinc.com/">Weblogs, Inc. Network</a>. <a href="http://www.weblogsinc.com/privacy/">Privacy Policy</a>, <a href="http://www.weblogsinc.com/terms/">Terms of Service</a>, <a href="http://www.weblogsinc.com/report/">Notify AOL</a></p> </div><!– /legal –> </div><!– /main –> </div><!– /container –> </body> <script type="text/javascript" src="http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js"></script> <script type="text/javascript"> $(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } </script> <script type="text/javascript" src="http://www.blogcdn.com/js/addthis.js"></script> <script type="text/javascript"> if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { top.location.replace(self.location.href); } </script> </html><script type="text/javascript"> <!– document.write('<scr' + 'ipt src="http://www.tuaw.com/traffic/' + '?t=js&bv=&os=&tz=&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&cb=1639771966" type="text/javascript"></scr' + 'ipt>'); // –> </script><noscript><img src="http://www.tuaw.com/traffic/?t=px&bv=JavaScript+Disabled&os=&tz=default&lg=&rv=&rsv=&pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&cb=417039105" alt="the end" width="1" height="1"border="0" /></noscript>"><input type=hidden name=langpair value="en|de"><input type=hidden name=gtrans value="&gt; &lt;p class=&quot;filed-under&quot;&gt; Abgelegt unter: &lt;a href=&quot;/category/iphone/&quot;&gt; iPhone &lt;/ a&gt;, &lt;a href=&quot;/category/app-store/&quot;&gt; App Store &lt;/ a&gt;, &lt;a href=&quot;/category/ipod-touch/&quot;&gt; iPod touch &lt;/ a&gt;, &lt;a href=&quot;/category/app-review/&quot;&gt; App Review &lt;/ a&gt; &lt;/ p&gt; &lt;h2 class = &quot;posttitle&quot;&gt; &lt;a href=&quot;http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/&quot; rel=&quot;bookmark&quot;&gt; &lt;span id = &quot;ppt19052404&quot;&gt; Pr?fen Sie die Preise auf Ihrem iPhone mit Pricecheckah &lt;/ span&gt; &lt;/ a&gt; &lt;/ h2&gt; &lt;p class=&quot;byline&quot;&gt; von &lt;strong&gt; &lt;a href = &quot;/ Blogger / Mel-Martin /&quot; &gt; Mel Martin &lt;/ a&gt; &lt;/ strong&gt; am 30. Mai 2009 &lt;/ p&gt; &lt;div class=&quot;postbody&quot;&gt; &lt;! – sphereit start -&gt; &lt;img vspace = &quot;8&quot; hspace = &quot;8&quot; border = &quot;0&quot; align = &quot;right&quot; src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009/05/pricecheckah5-30.png&quot; alt = &quot;&quot; /&gt; Diese ca. das macht, was man erwarten von ihren Namen. Es pr?ft die Preise. Sie geben in einer USV-Code, eine ISBN-Nummer (B?cher und Video) oder sogar einen Namen f?r ein Produkt. &lt;br /&gt; &lt;br /&gt; &lt;A href = &quot;http://itunes.apple.com/WebObjects/MZStore. woa / wa / viewSoftware? id = 300264101 &amp; t = 8 &quot;&gt; Pricecheckah &lt;/ a&gt; [App Store] ist der US $ 4.99 In der Einrichtung Bildschirm k?nnen Sie w?hlen, Online-H?ndlern wie Amazon oder Buy.com, M?rtel und Ziegel-und Einzelh?ndler wie Target oder Walmart. Sie k?nnen auch Ihre eigenen. Ich habe Best Buy durch einfaches Eintippen bestbuy.com. &lt;br /&gt; &lt;br /&gt; Ich tippte in einer UPC-Code und die Anwendung mehrere Vorschl?ge und habe ein paar bessere Preise. Nat?rlich k?nnen Sie dies tun ?ber jeden Browser mit einer Seite wie Froogle. Diese Anwendung, nat?rlich, ist zu tragbare, aber Sie k?nnen nicht sehr beliebt bei einigen Einzelh?ndlern tun Preisvergleiche. Auf der anderen Seite, es sei denn, Sie sind in Eile, etwas kaufen, werden Sie wahrscheinlich einen besseren Preis online. &lt;br /&gt; &lt;br /&gt; Einige Dinge, die ich nicht mag: das Programm will meine E-Mail-Adresse und ein Passwort. Ich bin nicht wild, ?ber die E-Mail, wenn jemand meine ich bin mir nicht sicher, was sie zu tun. Manchmal ist das Programm sehr langsam, und ich ber?hrte die Schaltfl?che &quot;Einstellungen&quot; und es dauerte einige Sekunden, um die Einstellungen. Es war nicht der Fall jedes Mal, aber doch genug, mal zu erw?hnen. Au?erdem gesperrt, ein paar Mal und sagte, sie k?nne nicht finden, wenn WiFi-Netzwerk auf, und mein Wireless Router war direkt neben meinem iPhone. &lt;br /&gt; &lt;br /&gt; Ich glaube auch, das Programm ist teuer bei US $ 4.99. Es ist eine ?hnliche Anwendung namens &lt;a href=&quot;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=283375895&amp;mt=8&quot;&gt; Kasse Smartshop &lt;/ a&gt; [App Store] die den gleichen Preis, aber hat noch viel mehr negative Bewertungen. Die Entwickler versprachen eine Bar-Code-Scanner, und es ist nicht angekommen. Wir haben auch unter &lt;a href=&quot;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312720263&amp;mt=8&quot;&gt; RedLasergravierte LaschenWidget &lt;/ a&gt; [App Store] die hat einen Barcode-Scanner. Es &lt;a href=&quot;http://www.tuaw.com/2009/05/18/redlaser-for-iphone-scans-for-bargains/&quot;&gt; gearbeitet OK &lt;/ a&gt; f?r mich, sondern viele Menschen mit Probleme mit ihm. Es ist US $ 1.99. &lt;br /&gt; &lt;br /&gt; Zusammenfassend l?sst sich sagen, es sieht nicht so aus, wie die perfekte Shopping app ist hier, aber hoffentlich Entwickler wird versucht. Pricecheckah Werke auf dem iPhone oder iPod touch und Kontrollen entweder in den USA oder im Vereinigten K?nigreich. &lt;div Id=&quot;continued&quot;&gt; &lt;/ div &gt;&lt;!– sphereit Ende -&gt; &lt;a href = &quot;/ tag / iphone &quot;class =&quot; Kategorie-match-Anzeige &quot;&gt; &lt;img src =&quot; http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg &quot;alt =&quot; Klicken Sie hier, um alle TUAW's iPhone Abdeckung &quot;/&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;postmeta&quot;&gt; &lt;p class=&quot;posttags&quot;&gt; &lt;strong&gt; Tags: &lt;/ strong&gt; &lt;a href =&quot; http:// www.tuaw.com / tag / app + Shop / &quot;&gt; Progr.-Shop &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/iPhone/&quot;&gt; iPhone &lt;/ a&gt;, &lt;a href = &quot;+ http://www.tuaw.com/tag/iPod touch /&quot;&gt; iPod touch &lt;/ a&gt;, &lt;a href = &quot;+ http://www.tuaw.com/tag/price Vergleiche /&quot; &gt; Preis-Vergleiche &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/Pricecheckah/&quot;&gt; Pricecheckah &lt;/ a&gt;, &lt;a href = &quot;http://www.tuaw.com/ tag / Shopping / &quot;&gt; Shopping &lt;/ a&gt; &lt;/ p&gt; &lt;div class=&quot;navbar clearfix&quot;&gt; &lt;ul&gt; &lt;li class=&quot;permalink&quot;&gt; &lt;a href =&quot; http://www.pricecheckah.com/ index.pl &quot;&gt; Quelle &lt;/ a&gt; &lt;/ li&gt; &lt;li class=&quot;print&quot;&gt; &lt;a href =&quot; http://www.tuaw.com/2009/05/30/check-prices-on-your -iphone-with-pricecheckah/print / &quot;target =&quot; _blank &quot;class =&quot; printthis &quot;rel =&quot; nofollow &quot;&gt; Print &lt;span class=&quot;printpop&quot;&gt; &lt;span&gt; Mit HP Wireless-Drucker, &lt;br/&gt; k?nnen Sie gedruckt wurden &lt;br/&gt; diese von jedem Zimmer &lt;br/&gt; im Haus. &lt;br/&gt; &lt;strong&gt; Live drahtlos. Drucken ohne Kabel &lt;/ strong&gt; &lt;/ span&gt; &lt;/ span&gt; &lt;/ a&gt; &lt;/ li&gt; &lt;li class=&quot;email-this&quot;&gt; &lt;a href = &quot;/ forward/19052404 /&quot; title = &quot;Senden Sie diesen Eintrag einem Freund per E-Mail &quot;&gt; E-Mail hier &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;! – AddThis Button BEGIN -&gt; &lt;script type=&quot;text/javascript&quot;&gt; addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, Propeller, google, live, StumbleUpon, reddit, Favoriten, technorati, Ziel, mehr &quot;&lt;/ script&gt; &lt;a class =&quot; sharelink &quot;href =&quot; http://www.addthis.com / bookmark.php &quot;onmouseover =&quot; return addthis_open (this,'', 'http% 3A% 2F% 2Fwww.tuaw.com% 2F2009% 2F05% 2F30% 2Fcheck-Preise-on-your-iphone-mit-pricecheckah% 2F ',' Check Preise + + + auf Ihrem iPhone + + mit + Pricecheckah ') &quot;onmouseout =&quot; addthis_close () &quot;onclick =&quot; return addthis_sendto () &quot;&gt; Aktie &lt;/ a&gt; &lt;script type =&quot; text / javascript &quot;src = &quot;http://s7.addthis.com/custom/weblogsinc/addthis_widget.js&quot;&gt; &lt;/ script &gt;&lt;!– AddThis Button END –&gt;&lt;/ li&gt; &lt;li class=&quot;comments&quot;&gt; &lt;a href = &quot;http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/ # comments&quot; title = &quot;View Leser Kommentare zu diesen Eintrag&quot;&gt; Kommentare (&lt;em &gt; 0 &lt;/ em&gt;) &lt;/ a&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;script type=&quot;text/javascript&quot;&gt; <br> / * Einige dh crap * / <br> Funktion iecheck (inc_seven) ( <br> / / Alert (navigator.platform); <br>???? if (navigator.platform == &quot;Win32&quot; &amp; &amp; navigator.appName == &quot;Microsoft Internet Explorer&quot; &amp; &amp; window.attachEvent) ( <br>???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); <br>???????? var iever = (inc_seven)? (rslt! = null &amp; &amp; Number (rslt [1])&gt; = 5,5): (rslt! = null &amp; &amp; Number (rslt [1])&gt; = 5.5 &amp; &amp; Number (rslt [1]) &lt; 7); <br> ) Else ( <br> Iever = false; <br> ) <br>???? R?ckkehr iever; <br> ) <br><br> var useFilter = iecheck (false); <br> var ie6Brand = '&lt;a href = &quot;http://www.sphere.com&quot; target = &quot;_New&quot; style = &quot;cursor: Hand; display: block; width: 112px; height: 18px; Filter: ProgID: DXImageTransform.Microsoft . AlphaImageLoader (src = \ &quot;http://cdn11.sphere.com/images/poweredbySphere.png \ ', sizingMethod = Ma?stab );&quot;&gt;&lt; img align =&quot; absmiddle &quot;border =&quot; 0 &quot;style =&quot; margin-left : 2px; &quot;src =&quot; http://cdn11.sphere.com/images/iespacer.png &quot;/&gt;&lt;/ a&gt; '; <br> var normalBrand = '&lt;a href=&quot;http://www.sphere.com&quot; target=&quot;_new&quot;&gt; &lt;img align = &quot;absmiddle&quot; border = &quot;0&quot; style = &quot;margin-left: 2px;&quot; src = &quot; http://cdn11.sphere.com/images/poweredbySphere.png &quot;/&gt;&lt;/ a&gt; '; <br> var Marke =''; <br> if (useFilter == false) ( <br> Marke = normalBrand; <br> ) Else ( <br> Marke = ie6Brand; <br> ) <br> &lt;/ script&gt; <br> &lt;div class=&quot;sphere clearfix&quot;&gt; &lt;div id=&quot;sphereTalk&quot;&gt; &lt;p id=&quot;spherePoweredBy&quot; class=&quot;powered-by&quot;&gt; &lt;/ p&gt; &lt;div id=&quot;talkContainer&quot;&gt; &lt;h3&gt; Verwandte Texte von The Unofficial Apple Weblog &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/03/first-look-geocaching-2-0-for-iphone-3g ? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; First Look: Geocaching 2.0 f?r das iPhone 3G &lt;/ a&gt; &lt;p class = &quot;timestamp&quot;&gt; 57 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/26/whats-wrong-with-buying-apps- f?r-99-Cent? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; Was ist los mit den Kauf-Anwendungen f?r 99 Cent? &lt; / a&gt; &lt;p class=&quot;timestamp&quot;&gt; 124 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2008/12/12/app-store- ?nderungen-Layout-Gefahr-of-the-fleischigen-palm-noch-Webst?hle? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'sprechen \ &quot;) &quot;&gt; App Store ?nderungen Layout, Bedrohung der fleischigen Palm noch Webst?hle &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 168 Tage alt &lt;/ p&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div &gt;&lt;!– Ende Container-talk -&gt; &lt;div id=&quot;artContainer&quot;&gt; &lt;h3&gt; ?hnliche Artikel aus unserem Tech-Netzwerk &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href = &quot;http://www.engadgetmobile.com/2009/05 / 14/emailnwalk-iphone-app-finally-lets-us-leave-the-house? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \ ') &quot;&gt; Email'n'Walk iPhone App schlie?lich k?nnen wir aus dem Haus &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 15 Tagen &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http : / / www.switched.com/2009/05/14/iphones-email-n-walk-lets-you-e-mail-and-walk-at-the-same-ti?icid=sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; iPhone's' Email 'n Walk&quot; k?nnen Sie E-Mail und Walk zur gleichen Zeit &lt;/ a&gt; &lt; p class = &quot;timestamp&quot;&gt; 16 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.engadgetmobile.com/2009/05/07/iphone-os-3-0- jetzt-zu-werden-f?r-app-store-Aufnahme-Bewertungen? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; iPhone OS 3.0 jetzt f?r App Store Eintritt Bewertungen (aktualisiert) &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 22 Tage vor &lt;/ p&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div &gt;&lt;!– Ende Kunst-Container –&gt;&lt;/ div &gt;&lt;!– Ende sphereTalk -&gt; &lt;div id=&quot;sphereAd&quot;&gt; &lt;script type = &quot;text / javascript&quot; src = &quot;http://cdn11.sphere.com/widgets/ sphereit / js? baseurl = http://cdn11.sphere.com/widgets/sphereit/&amp;siteid=blogsmith_widget_tuaw &quot;&gt; &lt;/ script&gt; &lt;iframe frameborder =&quot; 0 &quot;style =&quot; position: relative; width: 300px; height: 250px &quot;MARGINHEIGHT =&quot; 0 &quot;marginwidth =&quot; 0 &quot;scrolling =&quot; no &quot;border =&quot; 0 &quot;src =&quot; http://www.sphere.com/ads/aol_sphere_adcom.php?a=93249125 &quot;&gt; &lt;/ iframe&gt; &lt;/ div&gt; &lt;p class=&quot;see-more&quot;&gt; &lt;a onclick = &quot;return Sphere.Widget.search ( 'http://www.tuaw.com/2009/05/30/check-prices-on-your -iphone-mit-pricecheckah ') &quot;href =&quot; http://www.sphere.com/search?q=sphereit:http://www.tuaw.com/2009/05/30/check-prices-on- your-iphone-mit-pricecheckah &quot;&gt; Weitere Artikel und Blog-Posts &lt;/ a&gt; &lt;/ p&gt; &lt;/ div&gt; &lt;! – Ende Bereich clearfix -&gt; &lt;script type=&quot;text/javascript&quot;&gt; <br> document.getElementById ( 'spherePoweredBy &quot;). innerHTML = Marke; <br> &lt;/ script&gt; <br> &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt; <br> var sns_checked = false; <br> var current_tab = &quot;blogsmith&quot;; <br> Funktion tabTo (TAB) <br> ( <br> document.getElementById ( 'formerrors &quot;). innerHTML =''; <br> <br> document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_sns'). style.display =' none '; <br> document.getElementById ( 'cmtuinfo_ &quot;+ Tab). style.display =' block '; <br> <br> document.getElementById ( 'cmtutab_email &quot;). className =''; <br> document.getElementById ( 'cmtutab_blogsmith &quot;). className =''; <br> document.getElementById ( 'cmtutab_sns &quot;). className =''; <br> document.getElementById ( 'cmtutab_ &quot;+ Tab). className =' currenttab '; <br> <br> If (! Sns_checked &amp; &amp; tab == &quot;SNS&quot;) <br> ( <br> Image1 = new Image (); <br> image1.src = &quot;http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif&quot;; <br> Sns.init ( 'ch1ga1KvP7TotwTC'); <br> Sns_checked = true; <br> ) <br> <br> Current_tab = TAB; <br> ) <br> <br> Funktion inputValidation () <br> ( <br> document.getElementById ( 'formerrors &quot;). innerHTML =''; <br> <br> Var validInfo = 0; <br> Var validName = 0; <br> Var validEmail = 0; <br> Var validComments = 0; <br> Var validSNS = 0; <br> Var links = 0; <br> Var Fehler =''; <br> <br> Schalter (current_tab) ( <br> Fall &quot;E-Mail&quot;: <br> var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; <br> var email = document.getElementById ( 'AuthorEmail &quot;). Wert; <br> if (document.getElementById ( &quot;Autorname&quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; ben?tigen wir Ihren Namen. &lt;/ p&gt;&quot;; <br> ) <br> If (email ==''| |! Filter.test (email)) ( <br> Fehler + = &quot;&lt;p class='error'&gt; E-Mail-Adresse ist nicht g?ltig. &lt;/ p&gt;&quot;; <br> ) <br> If (! Fehler) ( <br> ValidInfo = 1; <br> ) <br> <br> Break; <br> Fall &quot;blogsmith&quot;: <br> if (document.getElementById ( 'C_AuthorEmail &quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; Ung?ltige E-Mail-Adresse. &lt;/ p&gt;&quot;; <br> ) <br> if (document.getElementById ( 'C_AuthorPass &quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; Kein Passwort angegeben. &lt;/ p&gt;&quot;; <br> ) <br> If (! Fehler) ( <br> ValidInfo = 1; <br> ) <br> <br> <br> Break; <br> Fall &quot;SNS&quot;: <br> if (document.getElementById ( 'sns_screenname') &amp; &amp; document.getElementById ( 'sns_password')) <br> ( <br> if (document.getElementById ( 'sns_screenname &quot;). value &amp; &amp; document.getElementById (' sns_password&quot;). value) ( <br> Sns.calls.login (); <br> Return false; <br> ) <br> ) <br> If (document.getElementById ( 'sns_securid')) ( <br> if (document.getElementById ( 'sns_securid &quot;). value) ( <br> sns.calls.login ();// setTimeout ( &quot;sns.calls.login ();&quot;, 1000); <br> Return false; <br> ) <br> ) <br> var token = (document.getElementById ( &quot;Token&quot;))? document.getElementById ( &quot;Token&quot;). Wert:''; <br> If (token =='') ( <br> Fehler = &quot;&lt;p class='error'&gt; Ung?ltiger SNS anmelden. &lt;/ p&gt;&quot;; <br> ) Else ( <br> ValidInfo = 1; <br> ) <br> Break; <br> ) <br> var txt = document.getElementById ( &quot;Kommentare&quot;). Wert; <br> <br> If (txt! ='') ( <br> ValidComments = 1; <br> ) <br> <br> For (var ind = 0; ind &lt;txt.length; ind + +) <br> ( <br> If (txt.substring (ind, ind +7) == &quot;http://&quot;) ( <br> Links = links + 1; <br> ) Else if (txt.substring (ind, ind +6) == &quot;ftp://&quot;) ( <br> Links = Links + 1; <br> ) Else if (txt.substring (ind, ind +8) == &quot;https ://&quot;) ( <br> Links = Links + 1; <br> ) <br> ) <br> <br> if (validInfo == 1 &amp; &amp; validComments == 1 &amp; &amp; Links &lt;4) ( <br> Return true; <br> ) Else ( <br> errorMessage var = &quot;&lt;h4 class='error-title'&gt; Fehler &lt;/ h4&gt;&quot;; <br> ErrorMessage + = Fehler; <br> if (validComments == 0) (errorMessage + = &quot;&lt;p class='error'&gt; kein Kommentar geschrieben. &lt;/ p&gt;&quot;;) <br> if (links&gt; 3) (errorMessage + = &quot;&lt;p class='error'&gt; Sorry mate, k?nnen Sie nur 3 URLs. &lt;/ p&gt;&quot;;) <br> document.getElementById ( 'formerrors &quot;). innerHTML = errorMessage; <br> Return false; <br> ) <br> ) <br> &lt;/ script&gt; <br> &lt;div id=&quot;comments&quot;&gt; <br> &lt;h3 id=&quot;addcomments&quot;&gt; hinzuf?gen Kommentare &lt;/ h3&gt; <br> <br> <br> &lt;form action=&quot;#thankYou&quot; id=&quot;commentform&quot; name=&quot;commentform&quot; method=&quot;post&quot; onsubmit=&quot;return inputValidation();&quot;&gt; <br> &lt;div Id=&quot;cmttabs&quot;&gt; <br> &lt;ul&gt; <br> &lt;li id=&quot;cmtutab_email&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('email');return false;&quot;&gt; neue Leser &lt;/ a&gt; &lt;/ li&gt; <br> &lt;li id=&quot;cmtutab_blogsmith&quot; class=&quot;currenttab&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('blogsmith');return false;&quot;&gt; R?ckkehr &lt;/ a&gt; &lt;/ li&gt; <br> &lt;li id=&quot;cmtutab_sns&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('sns');return false;&quot; class=&quot;cmtaol&quot; title=&quot;Sign Sie sich mit Ihrem AOL/AIM username!&quot;&gt; AOL / AIM &lt;/ a&gt; &lt;/ li&gt; <br> &lt;/ Ul&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Id=&quot;formerrors&quot; class='formerrors'&gt; &lt;/ div&gt; <br> &lt;! – E-Mail -&gt; <br> &lt;div id=&quot;cmtuinfo_email&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p Class=&quot;instructions&quot;&gt; ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. &lt;/ P&gt; <br> &lt;label for=&quot;AuthorName&quot; class=&quot;first&quot;&gt; Name: &lt;br /&gt; <br> &lt;input type=&quot;text&quot; name=&quot;AuthorName&quot; id=&quot;AuthorName&quot; class=&quot;form&quot; value=&quot;&quot; /&gt; &lt;/ label&gt; <br> &lt;label For=&quot;AuthorEmail&quot;&gt; E-Mail: &lt;br /&gt; <br> &lt;input type=&quot;text&quot; name=&quot;AuthorEmail&quot; id=&quot;AuthorEmail&quot; class=&quot;form&quot; value=&quot;&quot;/&gt; &lt;/ label&gt; <br> &lt;/ Div&gt; <br> &lt;! – / E-Mail -&gt; <br> <br> &lt;! – Blogsmith -&gt; <br> &lt;div id=&quot;cmtuinfo_blogsmith&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p class=&quot;instructions&quot;&gt; Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. &lt;/ p&gt; <br> &lt;label for=&quot;C_Author&quot; class=&quot;first&quot;&gt; E-Mail: &lt;br /&gt; <br> id=&quot;C_AuthorEmail&quot; &lt;input type=&quot;text&quot; class=&quot;formtext&quot; name=&quot;C_AuthorEmail&quot; value=&quot;&quot; /&gt; &lt;/ label&gt; <br> &lt;label For=&quot;C_AuthorPass&quot;&gt; Passwort: &lt;br /&gt; <br> &lt;input id=&quot;C_AuthorPass&quot; type=&quot;password&quot; class=&quot;formtext&quot; name=&quot;AuthorPassword&quot; value=&quot;&quot;/&gt; &lt;/ label&gt; <br> &lt;/ Div&gt; <br> &lt;! – / Blogsmith -&gt; <br> <br> &lt;! – SNS -&gt; <br> &lt;div id=&quot;cmtuinfo_sns&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p class=&quot;instructions&quot;&gt; Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. &lt;/ p&gt; <br> &lt;div Id=&quot;sns&quot;&gt; <br> &lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;/media/loading.gif&quot;&gt; &lt;/ p&gt; <br> &lt;/ Div&gt; <br> &lt;!–&lt; Eingang id = &quot;snslogin&quot; type = &quot;button&quot; onclick = &quot;sns.calls.login ();&quot; value = &quot;Login &quot;&gt;–&gt; <br> &lt;/ Div&gt; <br> &lt;! – / SNS -&gt; <br> <br> &lt;div Id=&quot;cmtmain&quot;&gt; <br> &lt;div Id=&quot;replyindicator&quot;&gt; &lt;/ div&gt; <br> &lt;div&gt; <br> <br> &lt;label For=&quot;Comments&quot;&gt; Ihr Kommentar: &lt;/ label&gt; <br> &lt;textarea name=&quot;Comments&quot; id=&quot;Comments&quot; rows=&quot;8&quot; style=&quot;width:98%&quot;&gt; &lt;/ textarea&gt; <br> &lt;/ Div&gt; <br> &lt;div Class=&quot;cmtchecks&quot;&gt; <br> &lt;input type=&quot;checkbox&quot; checked=&quot;checked&quot; id=&quot;RememberMeYes&quot; name=&quot;RememberMe&quot; /&gt; <br> &lt;label For=&quot;RememberMeYes&quot;&gt; merken &lt;/ label&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Class=&quot;cmtchecks&quot;&gt; <br> &lt;input type=&quot;checkbox&quot; checked=&quot;checked&quot; id=&quot;EmailMe&quot; name=&quot;EmailMe&quot; /&gt; <br> &lt;label for=&quot;EmailMe&quot;&gt; E-Mail, wenn mir jemand Antworten auf diesen Kommentar &lt;/ label&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Id=&quot;cmtbuttons&quot;&gt; <br> &lt;input type=&quot;submit&quot; id=&quot;addCommentButton&quot; value=&quot;Add Comment&quot; /&gt; <br> &lt;/ Div&gt; <br> &lt;input type=&quot;hidden&quot; name=&quot;form&quot; value=&quot;Comments&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;ButtonSave&quot; value=&quot;Save&quot; /&gt; <br> <br> &lt;input type=&quot;hidden&quot; id=&quot;sourceID&quot; name=&quot;SourceID&quot; value=&quot;&quot; /&gt; <br> &lt;input type=&quot;hidden&quot; id=&quot;postID&quot; name=&quot;PostID&quot; value=&quot;&quot; /&gt; <br> &lt;/ Div&gt; <br> &lt;div Id=&quot;instructions&quot;&gt; <br> &lt;p class=&quot;preamble&quot;&gt; Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. &lt;strong&gt; E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. &lt;/ strong&gt; &lt;/ p&gt; <br> &lt;p&gt; Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein. &lt;/ P&gt; <br> &lt;p&gt; So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit, &lt;p&gt; oder &lt;br /&gt; Tags. &lt;/ P&gt; <br> &lt;/ Div&gt; <br> <br> &lt;input type=&quot;hidden&quot; name=&quot;referer&quot; value=&quot;http://www.tuaw.com:1080/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/&quot;&gt; <br> &lt;/ form&gt; <br> &lt;/ div&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogsmithmedia.com/framework.weblogsinc.com/bc/ajax.js&quot;&gt; &lt;/ script&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.weblogsinc.com/bc/sns.js&quot;&gt; &lt;/ script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; tabTo (current_tab); &lt;/ script&gt; <br> &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt; getUserInfo Funktion () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden '; sID.id =' SID '; sID.name =' SID '; sID.value =' f32f89cf483fcdff2af0b690ddb1a227 &quot;; var UID = document.createElement ( 'input'); uID.type = 'hidden'; uID.id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced &quot;; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp '; tStamp. name = &quot;tStamp '; tStamp.value ='82501'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='7036218550034392 '; anchor.parentNode.insertBefore (SID, Anker); anchor.parentNode.insertBefore (uid, Anker); anchor.parentNode.insertBefore (tStamp, Anker); anchor.parentNode.insertBefore (CacheID, Anker ); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i &lt;divArray.length; i + +) (if (divArray [i]. className == 'post') (document.getElementById ( ' PLZ &quot;). value = divArray [i]. id;))) getUserInfo ();&lt;/ script&gt; <br> &lt;/ div &gt;&lt;!– / content -&gt; <br> &lt;/ div &gt;&lt;!– / col-1 -&gt; <br> &lt;div id=&quot;col-2&quot;&gt; <br> &lt;div id=&quot;subcontent&quot; class=&quot;clearfix&quot;&gt; <br> &lt;div class=&quot;medrect&quot;&gt; <br> &lt;script Type=&quot;text/javascript&quot;&gt; <br> &lt;! — <br> AdSetType ( &quot;F&quot;); <br> HtmlAdWH ( &quot;93217898&quot;, &quot;300&quot;, &quot;250&quot;); <br> AdSetType (&quot;&quot;); <br> //–&gt; <br> &lt;/ Script&gt; <br> &lt;/ div &gt;&lt;!– / medrect -&gt; &lt;div id=&quot;tip-day&quot;&gt; &lt;div id=&quot;tip-day-inner&quot;&gt; &lt;h2&gt; Tipp des Tages &lt;/ h2&gt; &lt;p class = &quot;Tipp&quot;&gt; So schalten Sie Ihre Firewall, ?ffnen Sie die Systemeinstellungen, und klicken Sie auf das Symbol Sicherheit. Klicken Sie anschlie?end auf die Registerkarte &quot;Firewall&quot;. Stellen Sie sicher, dass entweder &quot;Erlauben Sie nur wesentliche Dienste&quot; ausgew?hlt ist, oder w?hlen Sie &quot;Zugriff f?r bestimmte Dienste und Anwendungen&quot; k?nnen. &lt;br /&gt; &lt;br /&gt; &lt;/ P&gt; &lt;div class=&quot;learnmore&quot;&gt; &lt;a href = &quot; http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day/ &quot;&gt; Weitere Informationen &lt;/ a&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;div id = &quot;breakingnews&quot; class = &quot;Schlagzeilen&quot;&gt; &lt;div class=&quot;wrap&quot;&gt; &lt;h3&gt; &lt;span&gt; &lt;a href=&quot;/tag/breaking news/&quot;&gt; Breaking News &lt;/ a&gt; &lt;a href = &quot;http:/ / www.tuaw.com / tag / Nachrichten / rss.xml &quot;class =&quot; Feed &quot;title =&quot; Subscribe to breaking news &quot;&gt; Feed &lt;/ a&gt; &lt;/ span&gt; &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt; a href = &quot;http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http: / / www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/ &quot;rel =&quot; Lesezeichen &quot;&gt; Breaking News: Keine neuen Beitr?ge app, es sei denn, sie laufen auf OS 3.0 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/&quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/&quot; rel=&quot;bookmark&quot;&gt; Erste Look: Bento f?r iPhone und iPod touch &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/23/the-app-store-hits-one- Milliarden-downloads / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/ &quot;rel =&quot; Lesezeichen &quot;&gt; Der App Store Treffern eine Milliarde Downloads &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/03/30/macworld-2010-moves-to Februar / &quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/&quot; rel=&quot;bookmark&quot;&gt; Macworld 2010 bewegt sich bis Februar &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/&quot; &gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/&quot; rel=&quot;bookmark&quot;&gt; f?r Skype iPhone kommenden Dienstag, sagt CNET &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/&quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/&quot; rel=&quot;bookmark&quot;&gt; Apple sagt jailbreaking ist illegal &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/&quot; rel = &quot;Lesezeichen&quot; &gt; PwnageTool und QuickPwn aktualisiert und ist kompatibel mit 2.2.1 &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses -Security-Fragen / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/ &quot;rel =&quot; Lesezeichen &quot;&gt; QuickTime 7/6 Adressen Sicherheit &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near -Unibody-specs / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/ &quot; rel = &quot;Lesezeichen&quot;&gt; $ 999 MacBook Hardware aktualisiert, um in der N?he von Unibody-Daten &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/19/use-your -iPhone-zu-Navigation-Einweihung-Tag / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration -Tag / &quot;rel =&quot; Lesezeichen &quot;&gt; Verwenden Sie Ihr iPhone zu navigieren Einweihung Tag &lt;/ a&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;div id=&quot;featuredstories&quot; class=&quot;headlines&quot;&gt; &lt;h3&gt; &lt;span&gt; &lt;a href=&quot;/tag/features/&quot;&gt; sehenswerte Geschichten &lt;/ a&gt; &lt;a href = &quot;http://www.tuaw.com/tag/features/rss.xml&quot; class = &quot; Futtermittel &quot;title =&quot; Abonnieren Sie sehenswerte Geschichten &quot;&gt; Feed &lt;/ a&gt; &lt;/ span&gt; &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / &quot;&gt; Daily AOL Finance ca. wirft die Bar f?r das iPhone Investitionen Tools &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/&quot;&gt; &lt;a rel = &quot;Lesezeichen&quot; href = &quot;http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/&quot;&gt; TUAW Tipp: Tauschen Sie Ihren Laptop auf der Festplatte f?r eine schicke neue SSD &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/14/another-fistful- von-apps-ember-Headspace-mymovies-nozbe-jugl / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/14/another-fistful-of-apps- ember-Headspace-mymovies-nozbe-jugl / &quot;&gt; Eine weitere Handvoll Apps: Ember, Headspace, myMovies, Nozbe, Juglir und LiveView &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www. tuaw.com/2009/04/01/tuaw-1976 / &quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/04/01/tuaw-1976/&quot;&gt; TUAW 1976 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/&quot;&gt; &lt;a rel = &quot;Lesezeichen&quot; href = &quot;http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/&quot;&gt; Mein Vater, der Switcher: Tag 140 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot; http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/ &quot;&gt; Mein Vater, der Switcher: Tag 139 &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt; a href = &quot;http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http://www. tuaw.com/2009/02/10/31-fart-apps-in-90-seconds / &quot;&gt; 31 fart Apps in 90 Sekunden &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http:// www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/ &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/02/ 08/app-store-demo-no-lite-yes / &quot;&gt; App Store:&quot; Demo &quot;Nein,&quot; Lite &quot;Ja &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www. tuaw.com/2009/02/02/one-month-with-apple-tv / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/02/02/one- Monats-mit-Apple-TV / &quot;&gt; Ein Monat mit Apple TV &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2008/12/27/traveling-iphone -kann-helfen / &quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/&quot;&gt; Reisen? iPhone kann helfen! &lt;/ a&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div&gt; &lt;br class=&quot;clear&quot; /&gt; <br> &lt;div class=&quot;medrect&quot;&gt; <br> &lt;script Type=&quot;text/javascript&quot;&gt; <br> &lt;! — <br> AdSetType ( &quot;F&quot;); <br> HtmlAdWH ( &quot;93217998&quot;, &quot;300&quot;, &quot;250&quot;); <br> AdSetType (&quot;&quot;); <br> //–&gt; <br> &lt;/ Script&gt; <br> &lt;/ div &gt;&lt;!– / medrect -&gt; &lt;div id=&quot;twitter_linkage&quot; class=&quot;module&quot;&gt; &lt;a href=&quot;http://www.twitter.com/tuaw&quot; target=&quot;_blank&quot;&gt; &lt; img src = &quot;http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg&quot; alt = &quot;Folgen Sie uns auf Twitter!&quot; /&gt; &lt;/ a&gt; &lt;/ div&gt; <br> &lt;! – Start von Flickr Badge -&gt; <br> &lt;div class=&quot;module&quot;&gt; <br> &lt;h3&gt; &lt;a href=&quot;http://flickr.com/photos/tags/tuaw&quot; target=&quot;_blank&quot;&gt; &lt;span&gt; TUAW &lt;strong style=&quot;color:#3993ff&quot;&gt; Flick &lt;span style = &quot;color : # ff1c92 &quot;&gt; R &lt;/ span&gt; &lt;/ strong&gt; Pool &lt;/ span&gt; &lt;/ a&gt; &lt;/ h3&gt; <br> &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;10&quot; border=&quot;0&quot; id=&quot;flickr_badge_wrapper&quot;&gt; <br> &lt;tr&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.flickr.com/badge_code_v2.gne?show_name=1&amp;count=3&amp;display=latest&amp;size=t&amp;layout=h&amp;source=all_tag&amp;tag=tuaw&amp;user=15453323%40N00&quot;&gt; &lt;/ script &gt; <br> &lt;/ tr&gt; <br> &lt;/ table&gt; <br> &lt;a href=&quot;http://www.flickr.com&quot; id=&quot;flickr_www&quot;&gt; www. &lt;strong style=&quot;color:#3993ff&quot;&gt; Flick &lt;span style=&quot;color:#ff1c92&quot;&gt; R &lt;/ span &gt; &lt;/ strong&gt;. com &lt;/ a&gt; <br> &lt;/ div&gt; <br> &lt;! – End of Flickr Badge -&gt; &lt;Objekt lassid = &quot;clsid: D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase = &quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash . cab # version = 6,0,40,0 &quot;width =&quot; 330 &quot;height =&quot; 150 &quot;&gt; <br> &lt;param name=&quot;movie value=&quot;http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&amp;resultsnum=10&amp;title=TUAW%20on%20Truveo&quot; /&gt; <br> &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; <br> &lt;embed src = &quot;http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&amp;resultsnum=10&amp;title=TUAW% 20on% 20Truveo&quot; quality = &quot;high&quot; wmode = &quot;transparent&quot; pluginspage = &quot;http: / / www.macromedia.com / go / getflashplayer &quot;type =&quot; application / x-shockwave-flash &quot;width =&quot; 330 &quot;height =&quot; 150 &quot;&gt; &lt;/ embed&gt; <br> &lt;/ object&gt; &lt;a href=&quot;http://www.cafepress.com/tuaw&quot; title=&quot;Visit unsere Cafe Presse store&quot; class=&quot;rail-promo&quot;&gt; &lt;img src = &quot;http://www.blogsmithmedia .com / www.tuaw.com / media / tuaw-CafePress-promo.png &quot;alt =&quot; TUAW [CafePress] &quot;/&gt; &lt;/ a&gt; &lt;div class=&quot;ad-wrap&quot;&gt; <br> &lt;div class=&quot;ad-wrap-inner&quot;&gt; <br> &lt;h3 class=&quot;hide&quot;&gt; &lt;span class=&quot;wrap&quot;&gt; Sponsored Links &lt;/ span&gt; &lt;/ h3&gt; <br> &lt;p class=&quot;sponsored&quot;&gt; Werben Sie mit uns. (&lt;a href=&quot;http://www.weblogsinc.com/advertise/&quot;&gt; Erfahren Sie mehr &lt;/ a&gt;) &lt;/ p&gt; <br> &lt;/ div&gt; <br> &lt;/ div&gt; <br><br> &lt;h3&gt; &lt;span class=&quot;wrap&quot;&gt; sehenswerte Galerien &lt;/ span&gt; &lt;/ h3&gt; &lt;div class=&quot;featuredgalleries clearfix&quot;&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos/gallery-2397 / &quot;&gt; &lt;img src =&quot; http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg &quot;alt =&quot; DNC Macs &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;Titel = &quot;DNC Macs&quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/macworld-2008-keynote-1/&quot;&gt; &lt;img src = &quot;http://www .blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg &quot;alt =&quot; Macworld 2008 Keynote &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Macworld 2008 Keynote &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/macworld-2008-build-up/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com / media/2008/01/dsc_5493_thumbnail.jpg &quot;alt =&quot; Macworld 2008 Build-up &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Macworld 2008 Build-up &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class = &quot;thumb&quot;&gt; &lt;a href=&quot;/photos/google-earth-for-iphone/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2008/10 / gooe1_thumbnail.png &quot;alt =&quot; Google Earth f?r das iPhone &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Google Earth f?r das iPhone &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ fotos / Podcaster /&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg&quot; alt = &quot;Podcaster&quot; width = &quot;75 &quot;height =&quot; 75 &quot;title =&quot; Podcaster &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/bento-for-iphone-1-0/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg&quot; alt = &quot;Bento f?r iPhone 1.0&quot; width = &quot;75&quot; height = &quot;75&quot; Titel = &quot;Bento f?r iPhone 1.0&quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/scrabble-for-iphone/&quot;&gt; &lt;img src = &quot;http://www .blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png &quot;alt =&quot; Scrabble f?r das iPhone &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Scrabble f?r das iPhone &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/tom-bihn-checkpoint-flyer-briefcase/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw .com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg &quot;alt =&quot; Tom Bihn Checkpoint Flyer Mappe &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Tom Bihn Checkpoint Flyer Mappe &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/apple-vanity-plates/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2008 / 05/appleplatealanrothberg_thumbnail.jpg &quot;alt =&quot; Apple Vanity Plates &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Apple Vanity Plates &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos/apple-booth-macworld-07 /&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours– -23_thumbnail.jpg &quot;alt =&quot; Apple Macworld Stand 07 &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Apple Macworld Stand 07 &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos/quickoffice-for-iphone-1-1-1 /&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail . jpg &quot;alt =&quot; Quickoffice f?r iPhone 1.1.1 &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Quickoffice f?r iPhone 1.1.1 &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/daylite-3-9-review/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail . png &quot;alt =&quot; Daylite 3/9 Review &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Daylite 3/9 Review &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href =&quot; / Fotos / discpainter / &quot;&gt; &lt;img src =&quot; http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png &quot;alt =&quot; DiscPainter &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; DiscPainter &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/mariner-calc-for-iphone/&quot;&gt; &lt;img src =&quot; http:/ / www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg &quot;alt =&quot; Mariner Calc f?r das iPhone &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Mariner Calc f?r das iPhone &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/2009cupertinobus/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media / 2009/01/cupertino09-1_thumbnail.jpg &quot;alt =&quot; 2009CupertinoBus &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; 2009CupertinoBus &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos/crash-bandicoot-nitro-kart-3d /&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png&quot; alt = &quot;Crash Bandicoot Nitro Kart 3D&quot; width = &quot;75&quot; height = &quot;75&quot; title = &quot;Crash Bandicoot Nitro Kart 3D&quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos/mlb-com-at-bat-2009 / &quot;&gt; &lt;img src =&quot; http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg &quot;alt =&quot; MLB. com Am Bat 2009 &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; MLB.com Auf Bat 2009 &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href =&quot; / fotos / Macworld-Expo-2007-Show-Boden / &quot;&gt; &lt;img src =&quot; http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg &quot;alt =&quot; Macworld Expo 2007 zeigen Stock &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Macworld Expo 2007 show floor &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos / Apfel-texas-hold-em /&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg&quot; alt = &quot;Apple Texas Hold 'Em &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Apple Texas Hold' Em &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href =&quot; / photos/the- Macworld-treu-in-line / &quot;&gt; &lt;img src =&quot; http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg &quot;alt =&quot; Die Macworld Gl?ubigen Line &quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;The Macworld Faithful in Line&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/iphone-first-look/ &quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg&quot; alt=&quot;iPhone First Look&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;iPhone First Look&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;p class=&quot;clearer&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt; <br> &lt;div class=&quot;statstable&quot; id=&quot;stats_bloggers&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;TUAW bloggers (30 days)&lt;/span&gt;&lt;/h3&gt;&lt;table class=&quot;data&quot; cellspacing=&quot;0&quot;&gt;&lt;tr&gt;&lt;th&gt;#&lt;/th&gt;&lt;th&gt;Blogger&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;Posts&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;Cmts&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;1&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/steven-sande/&quot;&gt;Steven Sande&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;36&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/mel-martin/&quot;&gt;Mel Martin&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;31&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;3&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/mike-schramm/&quot;&gt;Mike Schramm&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;25&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;4&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/dave-caolo/&quot;&gt;Dave Caolo&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;23&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;5&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/michael-rose/&quot;&gt;Michael Rose&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;17&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;32&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;6&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/robert-palmer/&quot;&gt;Robert Palmer&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;13&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/brett-terpstra/&quot;&gt;Brett Terpstra&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;8&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/cory-bohon/&quot;&gt;Cory Bohon&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;9&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/christina-warren/&quot;&gt;Christina Warren&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;13&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;10&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/aron-trimble/&quot;&gt;Aron Trimble&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;11&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;11&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/megan-lavey/&quot;&gt;Megan Lavey&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;6&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;12&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/victor-agreda-jr/&quot;&gt;Victor Agreda, Jr.&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;3&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;13&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/kelly-guimont/&quot;&gt;Kelly Guimont&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;14&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/mat-lu/&quot;&gt;Mat Lu&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;15&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/chris-ullrich/&quot;&gt;Chris Ullrich&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;16&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/brett-kelly/&quot;&gt;Brett Kelly&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;1&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;statstable&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;Most Commented On &lt;em&gt;(7 days)&lt;/em&gt;&lt;/span&gt;&lt;/h3&gt;&lt;ul class=&quot;box&quot;&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/&quot; rel=&quot;bookmark&quot;&gt;Hulu Desktop app gives full-screen experience to Mac users&lt;/a&gt; (63)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot; rel=&quot;bookmark&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt; (45)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/&quot; rel=&quot;bookmark&quot;&gt;Fortune: Palm Pre syncs flawlessly with iTunes&lt;/a&gt; (38)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/&quot; rel=&quot;bookmark&quot;&gt;Stop the presses! AP News for iPhone is a mess&lt;/a&gt; (33)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/&quot; rel=&quot;bookmark&quot;&gt;Sirius-XM iPhone app coming 'real soon'&lt;/a&gt; (29)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/&quot; rel=&quot;bookmark&quot;&gt;Apple building server farm, secret lair in North Carolina&lt;/a&gt; (29)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/&quot; rel=&quot;bookmark&quot;&gt;White MacBook specs quietly bumped&lt;/a&gt; (26)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/&quot; rel=&quot;bookmark&quot;&gt;Businessweek puts Apple at top of Most Innovative list&lt;/a&gt; (25)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/&quot; rel=&quot;bookmark&quot;&gt;Rumors: iPod, cameras expecting offspring&lt;/a&gt; (23)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/&quot; rel=&quot;bookmark&quot;&gt;Eucalyptus for iPhone gets a new lease on life&lt;/a&gt; (23)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;statstable&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;Recent Comments&lt;/span&gt;&lt;/h3&gt;&lt;ul id=&quot;stats_recentcomments&quot;&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329&quot;&gt;user7&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/&quot;&gt;Some Macbook Pros are updated along with iWork '09&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308&quot;&gt;Andy&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/&quot;&gt;Some Macbook Pros are updated along with iWork '09&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197&quot;&gt;cam&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941&quot;&gt;Mel Martin&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895&quot;&gt;whoapossum&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888&quot;&gt;zezke&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679&quot;&gt;Maxwell&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696&quot;&gt;Tyson McMurtrey&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/&quot;&gt;Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680&quot;&gt;ted&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112502&quot;&gt;Dachaz&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div id=&quot;tagCloud&quot; class=&quot;sidearea&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;The Unofficial Apple Weblog (TUAW) Tags&lt;/span&gt;&lt;/h3&gt;&lt;div class=&quot;box&quot;&gt;&lt;p&gt; &lt;a href=&quot;/tag/iLife/&quot; class=&quot;tagSmall&quot;&gt;iLife&lt;/a&gt; &lt;a href=&quot;/tag/iPhone/&quot; class=&quot;tagSmall&quot;&gt;iPhone&lt;/a&gt; &lt;a href=&quot;/tag/IpodTouch/&quot; class=&quot;tagSmall&quot;&gt;IpodTouch&lt;/a&gt; &lt;a href=&quot;/tag/AppStore/&quot; class=&quot;tagSmall&quot;&gt;AppStore&lt;/a&gt; &lt;a href=&quot;/tag/Kindle/&quot; class=&quot;tagSmall&quot;&gt;Kindle&lt;/a&gt; &lt;a href=&quot;/tag/software/&quot; class=&quot;tagSmall&quot;&gt;software&lt;/a&gt; &lt;a href=&quot;/tag/advertising/&quot; class=&quot;tagSmall&quot;&gt;advertising&lt;/a&gt; &lt;a href=&quot;/tag/apple/&quot; class=&quot;tagSmall&quot;&gt;apple&lt;/a&gt; &lt;a href=&quot;/tag/app-store/&quot; class=&quot;tagSmall&quot;&gt;app-store&lt;/a&gt; &lt;a href=&quot;/tag/video/&quot; class=&quot;tagSmall&quot;&gt;video&lt;/a&gt; &lt;a href=&quot;/tag/mobileme/&quot; class=&quot;tagSmall&quot;&gt;mobileme&lt;/a&gt; &lt;a href=&quot;/tag/mac/&quot; class=&quot;tagSmall&quot;&gt;mac&lt;/a&gt; &lt;a href=&quot;/tag/itunes/&quot; class=&quot;tagSmall&quot;&gt;itunes&lt;/a&gt; &lt;a href=&quot;/tag/money/&quot; class=&quot;tagSmall&quot;&gt;money&lt;/a&gt; &lt;a href=&quot;/tag/twitter/&quot; class=&quot;tagSmall&quot;&gt;twitter&lt;/a&gt; &lt;a href=&quot;/tag/app/&quot; class=&quot;tagSmall&quot;&gt;app&lt;/a&gt; &lt;a href=&quot;/tag/rumors/&quot; class=&quot;tagSmall&quot;&gt;rumors&lt;/a&gt; &lt;a href=&quot;/tag/sdk/&quot; class=&quot;tagSmall&quot;&gt;sdk&lt;/a&gt; &lt;a href=&quot;/tag/MacbookPro/&quot; class=&quot;tagSmall&quot;&gt;MacbookPro&lt;/a&gt; &lt;a href=&quot;/tag/tuaw/&quot; class=&quot;tagSmall&quot;&gt;tuaw&lt;/a&gt; &lt;a href=&quot;/tag/ipod/&quot; class=&quot;tagSmall&quot;&gt;ipod&lt;/a&gt; &lt;a href=&quot;/tag/design/&quot; class=&quot;tagSmall&quot;&gt;design&lt;/a&gt; &lt;a href=&quot;/tag/podcast/&quot; class=&quot;tagSmall&quot;&gt;podcast&lt;/a&gt; &lt;a href=&quot;/tag/email/&quot; class=&quot;tagSmall&quot;&gt;email&lt;/a&gt; &lt;a href=&quot;/tag/giveaway/&quot; class=&quot;tagSmall&quot;&gt;giveaway&lt;/a&gt; &lt;a href=&quot;/tag/beta/&quot; class=&quot;tagSmall&quot;&gt;beta&lt;/a&gt; &lt;a href=&quot;/tag/games/&quot; class=&quot;tagSmall&quot;&gt;games&lt;/a&gt; &lt;a href=&quot;/tag/att/&quot; class=&quot;tagSmall&quot;&gt;att&lt;/a&gt; &lt;a href=&quot;/tag/graphics/&quot; class=&quot;tagSmall&quot;&gt;graphics&lt;/a&gt; &lt;a href=&quot;/tag/talkcast/&quot; class=&quot;tagSmall&quot;&gt;talkcast&lt;/a&gt; &lt;a href=&quot;/tag/hulu/&quot; class=&quot;tagSmall&quot;&gt;hulu&lt;/a&gt; &lt;a href=&quot;/tag/iphone3g/&quot; class=&quot;tagSmall&quot;&gt;iphone3g&lt;/a&gt; &lt;a href=&quot;/tag/accessories/&quot; class=&quot;tagSmall&quot;&gt;accessories&lt;/a&gt; &lt;a href=&quot;/tag/ipod-touch/&quot; class=&quot;tagSmall&quot;&gt;ipod-touch&lt;/a&gt; &lt;a href=&quot;/tag/gmail/&quot; class=&quot;tagSmall&quot;&gt;gmail&lt;/a&gt; &lt;a href=&quot;/tag/macbook/&quot; class=&quot;tagSmall&quot;&gt;macbook&lt;/a&gt; &lt;a href=&quot;/tag/update/&quot; class=&quot;tagSmall&quot;&gt;update&lt;/a&gt; &lt;a href=&quot;/tag/hardware/&quot; class=&quot;tagSmall&quot;&gt;hardware&lt;/a&gt; &lt;a href=&quot;/tag/apps/&quot; class=&quot;tagSmall&quot;&gt;apps&lt;/a&gt; &lt;a href=&quot;/tag/leopard/&quot; class=&quot;tagSmall&quot;&gt;leopard&lt;/a&gt; &lt;a href=&quot;/tag/music/&quot; class=&quot;tagSmall&quot;&gt;music&lt;/a&gt; &lt;a href=&quot;/tag/Microsoft/&quot; class=&quot;tagSmall&quot;&gt;Microsoft&lt;/a&gt; &lt;a href=&quot;/tag/developers/&quot; class=&quot;tagSmall&quot;&gt;developers&lt;/a&gt; &lt;a href=&quot;/tag/AskTuaw/&quot; class=&quot;tagSmall&quot;&gt;AskTuaw&lt;/a&gt; &lt;a href=&quot;/tag/game/&quot; class=&quot;tagSmall&quot;&gt;game&lt;/a&gt; &lt;a href=&quot;/tag/release/&quot; class=&quot;tagSmall&quot;&gt;release&lt;/a&gt; &lt;a href=&quot;/tag/OS/&quot; class=&quot;tagSmall&quot;&gt;OS&lt;/a&gt; &lt;a href=&quot;/tag/features/&quot; class=&quot;tagSmall&quot;&gt;features&lt;/a&gt; &lt;a href=&quot;/tag/IphoneOs/&quot; class=&quot;tagSmall&quot;&gt;IphoneOs&lt;/a&gt; &lt;a href=&quot;/tag/security/&quot; class=&quot;tagSmall&quot;&gt;security&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;module&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;More Apple Analysis&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://aapl.bloggingstocks.com/&quot;&gt;AAPL on BloggingStocks&lt;/a&gt; The Apple category feed from BloggingStocks.com&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/apple-inc/aapl/nas&quot;&gt;AAPL Quote, News &amp; Summary&lt;/a&gt; The AAPL financials page from AOL Money and Finance&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/tag/iphone&quot;&gt;iPhone analysis from BloggingStocks&lt;/a&gt; iPhone tag feed from BloggingStocks&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/category/macintosh/&quot;&gt;Macintosh news and reviews on Download Squad&lt;/a&gt; The Macintosh category feed from Download Squad&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;module&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;More from AOL Money and Finance&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/investing/stockscreener&quot;&gt;Stock Screener&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-quotes&quot;&gt;Stock Quotes&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji&quot;&gt;DJIA&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/amt&quot;&gt;AMT&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans/auto&quot;&gt;Auto Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking&quot;&gt;Banking&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/car-insurance&quot;&gt;Car Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking/checking&quot;&gt;Checking Account&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/credit/credit-cards&quot;&gt;Credit Cards&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/credit/credit-reports&quot;&gt;Credit Reports&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/deals&quot;&gt;Deals&lt;/a&gt; Deals&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/creditdebt/debt&quot;&gt;Debt Management&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji&quot;&gt;Dow Jones Industrial Average&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/news/earnings&quot;&gt;Earnings&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/google-inc/goog/nas&quot;&gt;GOOG&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/health-insurance&quot;&gt;Health Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/home-insurance&quot;&gt;Home Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/fraud/identity-theft&quot;&gt;Identity Theft&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/basics&quot;&gt;Income Tax Basics&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance&quot;&gt;Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/life-insurance&quot;&gt;Life Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans&quot;&gt;Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com&quot;&gt;Money&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/mortgages&quot;&gt;Mortgages&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans/personal&quot;&gt;Personal Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/recession&quot;&gt;Recession&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/mortgages/refinancing&quot;&gt;Refinancing&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/retirement&quot;&gt;Retirement&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking/savings&quot;&gt;Savings Account&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://smallbusiness.aol.com/&quot;&gt;Small Business&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/usw/quotes/charts&quot;&gt;Stock Charts&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-ticker&quot;&gt;Stock Ticker&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes&quot;&gt;Taxes&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/news/technology&quot;&gt;Tech News&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;blogroll&quot; id=&quot;winblogroll&quot;&gt; <br> &lt;h3 id=&quot;blogroll_header&quot;&gt;&lt;span&gt;&lt;a href=&quot;http://www.weblogsinc.com&quot;&gt;WIN Network&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt; <br> <br> &lt;ul id=&quot;winblogroll&quot; class=&quot;accordian&quot;&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Autos&lt;/strong&gt; <br> <br> &lt;ul id=&quot;consumer&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/&quot;&gt;Autoblog&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.autobloggreen.com/&quot;&gt;Autoblog Green&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://spanish.autoblog.com/&quot;&gt;Autoblog Spanish&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://chinese.autoblog.com/&quot;&gt;Autoblog Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://cn.autoblog.com/&quot;&gt;Autoblog Simplified Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://jp.autoblog.com/&quot;&gt;Autoblog Japanese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://uk.autoblog.com/&quot;&gt;Autoblog UK&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://de.autoblog.com/&quot;&gt;Autoblog Auf Deutsh&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://fr.autoblog.com/&quot;&gt;Autoblog En Fran?ais&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Technology&lt;/strong&gt; <br> &lt;ul id=&quot;technology&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/&quot;&gt;Download Squad&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.engadget.com/&quot;&gt;Engadget&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.engadgethd.com/&quot;&gt;Engadget HD&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.engadgetmobile.com/&quot;&gt;Engadget Mobile&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://chinese.engadget.com/&quot;&gt;Engadget Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://cn.engadget.com/&quot;&gt;Engadget Simplified Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://japanese.engadget.com/&quot;&gt;Engadget Japanese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://de.engadget.com/&quot;&gt;Engadget Germany&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://kr.engadget.com/&quot;&gt;Engadget Korea&lt;/a&gt;&lt;/li&gt; <br> <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://pl.engadget.com/&quot;&gt;Engadget Polska&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://spanish.engadget.com/&quot;&gt;Engadget Spanish&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.switched.com/&quot;&gt;Switched&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.tuaw.com/&quot;&gt;TUAW (Apple)&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Lifestyle&lt;/strong&gt; <br> <br> &lt;ul id=&quot;lifestyle&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.aisledash.com/&quot;&gt;AisleDash&lt;/a&gt;&lt;/li&gt; <br>?? &lt;li&gt;&lt;a href=&quot;http://www.diylife.com/&quot;&gt;DIY Life&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.gadling.com/&quot;&gt;Gadling&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.greendaily.com/&quot;&gt;Green Daily&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.luxist.com/&quot;&gt;Luxist&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://jp.luxist.com/&quot;&gt;Luxist Japanese&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.parentdish.com/&quot;&gt;ParentDish&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.slashfood.com/&quot;&gt;Slashfood&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.stylelist.com/blog/&quot;&gt;StyleList Blog&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.thatsfit.com/&quot;&gt;That's Fit&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Gaming&lt;/strong&gt; <br> <br> &lt;ul id=&quot;gaming&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/&quot;&gt;Joystiq&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://nintendo.joystiq.com/&quot;&gt;Joystiq [Nintendo]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/&quot;&gt;Joystiq [Xbox]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://playstation.joystiq.com/&quot;&gt;Joystiq [PlayStation]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://jp.joystiq.com/&quot;&gt;Joystiq Japanese&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.massively.com/&quot;&gt;Massively&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.wowinsider.com/&quot;&gt;WoW Insider&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://news.bigdownload.com&quot;&gt;Big Download&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.gamedaily.com/&quot;&gt;GameDaily&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.playsavvy.com&quot;&gt;PlaySavvy&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Entertainment&lt;/strong&gt; <br> &lt;ul id=&quot;entertainment&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.com/&quot;&gt;Cinematical&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://nl.cinematical.com/&quot;&gt;Cinematical Nederland&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.pl/&quot;&gt;Cinematical Polska&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.es/&quot;&gt;Cinematical Espana&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.tvsquad.com/&quot;&gt;TV Squad&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Finance&lt;/strong&gt; <br> <br> &lt;ul id=&quot;finance&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.bloggingbuyouts.com/&quot;&gt;BloggingBuyouts&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/&quot;&gt;BloggingStocks&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.dailyfinance.com/&quot;&gt;DailyFinance&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji&quot;&gt;DIJA&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/&quot;&gt;WalletPop&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.co.uk/&quot;&gt;WalletPop UK&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/&quot;&gt;Taxes&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Sports&lt;/strong&gt; <br> &lt;ul id=&quot;sports&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.fanhouse.com&quot;&gt;FanHouse&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nfl.fanhouse.com/&quot;&gt;NFL&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nba.fanhouse.com/&quot;&gt;NBA&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://mlb.fanhouse.com/&quot;&gt;MLB&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://ncaafootball.fanhouse.com/&quot;&gt;NCAA Football&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://ncaabasketball.fanhouse.com/&quot;&gt;NCAA Basketball&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://motorsports.fanhouse.com/&quot;&gt;NASCAR&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nhl.fanhouse.com/&quot;&gt;NHL&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://golf.fanhouse.com/&quot;&gt;Golf&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://fantasyfootball.fanhouse.com/&quot;&gt;Fantasy Football&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://fantasybasketball.fanhouse.com/&quot;&gt;Fantasy Basketball&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/&quot;&gt;UFC 98 results&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br>???????? &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Also on AOL&lt;/strong&gt; <br> &lt;ul id=&quot;alsoAOL&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.politicsdaily.com&quot;&gt;Politics Daily&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://blackvoices.aol.com/&quot;&gt;African-American Culture&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://autos.aol.com/&quot;&gt;Cars&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.games.com/&quot;&gt;Games&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.mapquest.com&quot;&gt;Maps&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://money.aol.com/&quot;&gt;Money&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.moviefone.com/&quot;&gt;Movies&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://music.aol.com/&quot;&gt;Music&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://news.aol.com/&quot;&gt;News&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://music.aol.com/radioguide/bb&quot;&gt;Radio&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://sports.aol.com/&quot;&gt;Sports&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-quotes/&quot;&gt;Stock Quotes&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://television.aol.com/&quot;&gt;Television&lt;/a&gt;&lt;/li <br> &lt;li&gt;&lt;a href=&quot;http://travel.aol.com/&quot;&gt;Travel&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> &lt;/ ul&gt; <br> &lt;/div&gt;&lt;a href=&quot;http://daol.aol.com/software/mac/iphone/radio&quot; title=&quot;AOL iPhone Radio&quot; class=&quot;aol-radio&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif&quot; alt=&quot;AOL Radio&quot; /&gt;&lt;/a&gt; <br> &lt;a href=&quot;http://www.stitcher.com/listen.php?fid=8189&quot; title=&quot;TUAW on Stitcher&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif&quot; alt=&quot;TUAW on Stitcher&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!– /subcontent –&gt; <br> &lt;/ div&gt; <br> &lt;div id=&quot;footer&quot;&gt; <br> &lt;div class=&quot;searchform&quot;&gt; <br> &lt;ul class=&quot;searchnav clearfix&quot;&gt; <br> &lt;li id=&quot;search-tab-blog2&quot; class=&quot;selected&quot;&gt;&lt;a onclick=&quot;return searchTarget('/search/?q=', 0, 'search-tab-blog2');&quot; href=&quot;#&quot;&gt;TUAW&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Web2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Web2');&quot; href=&quot;http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&amp;query=&quot;&gt;Web&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Images2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Images2');&quot;href=&quot;http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;Images&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Video2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Video2');&quot;href=&quot;http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&amp;query=&quot;&gt;Video&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-News2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;amp;query=', 0, 'search-tab-News2');&quot;href=&quot;http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;News&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Local2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;amp;query=', 0, 'search-tab-Local2');&quot; href=&quot;http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;Local&lt;/a&gt;&lt;/li&gt; <br> &lt;/ ul&gt; <br> &lt;form name=&quot;s_form2&quot; action=&quot;/search/&quot;&gt;&lt;fieldset&gt;&lt;input type=&quot;text&quot; name=&quot;q&quot; id=&quot;queryname2&quot; value=&quot;&quot; class=&quot;text&quot; /&gt;&lt;button id=&quot;searchsubmit&quot; onclick=&quot;return submitHeaderSearch('onclick');&quot; type=&quot;submit&quot; name=&quot;searchsubmit&quot; title=&quot;Search&quot; &gt;&lt;/button&gt;&lt;input type=&quot;hidden&quot; name=&quot;invocationType&quot; value=&quot;wl-tuaw-ft&quot; /&gt;&lt;/fieldset&gt;&lt;/form&gt; <br> &lt;/div&gt;&lt;!– /show-footer-search.html.php –&gt; <br> &lt;div class=&quot;bottomleader&quot;&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> &lt;! — <br> adSetType(&quot;F&quot;); <br> htmlAdWH('93217798', '728', '90'); <br> adSetType(&quot;&quot;); <br> //–&gt; <br> &lt;/script&gt; <br> &lt;/div&gt;&lt;!– /topleader –&gt;&lt;/div&gt;&lt;!– /footer –&gt; <br> &lt;div id=&quot;grid2&quot;&gt; <br> &lt;table class=&quot;grid-table&quot; cellspacing=&quot;0&quot;&gt; <br> &lt;tr&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;first&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.joystiq.com/&quot;&gt;Joystiq&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/&quot; rel=&quot;bookmark&quot;&gt;Qore leak reveals new PSP Metal Gear and more&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/&quot; rel=&quot;bookmark&quot;&gt;Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/&quot; rel=&quot;bookmark&quot;&gt;PSP Go revealed in June issue of Qore [Update]&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.downloadsquad.com/&quot;&gt;Download Squad&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/&quot; rel=&quot;bookmark&quot;&gt;Search for useful bookmarklets with Bookmarklet Directory&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/&quot; rel=&quot;bookmark&quot;&gt;Where to watch the Stanley Cup finals online&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/&quot; rel=&quot;bookmark&quot;&gt;Goog-411 now provides intersection info&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.bloggingstocks.com/&quot;&gt;BloggingStocks&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/&quot; rel=&quot;bookmark&quot;&gt;Stock #2: Quicksilver (ZQK)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/&quot; rel=&quot;bookmark&quot;&gt;Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/stock-1-marine-products-corp-mpx/&quot; rel=&quot;bookmark&quot;&gt;Stock #1: Marine Products Corp. (MPX)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;/ tr&gt; <br> &lt;tr&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.autoblog.com/&quot;&gt;Autoblog&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/&quot; rel=&quot;bookmark&quot;&gt;VIDEO: Corvette Grand Sport launch control tested… in dealer lot&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/&quot; rel=&quot;bookmark&quot;&gt;Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/crazy-kiwis-buy-a-new-mitsubishi-triton-get-a-free-goat-with-p/&quot; rel=&quot;bookmark&quot;&gt;Crazy Kiwis: Buy a new Mitsubishi Triton, get a free goat with purchase&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;last&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://xbox.joystiq.com/&quot;&gt;Joystiq Xbox&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/&quot; rel=&quot;bookmark&quot;&gt;Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/&quot; rel=&quot;bookmark&quot;&gt;Raiden IV media blowout &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/&quot; rel=&quot;bookmark&quot;&gt;Joyswag: Gel: Set &amp;amp; Match&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;last&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.engadget.com/&quot;&gt;Engadget&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/&quot; rel=&quot;bookmark&quot;&gt;Video: Sony's PSP Go leaks out before E3, is obviously a go&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/dj-hero-website-and-pre-orders-go-live-jay-z-special-edition-se/&quot; rel=&quot;bookmark&quot;&gt;DJ Hero website and pre-orders go live, Jay-Z Special Edition seen in the distance&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/ericssons-fashion-forward-w30-series-3g-routers-get-detailed/&quot; rel=&quot;bookmark&quot;&gt;Ericsson's fashion-forward W30 series 3G routers get detailed&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;/ tr&gt; <br> &lt;/table&gt; <br> &lt;/ div&gt; <br> &lt;div id=&quot;legal&quot;&gt; <br> &lt;a href=&quot;http://news.aol.com&quot; target=&quot;_blank&quot; class=&quot;cobrand-footer&quot;&gt;AOL News&lt;/a&gt; <br> &lt;p&gt;All contents copyright &amp;copy; 2003-2009, &lt;a href=&quot;http://www.weblogsinc.com/&quot;&gt;Weblogs, Inc.&lt;/a&gt; All rights reserved&lt;/p&gt; <br> &lt;p&gt;&lt;a href=&quot;&quot;&gt;The Unofficial Apple Weblog (TUAW)&lt;/a&gt; is a member of the &lt;a href=&quot;http://www.weblogsinc.com/&quot;&gt;Weblogs, Inc. Network&lt;/a&gt;. &lt;a href=&quot;http://www.weblogsinc.com/privacy/&quot;&gt;Privacy Policy&lt;/a&gt;, &lt;a href=&quot;http://www.weblogsinc.com/terms/&quot;&gt;Terms of Service&lt;/a&gt;, &lt;a href=&quot;http://www.weblogsinc.com/report/&quot;&gt;Notify AOL&lt;/a&gt;&lt;/p&gt; <br> <br> &lt;/div&gt;&lt;!– /legal –&gt; <br> &lt;/div&gt;&lt;!– /main –&gt; <br> &lt;/div&gt;&lt;!– /container –&gt; <br> &lt;/body&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js&quot;&gt;&lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> $(document).ready(init); <br> function init() <br> { <br> $('.winblogrollcat').children('ul').hide(); <br> $('.winblogrollcat .trigger').click(function(evt){ <br> $(this.parentNode).children('ul').slideToggle('fast'); <br> }); <br>???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); <br> } <br> &lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogcdn.com/js/addthis.js&quot;&gt;&lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> if (top !== self &amp;&amp; document.referrer.match(/digg\.com\/\w{1,8}/)) { <br>?? top.location.replace(self.location.href); <br> } <br> &lt;/script&gt; <br> &lt;/html&gt;&lt;script type=&quot;text/javascript&quot;&gt; <br> &lt;! — <br> document.write('&lt;scr' + 'ipt src=&quot;http://www.tuaw.com/traffic/' + '?t=js&amp;bv=&amp;os=&amp;tz=&amp;lg=&amp;rv=&amp;rsv=&amp;pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&amp;cb=1639771966&quot; type=&quot;text/javascript&quot;&gt;&lt;/scr' + 'ipt&gt;'); <br> // –&gt; <br> &lt;/script&gt;&lt;noscript&gt;&lt;img src=&quot;http://www.tuaw.com/traffic/?t=px&amp;bv=JavaScript+Disabled&amp;os=&amp;tz=default&amp;lg=&amp;rv=&amp;rsv=&amp;pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&amp;cb=417039105&quot; alt=&quot;the end&quot; width=&quot;1&quot; height=&quot;1&quot;border=&quot;0&quot; /&gt;&lt;/noscript&gt;"><table id=suggesttable><tr><td width=49%><span style="float: right; font-size:smaller" id=sug_exp>We'll use your suggestion to improve translation quality in future updates to our system.</span></td><td width=2% rowspan=2></td><td id=utranscell width=49%><textarea name=utrans wrap=SOFT dir="ltr" rows=5 id=suggestion>&gt; &lt;p class=&quot;filed-under&quot;&gt; Abgelegt unter: &lt;a href=&quot;/category/iphone/&quot;&gt; iPhone &lt;/ a&gt;, &lt;a href=&quot;/category/app-store/&quot;&gt; App Store &lt;/ a&gt;, &lt;a href=&quot;/category/ipod-touch/&quot;&gt; iPod touch &lt;/ a&gt;, &lt;a href=&quot;/category/app-review/&quot;&gt; App Review &lt;/ a&gt; &lt;/ p&gt; &lt;h2 class = &quot;posttitle&quot;&gt; &lt;a href=&quot;http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/&quot; rel=&quot;bookmark&quot;&gt; &lt;span id = &quot;ppt19052404&quot;&gt; Pr?fen Sie die Preise auf Ihrem iPhone mit Pricecheckah &lt;/ span&gt; &lt;/ a&gt; &lt;/ h2&gt; &lt;p class=&quot;byline&quot;&gt; von &lt;strong&gt; &lt;a href = &quot;/ Blogger / Mel-Martin /&quot; &gt; Mel Martin &lt;/ a&gt; &lt;/ strong&gt; am 30. Mai 2009 &lt;/ p&gt; &lt;div class=&quot;postbody&quot;&gt; &lt;! – sphereit start -&gt; &lt;img vspace = &quot;8&quot; hspace = &quot;8&quot; border = &quot;0&quot; align = &quot;right&quot; src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009/05/pricecheckah5-30.png&quot; alt = &quot;&quot; /&gt; Diese ca. das macht, was man erwarten von ihren Namen. Es pr?ft die Preise. Sie geben in einer USV-Code, eine ISBN-Nummer (B?cher und Video) oder sogar einen Namen f?r ein Produkt. &lt;br /&gt; &lt;br /&gt; &lt;A href = &quot;http://itunes.apple.com/WebObjects/MZStore. woa / wa / viewSoftware? id = 300264101 &amp; t = 8 &quot;&gt; Pricecheckah &lt;/ a&gt; [App Store] ist der US $ 4.99 In der Einrichtung Bildschirm k?nnen Sie w?hlen, Online-H?ndlern wie Amazon oder Buy.com, M?rtel und Ziegel-und Einzelh?ndler wie Target oder Walmart. Sie k?nnen auch Ihre eigenen. Ich habe Best Buy durch einfaches Eintippen bestbuy.com. &lt;br /&gt; &lt;br /&gt; Ich tippte in einer UPC-Code und die Anwendung mehrere Vorschl?ge und habe ein paar bessere Preise. Nat?rlich k?nnen Sie dies tun ?ber jeden Browser mit einer Seite wie Froogle. Diese Anwendung, nat?rlich, ist zu tragbare, aber Sie k?nnen nicht sehr beliebt bei einigen Einzelh?ndlern tun Preisvergleiche. Auf der anderen Seite, es sei denn, Sie sind in Eile, etwas kaufen, werden Sie wahrscheinlich einen besseren Preis online. &lt;br /&gt; &lt;br /&gt; Einige Dinge, die ich nicht mag: das Programm will meine E-Mail-Adresse und ein Passwort. Ich bin nicht wild, ?ber die E-Mail, wenn jemand meine ich bin mir nicht sicher, was sie zu tun. Manchmal ist das Programm sehr langsam, und ich ber?hrte die Schaltfl?che &quot;Einstellungen&quot; und es dauerte einige Sekunden, um die Einstellungen. Es war nicht der Fall jedes Mal, aber doch genug, mal zu erw?hnen. Au?erdem gesperrt, ein paar Mal und sagte, sie k?nne nicht finden, wenn WiFi-Netzwerk auf, und mein Wireless Router war direkt neben meinem iPhone. &lt;br /&gt; &lt;br /&gt; Ich glaube auch, das Programm ist teuer bei US $ 4.99. Es ist eine ?hnliche Anwendung namens &lt;a href=&quot;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=283375895&amp;mt=8&quot;&gt; Kasse Smartshop &lt;/ a&gt; [App Store] die den gleichen Preis, aber hat noch viel mehr negative Bewertungen. Die Entwickler versprachen eine Bar-Code-Scanner, und es ist nicht angekommen. Wir haben auch unter &lt;a href=&quot;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312720263&amp;mt=8&quot;&gt; RedLasergravierte LaschenWidget &lt;/ a&gt; [App Store] die hat einen Barcode-Scanner. Es &lt;a href=&quot;http://www.tuaw.com/2009/05/18/redlaser-for-iphone-scans-for-bargains/&quot;&gt; gearbeitet OK &lt;/ a&gt; f?r mich, sondern viele Menschen mit Probleme mit ihm. Es ist US $ 1.99. &lt;br /&gt; &lt;br /&gt; Zusammenfassend l?sst sich sagen, es sieht nicht so aus, wie die perfekte Shopping app ist hier, aber hoffentlich Entwickler wird versucht. Pricecheckah Werke auf dem iPhone oder iPod touch und Kontrollen entweder in den USA oder im Vereinigten K?nigreich. &lt;div Id=&quot;continued&quot;&gt; &lt;/ div &gt;&lt;!– sphereit Ende -&gt; &lt;a href = &quot;/ tag / iphone &quot;class =&quot; Kategorie-match-Anzeige &quot;&gt; &lt;img src =&quot; http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg &quot;alt =&quot; Klicken Sie hier, um alle TUAW's iPhone Abdeckung &quot;/&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;postmeta&quot;&gt; &lt;p class=&quot;posttags&quot;&gt; &lt;strong&gt; Tags: &lt;/ strong&gt; &lt;a href =&quot; http:// www.tuaw.com / tag / app + Shop / &quot;&gt; Progr.-Shop &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/iPhone/&quot;&gt; iPhone &lt;/ a&gt;, &lt;a href = &quot;+ http://www.tuaw.com/tag/iPod touch /&quot;&gt; iPod touch &lt;/ a&gt;, &lt;a href = &quot;+ http://www.tuaw.com/tag/price Vergleiche /&quot; &gt; Preis-Vergleiche &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/Pricecheckah/&quot;&gt; Pricecheckah &lt;/ a&gt;, &lt;a href = &quot;http://www.tuaw.com/ tag / Shopping / &quot;&gt; Shopping &lt;/ a&gt; &lt;/ p&gt; &lt;div class=&quot;navbar clearfix&quot;&gt; &lt;ul&gt; &lt;li class=&quot;permalink&quot;&gt; &lt;a href =&quot; http://www.pricecheckah.com/ index.pl &quot;&gt; Quelle &lt;/ a&gt; &lt;/ li&gt; &lt;li class=&quot;print&quot;&gt; &lt;a href =&quot; http://www.tuaw.com/2009/05/30/check-prices-on-your -iphone-with-pricecheckah/print / &quot;target =&quot; _blank &quot;class =&quot; printthis &quot;rel =&quot; nofollow &quot;&gt; Print &lt;span class=&quot;printpop&quot;&gt; &lt;span&gt; Mit HP Wireless-Drucker, &lt;br/&gt; k?nnen Sie gedruckt wurden &lt;br/&gt; diese von jedem Zimmer &lt;br/&gt; im Haus. &lt;br/&gt; &lt;strong&gt; Live drahtlos. Drucken ohne Kabel &lt;/ strong&gt; &lt;/ span&gt; &lt;/ span&gt; &lt;/ a&gt; &lt;/ li&gt; &lt;li class=&quot;email-this&quot;&gt; &lt;a href = &quot;/ forward/19052404 /&quot; title = &quot;Senden Sie diesen Eintrag einem Freund per E-Mail &quot;&gt; E-Mail hier &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;! – AddThis Button BEGIN -&gt; &lt;script type=&quot;text/javascript&quot;&gt; addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, Propeller, google, live, StumbleUpon, reddit, Favoriten, technorati, Ziel, mehr &quot;&lt;/ script&gt; &lt;a class =&quot; sharelink &quot;href =&quot; http://www.addthis.com / bookmark.php &quot;onmouseover =&quot; return addthis_open (this,'', 'http% 3A% 2F% 2Fwww.tuaw.com% 2F2009% 2F05% 2F30% 2Fcheck-Preise-on-your-iphone-mit-pricecheckah% 2F ',' Check Preise + + + auf Ihrem iPhone + + mit + Pricecheckah ') &quot;onmouseout =&quot; addthis_close () &quot;onclick =&quot; return addthis_sendto () &quot;&gt; Aktie &lt;/ a&gt; &lt;script type =&quot; text / javascript &quot;src = &quot;http://s7.addthis.com/custom/weblogsinc/addthis_widget.js&quot;&gt; &lt;/ script &gt;&lt;!– AddThis Button END –&gt;&lt;/ li&gt; &lt;li class=&quot;comments&quot;&gt; &lt;a href = &quot;http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/ # comments&quot; title = &quot;View Leser Kommentare zu diesen Eintrag&quot;&gt; Kommentare (&lt;em &gt; 0 &lt;/ em&gt;) &lt;/ a&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;script type=&quot;text/javascript&quot;&gt; <br> / * Einige dh crap * / <br> Funktion iecheck (inc_seven) ( <br> / / Alert (navigator.platform); <br>???? if (navigator.platform == &quot;Win32&quot; &amp; &amp; navigator.appName == &quot;Microsoft Internet Explorer&quot; &amp; &amp; window.attachEvent) ( <br>???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); <br>???????? var iever = (inc_seven)? (rslt! = null &amp; &amp; Number (rslt [1])&gt; = 5,5): (rslt! = null &amp; &amp; Number (rslt [1])&gt; = 5.5 &amp; &amp; Number (rslt [1]) &lt; 7); <br> ) Else ( <br> Iever = false; <br> ) <br>???? R?ckkehr iever; <br> ) <br><br> var useFilter = iecheck (false); <br> var ie6Brand = '&lt;a href = &quot;http://www.sphere.com&quot; target = &quot;_New&quot; style = &quot;cursor: Hand; display: block; width: 112px; height: 18px; Filter: ProgID: DXImageTransform.Microsoft . AlphaImageLoader (src = \ &quot;http://cdn11.sphere.com/images/poweredbySphere.png \ ', sizingMethod = Ma?stab );&quot;&gt;&lt; img align =&quot; absmiddle &quot;border =&quot; 0 &quot;style =&quot; margin-left : 2px; &quot;src =&quot; http://cdn11.sphere.com/images/iespacer.png &quot;/&gt;&lt;/ a&gt; '; <br> var normalBrand = '&lt;a href=&quot;http://www.sphere.com&quot; target=&quot;_new&quot;&gt; &lt;img align = &quot;absmiddle&quot; border = &quot;0&quot; style = &quot;margin-left: 2px;&quot; src = &quot; http://cdn11.sphere.com/images/poweredbySphere.png &quot;/&gt;&lt;/ a&gt; '; <br> var Marke =''; <br> if (useFilter == false) ( <br> Marke = normalBrand; <br> ) Else ( <br> Marke = ie6Brand; <br> ) <br> &lt;/ script&gt; <br> &lt;div class=&quot;sphere clearfix&quot;&gt; &lt;div id=&quot;sphereTalk&quot;&gt; &lt;p id=&quot;spherePoweredBy&quot; class=&quot;powered-by&quot;&gt; &lt;/ p&gt; &lt;div id=&quot;talkContainer&quot;&gt; &lt;h3&gt; Verwandte Texte von The Unofficial Apple Weblog &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/03/first-look-geocaching-2-0-for-iphone-3g ? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; First Look: Geocaching 2.0 f?r das iPhone 3G &lt;/ a&gt; &lt;p class = &quot;timestamp&quot;&gt; 57 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/26/whats-wrong-with-buying-apps- f?r-99-Cent? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; Was ist los mit den Kauf-Anwendungen f?r 99 Cent? &lt; / a&gt; &lt;p class=&quot;timestamp&quot;&gt; 124 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2008/12/12/app-store- ?nderungen-Layout-Gefahr-of-the-fleischigen-palm-noch-Webst?hle? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'sprechen \ &quot;) &quot;&gt; App Store ?nderungen Layout, Bedrohung der fleischigen Palm noch Webst?hle &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 168 Tage alt &lt;/ p&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div &gt;&lt;!– Ende Container-talk -&gt; &lt;div id=&quot;artContainer&quot;&gt; &lt;h3&gt; ?hnliche Artikel aus unserem Tech-Netzwerk &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href = &quot;http://www.engadgetmobile.com/2009/05 / 14/emailnwalk-iphone-app-finally-lets-us-leave-the-house? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \ ') &quot;&gt; Email'n'Walk iPhone App schlie?lich k?nnen wir aus dem Haus &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 15 Tagen &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http : / / www.switched.com/2009/05/14/iphones-email-n-walk-lets-you-e-mail-and-walk-at-the-same-ti?icid=sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; iPhone's' Email 'n Walk&quot; k?nnen Sie E-Mail und Walk zur gleichen Zeit &lt;/ a&gt; &lt; p class = &quot;timestamp&quot;&gt; 16 Tage &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.engadgetmobile.com/2009/05/07/iphone-os-3-0- jetzt-zu-werden-f?r-app-store-Aufnahme-Bewertungen? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; iPhone OS 3.0 jetzt f?r App Store Eintritt Bewertungen (aktualisiert) &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 22 Tage vor &lt;/ p&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div &gt;&lt;!– Ende Kunst-Container –&gt;&lt;/ div &gt;&lt;!– Ende sphereTalk -&gt; &lt;div id=&quot;sphereAd&quot;&gt; &lt;script type = &quot;text / javascript&quot; src = &quot;http://cdn11.sphere.com/widgets/ sphereit / js? baseurl = http://cdn11.sphere.com/widgets/sphereit/&amp;siteid=blogsmith_widget_tuaw &quot;&gt; &lt;/ script&gt; &lt;iframe frameborder =&quot; 0 &quot;style =&quot; position: relative; width: 300px; height: 250px &quot;MARGINHEIGHT =&quot; 0 &quot;marginwidth =&quot; 0 &quot;scrolling =&quot; no &quot;border =&quot; 0 &quot;src =&quot; http://www.sphere.com/ads/aol_sphere_adcom.php?a=93249125 &quot;&gt; &lt;/ iframe&gt; &lt;/ div&gt; &lt;p class=&quot;see-more&quot;&gt; &lt;a onclick = &quot;return Sphere.Widget.search ( 'http://www.tuaw.com/2009/05/30/check-prices-on-your -iphone-mit-pricecheckah ') &quot;href =&quot; http://www.sphere.com/search?q=sphereit:http://www.tuaw.com/2009/05/30/check-prices-on- your-iphone-mit-pricecheckah &quot;&gt; Weitere Artikel und Blog-Posts &lt;/ a&gt; &lt;/ p&gt; &lt;/ div&gt; &lt;! – Ende Bereich clearfix -&gt; &lt;script type=&quot;text/javascript&quot;&gt; <br> document.getElementById ( 'spherePoweredBy &quot;). innerHTML = Marke; <br> &lt;/ script&gt; <br> &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt; <br> var sns_checked = false; <br> var current_tab = &quot;blogsmith&quot;; <br> Funktion tabTo (TAB) <br> ( <br> document.getElementById ( 'formerrors &quot;). innerHTML =''; <br> <br> document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_sns'). style.display =' none '; <br> document.getElementById ( 'cmtuinfo_ &quot;+ Tab). style.display =' block '; <br> <br> document.getElementById ( 'cmtutab_email &quot;). className =''; <br> document.getElementById ( 'cmtutab_blogsmith &quot;). className =''; <br> document.getElementById ( 'cmtutab_sns &quot;). className =''; <br> document.getElementById ( 'cmtutab_ &quot;+ Tab). className =' currenttab '; <br> <br> If (! Sns_checked &amp; &amp; tab == &quot;SNS&quot;) <br> ( <br> Image1 = new Image (); <br> image1.src = &quot;http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif&quot;; <br> Sns.init ( 'ch1ga1KvP7TotwTC'); <br> Sns_checked = true; <br> ) <br> <br> Current_tab = TAB; <br> ) <br> <br> Funktion inputValidation () <br> ( <br> document.getElementById ( 'formerrors &quot;). innerHTML =''; <br> <br> Var validInfo = 0; <br> Var validName = 0; <br> Var validEmail = 0; <br> Var validComments = 0; <br> Var validSNS = 0; <br> Var links = 0; <br> Var Fehler =''; <br> <br> Schalter (current_tab) ( <br> Fall &quot;E-Mail&quot;: <br> var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; <br> var email = document.getElementById ( 'AuthorEmail &quot;). Wert; <br> if (document.getElementById ( &quot;Autorname&quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; ben?tigen wir Ihren Namen. &lt;/ p&gt;&quot;; <br> ) <br> If (email ==''| |! Filter.test (email)) ( <br> Fehler + = &quot;&lt;p class='error'&gt; E-Mail-Adresse ist nicht g?ltig. &lt;/ p&gt;&quot;; <br> ) <br> If (! Fehler) ( <br> ValidInfo = 1; <br> ) <br> <br> Break; <br> Fall &quot;blogsmith&quot;: <br> if (document.getElementById ( 'C_AuthorEmail &quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; Ung?ltige E-Mail-Adresse. &lt;/ p&gt;&quot;; <br> ) <br> if (document.getElementById ( 'C_AuthorPass &quot;). value =='') ( <br> Fehler + = &quot;&lt;p class='error'&gt; Kein Passwort angegeben. &lt;/ p&gt;&quot;; <br> ) <br> If (! Fehler) ( <br> ValidInfo = 1; <br> ) <br> <br> <br> Break; <br> Fall &quot;SNS&quot;: <br> if (document.getElementById ( 'sns_screenname') &amp; &amp; document.getElementById ( 'sns_password')) <br> ( <br> if (document.getElementById ( 'sns_screenname &quot;). value &amp; &amp; document.getElementById (' sns_password&quot;). value) ( <br> Sns.calls.login (); <br> Return false; <br> ) <br> ) <br> If (document.getElementById ( 'sns_securid')) ( <br> if (document.getElementById ( 'sns_securid &quot;). value) ( <br> sns.calls.login ();// setTimeout ( &quot;sns.calls.login ();&quot;, 1000); <br> Return false; <br> ) <br> ) <br> var token = (document.getElementById ( &quot;Token&quot;))? document.getElementById ( &quot;Token&quot;). Wert:''; <br> If (token =='') ( <br> Fehler = &quot;&lt;p class='error'&gt; Ung?ltiger SNS anmelden. &lt;/ p&gt;&quot;; <br> ) Else ( <br> ValidInfo = 1; <br> ) <br> Break; <br> ) <br> var txt = document.getElementById ( &quot;Kommentare&quot;). Wert; <br> <br> If (txt! ='') ( <br> ValidComments = 1; <br> ) <br> <br> For (var ind = 0; ind &lt;txt.length; ind + +) <br> ( <br> If (txt.substring (ind, ind +7) == &quot;http://&quot;) ( <br> Links = links + 1; <br> ) Else if (txt.substring (ind, ind +6) == &quot;ftp://&quot;) ( <br> Links = Links + 1; <br> ) Else if (txt.substring (ind, ind +8) == &quot;https ://&quot;) ( <br> Links = Links + 1; <br> ) <br> ) <br> <br> if (validInfo == 1 &amp; &amp; validComments == 1 &amp; &amp; Links &lt;4) ( <br> Return true; <br> ) Else ( <br> errorMessage var = &quot;&lt;h4 class='error-title'&gt; Fehler &lt;/ h4&gt;&quot;; <br> ErrorMessage + = Fehler; <br> if (validComments == 0) (errorMessage + = &quot;&lt;p class='error'&gt; kein Kommentar geschrieben. &lt;/ p&gt;&quot;;) <br> if (links&gt; 3) (errorMessage + = &quot;&lt;p class='error'&gt; Sorry mate, k?nnen Sie nur 3 URLs. &lt;/ p&gt;&quot;;) <br> document.getElementById ( 'formerrors &quot;). innerHTML = errorMessage; <br> Return false; <br> ) <br> ) <br> &lt;/ script&gt; <br> &lt;div id=&quot;comments&quot;&gt; <br> &lt;h3 id=&quot;addcomments&quot;&gt; hinzuf?gen Kommentare &lt;/ h3&gt; <br> <br> <br> &lt;form action=&quot;#thankYou&quot; id=&quot;commentform&quot; name=&quot;commentform&quot; method=&quot;post&quot; onsubmit=&quot;return inputValidation();&quot;&gt; <br> &lt;div Id=&quot;cmttabs&quot;&gt; <br> &lt;ul&gt; <br> &lt;li id=&quot;cmtutab_email&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('email');return false;&quot;&gt; neue Leser &lt;/ a&gt; &lt;/ li&gt; <br> &lt;li id=&quot;cmtutab_blogsmith&quot; class=&quot;currenttab&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('blogsmith');return false;&quot;&gt; R?ckkehr &lt;/ a&gt; &lt;/ li&gt; <br> &lt;li id=&quot;cmtutab_sns&quot;&gt; &lt;a href=&quot;#&quot; onclick=&quot;tabTo('sns');return false;&quot; class=&quot;cmtaol&quot; title=&quot;Sign Sie sich mit Ihrem AOL/AIM username!&quot;&gt; AOL / AIM &lt;/ a&gt; &lt;/ li&gt; <br> &lt;/ Ul&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Id=&quot;formerrors&quot; class='formerrors'&gt; &lt;/ div&gt; <br> &lt;! – E-Mail -&gt; <br> &lt;div id=&quot;cmtuinfo_email&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p Class=&quot;instructions&quot;&gt; ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. &lt;/ P&gt; <br> &lt;label for=&quot;AuthorName&quot; class=&quot;first&quot;&gt; Name: &lt;br /&gt; <br> &lt;input type=&quot;text&quot; name=&quot;AuthorName&quot; id=&quot;AuthorName&quot; class=&quot;form&quot; value=&quot;&quot; /&gt; &lt;/ label&gt; <br> &lt;label For=&quot;AuthorEmail&quot;&gt; E-Mail: &lt;br /&gt; <br> &lt;input type=&quot;text&quot; name=&quot;AuthorEmail&quot; id=&quot;AuthorEmail&quot; class=&quot;form&quot; value=&quot;&quot;/&gt; &lt;/ label&gt; <br> &lt;/ Div&gt; <br> &lt;! – / E-Mail -&gt; <br> <br> &lt;! – Blogsmith -&gt; <br> &lt;div id=&quot;cmtuinfo_blogsmith&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p class=&quot;instructions&quot;&gt; Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. &lt;/ p&gt; <br> &lt;label for=&quot;C_Author&quot; class=&quot;first&quot;&gt; E-Mail: &lt;br /&gt; <br> id=&quot;C_AuthorEmail&quot; &lt;input type=&quot;text&quot; class=&quot;formtext&quot; name=&quot;C_AuthorEmail&quot; value=&quot;&quot; /&gt; &lt;/ label&gt; <br> &lt;label For=&quot;C_AuthorPass&quot;&gt; Passwort: &lt;br /&gt; <br> &lt;input id=&quot;C_AuthorPass&quot; type=&quot;password&quot; class=&quot;formtext&quot; name=&quot;AuthorPassword&quot; value=&quot;&quot;/&gt; &lt;/ label&gt; <br> &lt;/ Div&gt; <br> &lt;! – / Blogsmith -&gt; <br> <br> &lt;! – SNS -&gt; <br> &lt;div id=&quot;cmtuinfo_sns&quot; class=&quot;cmtuinfo clearfix&quot; style=&quot;display: none;&quot;&gt; <br> &lt;p class=&quot;instructions&quot;&gt; Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. &lt;/ p&gt; <br> &lt;div Id=&quot;sns&quot;&gt; <br> &lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;/media/loading.gif&quot;&gt; &lt;/ p&gt; <br> &lt;/ Div&gt; <br> &lt;!–&lt; Eingang id = &quot;snslogin&quot; type = &quot;button&quot; onclick = &quot;sns.calls.login ();&quot; value = &quot;Login &quot;&gt;–&gt; <br> &lt;/ Div&gt; <br> &lt;! – / SNS -&gt; <br> <br> &lt;div Id=&quot;cmtmain&quot;&gt; <br> &lt;div Id=&quot;replyindicator&quot;&gt; &lt;/ div&gt; <br> &lt;div&gt; <br> <br> &lt;label For=&quot;Comments&quot;&gt; Ihr Kommentar: &lt;/ label&gt; <br> &lt;textarea name=&quot;Comments&quot; id=&quot;Comments&quot; rows=&quot;8&quot; style=&quot;width:98%&quot;&gt; &lt;/ textarea&gt; <br> &lt;/ Div&gt; <br> &lt;div Class=&quot;cmtchecks&quot;&gt; <br> &lt;input type=&quot;checkbox&quot; checked=&quot;checked&quot; id=&quot;RememberMeYes&quot; name=&quot;RememberMe&quot; /&gt; <br> &lt;label For=&quot;RememberMeYes&quot;&gt; merken &lt;/ label&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Class=&quot;cmtchecks&quot;&gt; <br> &lt;input type=&quot;checkbox&quot; checked=&quot;checked&quot; id=&quot;EmailMe&quot; name=&quot;EmailMe&quot; /&gt; <br> &lt;label for=&quot;EmailMe&quot;&gt; E-Mail, wenn mir jemand Antworten auf diesen Kommentar &lt;/ label&gt; <br> &lt;/ Div&gt; <br> <br> &lt;div Id=&quot;cmtbuttons&quot;&gt; <br> &lt;input type=&quot;submit&quot; id=&quot;addCommentButton&quot; value=&quot;Add Comment&quot; /&gt; <br> &lt;/ Div&gt; <br> &lt;input type=&quot;hidden&quot; name=&quot;form&quot; value=&quot;Comments&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;ButtonSave&quot; value=&quot;Save&quot; /&gt; <br> <br> &lt;input type=&quot;hidden&quot; id=&quot;sourceID&quot; name=&quot;SourceID&quot; value=&quot;&quot; /&gt; <br> &lt;input type=&quot;hidden&quot; id=&quot;postID&quot; name=&quot;PostID&quot; value=&quot;&quot; /&gt; <br> &lt;/ Div&gt; <br> &lt;div Id=&quot;instructions&quot;&gt; <br> &lt;p class=&quot;preamble&quot;&gt; Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. &lt;strong&gt; E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. &lt;/ strong&gt; &lt;/ p&gt; <br> &lt;p&gt; Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein. &lt;/ P&gt; <br> &lt;p&gt; So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit, &lt;p&gt; oder &lt;br /&gt; Tags. &lt;/ P&gt; <br> &lt;/ Div&gt; <br> <br> &lt;input type=&quot;hidden&quot; name=&quot;referer&quot; value=&quot;http://www.tuaw.com:1080/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/&quot;&gt; <br> &lt;/ form&gt; <br> &lt;/ div&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogsmithmedia.com/framework.weblogsinc.com/bc/ajax.js&quot;&gt; &lt;/ script&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.weblogsinc.com/bc/sns.js&quot;&gt; &lt;/ script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; tabTo (current_tab); &lt;/ script&gt; <br> &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt; getUserInfo Funktion () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden '; sID.id =' SID '; sID.name =' SID '; sID.value =' f32f89cf483fcdff2af0b690ddb1a227 &quot;; var UID = document.createElement ( 'input'); uID.type = 'hidden'; uID.id = 'uid'; uID.name = 'UID'; uID.value = 'c7a5d6e4cff335bdd1265154127e8ced &quot;; var tStamp = document.createElement (' input '); tStamp.type =' hidden '; tStamp.id =' tStamp '; tStamp. name = &quot;tStamp '; tStamp.value ='82501'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='7036218550034392 '; anchor.parentNode.insertBefore (SID, Anker); anchor.parentNode.insertBefore (uid, Anker); anchor.parentNode.insertBefore (tStamp, Anker); anchor.parentNode.insertBefore (CacheID, Anker ); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i &lt;divArray.length; i + +) (if (divArray [i]. className == 'post') (document.getElementById ( ' PLZ &quot;). value = divArray [i]. id;))) getUserInfo ();&lt;/ script&gt; <br> &lt;/ div &gt;&lt;!– / content -&gt; <br> &lt;/ div &gt;&lt;!– / col-1 -&gt; <br> &lt;div id=&quot;col-2&quot;&gt; <br> &lt;div id=&quot;subcontent&quot; class=&quot;clearfix&quot;&gt; <br> &lt;div class=&quot;medrect&quot;&gt; <br> &lt;script Type=&quot;text/javascript&quot;&gt; <br> &lt;! — <br> AdSetType ( &quot;F&quot;); <br> HtmlAdWH ( &quot;93217898&quot;, &quot;300&quot;, &quot;250&quot;); <br> AdSetType (&quot;&quot;); <br> //–&gt; <br> &lt;/ Script&gt; <br> &lt;/ div &gt;&lt;!– / medrect -&gt; &lt;div id=&quot;tip-day&quot;&gt; &lt;div id=&quot;tip-day-inner&quot;&gt; &lt;h2&gt; Tipp des Tages &lt;/ h2&gt; &lt;p class = &quot;Tipp&quot;&gt; So schalten Sie Ihre Firewall, ?ffnen Sie die Systemeinstellungen, und klicken Sie auf das Symbol Sicherheit. Klicken Sie anschlie?end auf die Registerkarte &quot;Firewall&quot;. Stellen Sie sicher, dass entweder &quot;Erlauben Sie nur wesentliche Dienste&quot; ausgew?hlt ist, oder w?hlen Sie &quot;Zugriff f?r bestimmte Dienste und Anwendungen&quot; k?nnen. &lt;br /&gt; &lt;br /&gt; &lt;/ P&gt; &lt;div class=&quot;learnmore&quot;&gt; &lt;a href = &quot; http://www.tuaw.com/2005/01/03/tuaw-tip-of-the-day/ &quot;&gt; Weitere Informationen &lt;/ a&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;div id = &quot;breakingnews&quot; class = &quot;Schlagzeilen&quot;&gt; &lt;div class=&quot;wrap&quot;&gt; &lt;h3&gt; &lt;span&gt; &lt;a href=&quot;/tag/breaking news/&quot;&gt; Breaking News &lt;/ a&gt; &lt;a href = &quot;http:/ / www.tuaw.com / tag / Nachrichten / rss.xml &quot;class =&quot; Feed &quot;title =&quot; Subscribe to breaking news &quot;&gt; Feed &lt;/ a&gt; &lt;/ span&gt; &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt; a href = &quot;http://www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http: / / www.tuaw.com/2009/05/07/breaking-no-new-app-submissions-unless-they-run/ &quot;rel =&quot; Lesezeichen &quot;&gt; Breaking News: Keine neuen Beitr?ge app, es sei denn, sie laufen auf OS 3.0 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/&quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/05/05/first-look-bento-for-iphone-and-ipod-touch/&quot; rel=&quot;bookmark&quot;&gt; Erste Look: Bento f?r iPhone und iPod touch &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/23/the-app-store-hits-one- Milliarden-downloads / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/23/the-app-store-hits-one-billion-downloads/ &quot;rel =&quot; Lesezeichen &quot;&gt; Der App Store Treffern eine Milliarde Downloads &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/03/30/macworld-2010-moves-to Februar / &quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/03/30/macworld-2010-moves-to-february/&quot; rel=&quot;bookmark&quot;&gt; Macworld 2010 bewegt sich bis Februar &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/&quot; &gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/03/30/skype-for-iphone-coming-tuesday-says-cnet/&quot; rel=&quot;bookmark&quot;&gt; f?r Skype iPhone kommenden Dienstag, sagt CNET &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/&quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/02/13/apple-says-jailbreaking-is-illegal/&quot; rel=&quot;bookmark&quot;&gt; Apple sagt jailbreaking ist illegal &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http://www.tuaw.com/2009/01/30/pwnagetool-and-quickpwn-updated-compatible-with-2-2-1/&quot; rel = &quot;Lesezeichen&quot; &gt; PwnageTool und QuickPwn aktualisiert und ist kompatibel mit 2.2.1 &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses -Security-Fragen / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/21/quicktime-7-6-addresses-security-issues/ &quot;rel =&quot; Lesezeichen &quot;&gt; QuickTime 7/6 Adressen Sicherheit &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near -Unibody-specs / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/21/999-macbook-hardware-updated-to-near-unibody-specs/ &quot; rel = &quot;Lesezeichen&quot;&gt; $ 999 MacBook Hardware aktualisiert, um in der N?he von Unibody-Daten &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/19/use-your -iPhone-zu-Navigation-Einweihung-Tag / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/01/19/use-your-iphone-to-navigate-inauguration -Tag / &quot;rel =&quot; Lesezeichen &quot;&gt; Verwenden Sie Ihr iPhone zu navigieren Einweihung Tag &lt;/ a&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div&gt; &lt;/ div&gt; &lt;div id=&quot;featuredstories&quot; class=&quot;headlines&quot;&gt; &lt;h3&gt; &lt;span&gt; &lt;a href=&quot;/tag/features/&quot;&gt; sehenswerte Geschichten &lt;/ a&gt; &lt;a href = &quot;http://www.tuaw.com/tag/features/rss.xml&quot; class = &quot; Futtermittel &quot;title =&quot; Abonnieren Sie sehenswerte Geschichten &quot;&gt; Feed &lt;/ a&gt; &lt;/ span&gt; &lt;/ h3&gt; &lt;ul&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/17 / AOL-t?glich-Finance-app-wirft-der-bar-for-iphone-Investment-tools / &quot;&gt; Daily AOL Finance ca. wirft die Bar f?r das iPhone Investitionen Tools &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/&quot;&gt; &lt;a rel = &quot;Lesezeichen&quot; href = &quot;http://www.tuaw.com/2009/04/14/tuaw-tip-swap-out-your-laptops-hard-disk-for-a-spiffy-new-ssd/&quot;&gt; TUAW Tipp: Tauschen Sie Ihren Laptop auf der Festplatte f?r eine schicke neue SSD &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/04/14/another-fistful- von-apps-ember-Headspace-mymovies-nozbe-jugl / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/04/14/another-fistful-of-apps- ember-Headspace-mymovies-nozbe-jugl / &quot;&gt; Eine weitere Handvoll Apps: Ember, Headspace, myMovies, Nozbe, Juglir und LiveView &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www. tuaw.com/2009/04/01/tuaw-1976 / &quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2009/04/01/tuaw-1976/&quot;&gt; TUAW 1976 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/&quot;&gt; &lt;a rel = &quot;Lesezeichen&quot; href = &quot;http://www.tuaw.com/2009/03/13/my-dad-the-switcher-day-140/&quot;&gt; Mein Vater, der Switcher: Tag 140 &lt;/ a&gt; &lt;/ li&gt; &lt;a href=&quot;http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot; http://www.tuaw.com/2009/03/12/my-dad-the-switcher-day-139/ &quot;&gt; Mein Vater, der Switcher: Tag 139 &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt; a href = &quot;http://www.tuaw.com/2009/02/10/31-fart-apps-in-90-seconds/&quot;&gt; &lt;a rel = &quot;bookmark&quot; href = &quot;http://www. tuaw.com/2009/02/10/31-fart-apps-in-90-seconds / &quot;&gt; 31 fart Apps in 90 Sekunden &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http:// www.tuaw.com/2009/02/08/app-store-demo-no-lite-yes/ &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/02/ 08/app-store-demo-no-lite-yes / &quot;&gt; App Store:&quot; Demo &quot;Nein,&quot; Lite &quot;Ja &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www. tuaw.com/2009/02/02/one-month-with-apple-tv / &quot;&gt; &lt;a rel =&quot; bookmark &quot;href =&quot; http://www.tuaw.com/2009/02/02/one- Monats-mit-Apple-TV / &quot;&gt; Ein Monat mit Apple TV &lt;/ a&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http://www.tuaw.com/2008/12/27/traveling-iphone -kann-helfen / &quot;&gt; &lt;a rel=&quot;bookmark&quot; href=&quot;http://www.tuaw.com/2008/12/27/traveling-iphone-can-help/&quot;&gt; Reisen? iPhone kann helfen! &lt;/ a&gt; &lt;/ li&gt; &lt;/ ul&gt; &lt;/ div&gt; &lt;br class=&quot;clear&quot; /&gt; <br> &lt;div class=&quot;medrect&quot;&gt; <br> &lt;script Type=&quot;text/javascript&quot;&gt; <br> &lt;! — <br> AdSetType ( &quot;F&quot;); <br> HtmlAdWH ( &quot;93217998&quot;, &quot;300&quot;, &quot;250&quot;); <br> AdSetType (&quot;&quot;); <br> //–&gt; <br> &lt;/ Script&gt; <br> &lt;/ div &gt;&lt;!– / medrect -&gt; &lt;div id=&quot;twitter_linkage&quot; class=&quot;module&quot;&gt; &lt;a href=&quot;http://www.twitter.com/tuaw&quot; target=&quot;_blank&quot;&gt; &lt; img src = &quot;http://www.blogsmithmedia.com/www.tuaw.com/media/twitter-follow-2.jpg&quot; alt = &quot;Folgen Sie uns auf Twitter!&quot; /&gt; &lt;/ a&gt; &lt;/ div&gt; <br> &lt;! – Start von Flickr Badge -&gt; <br> &lt;div class=&quot;module&quot;&gt; <br> &lt;h3&gt; &lt;a href=&quot;http://flickr.com/photos/tags/tuaw&quot; target=&quot;_blank&quot;&gt; &lt;span&gt; TUAW &lt;strong style=&quot;color:#3993ff&quot;&gt; Flick &lt;span style = &quot;color : # ff1c92 &quot;&gt; R &lt;/ span&gt; &lt;/ strong&gt; Pool &lt;/ span&gt; &lt;/ a&gt; &lt;/ h3&gt; <br> &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;10&quot; border=&quot;0&quot; id=&quot;flickr_badge_wrapper&quot;&gt; <br> &lt;tr&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.flickr.com/badge_code_v2.gne?show_name=1&amp;count=3&amp;display=latest&amp;size=t&amp;layout=h&amp;source=all_tag&amp;tag=tuaw&amp;user=15453323%40N00&quot;&gt; &lt;/ script &gt; <br> &lt;/ tr&gt; <br> &lt;/ table&gt; <br> &lt;a href=&quot;http://www.flickr.com&quot; id=&quot;flickr_www&quot;&gt; www. &lt;strong style=&quot;color:#3993ff&quot;&gt; Flick &lt;span style=&quot;color:#ff1c92&quot;&gt; R &lt;/ span &gt; &lt;/ strong&gt;. com &lt;/ a&gt; <br> &lt;/ div&gt; <br> &lt;! – End of Flickr Badge -&gt; &lt;Objekt lassid = &quot;clsid: D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase = &quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash . cab # version = 6,0,40,0 &quot;width =&quot; 330 &quot;height =&quot; 150 &quot;&gt; <br> &lt;param name=&quot;movie value=&quot;http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&amp;resultsnum=10&amp;title=TUAW%20on%20Truveo&quot; /&gt; <br> &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; <br> &lt;embed src = &quot;http://developer.truveo.com/apps/listWidget/truveo_listWidget.swf?query=tuaw&amp;resultsnum=10&amp;title=TUAW% 20on% 20Truveo&quot; quality = &quot;high&quot; wmode = &quot;transparent&quot; pluginspage = &quot;http: / / www.macromedia.com / go / getflashplayer &quot;type =&quot; application / x-shockwave-flash &quot;width =&quot; 330 &quot;height =&quot; 150 &quot;&gt; &lt;/ embed&gt; <br> &lt;/ object&gt; &lt;a href=&quot;http://www.cafepress.com/tuaw&quot; title=&quot;Visit unsere Cafe Presse store&quot; class=&quot;rail-promo&quot;&gt; &lt;img src = &quot;http://www.blogsmithmedia .com / www.tuaw.com / media / tuaw-CafePress-promo.png &quot;alt =&quot; TUAW [CafePress] &quot;/&gt; &lt;/ a&gt; &lt;div class=&quot;ad-wrap&quot;&gt; <br> &lt;div class=&quot;ad-wrap-inner&quot;&gt; <br> &lt;h3 class=&quot;hide&quot;&gt; &lt;span class=&quot;wrap&quot;&gt; Sponsored Links &lt;/ span&gt; &lt;/ h3&gt; <br> &lt;p class=&quot;sponsored&quot;&gt; Werben Sie mit uns. (&lt;a href=&quot;http://www.weblogsinc.com/advertise/&quot;&gt; Erfahren Sie mehr &lt;/ a&gt;) &lt;/ p&gt; <br> &lt;/ div&gt; <br> &lt;/ div&gt; <br><br> &lt;h3&gt; &lt;span class=&quot;wrap&quot;&gt; sehenswerte Galerien &lt;/ span&gt; &lt;/ h3&gt; &lt;div class=&quot;featuredgalleries clearfix&quot;&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos/gallery-2397 / &quot;&gt; &lt;img src =&quot; http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg &quot;alt =&quot; DNC Macs &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;Titel = &quot;DNC Macs&quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/macworld-2008-keynote-1/&quot;&gt; &lt;img src = &quot;http://www .blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg &quot;alt =&quot; Macworld 2008 Keynote &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Macworld 2008 Keynote &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/macworld-2008-build-up/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com / media/2008/01/dsc_5493_thumbnail.jpg &quot;alt =&quot; Macworld 2008 Build-up &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Macworld 2008 Build-up &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class = &quot;thumb&quot;&gt; &lt;a href=&quot;/photos/google-earth-for-iphone/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2008/10 / gooe1_thumbnail.png &quot;alt =&quot; Google Earth f?r das iPhone &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Google Earth f?r das iPhone &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ fotos / Podcaster /&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg&quot; alt = &quot;Podcaster&quot; width = &quot;75 &quot;height =&quot; 75 &quot;title =&quot; Podcaster &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/bento-for-iphone-1-0/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg&quot; alt = &quot;Bento f?r iPhone 1.0&quot; width = &quot;75&quot; height = &quot;75&quot; Titel = &quot;Bento f?r iPhone 1.0&quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/scrabble-for-iphone/&quot;&gt; &lt;img src = &quot;http://www .blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png &quot;alt =&quot; Scrabble f?r das iPhone &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Scrabble f?r das iPhone &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/tom-bihn-checkpoint-flyer-briefcase/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw .com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg &quot;alt =&quot; Tom Bihn Checkpoint Flyer Mappe &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Tom Bihn Checkpoint Flyer Mappe &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/apple-vanity-plates/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2008 / 05/appleplatealanrothberg_thumbnail.jpg &quot;alt =&quot; Apple Vanity Plates &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Apple Vanity Plates &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos/apple-booth-macworld-07 /&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours– -23_thumbnail.jpg &quot;alt =&quot; Apple Macworld Stand 07 &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Apple Macworld Stand 07 &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos/quickoffice-for-iphone-1-1-1 /&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail . jpg &quot;alt =&quot; Quickoffice f?r iPhone 1.1.1 &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Quickoffice f?r iPhone 1.1.1 &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/daylite-3-9-review/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail . png &quot;alt =&quot; Daylite 3/9 Review &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Daylite 3/9 Review &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href =&quot; / Fotos / discpainter / &quot;&gt; &lt;img src =&quot; http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png &quot;alt =&quot; DiscPainter &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; DiscPainter &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/mariner-calc-for-iphone/&quot;&gt; &lt;img src =&quot; http:/ / www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg &quot;alt =&quot; Mariner Calc f?r das iPhone &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Mariner Calc f?r das iPhone &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href=&quot;/photos/2009cupertinobus/&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media / 2009/01/cupertino09-1_thumbnail.jpg &quot;alt =&quot; 2009CupertinoBus &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; 2009CupertinoBus &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos/crash-bandicoot-nitro-kart-3d /&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png&quot; alt = &quot;Crash Bandicoot Nitro Kart 3D&quot; width = &quot;75&quot; height = &quot;75&quot; title = &quot;Crash Bandicoot Nitro Kart 3D&quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos/mlb-com-at-bat-2009 / &quot;&gt; &lt;img src =&quot; http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg &quot;alt =&quot; MLB. com Am Bat 2009 &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; MLB.com Auf Bat 2009 &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href =&quot; / fotos / Macworld-Expo-2007-Show-Boden / &quot;&gt; &lt;img src =&quot; http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg &quot;alt =&quot; Macworld Expo 2007 zeigen Stock &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Macworld Expo 2007 show floor &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href = &quot;/ photos / Apfel-texas-hold-em /&quot;&gt; &lt;img src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg&quot; alt = &quot;Apple Texas Hold 'Em &quot;width =&quot; 75 &quot;height =&quot; 75 &quot;title =&quot; Apple Texas Hold' Em &quot;&gt; &lt;/ a&gt; &lt;/ div&gt; &lt;div class=&quot;thumb&quot;&gt; &lt;a href =&quot; / photos/the- Macworld-treu-in-line / &quot;&gt; &lt;img src =&quot; http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg &quot;alt =&quot; Die Macworld Gl?ubigen Line &quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;The Macworld Faithful in Line&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;thumb&quot;&gt;&lt;a href=&quot;/photos/iphone-first-look/ &quot;&gt;&lt;img src=&quot;http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg&quot; alt=&quot;iPhone First Look&quot; width=&quot;75&quot; height=&quot;75&quot; title=&quot;iPhone First Look&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;p class=&quot;clearer&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt; <br> &lt;div class=&quot;statstable&quot; id=&quot;stats_bloggers&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;TUAW bloggers (30 days)&lt;/span&gt;&lt;/h3&gt;&lt;table class=&quot;data&quot; cellspacing=&quot;0&quot;&gt;&lt;tr&gt;&lt;th&gt;#&lt;/th&gt;&lt;th&gt;Blogger&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;Posts&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;Cmts&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;1&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/steven-sande/&quot;&gt;Steven Sande&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;36&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/mel-martin/&quot;&gt;Mel Martin&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;31&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;3&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/mike-schramm/&quot;&gt;Mike Schramm&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;25&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;4&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/dave-caolo/&quot;&gt;Dave Caolo&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;23&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;5&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/michael-rose/&quot;&gt;Michael Rose&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;17&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;32&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;6&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/robert-palmer/&quot;&gt;Robert Palmer&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;13&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/brett-terpstra/&quot;&gt;Brett Terpstra&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;8&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/cory-bohon/&quot;&gt;Cory Bohon&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;9&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/christina-warren/&quot;&gt;Christina Warren&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;13&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;10&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/aron-trimble/&quot;&gt;Aron Trimble&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;7&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;11&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;11&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/megan-lavey/&quot;&gt;Megan Lavey&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;6&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;12&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/victor-agreda-jr/&quot;&gt;Victor Agreda, Jr.&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;3&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;13&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/kelly-guimont/&quot;&gt;Kelly Guimont&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;14&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/mat-lu/&quot;&gt;Mat Lu&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass1&quot;&gt;15&lt;/td&gt;&lt;td class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;/bloggers/chris-ullrich/&quot;&gt;Chris Ullrich&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;2&lt;/td&gt;&lt;td class=&quot;statsclass1 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;statsclass2&quot;&gt;16&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/brett-kelly/&quot;&gt;Brett Kelly&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;1&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;statstable&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;Most Commented On &lt;em&gt;(7 days)&lt;/em&gt;&lt;/span&gt;&lt;/h3&gt;&lt;ul class=&quot;box&quot;&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/hulu-desktop-app-gives-full-screen-experience-to-mac-users/&quot; rel=&quot;bookmark&quot;&gt;Hulu Desktop app gives full-screen experience to Mac users&lt;/a&gt; (63)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot; rel=&quot;bookmark&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt; (45)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/fortune-palm-pre-syncs-flawlessly-with-itunes/&quot; rel=&quot;bookmark&quot;&gt;Fortune: Palm Pre syncs flawlessly with iTunes&lt;/a&gt; (38)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/&quot; rel=&quot;bookmark&quot;&gt;Stop the presses! AP News for iPhone is a mess&lt;/a&gt; (33)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/&quot; rel=&quot;bookmark&quot;&gt;Sirius-XM iPhone app coming 'real soon'&lt;/a&gt; (29)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/&quot; rel=&quot;bookmark&quot;&gt;Apple building server farm, secret lair in North Carolina&lt;/a&gt; (29)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/27/white-macbook-specs-quietly-bumped/&quot; rel=&quot;bookmark&quot;&gt;White MacBook specs quietly bumped&lt;/a&gt; (26)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/businessweek-puts-apple-at-top-of-most-innovative-list/&quot; rel=&quot;bookmark&quot;&gt;Businessweek puts Apple at top of Most Innovative list&lt;/a&gt; (25)&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/26/rumors-ipod-cameras-expecting-offspring/&quot; rel=&quot;bookmark&quot;&gt;Rumors: iPod, cameras expecting offspring&lt;/a&gt; (23)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/24/eucalyptus-for-iphone-gets-a-new-lease-on-life/&quot; rel=&quot;bookmark&quot;&gt;Eucalyptus for iPhone gets a new lease on life&lt;/a&gt; (23)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;statstable&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;Recent Comments&lt;/span&gt;&lt;/h3&gt;&lt;ul id=&quot;stats_recentcomments&quot;&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113329&quot;&gt;user7&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/&quot;&gt;Some Macbook Pros are updated along with iWork '09&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/#c19113308&quot;&gt;Andy&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/some-macbook-pros-are-updated-along-with-iwork-09/&quot;&gt;Some Macbook Pros are updated along with iWork '09&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19113197&quot;&gt;cam&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112941&quot;&gt;Mel Martin&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112895&quot;&gt;whoapossum&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112888&quot;&gt;zezke&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112679&quot;&gt;Maxwell&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/#c19112696&quot;&gt;Tyson McMurtrey&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/21/win-a-bundle-of-iphone-apps-in-iphonespree-plus-18-apps-on-tuaw/&quot;&gt;Win a bundle of iPhone apps in iPhoneSpree, plus 18 apps on TUAW&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/#c19112680&quot;&gt;ted&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/28/ask-tuaw-switcher-questions-wifi-stumbling-dual-band-wifi-ha/&quot;&gt;Ask TUAW: Switcher questions, WiFi stumbling, dual-band WiFi, hard drive upgrading, and more&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19112502&quot;&gt;Dachaz&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/&quot;&gt;Sky Burger for iPhone/iPod touch free for the day&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div id=&quot;tagCloud&quot; class=&quot;sidearea&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;The Unofficial Apple Weblog (TUAW) Tags&lt;/span&gt;&lt;/h3&gt;&lt;div class=&quot;box&quot;&gt;&lt;p&gt; &lt;a href=&quot;/tag/iLife/&quot; class=&quot;tagSmall&quot;&gt;iLife&lt;/a&gt; &lt;a href=&quot;/tag/iPhone/&quot; class=&quot;tagSmall&quot;&gt;iPhone&lt;/a&gt; &lt;a href=&quot;/tag/IpodTouch/&quot; class=&quot;tagSmall&quot;&gt;IpodTouch&lt;/a&gt; &lt;a href=&quot;/tag/AppStore/&quot; class=&quot;tagSmall&quot;&gt;AppStore&lt;/a&gt; &lt;a href=&quot;/tag/Kindle/&quot; class=&quot;tagSmall&quot;&gt;Kindle&lt;/a&gt; &lt;a href=&quot;/tag/software/&quot; class=&quot;tagSmall&quot;&gt;software&lt;/a&gt; &lt;a href=&quot;/tag/advertising/&quot; class=&quot;tagSmall&quot;&gt;advertising&lt;/a&gt; &lt;a href=&quot;/tag/apple/&quot; class=&quot;tagSmall&quot;&gt;apple&lt;/a&gt; &lt;a href=&quot;/tag/app-store/&quot; class=&quot;tagSmall&quot;&gt;app-store&lt;/a&gt; &lt;a href=&quot;/tag/video/&quot; class=&quot;tagSmall&quot;&gt;video&lt;/a&gt; &lt;a href=&quot;/tag/mobileme/&quot; class=&quot;tagSmall&quot;&gt;mobileme&lt;/a&gt; &lt;a href=&quot;/tag/mac/&quot; class=&quot;tagSmall&quot;&gt;mac&lt;/a&gt; &lt;a href=&quot;/tag/itunes/&quot; class=&quot;tagSmall&quot;&gt;itunes&lt;/a&gt; &lt;a href=&quot;/tag/money/&quot; class=&quot;tagSmall&quot;&gt;money&lt;/a&gt; &lt;a href=&quot;/tag/twitter/&quot; class=&quot;tagSmall&quot;&gt;twitter&lt;/a&gt; &lt;a href=&quot;/tag/app/&quot; class=&quot;tagSmall&quot;&gt;app&lt;/a&gt; &lt;a href=&quot;/tag/rumors/&quot; class=&quot;tagSmall&quot;&gt;rumors&lt;/a&gt; &lt;a href=&quot;/tag/sdk/&quot; class=&quot;tagSmall&quot;&gt;sdk&lt;/a&gt; &lt;a href=&quot;/tag/MacbookPro/&quot; class=&quot;tagSmall&quot;&gt;MacbookPro&lt;/a&gt; &lt;a href=&quot;/tag/tuaw/&quot; class=&quot;tagSmall&quot;&gt;tuaw&lt;/a&gt; &lt;a href=&quot;/tag/ipod/&quot; class=&quot;tagSmall&quot;&gt;ipod&lt;/a&gt; &lt;a href=&quot;/tag/design/&quot; class=&quot;tagSmall&quot;&gt;design&lt;/a&gt; &lt;a href=&quot;/tag/podcast/&quot; class=&quot;tagSmall&quot;&gt;podcast&lt;/a&gt; &lt;a href=&quot;/tag/email/&quot; class=&quot;tagSmall&quot;&gt;email&lt;/a&gt; &lt;a href=&quot;/tag/giveaway/&quot; class=&quot;tagSmall&quot;&gt;giveaway&lt;/a&gt; &lt;a href=&quot;/tag/beta/&quot; class=&quot;tagSmall&quot;&gt;beta&lt;/a&gt; &lt;a href=&quot;/tag/games/&quot; class=&quot;tagSmall&quot;&gt;games&lt;/a&gt; &lt;a href=&quot;/tag/att/&quot; class=&quot;tagSmall&quot;&gt;att&lt;/a&gt; &lt;a href=&quot;/tag/graphics/&quot; class=&quot;tagSmall&quot;&gt;graphics&lt;/a&gt; &lt;a href=&quot;/tag/talkcast/&quot; class=&quot;tagSmall&quot;&gt;talkcast&lt;/a&gt; &lt;a href=&quot;/tag/hulu/&quot; class=&quot;tagSmall&quot;&gt;hulu&lt;/a&gt; &lt;a href=&quot;/tag/iphone3g/&quot; class=&quot;tagSmall&quot;&gt;iphone3g&lt;/a&gt; &lt;a href=&quot;/tag/accessories/&quot; class=&quot;tagSmall&quot;&gt;accessories&lt;/a&gt; &lt;a href=&quot;/tag/ipod-touch/&quot; class=&quot;tagSmall&quot;&gt;ipod-touch&lt;/a&gt; &lt;a href=&quot;/tag/gmail/&quot; class=&quot;tagSmall&quot;&gt;gmail&lt;/a&gt; &lt;a href=&quot;/tag/macbook/&quot; class=&quot;tagSmall&quot;&gt;macbook&lt;/a&gt; &lt;a href=&quot;/tag/update/&quot; class=&quot;tagSmall&quot;&gt;update&lt;/a&gt; &lt;a href=&quot;/tag/hardware/&quot; class=&quot;tagSmall&quot;&gt;hardware&lt;/a&gt; &lt;a href=&quot;/tag/apps/&quot; class=&quot;tagSmall&quot;&gt;apps&lt;/a&gt; &lt;a href=&quot;/tag/leopard/&quot; class=&quot;tagSmall&quot;&gt;leopard&lt;/a&gt; &lt;a href=&quot;/tag/music/&quot; class=&quot;tagSmall&quot;&gt;music&lt;/a&gt; &lt;a href=&quot;/tag/Microsoft/&quot; class=&quot;tagSmall&quot;&gt;Microsoft&lt;/a&gt; &lt;a href=&quot;/tag/developers/&quot; class=&quot;tagSmall&quot;&gt;developers&lt;/a&gt; &lt;a href=&quot;/tag/AskTuaw/&quot; class=&quot;tagSmall&quot;&gt;AskTuaw&lt;/a&gt; &lt;a href=&quot;/tag/game/&quot; class=&quot;tagSmall&quot;&gt;game&lt;/a&gt; &lt;a href=&quot;/tag/release/&quot; class=&quot;tagSmall&quot;&gt;release&lt;/a&gt; &lt;a href=&quot;/tag/OS/&quot; class=&quot;tagSmall&quot;&gt;OS&lt;/a&gt; &lt;a href=&quot;/tag/features/&quot; class=&quot;tagSmall&quot;&gt;features&lt;/a&gt; &lt;a href=&quot;/tag/IphoneOs/&quot; class=&quot;tagSmall&quot;&gt;IphoneOs&lt;/a&gt; &lt;a href=&quot;/tag/security/&quot; class=&quot;tagSmall&quot;&gt;security&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;module&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;More Apple Analysis&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://aapl.bloggingstocks.com/&quot;&gt;AAPL on BloggingStocks&lt;/a&gt; The Apple category feed from BloggingStocks.com&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/apple-inc/aapl/nas&quot;&gt;AAPL Quote, News &amp; Summary&lt;/a&gt; The AAPL financials page from AOL Money and Finance&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/tag/iphone&quot;&gt;iPhone analysis from BloggingStocks&lt;/a&gt; iPhone tag feed from BloggingStocks&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/category/macintosh/&quot;&gt;Macintosh news and reviews on Download Squad&lt;/a&gt; The Macintosh category feed from Download Squad&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;module&quot;&gt;&lt;h3&gt;&lt;span class=&quot;wrap&quot;&gt;More from AOL Money and Finance&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/investing/stockscreener&quot;&gt;Stock Screener&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-quotes&quot;&gt;Stock Quotes&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji&quot;&gt;DJIA&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/amt&quot;&gt;AMT&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans/auto&quot;&gt;Auto Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking&quot;&gt;Banking&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/car-insurance&quot;&gt;Car Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking/checking&quot;&gt;Checking Account&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/credit/credit-cards&quot;&gt;Credit Cards&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/credit/credit-reports&quot;&gt;Credit Reports&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/deals&quot;&gt;Deals&lt;/a&gt; Deals&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/creditdebt/debt&quot;&gt;Debt Management&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average-index/$indu/dji&quot;&gt;Dow Jones Industrial Average&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/news/earnings&quot;&gt;Earnings&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/google-inc/goog/nas&quot;&gt;GOOG&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/health-insurance&quot;&gt;Health Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/home-insurance&quot;&gt;Home Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/fraud/identity-theft&quot;&gt;Identity Theft&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/basics&quot;&gt;Income Tax Basics&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance&quot;&gt;Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/insurance/life-insurance&quot;&gt;Life Insurance&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans&quot;&gt;Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com&quot;&gt;Money&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/mortgages&quot;&gt;Mortgages&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/loans/personal&quot;&gt;Personal Loans&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/recession&quot;&gt;Recession&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/mortgages/refinancing&quot;&gt;Refinancing&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/retirement&quot;&gt;Retirement&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/banking/savings&quot;&gt;Savings Account&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://smallbusiness.aol.com/&quot;&gt;Small Business&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://finance.aol.com/usw/quotes/charts&quot;&gt;Stock Charts&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-ticker&quot;&gt;Stock Ticker&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes&quot;&gt;Taxes&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://money.aol.com/news/technology&quot;&gt;Tech News&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;blogroll&quot; id=&quot;winblogroll&quot;&gt; <br> &lt;h3 id=&quot;blogroll_header&quot;&gt;&lt;span&gt;&lt;a href=&quot;http://www.weblogsinc.com&quot;&gt;WIN Network&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt; <br> <br> &lt;ul id=&quot;winblogroll&quot; class=&quot;accordian&quot;&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Autos&lt;/strong&gt; <br> <br> &lt;ul id=&quot;consumer&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/&quot;&gt;Autoblog&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.autobloggreen.com/&quot;&gt;Autoblog Green&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://spanish.autoblog.com/&quot;&gt;Autoblog Spanish&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://chinese.autoblog.com/&quot;&gt;Autoblog Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://cn.autoblog.com/&quot;&gt;Autoblog Simplified Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://jp.autoblog.com/&quot;&gt;Autoblog Japanese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://uk.autoblog.com/&quot;&gt;Autoblog UK&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://de.autoblog.com/&quot;&gt;Autoblog Auf Deutsh&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://fr.autoblog.com/&quot;&gt;Autoblog En Fran?ais&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Technology&lt;/strong&gt; <br> &lt;ul id=&quot;technology&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/&quot;&gt;Download Squad&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.engadget.com/&quot;&gt;Engadget&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.engadgethd.com/&quot;&gt;Engadget HD&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.engadgetmobile.com/&quot;&gt;Engadget Mobile&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://chinese.engadget.com/&quot;&gt;Engadget Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://cn.engadget.com/&quot;&gt;Engadget Simplified Chinese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://japanese.engadget.com/&quot;&gt;Engadget Japanese&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://de.engadget.com/&quot;&gt;Engadget Germany&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://kr.engadget.com/&quot;&gt;Engadget Korea&lt;/a&gt;&lt;/li&gt; <br> <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://pl.engadget.com/&quot;&gt;Engadget Polska&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://spanish.engadget.com/&quot;&gt;Engadget Spanish&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.switched.com/&quot;&gt;Switched&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.tuaw.com/&quot;&gt;TUAW (Apple)&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Lifestyle&lt;/strong&gt; <br> <br> &lt;ul id=&quot;lifestyle&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.aisledash.com/&quot;&gt;AisleDash&lt;/a&gt;&lt;/li&gt; <br>?? &lt;li&gt;&lt;a href=&quot;http://www.diylife.com/&quot;&gt;DIY Life&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.gadling.com/&quot;&gt;Gadling&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.greendaily.com/&quot;&gt;Green Daily&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.luxist.com/&quot;&gt;Luxist&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://jp.luxist.com/&quot;&gt;Luxist Japanese&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.parentdish.com/&quot;&gt;ParentDish&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.slashfood.com/&quot;&gt;Slashfood&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.stylelist.com/blog/&quot;&gt;StyleList Blog&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.thatsfit.com/&quot;&gt;That's Fit&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Gaming&lt;/strong&gt; <br> <br> &lt;ul id=&quot;gaming&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/&quot;&gt;Joystiq&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://nintendo.joystiq.com/&quot;&gt;Joystiq [Nintendo]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/&quot;&gt;Joystiq [Xbox]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://playstation.joystiq.com/&quot;&gt;Joystiq [PlayStation]&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://jp.joystiq.com/&quot;&gt;Joystiq Japanese&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.massively.com/&quot;&gt;Massively&lt;/a&gt;&lt;/li&gt; <br> <br> &lt;li&gt;&lt;a href=&quot;http://www.wowinsider.com/&quot;&gt;WoW Insider&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://news.bigdownload.com&quot;&gt;Big Download&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.gamedaily.com/&quot;&gt;GameDaily&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.playsavvy.com&quot;&gt;PlaySavvy&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Entertainment&lt;/strong&gt; <br> &lt;ul id=&quot;entertainment&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.com/&quot;&gt;Cinematical&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://nl.cinematical.com/&quot;&gt;Cinematical Nederland&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.pl/&quot;&gt;Cinematical Polska&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.cinematical.es/&quot;&gt;Cinematical Espana&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.tvsquad.com/&quot;&gt;TV Squad&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Finance&lt;/strong&gt; <br> <br> &lt;ul id=&quot;finance&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.bloggingbuyouts.com/&quot;&gt;BloggingBuyouts&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/&quot;&gt;BloggingStocks&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.dailyfinance.com/&quot;&gt;DailyFinance&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://finance.aol.com/quotes/dow-jones-industrial-average/%24indu/dji&quot;&gt;DIJA&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/&quot;&gt;WalletPop&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.co.uk/&quot;&gt;WalletPop UK&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.walletpop.com/taxes/&quot;&gt;Taxes&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br> &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Sports&lt;/strong&gt; <br> &lt;ul id=&quot;sports&quot;&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.fanhouse.com&quot;&gt;FanHouse&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nfl.fanhouse.com/&quot;&gt;NFL&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nba.fanhouse.com/&quot;&gt;NBA&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://mlb.fanhouse.com/&quot;&gt;MLB&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://ncaafootball.fanhouse.com/&quot;&gt;NCAA Football&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://ncaabasketball.fanhouse.com/&quot;&gt;NCAA Basketball&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://motorsports.fanhouse.com/&quot;&gt;NASCAR&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://nhl.fanhouse.com/&quot;&gt;NHL&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://golf.fanhouse.com/&quot;&gt;Golf&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://fantasyfootball.fanhouse.com/&quot;&gt;Fantasy Football&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://fantasybasketball.fanhouse.com/&quot;&gt;Fantasy Basketball&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://mma.fanhouse.com/2009/05/23/ufc-98-results-live-updates-of-evans-machida-hughes-serra-mo/&quot;&gt;UFC 98 results&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> <br>???????? &lt;li class=&quot;winblogrollcat&quot;&gt;&lt;strong class=&quot;trigger&quot;&gt;Also on AOL&lt;/strong&gt; <br> &lt;ul id=&quot;alsoAOL&quot;&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.politicsdaily.com&quot;&gt;Politics Daily&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://blackvoices.aol.com/&quot;&gt;African-American Culture&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://autos.aol.com/&quot;&gt;Cars&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.games.com/&quot;&gt;Games&lt;/a&gt;&lt;/li&gt; <br>???????????????????????? &lt;li&gt;&lt;a href=&quot;http://www.mapquest.com&quot;&gt;Maps&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://money.aol.com/&quot;&gt;Money&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://www.moviefone.com/&quot;&gt;Movies&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://music.aol.com/&quot;&gt;Music&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://news.aol.com/&quot;&gt;News&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://music.aol.com/radioguide/bb&quot;&gt;Radio&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://sports.aol.com/&quot;&gt;Sports&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://money.aol.com/stock-quotes/&quot;&gt;Stock Quotes&lt;/a&gt;&lt;/li&gt; <br> &lt;li&gt;&lt;a href=&quot;http://television.aol.com/&quot;&gt;Television&lt;/a&gt;&lt;/li <br> &lt;li&gt;&lt;a href=&quot;http://travel.aol.com/&quot;&gt;Travel&lt;/a&gt;&lt;/li&gt; <br> &lt;/ul&gt; <br> &lt;/li&gt; <br> &lt;/ ul&gt; <br> &lt;/div&gt;&lt;a href=&quot;http://daol.aol.com/software/mac/iphone/radio&quot; title=&quot;AOL iPhone Radio&quot; class=&quot;aol-radio&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/aol_radio_2.gif&quot; alt=&quot;AOL Radio&quot; /&gt;&lt;/a&gt; <br> &lt;a href=&quot;http://www.stitcher.com/listen.php?fid=8189&quot; title=&quot;TUAW on Stitcher&quot;&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-stitcher.gif&quot; alt=&quot;TUAW on Stitcher&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!– /subcontent –&gt; <br> &lt;/ div&gt; <br> &lt;div id=&quot;footer&quot;&gt; <br> &lt;div class=&quot;searchform&quot;&gt; <br> &lt;ul class=&quot;searchnav clearfix&quot;&gt; <br> &lt;li id=&quot;search-tab-blog2&quot; class=&quot;selected&quot;&gt;&lt;a onclick=&quot;return searchTarget('/search/?q=', 0, 'search-tab-blog2');&quot; href=&quot;#&quot;&gt;TUAW&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Web2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Web2');&quot; href=&quot;http://search.aol.com/aol/search?invocationType=wl-tuaw-ft&amp;query=&quot;&gt;Web&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Images2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Images2');&quot;href=&quot;http://search.aol.com/aol/image?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;Images&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Video2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&amp;query=', 0, 'search-tab-Video2');&quot;href=&quot;http://search.aol.com/aol/video?invocationType=wl-tuaw-ft&amp;query=&quot;&gt;Video&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-News2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;amp;query=', 0, 'search-tab-News2');&quot;href=&quot;http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;News&lt;/a&gt;&lt;/li&gt; <br> &lt;li id=&quot;search-tab-Local2&quot; class=&quot;&quot;&gt;&lt;a onclick=&quot;return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;amp;query=', 0, 'search-tab-Local2');&quot; href=&quot;http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&amp;amp;query=&quot;&gt;Local&lt;/a&gt;&lt;/li&gt; <br> &lt;/ ul&gt; <br> &lt;form name=&quot;s_form2&quot; action=&quot;/search/&quot;&gt;&lt;fieldset&gt;&lt;input type=&quot;text&quot; name=&quot;q&quot; id=&quot;queryname2&quot; value=&quot;&quot; class=&quot;text&quot; /&gt;&lt;button id=&quot;searchsubmit&quot; onclick=&quot;return submitHeaderSearch('onclick');&quot; type=&quot;submit&quot; name=&quot;searchsubmit&quot; title=&quot;Search&quot; &gt;&lt;/button&gt;&lt;input type=&quot;hidden&quot; name=&quot;invocationType&quot; value=&quot;wl-tuaw-ft&quot; /&gt;&lt;/fieldset&gt;&lt;/form&gt; <br> &lt;/div&gt;&lt;!– /show-footer-search.html.php –&gt; <br> &lt;div class=&quot;bottomleader&quot;&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> &lt;! — <br> adSetType(&quot;F&quot;); <br> htmlAdWH('93217798', '728', '90'); <br> adSetType(&quot;&quot;); <br> //–&gt; <br> &lt;/script&gt; <br> &lt;/div&gt;&lt;!– /topleader –&gt;&lt;/div&gt;&lt;!– /footer –&gt; <br> &lt;div id=&quot;grid2&quot;&gt; <br> &lt;table class=&quot;grid-table&quot; cellspacing=&quot;0&quot;&gt; <br> &lt;tr&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;first&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.joystiq.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.joystiq.com/&quot;&gt;Joystiq&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/qore-leak-reveals-new-psp-metal-gear-jak-and-daxter-and-more/&quot; rel=&quot;bookmark&quot;&gt;Qore leak reveals new PSP Metal Gear and more&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/steam-has-assassins-creed-splinter-cell-double-agent-50-off/&quot; rel=&quot;bookmark&quot;&gt;Steam has Assassin's Creed, Splinter Cell, Double Agent 50% off until June 5&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.joystiq.com/2009/05/30/rumor-psp-go-revealed-in-june-issue-of-qore/&quot; rel=&quot;bookmark&quot;&gt;PSP Go revealed in June issue of Qore [Update]&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.downloadsquad.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.downloadsquad.com/&quot;&gt;Download Squad&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/search-for-useful-bookmarklets-with-bookmarklet-directory/&quot; rel=&quot;bookmark&quot;&gt;Search for useful bookmarklets with Bookmarklet Directory&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/where-to-watch-the-stanley-cup-finals-online/&quot; rel=&quot;bookmark&quot;&gt;Where to watch the Stanley Cup finals online&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.downloadsquad.com/2009/05/30/goog-411-now-provides-intersection-info/&quot; rel=&quot;bookmark&quot;&gt;Goog-411 now provides intersection info&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.bloggingstocks.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.bloggingstocks.com/&quot;&gt;BloggingStocks&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/stock-2-quicksilver-zqk/&quot; rel=&quot;bookmark&quot;&gt;Stock #2: Quicksilver (ZQK)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/earnings-highlights-autozone-costco-dell-heinz-staples-tif/&quot; rel=&quot;bookmark&quot;&gt;Earnings highlights: AutoZone, Costco, Dell, Heinz, Staples, Tiffany, Tivo and more&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggingstocks.com/2009/05/30/stock-1-marine-products-corp-mpx/&quot; rel=&quot;bookmark&quot;&gt;Stock #1: Marine Products Corp. (MPX)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;/ tr&gt; <br> &lt;tr&gt; <br> &lt;td scope=&quot;col&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.autoblog.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.autoblog.com/&quot;&gt;Autoblog&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/video-corvette-gran-sport-launch-control-tested-in-dealer-lo/&quot; rel=&quot;bookmark&quot;&gt;VIDEO: Corvette Grand Sport launch control tested… in dealer lot&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/kerfuffle-what-kerfuffle-all-formula-1-teams-reportedly-sign-o/&quot; rel=&quot;bookmark&quot;&gt;Kerfuffle? What kerfuffle? All Formula 1 teams reportedly sign on for 2010&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.autoblog.com/2009/05/30/crazy-kiwis-buy-a-new-mitsubishi-triton-get-a-free-goat-with-p/&quot; rel=&quot;bookmark&quot;&gt;Crazy Kiwis: Buy a new Mitsubishi Triton, get a free goat with purchase&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;last&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/xbox.joystiq.com/media/favicon.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://xbox.joystiq.com/&quot;&gt;Joystiq Xbox&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/29/xbox-360-fancast-118-pre-e3-extravaganza-part-2/&quot; rel=&quot;bookmark&quot;&gt;Xbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/28/raiden-iv-media-blowout/&quot; rel=&quot;bookmark&quot;&gt;Raiden IV media blowout &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://xbox.joystiq.com/2009/05/28/joyswag-gel-set-and-match/&quot; rel=&quot;bookmark&quot;&gt;Joyswag: Gel: Set &amp;amp; Match&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;td scope=&quot;col&quot; class=&quot;last&quot;&gt; <br> &lt;h4&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.engadget.com/media/favicon-v2.ico&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;16&quot; /&gt; &lt;a href=&quot;http://www.engadget.com/&quot;&gt;Engadget&lt;/a&gt;&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/sonys-psp-go-leaks-out-before-e3-is-obviously-a-go/&quot; rel=&quot;bookmark&quot;&gt;Video: Sony's PSP Go leaks out before E3, is obviously a go&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/dj-hero-website-and-pre-orders-go-live-jay-z-special-edition-se/&quot; rel=&quot;bookmark&quot;&gt;DJ Hero website and pre-orders go live, Jay-Z Special Edition seen in the distance&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.engadget.com/2009/05/30/ericssons-fashion-forward-w30-series-3g-routers-get-detailed/&quot; rel=&quot;bookmark&quot;&gt;Ericsson's fashion-forward W30 series 3G routers get detailed&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt; <br> &lt;/ tr&gt; <br> &lt;/table&gt; <br> &lt;/ div&gt; <br> &lt;div id=&quot;legal&quot;&gt; <br> &lt;a href=&quot;http://news.aol.com&quot; target=&quot;_blank&quot; class=&quot;cobrand-footer&quot;&gt;AOL News&lt;/a&gt; <br> &lt;p&gt;All contents copyright &amp;copy; 2003-2009, &lt;a href=&quot;http://www.weblogsinc.com/&quot;&gt;Weblogs, Inc.&lt;/a&gt; All rights reserved&lt;/p&gt; <br> &lt;p&gt;&lt;a href=&quot;&quot;&gt;The Unofficial Apple Weblog (TUAW)&lt;/a&gt; is a member of the &lt;a href=&quot;http://www.weblogsinc.com/&quot;&gt;Weblogs, Inc. Network&lt;/a&gt;. &lt;a href=&quot;http://www.weblogsinc.com/privacy/&quot;&gt;Privacy Policy&lt;/a&gt;, &lt;a href=&quot;http://www.weblogsinc.com/terms/&quot;&gt;Terms of Service&lt;/a&gt;, &lt;a href=&quot;http://www.weblogsinc.com/report/&quot;&gt;Notify AOL&lt;/a&gt;&lt;/p&gt; <br> <br> &lt;/div&gt;&lt;!– /legal –&gt; <br> &lt;/div&gt;&lt;!– /main –&gt; <br> &lt;/div&gt;&lt;!– /container –&gt; <br> &lt;/body&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/include/jquery.js&quot;&gt;&lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> $(document).ready(init); <br> function init() <br> { <br> $('.winblogrollcat').children('ul').hide(); <br> $('.winblogrollcat .trigger').click(function(evt){ <br> $(this.parentNode).children('ul').slideToggle('fast'); <br> }); <br>???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); <br> } <br> &lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.blogcdn.com/js/addthis.js&quot;&gt;&lt;/script&gt; <br> &lt;script type=&quot;text/javascript&quot;&gt; <br> if (top !== self &amp;&amp; document.referrer.match(/digg\.com\/\w{1,8}/)) { <br>?? top.location.replace(self.location.href); <br> } <br> &lt;/script&gt; <br> &lt;/html&gt;&lt;script type=&quot;text/javascript&quot;&gt; <br> &lt;! — <br> document.write('&lt;scr' + 'ipt src=&quot;http://www.tuaw.com/traffic/' + '?t=js&amp;bv=&amp;os=&amp;tz=&amp;lg=&amp;rv=&amp;rsv=&amp;pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&amp;cb=1639771966&quot; type=&quot;text/javascript&quot;&gt;&lt;/scr' + 'ipt&gt;'); <br> // –&gt; <br> &lt;/script&gt;&lt;noscript&gt;&lt;img src=&quot;http://www.tuaw.com/traffic/?t=px&amp;bv=JavaScript+Disabled&amp;os=&amp;tz=default&amp;lg=&amp;rv=&amp;rsv=&amp;pw=%2F2009%2F05%2F30%2Fcheck-prices-on-your-iphone-with-pricecheckah%2F&amp;cb=417039105&quot; alt=&quot;the end&quot; width=&quot;1&quot; height=&quot;1&quot;border=&quot;0&quot; /&gt;&lt;/noscript&gt;</textarea></td></tr><tr><td></td><td align=right><input type=submit value="Contribute"></td></tr></table></form></td></tr></table><div class=footer><a href="http://www.google.com/webhp?hl=en">Google&nbsp;Home</a> – <a href="http://www.google.com/intl/en/help/faq_translation.html">About Google Translate</a><br><br>&copy;2009 Google</div><iframe name=hidden_iframe style="display:none"></iframe></div><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ?"https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost +"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">var pageTracker = _gat._getTracker("UA-1043770-1");pageTracker._initData();pageTracker._trackPageview("/translate_t?hl=en&ie=ISO-8859-1&langpair=en|de");</script></body></html>Google Home – About Google Translate©2009 Googlevar gaJsHost = ((“https:” == document.location.protocol) ?”https://ssl.” : “http://www.”);document.write(unescape(“%3Cscript src=’” + gaJsHost +”google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));var pageTracker = _gat._getTracker(“UA-1043770-1″);pageTracker._initData();pageTracker._trackPageview(“/translate_t?hl=en&ie=ISO-8859-1&langpair=de|en”);

post

Sharing Content on the iPhone: A Plea for Universal Twitter – Wired News


Sharing Content on the iPhone: A Plea for Universal Twitter
Wired News
By John C Abell One of my favorite iPhone apps is Instapaper, because it let's me put a pin in something I want to read without leaving the bomb run of surfing for things that I might want to read when I have time later (ha!). ...
iphone: I've Fallen In Love With Google Reader Again (Thanks To ... Özel Web Tasarım
Weekly App Store Picks: May 30, 2009 TheAppleBlog
all 3 news articles
post

The Week In iPhone Apps: Sonic the Hedgehog Learns to Read [IPhone Apps]

Ok, let's just acknowledge something so we can all move on. This happened. Now, some apps.

It's been a hell of a week for the iPhone and the App Store, and one we covered closely. Here are a few apps that slipped through the cracks.

Melodica: It's a bit like Bloom, except more rigid, more practical, and less whimsical. With Bloom, you discover ambient soundscapes with inexact pokes and unguessable time signatures; with Melodica, everything's pretty much on rails, including your tempo. Halfway between an audiovisual toy and a compositional tool, and it's pretty fun. A dollar.

Eucalyptus : This eBook app was at the center of a little controversy a while back, when it was rejected for linking to RACY .txt file of the Kama Sutra in its library. The blogs leapt to its defense and everything got cleared up, but is it any good? Yes! Page flipping animations and other assorted eye candy are nice, and it's a well-organized, sensible reader, with a large (but closed) library of public domain content. Shame it's hideously expensive—you might want to watch this video before you take the dive. Ten bucks.

Sonic the Hedgehog: I was really looking forward to this one, but I've been let down by Sonic ports in the past, so I kept my expectations low. It's OK. Visually, it's a mixed bag: the classic Sonic aesthetic is intact, but looks muddy and pixelated on the iPhone's screen, as if they just dumped some assets from another platform onto this one. Adapting Sonic to the iPhone's limited control options was an obvious challenge for Sega, and one I had hoped they would rise to. With their onscreen d-pad and single button, they haven't. $6 feels excessive for a game that's best described as "playable."

Tic Tac Toe Ten: Ok, this week's getting a little rich for my blood. How about some free apps? Tic Tac Toe Ten multiplies an old classic by ten nine, changing it from a worn-out game for children into a surprisingly engaging one or two player puzzle. Tip: instituting time limits is key. There's a pay version with more options, but the free one's aaaaaaalllright.

Zensify: One of a growing number of social media aggregators, Zensify gloms together most common social networks, as well as services like Flickr, YouTube and Digg that have central social networking functions. It behaves and looks like a Twitter client (also, it is a Twitter client) and helps you keep track of what's going on in your little corner of the internet. It'll also create a cloud to see what topics are trending between your various services, which is cool, if not overly useful. Free.

• This Week's App News on Giz:

• A Week in the Life of an Apple App Store Reviewer

• Car Controlling App Is Fake, But Fun Anyway

• Would You Replace Your Baby's Rattle with an iPhone?

• Peek-O-Matic Strips Pinups, Hunks, Flabby Gizmodo Editors

• The First Fuzzy Shot of the Sirius iPhone App

Get Girls Half-Naked in Your iPhone

• The First iPhone Clock App I Actually Paid Money For

• June 1st New Yorker Cover Drawn Entirely on the iPhone

This list is in no way definitive. If you've spotted a great app that hit the store this week, give us a heads up or, better yet, your firsthand impressions in the comments. And for even more apps: see our previous weekly roundups here, and check out our Favorite iPhone Apps Directory and our original iPhone App Review Marathon. Have a good weekend everybody.



post

mocoNews – IPhone 3.0 To Have Direct Movie, TV Downloads; 3 … – Washington Post


The Canadian Press

mocoNews - IPhone 3.0 To Have Direct Movie, TV Downloads; 3 ...
Washington Post, United States
News about the web is that the iPhone 3.0 operating system release will include new support for direct downloads of movie and TV content from the iTunes Store, reports Apple Insider. Apple (NSDQ: AAPL) has reportedly distributed training materials on ...
Apple briefs staff on wireless iPhone movie and TV downloads Apple Insider
More Claims of Wireless Movie and TV Downloads to iPhone Surface Mac Rumors
Stuff reviews Apple TV: Sleek and sexy; a genuine must-have for ... MacDailyNews
Canada.com
all 43 news articles