post

Next-gen iPhone photos leaked?

Filed under: Analysis / Opinion, Hardware, Odds and ends, iPhone, App Store

The iPhone blogs says they've uncovered the very first photos of a brand new version of the iPhone (the pictures are watermarked from a site called UMPC Fever), and while there's no actual indication that they're real (at the very least, it wouldn't be hard at all to make a picture and load it on the iPhone stream), they are worth a look, if only as ideas. The pictures hint at what's basically a dream roundup of new iPhone hardware: a camera with autofocus, a digital compass, and there are hints at a CPU log as well (which may be a developer function of some kind).

A few people note that there is a percentage near the battery, but that's actually a known function of 3.0, and it's been possible on jailbroken iPhones for a while as well.

To add to the mystery, commenter Dstreelm in the comments over there took a look at the metadata on one of the photos (the one supposedly taken by the iPhone), and it was taken near Hong Kong, just a day or so ago. It's definitely all rumors, so take it all with a grain of salt, but it does lend more credence to the idea that we'll be seeing a new version of the iPhone hardware very soon.

TUAWNext-gen iPhone photos leaked? originally appeared on The Unofficial Apple Weblog (TUAW) on Sun, 31 May 2009 17:30:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Speak Your Mind

*

post

Next-gen iPhone photos leaked?

>

Filed under: Analysis / Opinion , Hardware , Odds and ends , iPhone App Store Next-Gen iPhone photos go?

Your Comment:

remember

email when someone replies to this comment

name = “form” value = “Comments” name = “ButtonSave” value = “Save”

Please keep your comments on this blog entry. mail addresses are never displayed, but they are required to make your comments.

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.

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

or tags.

tabTo (current_tab);
language=”JavaScript” function getUserInfo () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden'; sID.id = 'SID'; sID.name = 'SID'; sID.value ='77decb44268cce773fa5729bdefa899b “; 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 ='93894'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = ' CacheID '; cacheId.value ='3936219036084350'; 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

The iPhone blogs says they've uncovered the very first photos of a brand new version of the iPhone (the pictures are watermarked from a site called UMPC Fever), and while there's no actual indication that they're real (at the very least, it wouldn't be hard at all to make a picture and load it on the iPhone stream), they are worth a look, if only as ideas. The pictures hint at what's basically a dream roundup of new iPhone hardware: a camera with autofocus, a digital compass, and there are hints at a CPU log as well (which may be a developer function of some kind).A few people note that there is a percentage near the battery, but that's actually a known function of 3.0, and it's been possible on jailbroken iPhones for a while as well.To add to the mystery, commenter Dstreelm in the comments over there took a look at the metadata on one of the photos (the one supposedly taken by the iPhone), and it was taken near Hong Kong, just a day or so ago. It's definitely all rumors, so take it all with a grain of salt, but it does lend more credence to the idea that we'll be seeing a new version of the iPhone hardware very soon.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 (1) /* 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 WeblogMac 101: Geodata copying in iPhoto

15 days ago

Sketches updated to 1.5

124 days ago

First Look: OldBooth

166 days ago

Related Articles From Our Tech NetworkMr. Blurrycam takes new iPhone's features for a test drive?

19 hours ago

32GB iPhone placeholder appears at T-Mobile Austria

9 days ago

New iPhone specs leaked — 600MHz CPU, 32GB, 3.2MP cam?

19 days ago

See More Related Articles and Blog Posts

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

iBearTouch1iBearTouch said 5:40PM on 5-31-2009

Hmm I wonder how those compasses can come in handy? (Thinks of the US War Machine) Map marching to the objective while listening to your favorite playlists, and making Facebook posts… hoo-wahhhFighting terror? There is an app for that. :)

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 JoystiqE3 2009: Entering our bedcaves with Arkham Asylum room keysE3 2009: We're here!These are the artists rocking out in Guitar Hero 5 Download SquadKill (and spam) your Twitter friends with Spymaster – Time WasterDear EU: Please quit whining about browsers alreadySearch for useful bookmarklets with Bookmarklet Directory BloggingStocksBank of America looks to add competent people to board of directorsFortress storms a bankStock #5: Cabela's (CAB) AutoblogFirst 2010 Subaru Legacy rolls off the line in IndianaTier-1 supplier Metaldyne files for Chapter 11 bankruptcy tooRoofless Tyrant: Bugatti Veyron 16.4 Grand Sport enters production Joystiq XboxXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout Joyswag: Gel: Set & Match EngadgetUltra-powerful laser could make incandescent light bulbs more efficientMicrosoft showing off Windows 7-powered Viliv S5 MID at ComputexHP's Mini 1101 up for order, customizations nowhere to be found 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/hardware/"> Hardware </ a >, <a href="/category/odds-and-ends/"> Odds und endet </ a>, <a href="/category/iphone/"> iPhone </ a>, <a href = "/ Kategorie / app-store / "> App Store </ a> </ p> <h2 class="posttitle"> <a href =" http://www.tuaw.com/2009/05/31/next-gen -iPhone-Bilder-durchgesickerten / "rel =" Lesezeichen "> <span id="ppt19052830"> Next-Gen iPhone Fotos gelangen? </ span> </ a> </ h2> <p class="byline"> von <strong> <a href="/bloggers/mike-schramm/"> Mike Schramm </ a> </ strong> am 31. Mai 2009 </ p> <div class="postbody"> <! – sphereit Start — -> <img vspace = "4" hspace = "4" border = "1" align = "right" alt = "" src = "http://www.blogcdn.com/www.tuaw.com/media/2009 / 05/newiphonecompass.jpg "/> Das iPhone Blogs sagt sie entdeckt <a href="http://www.theiphoneblog.com/2009/05/30/generation-iphone-camera-caught-camera/"> die ersten Fotos von einer ganz neuen Version </ a> des iPhone (die Bilder sind ein Wasserzeichen aus einer Website namens <a href="http://umpcfever.com/"> UMPC Fever </ a>), und w?hrend Es gibt keine konkreten Hinweise darauf, dass sie real (zumindest w?re es nicht schwer auf allen ein Bild zu machen und laden Sie es auf dem iPhone-Stream), sie sind einen Besuch wert, wenn auch nur als Ideen. Die Bilder weisen auf, was im Grunde ein Traum Roundup der neuen iPhone Hardware: eine Kamera mit Autofokus, einen digitalen Kompass, und es gibt Hinweise auf einen CPU-Protokoll als auch (das kann ein Entwickler Funktion einer Art). <br /> < br /> Ein paar Menschen weisen darauf hin, dass es einen bestimmten Prozentsatz in der N?he der Batterie, aber das ist <a href = "http://www.iphoneuserguide.com/apple/2009/04/08/iphone3g/iphone-30-comes-with -Batterie-Prozent-Meter / "> tats?chlich eine bekannte Funktion von 3,0 </ a>, und es ist m?glich gewesen, auf jailbroken iPhones f?r eine Weile auch. <br /> <br /> Wenn Sie auf das Geheimnis, Commenter Dstreelm in die Kommentare dort einen Blick auf die Metadaten auf einem der Bilder (die angeblich von dem iPhone), und es war, die <a href = "http://www16.wolframalpha.com/input/?i=Lat % 3A +22% 2C22.38N + Long% 3A 114% 2C6.91E "> in der N?he von Hong Kong </ a>, nur einen Tag oder so vor. Es ist definitiv alle Ger?chte, so nehmen Sie alle mit einem K?rnchen Salz, aber mehr Glaubw?rdigkeit verleihen, um die Idee, dass wir sehen, eine neue Version der iPhone-Hardware sehr bald. <div Id="continued"> </ div ><!– sphereit Ende -> <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/digital-compass/"> Digital-Kompass </ a>, <a href =" http:/ / www.tuaw.com/tag/dstreelm/ "> dstreelm </ a>, <a href="http://www.tuaw.com/tag/function/"> Funktion </ a>, <a href = "http://www.tuaw.com/tag/hardware/"> Hardware </ a>, <a href="http://www.tuaw.com/tag/hong-kong/"> Hong-Kong < / a>, <a href="http://www.tuaw.com/tag/iphone/"> iPhone </ a>, <a href = "http://www.tuaw.com/tag/iphone- 3.0 / "> iPhone-3.0 </ a>, <a href="http://www.tuaw.com/tag/meta/"> Meta </ a>, <a href =" http://www. tuaw.com / tag / Ger?chte / "> Ger?chte </ a>, <a href="http://www.tuaw.com/tag/umpcfever/"> umpcfever </ a>, <a href =" http: / / www.tuaw.com/tag/version/ "> Version </ a>, <a href="http://www.tuaw.com/tag/watermarked/"> Wasserzeichen </ a> </ p> <div class="navbar clearfix"> <ul> <li class="permalink"> <a href = "http://www.theiphoneblog.com/2009/05/30/generation-iphone-camera-caught-camera / "> Quelle </ a> </ li> <li class="print"> <a href =" http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked / print / "target =" _blank "class =" printthis "rel =" nofollow "> Print <span class="printpop"> <span> Mit HP Wireless-Drucker, <br/> Sie k?nnen gedruckt <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/19052830 /" 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% 2F31% 2Fnext-gen-iPhone-Bilder-durchgesickerten% 2F', 'Weiter iPhone-gen + + Fotos + durchgesickerten% 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/31/next-gen-iphone-photos-leaked/ # comments "title =" View Leser Kommentare zu diesen Eintrag "> Kommentare (<em> 1 </ 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/16/mac-101-geodata-copying-in-iphoto?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') ">" Mac 101: Kopieren von Geodaten in iPhoto </ a> <p class="timestamp"> Vor 15 Tagen </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/01/27/sketches-updated-to-1-5?icid=sphere_blogsmith_inpage_tuaw" target = "_New" onMouseUp = "Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \')"> Skizzen aktualisiert 1.5 </ a> <p class="timestamp"> 124 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2008/12/16/first-look-oldbooth?icid=sphere_blogsmith_inpage_tuaw" target = "_New" onMouseUp = "Sphere. Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> First Look: OldBooth </ a> <p class="timestamp"> 166 Tage </ p> </ li> </ ul > </ div ><!– Ende sprechen Container -> <div id="artContainer"> <h3> ?hnliche Artikel aus unserem Tech-Netzwerk </ h3> <ul> <li> <a href = "http:/ / www.engadgetmobile.com/2009/05/30/mr-blurrycam-takes-new-iphones-features-for-a-test-drive?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Herr Blurrycam die neue iPhone-Funktionen f?r eine Probefahrt? </ A> <p class="timestamp"> 19 Stunden </ p> </ li> <li> <a href = "http://www.engadget.com / 2009/05/22/32gb-iphone-placeholder-appears-at-t-mobile-austria? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> 32GB iPhone Platzhalter wird bei T-Mobile Austria </ a> <p class="timestamp"> 9 Tage vor </ p> </ li> <li> <a href =" http:/ / www.engadgetmobile.com/2009/05/12/new-iphone-specs-leaked-600mhz-cpu-32gb-3-2mp-cam?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Neue iPhone-Spezifikationen durchgesickert – 600MHz CPU, 32GB, 3.2MP Cam? </ a> <p class="timestamp"> 19 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/31/next-gen-iphone-photos-leaked ') "href =" http://www.sphere.com/search?q=sphereit:http://www.tuaw. com/2009/05/31/next-gen-iphone-photos-leaked "> 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 = "commentlinks19125014-2069403" > <div class="commentclass1 level2 Muttergesellschaft comment" id="c19125014"> <a href="http://www.tuaw.com/profile/2069403/" target="_blank" rel="nofollow"> <img src = "http://www.blogsmithcdn.com/avatar/images/16/2069403_64.jpg" alt = "iBearTouch" 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/2069403/" target = "_blank" rel = "nofollow"> iBearTouch </ a> <span sagte class="time-stamp"> 5.40 Uhr am 5-31-2009 </ span> </ h4> </ div> <p> Hmm Ich frage mich, wie die Kompasse k?nnen sich als n?tzlich? (Denkt an das US War Machine) Karte marschieren, um das Ziel, w?hrend Sie Ihre Lieblings-Playlists, und Facebook posts … hoo-wahhh <br> <br> Kampf gegen den Terror? Es ist ein f?r diese Anwendung. :) </ p> <p class="cmt_reply"> <a href="#commentform" onclick="replyToCmt('19125014','iBearTouch');"> Antworten </ 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_19125014"> <a href = "#" class = "voteLink" id = "vd19125014" onclick = "voteComment ('19125014 ',' nach '); return false;" title = "Diese Abstimmung Kommentar Down "> <span class="vote_down button"> ↓ </ span> </ a> <a href =" # "class =" voteLink "id =" vu19125014 "onclick =" voteComment ('19125014 ',' up "); return false;" title = "Diese Abstimmung Kommentar Up"> <span class="vote_up button"> ↑ </ span> </ a> <a href = "#" class = "reportLink" id = "r19125014" onclick = "reportComment (19125014); 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 wollen, melden Sie dies Kommentar?")) ( ?? 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> 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/31/next-gen-iphone-photos-leaked/"> </ 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 ='77decb44268cce773fa5729bdefa899b "; 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 ='93894'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='3936219036084350 '; 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 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">37</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">23</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">21</td><td class="statsclass2 ctr">3</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">33</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/mat-lu/">Mat Lu</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/chris-ullrich/">Chris Ullrich</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/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</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> (64)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/" rel="bookmark">Future iTunes versions could block the Pre, but why?</a> (51)</li><li class="statsclass1"><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="statsclass2"><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="statsclass1"><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="statsclass2"><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> (30)</li><li class="statsclass1"><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> (30)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/" rel="bookmark">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a> (27)</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></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/31/spot-the-spod-in-up/#c19124436">legato895</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124385">lbchs22</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124320">UltraDagger</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124290">Darren</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/found-footage-power-mac-g4-cube-transformer-robot/#c19124045">thinkingbricks.com</a> on <a href="http://www.tuaw.com/2009/05/29/found-footage-power-mac-g4-cube-transformer-robot/">Found Footage: Power Mac G4 Cube Transformer Robot</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124010">Matt2k</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123815">GLaDOS</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123767">Michael Rose</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123749">Michael Rose</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123365">oliver hart</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</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/server/" class="tagSmall">server</a> <a href="/tag/AppleHistory/" class="tagSmall">AppleHistory</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/ItunesStore/" class="tagSmall">ItunesStore</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/security/" class="tagSmall">security</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/sling/" class="tagSmall">sling</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/travel/" class="tagSmall">travel</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/imac/" class="tagSmall">imac</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/beta/" class="tagSmall">beta</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/retail/" class="tagSmall">retail</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/firstlook/" class="tagSmall">firstlook</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/BreakingNews/" class="tagSmall">BreakingNews</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/iPhoto/" class="tagSmall">iPhoto</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/MacOsX/" class="tagSmall">MacOsX</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/retro-tuaw/" class="tagSmall">retro-tuaw</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/ads/" class="tagSmall">ads</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/developer/" class="tagSmall">developer</a> <a href="/tag/desktop/" class="tagSmall">desktop</a> <a href="/tag/AskTuaw/" class="tagSmall">AskTuaw</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/31/e3-2009-entering-our-bedcaves-with-arkham-asylum-room-keys/" rel="bookmark">E3 2009: Entering our bedcaves with Arkham Asylum room keys</a></li><li><a href="http://www.joystiq.com/2009/05/31/e3-2009-were-here/" rel="bookmark">E3 2009: We're here!</a></li><li><a href="http://www.joystiq.com/2009/05/31/these-are-the-artists-rocking-out-in-guitar-hero-5/" rel="bookmark">These are the artists rocking out in Guitar Hero 5</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/31/kill-and-spam-your-twitter-friends-with-spymaster-time-waste/" rel="bookmark">Kill (and spam) your Twitter friends with Spymaster – Time Waster</a></li><li><a href="http://www.downloadsquad.com/2009/05/31/dear-eu-please-quit-whining-about-browsers-already/" rel="bookmark">Dear EU: Please quit whining about browsers already</a></li><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></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/31/bank-of-america-looks-to-add-competent-people-to-board-of-direct/" rel="bookmark">Bank of America looks to add competent people to board of directors</a></li><li><a href="http://www.bloggingstocks.com/2009/05/31/fortress-storms-a-bank/" rel="bookmark">Fortress storms a bank</a></li><li><a href="http://www.bloggingstocks.com/2009/05/31/stock-5-cabelas-cab/" rel="bookmark">Stock #5: Cabela's (CAB)</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/31/first-2010-subaru-legacy-rolls-off-the-line-in-indiana/" rel="bookmark">First 2010 Subaru Legacy rolls off the line in Indiana</a></li><li><a href="http://www.autoblog.com/2009/05/31/tier-1-supplier-metaldyne-files-for-chapter-11-bankruptcy-too/" rel="bookmark">Tier-1 supplier Metaldyne files for Chapter 11 bankruptcy too</a></li><li><a href="http://www.autoblog.com/2009/05/31/roofless-tyrant-bugatti-veyron-16-4-grand-sport-enters-producti/" rel="bookmark">Roofless Tyrant: Bugatti Veyron 16.4 Grand Sport enters production</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/31/ultra-powerful-laser-could-make-incandescent-light-bulbs-more-ef/" rel="bookmark">Ultra-powerful laser could make incandescent light bulbs more efficient</a></li><li><a href="http://www.engadget.com/2009/05/31/microsoft-showing-off-windows-7-powered-viliv-s5-mid-at-computex/" rel="bookmark">Microsoft showing off Windows 7-powered Viliv S5 MID at Computex</a></li><li><a href="http://www.engadget.com/2009/05/31/hps-mini-1101-up-for-order-customizations-nowhere-to-be-found/" rel="bookmark">HP's Mini 1101 up for order, customizations nowhere to be found</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%2F31%2Fnext-gen-iphone-photos-leaked%2F&cb=1312040912" 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%2F31%2Fnext-gen-iphone-photos-leaked%2F&cb=1586053258" 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 ( 1 ) / * 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 JoystiqE3 2009: Entering our bedcaves with Arkham Asylum room keysE3 2009: We're here!These are the artists rocking out in Guitar Hero 5 Download SquadKill (and spam) your Twitter friends with Spymaster – Time WasterDear EU: Please quit whining about browsers alreadySearch for useful bookmarklets with Bookmarklet Directory BloggingStocksBank of America looks to add competent people to board of directorsFortress storms a bankStock #5: Cabela's (CAB) AutoblogFirst 2010 Subaru Legacy rolls off the line in IndianaTier-1 supplier Metaldyne files for Chapter 11 bankruptcy tooRoofless Tyrant: Bugatti Veyron 16.4 Grand Sport enters production Joystiq XboxXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout Joyswag: Gel: Set & Match EngadgetUltra-powerful laser could make incandescent light bulbs more efficientMicrosoft showing off Windows 7-powered Viliv S5 MID at ComputexHP's Mini 1101 up for order, customizations nowhere to be found 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 JoystiqE3 2009: Entering our bedcaves with Arkham Asylum room keysE3 2009: We're here!These are the artists rocking out in Guitar Hero 5 Download SquadKill (and spam) your Twitter friends with Spymaster – Time WasterDear EU: Please quit whining about browsers alreadySearch for useful bookmarklets with Bookmarklet Directory BloggingStocksBank of America looks to add competent people to board of directorsFortress storms a bankStock #5: Cabela's (CAB) AutoblogFirst 2010 Subaru Legacy rolls off the line in IndianaTier-1 supplier Metaldyne files for Chapter 11 bankruptcy tooRoofless Tyrant: Bugatti Veyron 16.4 Grand Sport enters production Joystiq XboxXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout Joyswag: Gel: Set & Match EngadgetUltra-powerful laser could make incandescent light bulbs more efficientMicrosoft showing off Windows 7-powered Viliv S5 MID at ComputexHP's Mini 1101 up for order, customizations nowhere to be found 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/hardware/"> Hardware </ a >, <a href="/category/odds-and-ends/"> Odds und endet </ a>, <a href="/category/iphone/"> iPhone </ a>, <a href = "/ Kategorie / app-store / "> App Store </ a> </ p> <h2 class="posttitle"> <a href =" http://www.tuaw.com/2009/05/31/next-gen -iPhone-Bilder-durchgesickerten / "rel =" Lesezeichen "> <span id="ppt19052830"> Next-Gen iPhone Fotos gelangen? </ span> </ a> </ h2> <p class="byline"> von <strong> <a href="/bloggers/mike-schramm/"> Mike Schramm </ a> </ strong> am 31. Mai 2009 </ p> <div class="postbody"> <! – sphereit Start — -> <img vspace = "4" hspace = "4" border = "1" align = "right" alt = "" src = "http://www.blogcdn.com/www.tuaw.com/media/2009 / 05/newiphonecompass.jpg "/> Das iPhone Blogs sagt sie entdeckt <a href="http://www.theiphoneblog.com/2009/05/30/generation-iphone-camera-caught-camera/"> die ersten Fotos von einer ganz neuen Version </ a> des iPhone (die Bilder sind ein Wasserzeichen aus einer Website namens <a href="http://umpcfever.com/"> UMPC Fever </ a>), und w?hrend Es gibt keine konkreten Hinweise darauf, dass sie real (zumindest w?re es nicht schwer auf allen ein Bild zu machen und laden Sie es auf dem iPhone-Stream), sie sind einen Besuch wert, wenn auch nur als Ideen. Die Bilder weisen auf, was im Grunde ein Traum Roundup der neuen iPhone Hardware: eine Kamera mit Autofokus, einen digitalen Kompass, und es gibt Hinweise auf einen CPU-Protokoll als auch (das kann ein Entwickler Funktion einer Art). <br /> < br /> Ein paar Menschen weisen darauf hin, dass es einen bestimmten Prozentsatz in der N?he der Batterie, aber das ist <a href = "http://www.iphoneuserguide.com/apple/2009/04/08/iphone3g/iphone-30-comes-with -Batterie-Prozent-Meter / "> tats?chlich eine bekannte Funktion von 3,0 </ a>, und es ist m?glich gewesen, auf jailbroken iPhones f?r eine Weile auch. <br /> <br /> Wenn Sie auf das Geheimnis, Commenter Dstreelm in die Kommentare dort einen Blick auf die Metadaten auf einem der Bilder (die angeblich von dem iPhone), und es war, die <a href = "http://www16.wolframalpha.com/input/?i=Lat % 3A +22% 2C22.38N + Long% 3A 114% 2C6.91E "> in der N?he von Hong Kong </ a>, nur einen Tag oder so vor. Es ist definitiv alle Ger?chte, so nehmen Sie alle mit einem K?rnchen Salz, aber mehr Glaubw?rdigkeit verleihen, um die Idee, dass wir sehen, eine neue Version der iPhone-Hardware sehr bald. <div Id="continued"> </ div ><!– sphereit Ende -> <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/digital-compass/"> Digital-Kompass </ a>, <a href =" http:/ / www.tuaw.com/tag/dstreelm/ "> dstreelm </ a>, <a href="http://www.tuaw.com/tag/function/"> Funktion </ a>, <a href = "http://www.tuaw.com/tag/hardware/"> Hardware </ a>, <a href="http://www.tuaw.com/tag/hong-kong/"> Hong-Kong < / a>, <a href="http://www.tuaw.com/tag/iphone/"> iPhone </ a>, <a href = "http://www.tuaw.com/tag/iphone- 3.0 / "> iPhone-3.0 </ a>, <a href="http://www.tuaw.com/tag/meta/"> Meta </ a>, <a href =" http://www. tuaw.com / tag / Ger?chte / "> Ger?chte </ a>, <a href="http://www.tuaw.com/tag/umpcfever/"> umpcfever </ a>, <a href =" http: / / www.tuaw.com/tag/version/ "> Version </ a>, <a href="http://www.tuaw.com/tag/watermarked/"> Wasserzeichen </ a> </ p> <div class="navbar clearfix"> <ul> <li class="permalink"> <a href = "http://www.theiphoneblog.com/2009/05/30/generation-iphone-camera-caught-camera / "> Quelle </ a> </ li> <li class="print"> <a href =" http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked / print / "target =" _blank "class =" printthis "rel =" nofollow "> Print <span class="printpop"> <span> Mit HP Wireless-Drucker, <br/> Sie k?nnen gedruckt <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/19052830 /" 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% 2F31% 2Fnext-gen-iPhone-Bilder-durchgesickerten% 2F', 'Weiter iPhone-gen + + Fotos + durchgesickerten% 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/31/next-gen-iphone-photos-leaked/ # comments "title =" View Leser Kommentare zu diesen Eintrag "> Kommentare (<em> 1 </ 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/16/mac-101-geodata-copying-in-iphoto?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') ">" Mac 101: Kopieren von Geodaten in iPhoto </ a> <p class="timestamp"> Vor 15 Tagen </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/01/27/sketches-updated-to-1-5?icid=sphere_blogsmith_inpage_tuaw" target = "_New" onMouseUp = "Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \')"> Skizzen aktualisiert 1.5 </ a> <p class="timestamp"> 124 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2008/12/16/first-look-oldbooth?icid=sphere_blogsmith_inpage_tuaw" target = "_New" onMouseUp = "Sphere. Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> First Look: OldBooth </ a> <p class="timestamp"> 166 Tage </ p> </ li> </ ul > </ div ><!– Ende sprechen Container -> <div id="artContainer"> <h3> ?hnliche Artikel aus unserem Tech-Netzwerk </ h3> <ul> <li> <a href = "http:/ / www.engadgetmobile.com/2009/05/30/mr-blurrycam-takes-new-iphones-features-for-a-test-drive?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Herr Blurrycam die neue iPhone-Funktionen f?r eine Probefahrt? </ A> <p class="timestamp"> 19 Stunden </ p> </ li> <li> <a href = "http://www.engadget.com / 2009/05/22/32gb-iphone-placeholder-appears-at-t-mobile-austria? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> 32GB iPhone Platzhalter wird bei T-Mobile Austria </ a> <p class="timestamp"> 9 Tage vor </ p> </ li> <li> <a href =" http:/ / www.engadgetmobile.com/2009/05/12/new-iphone-specs-leaked-600mhz-cpu-32gb-3-2mp-cam?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Neue iPhone-Spezifikationen durchgesickert – 600MHz CPU, 32GB, 3.2MP Cam? </ a> <p class="timestamp"> 19 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/31/next-gen-iphone-photos-leaked ') "href =" http://www.sphere.com/search?q=sphereit:http://www.tuaw. com/2009/05/31/next-gen-iphone-photos-leaked "> 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 = "commentlinks19125014-2069403" > <div class="commentclass1 level2 Muttergesellschaft comment" id="c19125014"> <a href="http://www.tuaw.com/profile/2069403/" target="_blank" rel="nofollow"> <img src = "http://www.blogsmithcdn.com/avatar/images/16/2069403_64.jpg" alt = "iBearTouch" 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/2069403/" target = "_blank" rel = "nofollow"> iBearTouch </ a> <span sagte class="time-stamp"> 5.40 Uhr am 5-31-2009 </ span> </ h4> </ div> <p> Hmm Ich frage mich, wie die Kompasse k?nnen sich als n?tzlich? (Denkt an das US War Machine) Karte marschieren, um das Ziel, w?hrend Sie Ihre Lieblings-Playlists, und Facebook posts … hoo-wahhh <br> <br> Kampf gegen den Terror? Es ist ein f?r diese Anwendung. :) </ p> <p class="cmt_reply"> <a href="#commentform" onclick="replyToCmt('19125014','iBearTouch');"> Antworten </ 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_19125014"> <a href = "#" class = "voteLink" id = "vd19125014" onclick = "voteComment ('19125014 ',' nach '); return false;" title = "Diese Abstimmung Kommentar Down "> <span class="vote_down button"> ↓ </ span> </ a> <a href =" # "class =" voteLink "id =" vu19125014 "onclick =" voteComment ('19125014 ',' up "); return false;" title = "Diese Abstimmung Kommentar Up"> <span class="vote_up button"> ↑ </ span> </ a> <a href = "#" class = "reportLink" id = "r19125014" onclick = "reportComment (19125014); 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 wollen, melden Sie dies Kommentar?")) ( ?? 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> 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/31/next-gen-iphone-photos-leaked/"> </ 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 ='77decb44268cce773fa5729bdefa899b "; 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 ='93894'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='3936219036084350 '; 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 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">37</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">23</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">21</td><td class="statsclass2 ctr">3</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">33</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/mat-lu/">Mat Lu</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/chris-ullrich/">Chris Ullrich</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/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</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> (64)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/" rel="bookmark">Future iTunes versions could block the Pre, but why?</a> (51)</li><li class="statsclass1"><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="statsclass2"><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="statsclass1"><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="statsclass2"><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> (30)</li><li class="statsclass1"><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> (30)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/" rel="bookmark">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a> (27)</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></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/31/spot-the-spod-in-up/#c19124436">legato895</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124385">lbchs22</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124320">UltraDagger</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124290">Darren</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/found-footage-power-mac-g4-cube-transformer-robot/#c19124045">thinkingbricks.com</a> on <a href="http://www.tuaw.com/2009/05/29/found-footage-power-mac-g4-cube-transformer-robot/">Found Footage: Power Mac G4 Cube Transformer Robot</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124010">Matt2k</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123815">GLaDOS</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123767">Michael Rose</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123749">Michael Rose</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123365">oliver hart</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</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/server/" class="tagSmall">server</a> <a href="/tag/AppleHistory/" class="tagSmall">AppleHistory</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/ItunesStore/" class="tagSmall">ItunesStore</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/security/" class="tagSmall">security</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/sling/" class="tagSmall">sling</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/travel/" class="tagSmall">travel</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/imac/" class="tagSmall">imac</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/beta/" class="tagSmall">beta</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/retail/" class="tagSmall">retail</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/firstlook/" class="tagSmall">firstlook</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/BreakingNews/" class="tagSmall">BreakingNews</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/iPhoto/" class="tagSmall">iPhoto</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/MacOsX/" class="tagSmall">MacOsX</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/retro-tuaw/" class="tagSmall">retro-tuaw</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/ads/" class="tagSmall">ads</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/developer/" class="tagSmall">developer</a> <a href="/tag/desktop/" class="tagSmall">desktop</a> <a href="/tag/AskTuaw/" class="tagSmall">AskTuaw</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/31/e3-2009-entering-our-bedcaves-with-arkham-asylum-room-keys/" rel="bookmark">E3 2009: Entering our bedcaves with Arkham Asylum room keys</a></li><li><a href="http://www.joystiq.com/2009/05/31/e3-2009-were-here/" rel="bookmark">E3 2009: We're here!</a></li><li><a href="http://www.joystiq.com/2009/05/31/these-are-the-artists-rocking-out-in-guitar-hero-5/" rel="bookmark">These are the artists rocking out in Guitar Hero 5</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/31/kill-and-spam-your-twitter-friends-with-spymaster-time-waste/" rel="bookmark">Kill (and spam) your Twitter friends with Spymaster – Time Waster</a></li><li><a href="http://www.downloadsquad.com/2009/05/31/dear-eu-please-quit-whining-about-browsers-already/" rel="bookmark">Dear EU: Please quit whining about browsers already</a></li><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></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/31/bank-of-america-looks-to-add-competent-people-to-board-of-direct/" rel="bookmark">Bank of America looks to add competent people to board of directors</a></li><li><a href="http://www.bloggingstocks.com/2009/05/31/fortress-storms-a-bank/" rel="bookmark">Fortress storms a bank</a></li><li><a href="http://www.bloggingstocks.com/2009/05/31/stock-5-cabelas-cab/" rel="bookmark">Stock #5: Cabela's (CAB)</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/31/first-2010-subaru-legacy-rolls-off-the-line-in-indiana/" rel="bookmark">First 2010 Subaru Legacy rolls off the line in Indiana</a></li><li><a href="http://www.autoblog.com/2009/05/31/tier-1-supplier-metaldyne-files-for-chapter-11-bankruptcy-too/" rel="bookmark">Tier-1 supplier Metaldyne files for Chapter 11 bankruptcy too</a></li><li><a href="http://www.autoblog.com/2009/05/31/roofless-tyrant-bugatti-veyron-16-4-grand-sport-enters-producti/" rel="bookmark">Roofless Tyrant: Bugatti Veyron 16.4 Grand Sport enters production</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/31/ultra-powerful-laser-could-make-incandescent-light-bulbs-more-ef/" rel="bookmark">Ultra-powerful laser could make incandescent light bulbs more efficient</a></li><li><a href="http://www.engadget.com/2009/05/31/microsoft-showing-off-windows-7-powered-viliv-s5-mid-at-computex/" rel="bookmark">Microsoft showing off Windows 7-powered Viliv S5 MID at Computex</a></li><li><a href="http://www.engadget.com/2009/05/31/hps-mini-1101-up-for-order-customizations-nowhere-to-be-found/" rel="bookmark">HP's Mini 1101 up for order, customizations nowhere to be found</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%2F31%2Fnext-gen-iphone-photos-leaked%2F&cb=1312040912" 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%2F31%2Fnext-gen-iphone-photos-leaked%2F&cb=1586053258" 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/hardware/"> Hardware </ a >, <a href="/category/odds-and-ends/"> Odds and ends </ a>, <a href="/category/iphone/"> iPhone </ a> <a href = "/ category / app-store / "> App Store </ a> </ p> <h2 class="posttitle"> <a href =" http://www.tuaw.com/2009/05/31/next-gen iPhone-leaked-pictures / "rel =" bookmark "> <span id="ppt19052830"> Next-Gen iPhone photos go? </ Span> </ a> </ h2> <p class="byline"> <strong> <a href="/bloggers/mike-schramm/"> Mike Schramm </ a> </ strong> on 31 . May 2009 </ p> <div class="postbody"> <! – Sphereit Start – -> <img vspace = "4" hspace = "4" border = "1" align = "right" alt = "" src = "http://www.blogcdn.com/www.tuaw. com/media/2009 / 05/newiphonecompass.jpg "/> The iPhone Blog says it discovered <a href =" http://www.theiphoneblog.com/2009/05/30/generation-iphone-camera-caught-camera / "> the first photos of a completely new version </ a> of the iPhone (images are a watermark from a website called <a href="http://umpcfever.com/"> UMPC Fever </ a>), w, and while there is no concrete evidence that they are real (at least w? re not at all difficult to make a picture and upload it on the iPhone-stream), they are worth a visit, if only as ideas . The pictures show what is essentially a dream Roundup of the new iPhone hardware: a camera with autofocus, a digital compass, and there is evidence of a CPU protocol as well (which can be a function of a developer type). <br /> <br /> Some people suggest that there is a certain percentage in the N? see the battery, but that is <a href = "http://www.iphoneuserguide.com/apple/2009/ 04/08/iphone3g/iphone-30-comes-with battery-percent m / "> TATS? chlich a known function of 3.0 </ a>, and it is m? been possible on jailbroken iPhones f? r for a while too. <br /> <br /> If you look at the secret Commenter Dstreelm in the comments there to look at the metadata on any of the pictures (allegedly from the iPhone) and it was the <a href = "http:/ / www16.wolframalpha.com/input /? i Lat = +22% 3A + Long 2C22.38N% 3A% 114% 2C6.91E "> in the N? series of Hong Kong </ a>, just a day or so before. It is definitely all Ger? Chte, so take all with a K? Rnchen salt, but more Glaubw? Rdigkeit lend to the idea that we will see a new version of the iPhone's hardware very soon. <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 here to view all TUAW's iPhone coverage "/> </ a> </ div> <div class =" postmeta "> <p class =" post tags "> <strong> Tags: </ strong> <a href="http://www.tuaw.com/tag/digital-compass/"> digital compass </ a> <a href =" http:/ / www.tuaw.com/tag/dstreelm/ "> dstreelm </ a>, <a href="http://www.tuaw.com/tag/function/"> function < / a>, <a href = "http://www.tuaw.com/tag/hardware/"> Hardware </ a> <a href = "http://www.tuaw.com/tag/hong- kong / "> Hong Kong </ a>, <a href="http://www.tuaw.com/tag/iphone/"> iPhone </ a> <a href =" http://www. tuaw.com/tag/iphone- 3.0 / "> iPhone 3.0 </ a>, <a href="http://www.tuaw.com/tag/meta/"> Meta </ a> <a href = "http://www. tuaw.com / tag / Ger? chte /"> Eng? chte </ a>, <a href="http://www.tuaw.com/tag/umpcfever/"> umpcfever </ a>, <a href =" http: / / www.tuaw.com/tag/version/ "> version </ a> <a href = "http://www.tuaw.com/tag/watermarked / "> watermark </ a> </ p> <div class="navbar clearfix"> <ul> <li class="permalink"> <a href =" http://www.theiphoneblog.com/2009/05 / 30/generation-iphone-camera-caught-camera / "> source </ a> </ li> <li class="print"> <a href =" http://www.tuaw.com/2009/05 / 31/next-gen-iphone-photos-leaked / 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 in the house <br/>. <br/> <strong> Live wirelessly. Print without wires </ strong> </ span> </ span> </ a> </ li> <li class="email-this"> <a href = "/ forward/19052830 /" 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% 2F31% 2Fnext-gen-iPhone-leaked-pictures% 2F ',' Next-gen iPhone + + photos +% 3F leaked ') "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/31/next-gen-iphone-photos-leaked/ # comments "title =" View reader comments on this entry "> Comments (<em> 1 </ 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) (<br> ???????? navigator.appVersion.match var rslt = (/ 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/05/16/mac- 101-geodata-copying-in iPhoto? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \')> Mac 101: Copying geodata in iPhoto </ a> <p class="timestamp"> 15 days ago </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/01/27/ sketches-updated-to-1 a.m. to 5 p.m.? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> 1.5 updated sketches </ a > <p class="timestamp"> 124 days </ p> </ li> <li> <a href = "http://www.tuaw.com/2008/12/16/first-look-oldbooth?icid sphere_blogsmith_inpage_tuaw = "target =" _New "onMouseUp =" Sphere. Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> First Look: OldBooth </ a> <p class="timestamp"> 166 days </ p> </ li> </ ul> </ div ><!– end container speak -> <div id="artContainer"> <h3> similar items from our tech-network </ h3> <ul> <li> <a href = "http:/ / www.engadgetmobile.com/2009/05/30/mr-blurrycam-takes-new-iphones-features-for-a-test-drive?icid=sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Mr. Blurrycam the new iPhone features f? r a test </ A> <p class="timestamp"> 19 hours </ p> </ li> <li> <a href = "http://www.engadget.com / 2009/05/22/32gb-iphone-placeholder-appears-at-t-mobile-austria? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> 32GB iPhone wildcard is at T-Mobile Austria </ a> <p class = "timestamp"> 9 days ago </ p> </ li> <li> <a href = "http:// www.engadgetmobile.com/2009/05/12/new-iphone-specs-leaked-600mhz- cpu-32GB-3-2MP-cam? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> New iPhone specs leaked — 600MHz CPU, 32GB, 3.2MP Cam </ a> <p class="timestamp"> 19 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 / 31/next-gen-iphone-photos-leaked ') "href =" http://www.sphere.com/search?q=sphereit:http://www.tuaw. com/2009/05/31/next-gen-iphone-photos-leaked "> More articles and blog posts </ a> </ p> </ div> <! – End clearfix area -> <script type =" text / javascript "> <br> document.getElementById ( 'spherePoweredBy"). innerHTML = name; <br> </ script> <div id="comments"> <h3 id="readercomments"> Reader Comments (Page 1 of 1) </ h3> </ p> <div class = "comment left" id = "commentlinks19125014-2069403"> <div class="commentclass1 level2 parent company comment" id="c19125014"> <a href = "http://www.tuaw.com/profile/2069403/" target = "_blank" rel = "nofollow"> <img "http://www.blogsmithcdn.com/avatar/images/16/2069403_64.jpg" src = alt = "iBearTouch" 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/2069403 / "target =" _blank "rel =" nofollow "> iBearTouch </ a> <span said clock class="time-stamp"> 5:40 am 5-31-2009 </ span> </ h4> </ div> <p> Hmm, I wonder how the compasses k? can be n? useful? (Think of the U.S. War Machine) card to march to the goal, w while your favorite playlists, and Facebook posts … hoo-wahhh <br> <br> fight against terror? It's a f? R this application. :) </ P> <p class="cmt_reply"> <a href="#commentform" onclick="replyToCmt('19125014','iBearTouch');"> 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_19125014"> <a href = "#" class = "voteLink" id = "vd19125014" onclick = "voteComment ('19125014 ',' after ') return false;" title = "This vote Comments Down "> <span class="vote_down button"> ↓ </ span> </ a> <a href =" # "class =" voteLink "id =" vu19125014 "onclick =" voteComment ('19125014 ',' up ") return false;" title = "This vote comment Up"> <span class="vote_up button"> ↑ </ span> </ a> <a href = "#" class = "report links" id = "r19125014 "onclick =" report Commentaires (19125014); return false "title =" Report this comment "> Report button"> <span class="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) (<br> ?????????????? ? req.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> function report Commentaires ( commentid) (<br> if (confirm ( "Are you sure you want to report this comment?")) (<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> replyInd var = 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 "). commentid = value; <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> replyDiv var = 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> <input type="hidden" <br> /> 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> 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/31/next-gen-iphone-photos-leaked/"> <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 ='77decb44268cce773fa5729bdefa899b "; 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 ='93894'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = ' CacheID '; cacheId.value ='3936219036084350'; 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 / "> 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" /> <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 = "Folgen Sie uns auf Twitter!" /> </ a> </ div> <br> <! – Start von 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 -> <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 "> <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 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"> <br> <div class="ad-wrap-inner"> <br> <h3 class="hide"> <span class="wrap"> Sponsored Links </ span> </ h3> <br> <p class="sponsored"> Werben Sie mit uns. (<a href="http://www.weblogsinc.com/advertise/"> Erfahren Sie mehr </ a>) </ p> <br> </ div> <br> </ div> <br><br> <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 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">37</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">23</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">21</td><td class="statsclass2 ctr">3</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">33</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/mat-lu/">Mat Lu</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/chris-ullrich/">Chris Ullrich</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/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</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> (64)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/" rel="bookmark">Future iTunes versions could block the Pre, but why?</a> (51)</li><li class="statsclass1"><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="statsclass2"><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="statsclass1"><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="statsclass2"><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> (30)</li><li class="statsclass1"><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> (30)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/" rel="bookmark">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a> (27)</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></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/31/spot-the-spod-in-up/#c19124436">legato895</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124385">lbchs22</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124320">UltraDagger</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124290">Darren</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/found-footage-power-mac-g4-cube-transformer-robot/#c19124045">thinkingbricks.com</a> on <a href="http://www.tuaw.com/2009/05/29/found-footage-power-mac-g4-cube-transformer-robot/">Found Footage: Power Mac G4 Cube Transformer Robot</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124010">Matt2k</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123815">GLaDOS</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123767">Michael Rose</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123749">Michael Rose</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123365">oliver hart</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</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/server/" class="tagSmall">server</a> <a href="/tag/AppleHistory/" class="tagSmall">AppleHistory</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/ItunesStore/" class="tagSmall">ItunesStore</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/security/" class="tagSmall">security</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/sling/" class="tagSmall">sling</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/travel/" class="tagSmall">travel</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/imac/" class="tagSmall">imac</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/beta/" class="tagSmall">beta</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/retail/" class="tagSmall">retail</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/firstlook/" class="tagSmall">firstlook</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/BreakingNews/" class="tagSmall">BreakingNews</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/iPhoto/" class="tagSmall">iPhoto</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/MacOsX/" class="tagSmall">MacOsX</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/retro-tuaw/" class="tagSmall">retro-tuaw</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/ads/" class="tagSmall">ads</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/developer/" class="tagSmall">developer</a> <a href="/tag/desktop/" class="tagSmall">desktop</a> <a href="/tag/AskTuaw/" class="tagSmall">AskTuaw</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/31/e3-2009-entering-our-bedcaves-with-arkham-asylum-room-keys/" rel="bookmark">E3 2009: Entering our bedcaves with Arkham Asylum room keys</a></li><li><a href="http://www.joystiq.com/2009/05/31/e3-2009-were-here/" rel="bookmark">E3 2009: We're here!</a></li><li><a href="http://www.joystiq.com/2009/05/31/these-are-the-artists-rocking-out-in-guitar-hero-5/" rel="bookmark">These are the artists rocking out in Guitar Hero 5</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/31/kill-and-spam-your-twitter-friends-with-spymaster-time-waste/" rel="bookmark">Kill (and spam) your Twitter friends with Spymaster – Time Waster</a></li><li><a href="http://www.downloadsquad.com/2009/05/31/dear-eu-please-quit-whining-about-browsers-already/" rel="bookmark">Dear EU: Please quit whining about browsers already</a></li><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></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/31/bank-of-america-looks-to-add-competent-people-to-board-of-direct/" rel="bookmark">Bank of America looks to add competent people to board of directors</a></li><li><a href="http://www.bloggingstocks.com/2009/05/31/fortress-storms-a-bank/" rel="bookmark">Fortress storms a bank</a></li><li><a href="http://www.bloggingstocks.com/2009/05/31/stock-5-cabelas-cab/" rel="bookmark">Stock #5: Cabela's (CAB)</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/31/first-2010-subaru-legacy-rolls-off-the-line-in-indiana/" rel="bookmark">First 2010 Subaru Legacy rolls off the line in Indiana</a></li><li><a href="http://www.autoblog.com/2009/05/31/tier-1-supplier-metaldyne-files-for-chapter-11-bankruptcy-too/" rel="bookmark">Tier-1 supplier Metaldyne files for Chapter 11 bankruptcy too</a></li><li><a href="http://www.autoblog.com/2009/05/31/roofless-tyrant-bugatti-veyron-16-4-grand-sport-enters-producti/" rel="bookmark">Roofless Tyrant: Bugatti Veyron 16.4 Grand Sport enters production</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/31/ultra-powerful-laser-could-make-incandescent-light-bulbs-more-ef/" rel="bookmark">Ultra-powerful laser could make incandescent light bulbs more efficient</a></li><li><a href="http://www.engadget.com/2009/05/31/microsoft-showing-off-windows-7-powered-viliv-s5-mid-at-computex/" rel="bookmark">Microsoft showing off Windows 7-powered Viliv S5 MID at Computex</a></li><li><a href="http://www.engadget.com/2009/05/31/hps-mini-1101-up-for-order-customizations-nowhere-to-be-found/" rel="bookmark">HP's Mini 1101 up for order, customizations nowhere to be found</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%2F31%2Fnext-gen-iphone-photos-leaked%2F&cb=1312040912" 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%2F31%2Fnext-gen-iphone-photos-leaked%2F&cb=1586053258" 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/hardware/">Hardware</a>, <a href="/category/odds-and-ends/">Odds and ends</a>, <a href="/category/iphone/">iPhone</a>, <a href="/category/app-store/">App Store</a></p><h2 class="posttitle"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/" rel="bookmark"><span id="ppt19052830">Next-gen iPhone photos leaked?</span></a></h2><p class="byline">by <strong><a href="/bloggers/mike-schramm/">Mike Schramm</a></strong> on May 31st 2009</p><div class="postbody"><!– sphereit start –><img vspace="4" hspace="4" border="1" align="right" alt="" src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/newiphonecompass.jpg" />The iPhone blogs says they've uncovered <a href="http://www.theiphoneblog.com/2009/05/30/generation-iphone-camera-caught-camera/">the very first photos of a brand new version</a> of the iPhone (the pictures are watermarked from a site called <a href="http://umpcfever.com/">UMPC Fever</a>), and while there's no actual indication that they're real (at the very least, it wouldn't be hard at all to make a picture and load it on the iPhone stream), they are worth a look, if only as ideas. The pictures hint at what's basically a dream roundup of new iPhone hardware: a camera with autofocus, a digital compass, and there are hints at a CPU log as well (which may be a developer function of some kind).<br /><br />A few people note that there is a percentage near the battery, but that's <a href="http://www.iphoneuserguide.com/apple/2009/04/08/iphone3g/iphone-30-comes-with-battery-percentage-meter/">actually a known function of 3.0</a>, and it's been possible on jailbroken iPhones for a while as well.<br /><br />To add to the mystery, commenter Dstreelm in the comments over there took a look at the metadata on one of the photos (the one supposedly taken by the iPhone), and it was taken <a href="http://www16.wolframalpha.com/input/?i=Lat%3A+22%2C22.38N+Long%3A+114%2C6.91E">near Hong Kong</a>, just a day or so ago. It's definitely all rumors, so take it all with a grain of salt, but it does lend more credence to the idea that we'll be seeing a new version of the iPhone hardware very soon.<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/digital-compass/">digital-compass</a>, <a href="http://www.tuaw.com/tag/dstreelm/">dstreelm</a>, <a href="http://www.tuaw.com/tag/function/">function</a>, <a href="http://www.tuaw.com/tag/hardware/">hardware</a>, <a href="http://www.tuaw.com/tag/hong-kong/">hong-kong</a>, <a href="http://www.tuaw.com/tag/iphone/">iphone</a>, <a href="http://www.tuaw.com/tag/iphone-3.0/">iphone-3.0</a>, <a href="http://www.tuaw.com/tag/meta/">meta</a>, <a href="http://www.tuaw.com/tag/rumors/">rumors</a>, <a href="http://www.tuaw.com/tag/umpcfever/">umpcfever</a>, <a href="http://www.tuaw.com/tag/version/">version</a>, <a href="http://www.tuaw.com/tag/watermarked/">watermarked</a></p><div class="navbar clearfix"><ul><li class="permalink"><a href="http://www.theiphoneblog.com/2009/05/30/generation-iphone-camera-caught-camera/">Source</a></li><li class="print"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/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/19052830/" 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%2F31%2Fnext-gen-iphone-photos-leaked%2F', 'Next-gen+iPhone+photos+leaked%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/31/next-gen-iphone-photos-leaked/#comments" title="View reader comments on this entry">Comments (<em>1</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/16/mac-101-geodata-copying-in-iphoto?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >Mac 101: Geodata copying in iPhoto</a><p class="timestamp">15 days ago</p></li><li><a href="http://www.tuaw.com/2009/01/27/sketches-updated-to-1-5?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >Sketches updated to 1.5</a><p class="timestamp">124 days ago</p></li><li><a href="http://www.tuaw.com/2008/12/16/first-look-oldbooth?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >First Look: OldBooth</a><p class="timestamp">166 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/30/mr-blurrycam-takes-new-iphones-features-for-a-test-drive?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >Mr. Blurrycam takes new iPhone's features for a test drive?</a><p class="timestamp">19 hours ago</p></li><li><a href="http://www.engadget.com/2009/05/22/32gb-iphone-placeholder-appears-at-t-mobile-austria?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >32GB iPhone placeholder appears at T-Mobile Austria</a><p class="timestamp">9 days ago</p></li><li><a href="http://www.engadgetmobile.com/2009/05/12/new-iphone-specs-leaked-600mhz-cpu-32gb-3-2mp-cam?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >New iPhone specs leaked — 600MHz CPU, 32GB, 3.2MP cam?</a><p class="timestamp">19 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/31/next-gen-iphone-photos-leaked')" href="http://www.sphere.com/search?q=sphereit:http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked">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="commentlinks19125014-2069403"><div class="commentclass1 level2 parent comment" id="c19125014"><a href="http://www.tuaw.com/profile/2069403/" target="_blank" rel="nofollow"><img src="http://www.blogsmithcdn.com/avatar/images/16/2069403_64.jpg" alt="iBearTouch" 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/2069403/" target="_blank" rel="nofollow">iBearTouch</a> said <span class="time-stamp"> 5:40PM on 5-31-2009</span></h4></div><p>Hmm I wonder how those compasses can come in handy? (Thinks of the US War Machine) Map marching to the objective while listening to your favorite playlists, and making Facebook posts… hoo-wahhh<br><br>Fighting terror? There is an app for that. :) </p><p class="cmt_reply"><a href="#commentform" onclick="replyToCmt('19125014','iBearTouch');">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_19125014"><a href="#" class="voteLink" id="vd19125014" onclick="voteComment('19125014','down'); return false;" title="Vote This Comment Down"><span class="vote_down button">&darr;</span></a><a href="#" class="voteLink" id="vu19125014" onclick="voteComment('19125014','up'); return false;" title="Vote This Comment Up"><span class="vote_up button">&uarr;</span></a><a href="#" class="reportLink" id="r19125014" onclick="reportComment(19125014); 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/31/next-gen-iphone-photos-leaked/"> </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 = '77decb44268cce773fa5729bdefa899b';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 = '93894';var cacheId = document.createElement('input');cacheId.type = 'hidden';cacheId.id = 'cacheId';cacheId.name = 'cacheId';cacheId.value = '3936219036084350';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">37</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">23</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">21</td><td class="statsclass2 ctr">3</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">33</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/mat-lu/">Mat Lu</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">0</td></tr><tr><td class="statsclass2">14</td><td class="statsclass2"><a href="/bloggers/chris-ullrich/">Chris Ullrich</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/kelly-guimont/">Kelly Guimont</a></td><td class="statsclass1 ctr">2</td><td class="statsclass1 ctr">2</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> (64)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/30/future-itunes-versions-could-block-the-pre-but-why/" rel="bookmark">Future iTunes versions could block the Pre, but why?</a> (51)</li><li class="statsclass1"><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="statsclass2"><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="statsclass1"><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="statsclass2"><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> (30)</li><li class="statsclass1"><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> (30)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/" rel="bookmark">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a> (27)</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></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/31/spot-the-spod-in-up/#c19124436">legato895</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124385">lbchs22</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124320">UltraDagger</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124290">Darren</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/29/found-footage-power-mac-g4-cube-transformer-robot/#c19124045">thinkingbricks.com</a> on <a href="http://www.tuaw.com/2009/05/29/found-footage-power-mac-g4-cube-transformer-robot/">Found Footage: Power Mac G4 Cube Transformer Robot</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124010">Matt2k</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123815">GLaDOS</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123767">Michael Rose</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123749">Michael Rose</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123365">oliver hart</a> on <a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</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/server/" class="tagSmall">server</a> <a href="/tag/AppleHistory/" class="tagSmall">AppleHistory</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/ItunesStore/" class="tagSmall">ItunesStore</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/app-store/" class="tagSmall">app-store</a> <a href="/tag/video/" class="tagSmall">video</a> <a href="/tag/security/" class="tagSmall">security</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/sling/" class="tagSmall">sling</a> <a href="/tag/mac/" class="tagSmall">mac</a> <a href="/tag/travel/" class="tagSmall">travel</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/imac/" class="tagSmall">imac</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/beta/" class="tagSmall">beta</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/retail/" class="tagSmall">retail</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/firstlook/" class="tagSmall">firstlook</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/BreakingNews/" class="tagSmall">BreakingNews</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/iPhoto/" class="tagSmall">iPhoto</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/iPhone/" class="tagSmall">iPhone</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/MacOsX/" class="tagSmall">MacOsX</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/retro-tuaw/" class="tagSmall">retro-tuaw</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/ads/" class="tagSmall">ads</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/release/" class="tagSmall">release</a> <a href="/tag/design/" class="tagSmall">design</a> <a href="/tag/developer/" class="tagSmall">developer</a> <a href="/tag/desktop/" class="tagSmall">desktop</a> <a href="/tag/AskTuaw/" class="tagSmall">AskTuaw</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/31/e3-2009-entering-our-bedcaves-with-arkham-asylum-room-keys/" rel="bookmark">E3 2009: Entering our bedcaves with Arkham Asylum room keys</a></li><li><a href="http://www.joystiq.com/2009/05/31/e3-2009-were-here/" rel="bookmark">E3 2009: We're here!</a></li><li><a href="http://www.joystiq.com/2009/05/31/these-are-the-artists-rocking-out-in-guitar-hero-5/" rel="bookmark">These are the artists rocking out in Guitar Hero 5</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/31/kill-and-spam-your-twitter-friends-with-spymaster-time-waste/" rel="bookmark">Kill (and spam) your Twitter friends with Spymaster – Time Waster</a></li><li><a href="http://www.downloadsquad.com/2009/05/31/dear-eu-please-quit-whining-about-browsers-already/" rel="bookmark">Dear EU: Please quit whining about browsers already</a></li><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></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/31/bank-of-america-looks-to-add-competent-people-to-board-of-direct/" rel="bookmark">Bank of America looks to add competent people to board of directors</a></li><li><a href="http://www.bloggingstocks.com/2009/05/31/fortress-storms-a-bank/" rel="bookmark">Fortress storms a bank</a></li><li><a href="http://www.bloggingstocks.com/2009/05/31/stock-5-cabelas-cab/" rel="bookmark">Stock #5: Cabela's (CAB)</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/31/first-2010-subaru-legacy-rolls-off-the-line-in-indiana/" rel="bookmark">First 2010 Subaru Legacy rolls off the line in Indiana</a></li><li><a href="http://www.autoblog.com/2009/05/31/tier-1-supplier-metaldyne-files-for-chapter-11-bankruptcy-too/" rel="bookmark">Tier-1 supplier Metaldyne files for Chapter 11 bankruptcy too</a></li><li><a href="http://www.autoblog.com/2009/05/31/roofless-tyrant-bugatti-veyron-16-4-grand-sport-enters-producti/" rel="bookmark">Roofless Tyrant: Bugatti Veyron 16.4 Grand Sport enters production</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/31/ultra-powerful-laser-could-make-incandescent-light-bulbs-more-ef/" rel="bookmark">Ultra-powerful laser could make incandescent light bulbs more efficient</a></li><li><a href="http://www.engadget.com/2009/05/31/microsoft-showing-off-windows-7-powered-viliv-s5-mid-at-computex/" rel="bookmark">Microsoft showing off Windows 7-powered Viliv S5 MID at Computex</a></li><li><a href="http://www.engadget.com/2009/05/31/hps-mini-1101-up-for-order-customizations-nowhere-to-be-found/" rel="bookmark">HP's Mini 1101 up for order, customizations nowhere to be found</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%2F31%2Fnext-gen-iphone-photos-leaked%2F&cb=1312040912" 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%2F31%2Fnext-gen-iphone-photos-leaked%2F&cb=1586053258" 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/hardware/&quot;&gt; Hardware &lt;/ a &gt;, &lt;a href=&quot;/category/odds-and-ends/&quot;&gt; Odds und endet &lt;/ a&gt;, &lt;a href=&quot;/category/iphone/&quot;&gt; iPhone &lt;/ a&gt;, &lt;a href = &quot;/ Kategorie / app-store / &quot;&gt; App Store &lt;/ a&gt; &lt;/ p&gt; &lt;h2 class=&quot;posttitle&quot;&gt; &lt;a href =&quot; http://www.tuaw.com/2009/05/31/next-gen -iPhone-Bilder-durchgesickerten / &quot;rel =&quot; Lesezeichen &quot;&gt; &lt;span id=&quot;ppt19052830&quot;&gt; Next-Gen iPhone Fotos gelangen? &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/mike-schramm/&quot;&gt; Mike Schramm &lt;/ a&gt; &lt;/ strong&gt; am 31. Mai 2009 &lt;/ p&gt; &lt;div class=&quot;postbody&quot;&gt; &lt;! – sphereit Start — -&gt; &lt;img vspace = &quot;4&quot; hspace = &quot;4&quot; border = &quot;1&quot; align = &quot;right&quot; alt = &quot;&quot; src = &quot;http://www.blogcdn.com/www.tuaw.com/media/2009 / 05/newiphonecompass.jpg &quot;/&gt; Das iPhone Blogs sagt sie entdeckt &lt;a href=&quot;http://www.theiphoneblog.com/2009/05/30/generation-iphone-camera-caught-camera/&quot;&gt; die ersten Fotos von einer ganz neuen Version &lt;/ a&gt; des iPhone (die Bilder sind ein Wasserzeichen aus einer Website namens &lt;a href=&quot;http://umpcfever.com/&quot;&gt; UMPC Fever &lt;/ a&gt;), und w?hrend Es gibt keine konkreten Hinweise darauf, dass sie real (zumindest w?re es nicht schwer auf allen ein Bild zu machen und laden Sie es auf dem iPhone-Stream), sie sind einen Besuch wert, wenn auch nur als Ideen. Die Bilder weisen auf, was im Grunde ein Traum Roundup der neuen iPhone Hardware: eine Kamera mit Autofokus, einen digitalen Kompass, und es gibt Hinweise auf einen CPU-Protokoll als auch (das kann ein Entwickler Funktion einer Art). &lt;br /&gt; &lt; br /&gt; Ein paar Menschen weisen darauf hin, dass es einen bestimmten Prozentsatz in der N?he der Batterie, aber das ist &lt;a href = &quot;http://www.iphoneuserguide.com/apple/2009/04/08/iphone3g/iphone-30-comes-with -Batterie-Prozent-Meter / &quot;&gt; tats?chlich eine bekannte Funktion von 3,0 &lt;/ a&gt;, und es ist m?glich gewesen, auf jailbroken iPhones f?r eine Weile auch. &lt;br /&gt; &lt;br /&gt; Wenn Sie auf das Geheimnis, Commenter Dstreelm in die Kommentare dort einen Blick auf die Metadaten auf einem der Bilder (die angeblich von dem iPhone), und es war, die &lt;a href = &quot;http://www16.wolframalpha.com/input/?i=Lat % 3A +22% 2C22.38N + Long% 3A 114% 2C6.91E &quot;&gt; in der N?he von Hong Kong &lt;/ a&gt;, nur einen Tag oder so vor. Es ist definitiv alle Ger?chte, so nehmen Sie alle mit einem K?rnchen Salz, aber mehr Glaubw?rdigkeit verleihen, um die Idee, dass wir sehen, eine neue Version der iPhone-Hardware sehr bald. &lt;div Id=&quot;continued&quot;&gt; &lt;/ div &gt;&lt;!– sphereit Ende -&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/digital-compass/&quot;&gt; Digital-Kompass &lt;/ a&gt;, &lt;a href =&quot; http:/ / www.tuaw.com/tag/dstreelm/ &quot;&gt; dstreelm &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/function/&quot;&gt; Funktion &lt;/ a&gt;, &lt;a href = &quot;http://www.tuaw.com/tag/hardware/&quot;&gt; Hardware &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/hong-kong/&quot;&gt; Hong-Kong &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/iphone- 3.0 / &quot;&gt; iPhone-3.0 &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/meta/&quot;&gt; Meta &lt;/ a&gt;, &lt;a href =&quot; http://www. tuaw.com / tag / Ger?chte / &quot;&gt; Ger?chte &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/umpcfever/&quot;&gt; umpcfever &lt;/ a&gt;, &lt;a href =&quot; http: / / www.tuaw.com/tag/version/ &quot;&gt; Version &lt;/ a&gt;, &lt;a href=&quot;http://www.tuaw.com/tag/watermarked/&quot;&gt; Wasserzeichen &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.theiphoneblog.com/2009/05/30/generation-iphone-camera-caught-camera / &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/31/next-gen-iphone-photos-leaked / 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; 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/19052830 /&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% 2F31% 2Fnext-gen-iPhone-Bilder-durchgesickerten% 2F', 'Weiter iPhone-gen + + Fotos + durchgesickerten% 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/31/next-gen-iphone-photos-leaked/ # comments &quot;title =&quot; View Leser Kommentare zu diesen Eintrag &quot;&gt; Kommentare (&lt;em&gt; 1 &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/16/mac-101-geodata-copying-in-iphoto?icid=sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt;&quot; Mac 101: Kopieren von Geodaten in iPhoto &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; Vor 15 Tagen &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.tuaw.com/2009/01/27/sketches-updated-to-1-5?icid=sphere_blogsmith_inpage_tuaw&quot; target = &quot;_New&quot; onMouseUp = &quot;Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \')&quot;&gt; Skizzen aktualisiert 1.5 &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/16/first-look-oldbooth?icid=sphere_blogsmith_inpage_tuaw&quot; target = &quot;_New&quot; onMouseUp = &quot;Sphere. Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') &quot;&gt; First Look: OldBooth &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 166 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; ?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/30/mr-blurrycam-takes-new-iphones-features-for-a-test-drive?icid=sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; Herr Blurrycam die neue iPhone-Funktionen f?r eine Probefahrt? &lt;/ A&gt; &lt;p class=&quot;timestamp&quot;&gt; 19 Stunden &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href = &quot;http://www.engadget.com / 2009/05/22/32gb-iphone-placeholder-appears-at-t-mobile-austria? icid = sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; 32GB iPhone Platzhalter wird bei T-Mobile Austria &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 9 Tage vor &lt;/ p&gt; &lt;/ li&gt; &lt;li&gt; &lt;a href =&quot; http:/ / www.engadgetmobile.com/2009/05/12/new-iphone-specs-leaked-600mhz-cpu-32gb-3-2mp-cam?icid=sphere_blogsmith_inpage_tuaw &quot;target =&quot; _New &quot;onMouseUp =&quot; Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') &quot;&gt; Neue iPhone-Spezifikationen durchgesickert – 600MHz CPU, 32GB, 3.2MP Cam? &lt;/ a&gt; &lt;p class=&quot;timestamp&quot;&gt; 19 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/31/next-gen-iphone-photos-leaked ') &quot;href =&quot; http://www.sphere.com/search?q=sphereit:http://www.tuaw. com/2009/05/31/next-gen-iphone-photos-leaked &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;commentlinks19125014-2069403&quot; &gt; &lt;div class=&quot;commentclass1 level2 Muttergesellschaft comment&quot; id=&quot;c19125014&quot;&gt; &lt;a href=&quot;http://www.tuaw.com/profile/2069403/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt; &lt;img src = &quot;http://www.blogsmithcdn.com/avatar/images/16/2069403_64.jpg&quot; alt = &quot;iBearTouch&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/2069403/&quot; target = &quot;_blank&quot; rel = &quot;nofollow&quot;&gt; iBearTouch &lt;/ a&gt; &lt;span sagte class=&quot;time-stamp&quot;&gt; 5.40 Uhr am 5-31-2009 &lt;/ span&gt; &lt;/ h4&gt; &lt;/ div&gt; &lt;p&gt; Hmm Ich frage mich, wie die Kompasse k?nnen sich als n?tzlich? (Denkt an das US War Machine) Karte marschieren, um das Ziel, w?hrend Sie Ihre Lieblings-Playlists, und Facebook posts … hoo-wahhh &lt;br&gt; &lt;br&gt; Kampf gegen den Terror? Es ist ein f?r diese Anwendung. :) &lt;/ p&gt; &lt;p class=&quot;cmt_reply&quot;&gt; &lt;a href=&quot;#commentform&quot; onclick=&quot;replyToCmt('19125014','iBearTouch');&quot;&gt; Antworten &lt;/ a&gt; &lt;/ p&gt; &lt;div class = &quot;cmt_votes&quot;&gt; &lt;img class=&quot;star-img&quot; src=&quot;http://www.blogsmithmedia.com/www.tuaw.com/media/stars2.gif&quot; alt=&quot;2 stars&quot; /&gt; &lt;span class = &quot;cmt_tools&quot; id = &quot;tools_19125014&quot;&gt; &lt;a href = &quot;#&quot; class = &quot;voteLink&quot; id = &quot;vd19125014&quot; onclick = &quot;voteComment ('19125014 ',' 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; vu19125014 &quot;onclick =&quot; voteComment ('19125014 ',' up &quot;); 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; class = &quot;reportLink&quot; id = &quot;r19125014&quot; onclick = &quot;reportComment (19125014); 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 wollen, melden Sie dies Kommentar?&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; /&gt; name=&quot;form&quot; value=&quot;Comments&quot; &lt;input type=&quot;hidden&quot; /&gt; name=&quot;ButtonSave&quot; value=&quot;Save&quot; <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; 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/31/next-gen-iphone-photos-leaked/&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 ='77decb44268cce773fa5729bdefa899b &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 ='93894'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='3936219036084350 '; 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 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;37&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;23&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;21&lt;/td&gt;&lt;td class=&quot;statsclass2 ctr&quot;&gt;3&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;33&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/mat-lu/&quot;&gt;Mat Lu&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;14&lt;/td&gt;&lt;td class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;/bloggers/chris-ullrich/&quot;&gt;Chris Ullrich&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/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;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; (64)&lt;/li&gt;&lt;li class=&quot;statsclass2&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;Future iTunes versions could block the Pre, but why?&lt;/a&gt; (51)&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/&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;statsclass2&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;statsclass1&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;statsclass2&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; (30)&lt;/li&gt;&lt;li class=&quot;statsclass1&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; (30)&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/&quot; rel=&quot;bookmark&quot;&gt;Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's &quot;Up&quot;&lt;/a&gt; (27)&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;/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/31/spot-the-spod-in-up/#c19124436&quot;&gt;legato895&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/&quot;&gt;Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's &quot;Up&quot;&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124385&quot;&gt;lbchs22&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/&quot;&gt;Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's &quot;Up&quot;&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124320&quot;&gt;UltraDagger&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/&quot;&gt;Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's &quot;Up&quot;&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124290&quot;&gt;Darren&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/&quot;&gt;Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's &quot;Up&quot;&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/29/found-footage-power-mac-g4-cube-transformer-robot/#c19124045&quot;&gt;thinkingbricks.com&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/29/found-footage-power-mac-g4-cube-transformer-robot/&quot;&gt;Found Footage: Power Mac G4 Cube Transformer Robot&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19124010&quot;&gt;Matt2k&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/&quot;&gt;Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's &quot;Up&quot;&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123815&quot;&gt;GLaDOS&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/&quot;&gt;Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's &quot;Up&quot;&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123767&quot;&gt;Michael Rose&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/&quot;&gt;Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's &quot;Up&quot;&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass1&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123749&quot;&gt;Michael Rose&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/&quot;&gt;Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's &quot;Up&quot;&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;statsclass2&quot;&gt;&lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19123365&quot;&gt;oliver hart&lt;/a&gt; on &lt;a href=&quot;http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/&quot;&gt;Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's &quot;Up&quot;&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/server/&quot; class=&quot;tagSmall&quot;&gt;server&lt;/a&gt; &lt;a href=&quot;/tag/AppleHistory/&quot; class=&quot;tagSmall&quot;&gt;AppleHistory&lt;/a&gt; &lt;a href=&quot;/tag/MacbookPro/&quot; class=&quot;tagSmall&quot;&gt;MacbookPro&lt;/a&gt; &lt;a href=&quot;/tag/IpodTouch/&quot; class=&quot;tagSmall&quot;&gt;IpodTouch&lt;/a&gt; &lt;a href=&quot;/tag/developers/&quot; class=&quot;tagSmall&quot;&gt;developers&lt;/a&gt; &lt;a href=&quot;/tag/AppStore/&quot; class=&quot;tagSmall&quot;&gt;AppStore&lt;/a&gt; &lt;a href=&quot;/tag/software/&quot; class=&quot;tagSmall&quot;&gt;software&lt;/a&gt; &lt;a href=&quot;/tag/ItunesStore/&quot; class=&quot;tagSmall&quot;&gt;ItunesStore&lt;/a&gt; &lt;a href=&quot;/tag/apple/&quot; class=&quot;tagSmall&quot;&gt;apple&lt;/a&gt; &lt;a href=&quot;/tag/game/&quot; class=&quot;tagSmall&quot;&gt;game&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/security/&quot; class=&quot;tagSmall&quot;&gt;security&lt;/a&gt; &lt;a href=&quot;/tag/itunes/&quot; class=&quot;tagSmall&quot;&gt;itunes&lt;/a&gt; &lt;a href=&quot;/tag/sling/&quot; class=&quot;tagSmall&quot;&gt;sling&lt;/a&gt; &lt;a href=&quot;/tag/mac/&quot; class=&quot;tagSmall&quot;&gt;mac&lt;/a&gt; &lt;a href=&quot;/tag/travel/&quot; class=&quot;tagSmall&quot;&gt;travel&lt;/a&gt; &lt;a href=&quot;/tag/twitter/&quot; class=&quot;tagSmall&quot;&gt;twitter&lt;/a&gt; &lt;a href=&quot;/tag/imac/&quot; class=&quot;tagSmall&quot;&gt;imac&lt;/a&gt; &lt;a href=&quot;/tag/sdk/&quot; class=&quot;tagSmall&quot;&gt;sdk&lt;/a&gt; &lt;a href=&quot;/tag/beta/&quot; class=&quot;tagSmall&quot;&gt;beta&lt;/a&gt; &lt;a href=&quot;/tag/rumors/&quot; class=&quot;tagSmall&quot;&gt;rumors&lt;/a&gt; &lt;a href=&quot;/tag/ipod/&quot; class=&quot;tagSmall&quot;&gt;ipod&lt;/a&gt; &lt;a href=&quot;/tag/features/&quot; class=&quot;tagSmall&quot;&gt;features&lt;/a&gt; &lt;a href=&quot;/tag/giveaway/&quot; class=&quot;tagSmall&quot;&gt;giveaway&lt;/a&gt; &lt;a href=&quot;/tag/games/&quot; class=&quot;tagSmall&quot;&gt;games&lt;/a&gt; &lt;a href=&quot;/tag/podcast/&quot; class=&quot;tagSmall&quot;&gt;podcast&lt;/a&gt; &lt;a href=&quot;/tag/retail/&quot; class=&quot;tagSmall&quot;&gt;retail&lt;/a&gt; &lt;a href=&quot;/tag/att/&quot; class=&quot;tagSmall&quot;&gt;att&lt;/a&gt; &lt;a href=&quot;/tag/firstlook/&quot; class=&quot;tagSmall&quot;&gt;firstlook&lt;/a&gt; &lt;a href=&quot;/tag/update/&quot; class=&quot;tagSmall&quot;&gt;update&lt;/a&gt; &lt;a href=&quot;/tag/talkcast/&quot; class=&quot;tagSmall&quot;&gt;talkcast&lt;/a&gt; &lt;a href=&quot;/tag/BreakingNews/&quot; class=&quot;tagSmall&quot;&gt;BreakingNews&lt;/a&gt; &lt;a href=&quot;/tag/macbook/&quot; class=&quot;tagSmall&quot;&gt;macbook&lt;/a&gt; &lt;a href=&quot;/tag/iPhoto/&quot; class=&quot;tagSmall&quot;&gt;iPhoto&lt;/a&gt; &lt;a href=&quot;/tag/iphone3g/&quot; class=&quot;tagSmall&quot;&gt;iphone3g&lt;/a&gt; &lt;a href=&quot;/tag/iPhone/&quot; class=&quot;tagSmall&quot;&gt;iPhone&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/MacOsX/&quot; class=&quot;tagSmall&quot;&gt;MacOsX&lt;/a&gt; &lt;a href=&quot;/tag/music/&quot; class=&quot;tagSmall&quot;&gt;music&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/apps/&quot; class=&quot;tagSmall&quot;&gt;apps&lt;/a&gt; &lt;a href=&quot;/tag/ads/&quot; class=&quot;tagSmall&quot;&gt;ads&lt;/a&gt; &lt;a href=&quot;/tag/hardware/&quot; class=&quot;tagSmall&quot;&gt;hardware&lt;/a&gt; &lt;a href=&quot;/tag/Kindle/&quot; class=&quot;tagSmall&quot;&gt;Kindle&lt;/a&gt; &lt;a href=&quot;/tag/release/&quot; class=&quot;tagSmall&quot;&gt;release&lt;/a&gt; &lt;a href=&quot;/tag/design/&quot; class=&quot;tagSmall&quot;&gt;design&lt;/a&gt; &lt;a href=&quot;/tag/developer/&quot; class=&quot;tagSmall&quot;&gt;developer&lt;/a&gt; &lt;a href=&quot;/tag/desktop/&quot; class=&quot;tagSmall&quot;&gt;desktop&lt;/a&gt; &lt;a href=&quot;/tag/AskTuaw/&quot; class=&quot;tagSmall&quot;&gt;AskTuaw&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; &