>
Filed under: iPhone , App Store , iPod touch , App Review AP Mobile updated, but still not
Your Comment:
remember
email when someone replies to this comment
Please keep your comments on this blog entry. e-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 ='02819be2b83dbba43555be3035bedfc9 “; 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 ='44756'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = ' CacheID '; cacheId.value ='9026219090094807'; 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 AP News [App Store] iPhone/iPod touch app that rolled out ugly earlier in the week has updated to version 2.01 and fixed that nasty problem that wouldn't let you run the app reliably if you had the previous AP Mobile app already on your phone. That has been fixed, but the app still suffers from more bugs than the centerfield lights at a night baseball game. When you update to the latest version you will likely lose all your preferences, and as we reported, setting preferences is no small task. The AP still insists on showing you a front page that wastes 1/3 of its space with a large photo and video icon. Usually, people come to a news app to read the news, but that concept seems lost on the AP. The result of this bad design decision is that only 3 stories show up on the front page, which is not as good as the New York Times app (4), the Bloomberg News app (5), or ABC News (4). Actually, most of the news apps have too much non-essential garbage on the main pages. I'd kinda like to read the news. I think the AP app scrolling of long stories is still jerky, and some stories display a picture at the top which is so large it takes the whole screen and you can't read any of the story without scrolling.Also, stories tend to repeat. In my local list of stories, I saw the same story 3 times. Clearly, that shouldn't happen in a well-written app.All lists of stories must be viewed in portrait orientation, but you can read them in landscape mode, which means constantly switching back and forth between screen types if you want the stories in landscape format. Don't try this if you have vertigo.The AP app is free, so one hates to complain, but frankly the previous version was easier on the eyes, less buggy, and organized in a way many news junkies would prefer to read the news.Sometimes “progress” is anything but.
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 WeblogStop the presses! AP News for iPhone is a mess
Can you believe it? New Yorker cover done on iPhone app.
TUAW Wishlist: iPhone apps I'd like to see
Related Articles From Our Tech NetworkMicrosoft wants you to share WinMo apps with yourself; others, not so much
Morning Xtra: Brian Williams BriTUNES, Twitter Beats NY Times
Trent Reznor rips Apple, summarizes current Smartphone OSes
See More Related Articles and Blog Posts
document.getElementById('spherePoweredBy').innerHTML=brand; Reader Comments (Page 1 of 1)
1lanejasper69 said 8:48PM on 5-31-2009
YES, the scrolling STILL sucks! it jumps all over the board, the clips (placeholders) at the top do occupy much of the screen, basically this is a perfect write-up. I use mobile AP, but it really does need MUCH improvement. I didn't see a feature to write a comment any longer (which hasn't worked since the very first version of the app a year or more ago), only to submit a story which I haven't tried yet. the font size needs to be adjustable as well as the option to turn off or on menu images, as they are big and if you have more than one topic set in the prefs (which are horrendous) you can only see 2 stories at a time basically, unless you hit the “more…” button. This APP still needs much improvement. It'll get the job done most of the time, but it's more bloated and clunkier than a detroit oil burner!
Reply
↓↑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: 'Nier' is Square Enix's next gameNo Whiimies! Ubisoft bringing Press Your Luck, Family FeudMass Effect iPhone becomes Mass Effect 'Galaxy,' ties in to Mass Effect 2
Download SquadKill (and spam) your Twitter friends with Spymaster – Time WasterDear EU: Please quit whining about browsers alreadySearch for useful bookmarklets with Bookmarklet Directory
BloggingStocksEntrepreneur's Journal: So, you want to sell your businessBank of America looks to add competent people to board of directorsFortress storms a bank
AutoblogPSA: If you're going to impersonate the police, you might not want to call for backupHamann does its thing to the new BMW 7 SeriesFirst 2010 Subaru Legacy rolls off the line in Indiana
Joystiq XboxGears of War 2 'All Fronts' pre-orders vanish from the webXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout
EngadgetPhilips GoGear Opus reviewed: solid audio, but painfully boringMicrosoft's Zune HD shipping on September 5th?Ultra-powerful laser could make incandescent light bulbs more efficient 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); } “>We'll use your suggestion to improve translation quality in future updates to our system.> <p class="filed-under"> Abgelegt unter: <a href="/category/iphone/"> iPhone </ a>, <a href="/category/app-store/"> App Store </ a>, <a href="/category/ipod-touch/"> iPod touch </ a>, <a href="/category/app-review/"> App Review </ a> </ p> <h2 class = "posttitle"> <a href="http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short/" rel="bookmark"> <span id = "ppt19052747"> AP Mobile aktualisiert, aber immer noch nicht </ span> </ a> </ h2> <p class="byline"> von <strong> <a href = "/ Blogger / Mel-Martin /" > Mel Martin </ a> </ strong> am 31. Mai 2009 </ p> <div class="postbody"> <! – sphereit start -> <img vspace = "8" hspace = "8" border = "0" align = "right" src = "http://www.blogcdn.com/www.tuaw.com/media/2009/05/apnews.jpg" alt = "" /> Das <a href = "http : / / itunes.apple.com / WebObjects / MZStore.woa / wa / viewSoftware? id = 284901416 & t = 8 "> AP News </ a> [App Store] iPhone / iPod touch app, dass <a href =" http : / / www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/ "> Roll-out h?sslich </ a> bereits in der Woche aktualisiert auf die Version 2.01 und festgelegt, dass die fiesen Problem w?rde nicht zulassen, dass Sie das Programm zuverl?ssig, wenn Sie hatte den fr?heren AP Mobile App bereits auf Ihrem Handy. <br /> <br /> Dies wurde behoben, aber die Anwendung noch immer mehr Fehler als die Centerfield Lichter auf eine Nacht Baseball-Spiel. Wenn Sie ein Update auf die neueste Version, die Sie wahrscheinlich verlieren alle Ihre Einstellungen, und wie wir berichteten, Einstellungen ist keine leichte Aufgabe. <br /> <br /> Die AP immer noch darauf, mit Ihnen eine Seite vor, dass Abf?lle, 1 / 3 der seinen Platz mit einem gro?en Foto-und Video-Symbol. In der Regel kommen die Menschen zu einem ca. Nachrichten zu lesen, die Nachrichten, aber das Konzept scheint verloren auf der AP. Das Ergebnis dieser schlechten Design-Entscheidung ist, dass nur 3 Geschichten zeigen auf der ersten Seite, die ist nicht so gut, wie die <a href = "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware ? id = 284862083 & t = 8 ">" New York Times </ a> App (4), die <a href = "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id = 281941097 & t = 8 "> Bloomberg News </ a> app (5), oder <a href =" http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300255638&mt = 8 "> ABC News </ a> (4). Eigentlich sind die meisten der Nachrichten Apps zu viel nicht wesentlicher M?ll ?ber die wichtigsten Seiten. Ich w?rde irgendwie gerne lesen die Nachrichten. <br /> <br /> Ich glaube, dass die AP ca. Scrollen von langen Geschichten immer noch ruckelt, und einige Geschichten ein Bild an der Spitze, die so gro? ist, dauert es den ganzen Bildschirm und man kann nicht lesen jede der Geschichte ohne zu bl?ttern. <br /> <br /> Auch Geschichten eher zu wiederholen. In meiner lokalen Liste von Geschichten, sah ich die gleiche Geschichte 3-mal. Klar, das sollte nicht passieren, in einem gut geschriebenen App. <br /> <br /> Alle Listen der Geschichten ist nicht nur im Hochformat, aber Sie k?nnen sie in der Landschafts-Modus, was bedeutet, dass st?ndig Wechsel hin und her zwischen Bildschirm-Typen, wenn Sie wollen, dass die Geschichten im Querformat. Versuchen Sie nicht, wenn Sie Schwindel. <br /> <br /> Die AP ca. ist frei, so da? man hasst sich zu beschweren, aber ehrlich gesagt der vorherigen Version war leichter ?ber die Augen, weniger fehlerhaft, und in einer Art und Weise viele News-Junkies w?rde es vorziehen, um die Nachrichten. <br /> <br /> Manchmal "Fortschritt" ist alles andere als. <div id="continued"> </ div ><!– sphereit Ende -> <a href = "/ tag / iphone" class = "Kategorie-match-Anzeige"> <img src = "http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg" alt = " Klicken Sie hier, um alle TUAW's iPhone Abdeckung "/> </ a> </ div> <div class="postmeta"> <p class="posttags"> <strong> Tags: </ strong> <a href = "http://www.tuaw.com/tag/Ap + Mobile /"> AP Mobile </ a>, <a href="http://www.tuaw.com/tag/app+store/"> ca. speichern </ a>, <a href="http://www.tuaw.com/tag/iPhone/"> iPhone </ a>, <a href = "http://www.tuaw.com/tag/ + iPod touch / "> iPod touch </ a>, <a href="http://www.tuaw.com/tag/news/"> News </ a> </ p> <div class =" navbar clearfix "> <ul> <li class="permalink"> <a href="http://blog.apnews.com/"> Quelle </ a> </ li> <li class="print"> <a href = "http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short/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/19052747 /" 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% 2Fap-mobile-Aktualisierung, aber immer noch unter-short% 2F ',' AP + Mobile + aktualisiert + +, aber immer noch f?llt + + kurz ') "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/ap-mobile-updated-but-still-falls-short/ # 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/27/stop-the-presses-ap-news-for-iphone-is -a-Chaos? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Stoppt die Pressen! AP News f?r das iPhone ist eine Messe </ a> <p class="timestamp"> 4 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/ 05/25/can-you-believe-it-new-yorker-cover-done-on-iphone-app? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \ ', \' talk \ ') "> Kann man das glauben? New Yorker Deckung erfolgt ?ber die iPhone App. </ A> <p class="timestamp"> 6 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2009 / 05/19/tuaw-wishlist-iphone-apps-id-like-to-see? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'sprechen \ ') "> TUAW Wunschzettel: iPhone Apps m?chte ich, um zu sehen, </ a> <p class="timestamp"> 12 Tage vor </ p> </ li> </ ul> </ div> <! — – Ende-talk-Container -> <div id="artContainer"> <h3> ?hnliche Artikel aus unserem Tech-Netzwerk </ h3> <ul> <li> <a href = "http://www.engadgetmobile.com/2009 / 05/23/microsoft-wants-you-to-share-winmo-apps-with-yourself-others-n? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \ ', \' art \ ') "> Microsoft m?chte, dass Sie zu teilen WinMo Anwendungen mit sich selbst, andere, nicht so viel </ a> <p class="timestamp"> 8 Tage vor </ p> </ li> < li> <a href = "http://www.switched.com/2009/05/12/morning-xtra-brian-williamss-britunes-twitter-beats-ny-time?icid=sphere_blogsmith_inpage_tuaw" target = "_New" onMouseUp = "Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \')"> Morning Xtra: Brian Williams BriTUNES, Twitter Beats NY Times </ a> <p class="timestamp"> 19 Tage vor </ p> </ li> <li> <a href = "http://www.engadgetmobile.com/2009/05/04/trent-reznor-rips-apple-summarizes-current-smartphone-oses?icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Trent Reznor Rips Apple, fasst aktuelle Smartphone Betriebssysteme </ a> <p class = "timestamp"> 27 Tage </ 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/ap-mobile-updated-but-still-falls-short') "href =" http://www.sphere.com/ search? q = sphereit: http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short "> 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 = "commentlinks19126638-450871" > <div class="commentclass1 level2 Muttergesellschaft comment" id="c19126638"> <a href="http://www.tuaw.com/profile/450871/" target="_blank" rel="nofollow"> <img src = "http://www.blogsmithcdn.com/avatar/images/16/450871_64.jpg" alt = "lanejasper69" 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/450871/" target = "_blank" rel = "nofollow"> lanejasper69 </ a> <span sagte class="time-stamp"> 8:48 pm am 5-31-2009 </ span> </ h4> </ div> <p> JA , die Scrollen STILL sucks! Sie springt ?ber den Vorstand, die Clips (Platzhalter) an der Spitze nicht besetzen viel auf dem Bildschirm, im Grunde ist dies eine perfekte Zuschreibung. Ich benutze mobile AP, aber es hat wirklich sehr viel verbessert werden. Ich habe nicht eine Funktion an, um einen Kommentar nicht mehr (das hat nicht funktioniert, da die erste Version der ca. ein Jahr oder l?nger vor), nur um eine Geschichte, die ich noch nicht versucht. die Schriftgr??e muss einstellbar sowie die Option zu deaktivieren oder im Men? Bilder, wie sie sind gro? und wenn Sie mehr als ein Thema in der prefs (die schrecklichen) sehen Sie nur 2 Etagen in einer Zeit, im Grunde, es sei denn, Sie auf den "mehr …" -Taste. Diese APP noch viel verbessert werden. Sie bekommen die Arbeit die meiste Zeit, aber es ist mehr aufgebl?ht und clunkier als Detroit ?lbrenner! </ P> <p class="cmt_reply"> <a href = "# commentform" onclick = "replyToCmt ( ' 19126638 "," lanejasper69');"> Antworten </ a> </ p> <div class="cmt_votes"> <img class = "Stern-img" src = "http://www.blogsmithmedia.com/www .tuaw.com/media/stars2.gif "alt =" 2 Sterne "/> <span class="cmt_tools" id="tools_19126638"> <a href =" # "class =" voteLink "id =" vd19126638 "onclick = "voteComment ('19126638 ',' nach '); return false;" title = "Diese Abstimmung Kommentar Down"> <span class="vote_down button"> ↓ </ span> </ a> <a href = " # "class =" voteLink "id =" vu19126638 "onclick =" voteComment ('19126638 ',' bis'); return false; "title =" Diese Abstimmung Kommentar Up "> <span class="vote_up button"> ↑ </ span> </ a> <a href="#" class="reportLink" id="r19126638" onclick="reportComment(19126638); R?ckkehr false" title="Report Diese Comment"> <span class = "Bericht Schaltfl?che "> Bericht </ span> </ a> </ span> </ div> </ div> </ div> </ div> <script language="JavaScript" type="text/javascript"> var req; Funktion getURL (url) ( ?? if (isWorking == true) (setTimeout ( "getURL (\" "+ url +" \ ")", "100"); return false;) ?? isWorking = true; ?? if (window.XMLHttpRequest) ( Req = new XMLHttpRequest (); ???????? req.onreadystatechange = handleHttpResponse; Req.open ( "GET", url, true); Req.send (null); ?? ) Else if (window.ActiveXObject) (/ / IE Try ( Req = new ActiveXObject ( "Msxml2.XMLHTTP"); ) Catch (e) ( Req = new ActiveXObject ( "Microsoft.XMLHTTP"); ) If (req) ( ???????????????? req.onreadystatechange = handleHttpResponse; Req.open ( "GET", url, true); Req.send (); ???????? ) Else ( Alert ( "Ihr Browser unterst?tzt kein ajax"); ) ?? ) Else ( Alert ( "Ihr Browser unterst?tzt kein ajax"); ?? ) ?? return false; ) Funktion postURL (url, outbuf) ( ?? if (isWorking == true) (setTimeout ( "postURL (\" "+ url +" \ ", \" "+ outbuf +" \ ")", "100"); return false;) ?? isWorking = true; ?? var browser = navigator.appName; ?? if (Browser! = "Microsoft Internet Explorer") ( ???? req = new XMLHttpRequest (); ???? req.onreadystatechange = handleHttpResponse; ???? req.open ( "POST", url, true); ???? req.setRequestHeader ( "Content-Type", "application / x-www-form-urlencoded; charset = UTF-8"); ???? req.send (outbuf); ?? ) Else if (window.ActiveXObject) (/ / IE ???? req = new ActiveXObject ( "Microsoft.XMLHTTP"); ???? if (req) ( ?????? req.onreadystatechange = handleHttpResponse; ?????? req.open ( "POST", url, true); ?????? req.setRequestHeader ( "Content-Type", "application / x-www-form-urlencoded; charset = UTF-8"); ?????? req.send (outbuf); ???? ) ?? ) ?? return false; ) Funktion handleHttpResponse () ( If (req.readyState == 4) ( If (req.responseText.charAt (0) == "<") ( ???????? Alert (req.responseText); ) Else ( ?? Eval (req.responseText); IsWorking = false; ) ) ) var isWorking = false; Funktion reportComment (commentid) ( if (confirm ( "Sind Sie sicher, dass Sie diesen Bericht kommentieren?")) ( ?? getURL ( "/ a = AJAX-Kommentar-Bericht & commentid =" + commentid); ???????? ) Return false; ) Funktion reportCommentOK (commentid) ( document.getElementById ( "c" + commentid). className + = "reportedComment"; alert ( "Kommentar wurde f?r die ?berpr?fung. Thank You!"); Return false; ) Funktion voteComment (commentid, Typ) ( getURL ( "/ a = AJAX-Kommentar-Abstimmung & commentid =" + commentid + "& type =" + type); Return false; ) Funktion voteCommentOK (commentid) ( document.getElementById ( "c" + commentid). className + = "votedComment"; Return false; ) Funktion replyToCmt (commentid, Autor) ( var replyInd = document.getElementById ( "replyindicator"); ???????? if (document.getElementById ( 'replyToText')) (var replyToText = document.getElementById ( 'replyToText "). value;) else (var replyToText =" Antwort auf ";) ???????? if (document.getElementById ( 'replyToUndo')) (var replyToUndo = document.getElementById ( 'replyToUndo "). value;) else (var replyToUndo =" R?ckg?ngig ";) replyInd.innerHTML = (replyToText + '<a href="#c'+commentid+'">' + Autor + '</ a> [<a href = "#" onclick = "wipeReply (\''+ commentid +' \ ') ; return false ;">'+ replyToUndo + '</ a >]'); document.getElementById ( "sourceid"). value = commentid; ) Funktion wipeReply (commentid) ( var replyInd = document.getElementById ( "replyindicator"); ReplyInd.innerHTML = ""; Document.getElementById ( "sourceid"). Value = ""; Return false; ) Funktion showReplies (Post-, commentid) ( getURL ( "/ a = AJAX-Kommentar-Show-& Antworten commentid =" + commentid + "& Post =" + Post); Return false; ) Funktion showRepliesOK (commentid, Daten) ( var replyDiv = document.getElementById (commentid + "_replies"); ReplyDiv.innerHTML = Daten; Return false; ) </ script> <div class="cmt_paging"> </ div> </ div> <script language="JavaScript" type="text/javascript"> var sns_checked = false; var current_tab = "blogsmith"; Funktion tabTo (TAB) ( document.getElementById ( 'formerrors "). innerHTML =''; document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; document.getElementById ( 'cmtuinfo_sns'). style.display =' none '; document.getElementById ( 'cmtuinfo_ "+ Tab). style.display =' block '; document.getElementById ( 'cmtutab_email "). className =''; document.getElementById ( 'cmtutab_blogsmith "). className =''; document.getElementById ( 'cmtutab_sns "). className =''; document.getElementById ( 'cmtutab_ "+ Tab). className =' currenttab '; If (! Sns_checked & & tab == "SNS") ( Image1 = new Image (); image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; Sns.init ( 'ch1ga1KvP7TotwTC'); Sns_checked = true; ) Current_tab = TAB; ) Funktion inputValidation () ( document.getElementById ( 'formerrors "). innerHTML =''; Var validInfo = 0; Var validName = 0; Var validEmail = 0; Var validComments = 0; Var validSNS = 0; Var links = 0; Var Fehler =''; Schalter (current_tab) ( Fall "E-Mail": var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; var email = document.getElementById ( 'AuthorEmail "). Wert; if (document.getElementById ( "Autorname"). value =='') ( Fehler + = "<p class='error'> ben?tigen wir Ihren Namen. </ p>"; ) If (email ==''| |! Filter.test (email)) ( Fehler + = "<p class='error'> E-Mail-Adresse ist nicht g?ltig. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "blogsmith": if (document.getElementById ( 'C_AuthorEmail "). value =='') ( Fehler + = "<p class='error'> Ung?ltige E-Mail-Adresse. </ p>"; ) if (document.getElementById ( 'C_AuthorPass "). value =='') ( Fehler + = "<p class='error'> Kein Passwort angegeben. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "SNS": if (document.getElementById ( 'sns_screenname') & & document.getElementById ( 'sns_password')) ( if (document.getElementById ( 'sns_screenname "). value & & document.getElementById (' sns_password"). value) ( Sns.calls.login (); Return false; ) ) If (document.getElementById ( 'sns_securid')) ( if (document.getElementById ( 'sns_securid "). value) ( sns.calls.login ();// setTimeout ( "sns.calls.login ();", 1000); Return false; ) ) var token = (document.getElementById ( "Token"))? document.getElementById ( "Token"). Wert:''; If (token =='') ( Fehler = "<p class='error'> Ung?ltiger SNS anmelden. </ p>"; ) Else ( ValidInfo = 1; ) Break; ) var txt = document.getElementById ( "Kommentare"). Wert; If (txt! ='') ( ValidComments = 1; ) For (var ind = 0; ind <txt.length; ind + +) ( If (txt.substring (ind, ind +7) == "http://") ( Links = Links + 1; ) Else if (txt.substring (ind, ind +6) == "ftp://") ( Links = Links + 1; ) Else if (txt.substring (ind, ind +8) == "https ://") ( Links = Links + 1; ) ) if (validInfo == 1 & & validComments == 1 & & Links <4) ( Return true; ) Else ( errorMessage var = "<h4 class='error-title'> Fehler </ h4>"; ErrorMessage + = Fehler; if (validComments == 0) (errorMessage + = "<p class='error'> kein Kommentar geschrieben. </ p>";) if (links> 3) (errorMessage + = "<p class='error'> Sorry mate, k?nnen Sie nur 3 URLs. </ p>";) document.getElementById ( 'formerrors "). innerHTML = errorMessage; Return false; ) ) </ script> <div id="comments"> <h3 id="addcomments"> hinzuf?gen Kommentare </ h3> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div Id="cmttabs"> <ul> <li id="cmtutab_email"> <a href="#" onclick="tabTo('email');return false;"> neue Leser </ a> </ li> <li id="cmtutab_blogsmith" class="currenttab"> <a href="#" onclick="tabTo('blogsmith');return false;"> R?ckkehr </ a> </ li> <li id="cmtutab_sns"> <a href="#" onclick="tabTo('sns');return false;" class="cmtaol" title="Sign Sie sich mit Ihrem AOL/AIM username!"> AOL / AIM </ a> </ li> </ Ul> </ Div> <div Id="formerrors" class='formerrors'> </ div> <! – E-Mail -> <div id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <p Class="instructions"> ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. </ P> <label for="AuthorName" class="first"> Name: <br /> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /> </ label> <label For="AuthorEmail"> E-Mail: <br /> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/> </ label> </ Div> <! – / E-Mail -> <! – Blogsmith -> <div id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. </ p> <label for="C_Author" class="first"> E-Mail: <br /> id="C_AuthorEmail" <input type="text" class="formtext" name="C_AuthorEmail" value="" /> </ label> <label For="C_AuthorPass"> Passwort: <br /> <input id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/> </ label> </ Div> <! – / Blogsmith -> <! – SNS -> <div id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. </ p> <div Id="sns"> <p align="center"> <img src="/media/loading.gif"> </ p> </ Div> <!–< Eingang id = "snslogin" type = "button" onclick = "sns.calls.login ();" value = "Login ">–> </ Div> <! – / SNS -> <div Id="cmtmain"> <div Id="replyindicator"> </ div> <div> <label For="Comments"> Ihr Kommentar: </ label> <textarea name="Comments" id="Comments" rows="8" style="width:98%"> </ textarea> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <label For="RememberMeYes"> merken </ label> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <label for="EmailMe"> E-Mail, wenn mir jemand Antworten auf diesen Kommentar </ label> </ Div> <div Id="cmtbuttons"> <input type="submit" id="addCommentButton" value="Add Comment" /> </ Div> <input type="hidden" name="form" value="Comments" /> <input type="hidden" name="ButtonSave" value="Save" /> <input type="hidden" id="sourceID" name="SourceID" value="" /> <input type="hidden" id="postID" name="PostID" value="" /> </ Div> <div Id="instructions"> <p class="preamble"> Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. <strong> E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. </ strong> </ p> <p> Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein. </ P> <p> So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit, <p> oder <br /> Tags. </ P> </ Div> <input type="hidden" name="referer" value="http://www.tuaw.com:1080/2009/05/31/ap-mobile-updated-but-still-falls-short/"> </ 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 ='02819be2b83dbba43555be3035bedfc9 "; 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 ='44756'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='9026219090094807 '; 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 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"> </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">32</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">24</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">18</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/31/spot-the-spod-in-up/" rel="bookmark">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a> (33)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (30)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (30)</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/next-gen-iphone-photos-leaked/#c19126217">airmanchairman</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/#c19126195">airmanchairman</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19126116">TVGenius</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/next-gen-iphone-photos-leaked/#c19125941">jason</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125832">Joe</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/30/check-prices-on-your-iphone-with-pricecheckah/#c19125494">frank.lowney</a> on <a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/">Check prices on your iPhone with Pricecheckah</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/#c19125514">GLaDOS</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125498">Jon</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/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19125280">Kevin E. McKenna</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125038">Kyle</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/iPhone/" class="">iPhone</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/IpodShuffle/" class="tagSmall">IpodShuffle</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/store/" class="tagSmall">store</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/leopard/" class="tagSmall">leopard</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/mac/" class="tagSmall">mac</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/gtd/" class="tagSmall">gtd</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/advertising/" class="tagSmall">advertising</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/MacMini/" class="tagSmall">MacMini</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/server/" class="tagSmall">server</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/GPS/" class="tagSmall">GPS</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/review/" class="tagSmall">review</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/pricing/" class="tagSmall">pricing</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/graphics/" class="tagSmall">graphics</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/AppleStore/" class="tagSmall">AppleStore</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/OS/" class="tagSmall">OS</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/Microsoft/" class="tagSmall">Microsoft</a> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/release/" class="tagSmall">release</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&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&query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&query=">News</a></li> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&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-nier-is-square-enixs-next-game/" rel="bookmark">E3 2009: 'Nier' is Square Enix's next game</a></li><li><a href="http://www.joystiq.com/2009/05/31/no-whiimies-ubisoft-bringing-press-your-luck-family-feud/" rel="bookmark">No Whiimies! Ubisoft bringing Press Your Luck, Family Feud</a></li><li><a href="http://www.joystiq.com/2009/05/31/mass-effect-iphone-becomes-mass-effect-galaxy-ties-in-to-mass/" rel="bookmark">Mass Effect iPhone becomes Mass Effect 'Galaxy,' ties in to Mass Effect 2</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/entrepreneurs-journal-so-you-want-to-sell-your-business/" rel="bookmark">Entrepreneur's Journal: So, you want to sell your business</a></li><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></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/psa-if-youre-going-to-impersonate-the-police-you-might-not-wa/" rel="bookmark">PSA: If you're going to impersonate the police, you might not want to call for backup</a></li><li><a href="http://www.autoblog.com/2009/05/31/hamann-does-its-thing-to-the-new-bmw-7-series/" rel="bookmark">Hamann does its thing to the new BMW 7 Series</a></li><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></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/31/gears-of-war-2-all-fronts-pre-orders-vanish-from-the-web/" rel="bookmark">Gears of War 2 'All Fronts' pre-orders vanish from the web</a></li><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></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/philips-gogear-opus-reviewed-solid-audio-but-painfully-boring/" rel="bookmark">Philips GoGear Opus reviewed: solid audio, but painfully boring</a></li><li><a href="http://www.engadget.com/2009/05/31/microsofts-zune-hd-shipping-on-september-5th/" rel="bookmark">Microsoft's Zune HD shipping on September 5th?</a></li><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></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 © 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%2Fap-mobile-updated-but-still-falls-short%2F&cb=1578905928" 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%2Fap-mobile-updated-but-still-falls-short%2F&cb=459267079" 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. App (4), die Bloomberg News app (5), oder ABC News (4). Eigentlich sind die meisten der Nachrichten Apps zu viel nicht wesentlicher M?ll ?ber die wichtigsten Seiten. Ich w?rde irgendwie gerne lesen die Nachrichten. Ich glaube, dass die AP ca. Scrollen von langen Geschichten immer noch ruckelt, und einige Geschichten ein Bild an der Spitze, die so gro? ist, dauert es den ganzen Bildschirm und man kann nicht lesen jede der Geschichte ohne zu bl?ttern. Auch Geschichten eher zu wiederholen. In meiner lokalen Liste von Geschichten, sah ich die gleiche Geschichte 3-mal. Klar, das sollte nicht passieren, in einem gut geschriebenen App. Alle Listen der Geschichten ist nicht nur im Hochformat, aber Sie k?nnen sie in der Landschafts-Modus, was bedeutet, dass st?ndig Wechsel hin und her zwischen Bildschirm-Typen, wenn Sie wollen, dass die Geschichten im Querformat. Versuchen Sie nicht, wenn Sie Schwindel. Die AP ca. ist frei, so da? man hasst sich zu beschweren, aber ehrlich gesagt der vorherigen Version war leichter ?ber die Augen, weniger fehlerhaft, und in einer Art und Weise viele News-Junkies w?rde es vorziehen, um die Nachrichten. Manchmal “Fortschritt” ist alles andere als. Ihr Kommentar: merken E-Mail, wenn mir jemand Antworten auf diesen Kommentar
Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare.
Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein.
So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit,
oder Tags. tabTo (current_tab); getUserInfo Funktion () (var anchor = document.getElementById ( 'addCommentButton'); var SID = document.createElement ( 'input'); sID.type = 'hidden '; sID.id =' SID '; sID.name =' SID '; sID.value ='02819be2b83dbba43555be3035bedfc9 “; 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 ='44756'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='9026219090094807 '; anchor.parentNode.insertBefore (SID, Anker); anchor.parentNode.insertBefore (uid, Anker); anchor.parentNode.insertBefore (tStamp, Anker); anchor.parentNode.insertBefore (CacheID, Anker ); var divArray = document.getElementsByTagName ( 'div'); for (var i = 0; i TUAW Web Images Video News Local adSetType(“F”); htmlAdWH(“93217798″, “728″, “90″); adSetType(“”); //–> JoystiqE3 2009: 'Nier' is Square Enix's next gameNo Whiimies! Ubisoft bringing Press Your Luck, Family FeudMass Effect iPhone becomes Mass Effect 'Galaxy,' ties in to Mass Effect 2
Download SquadKill (and spam) your Twitter friends with Spymaster – Time WasterDear EU: Please quit whining about browsers alreadySearch for useful bookmarklets with Bookmarklet Directory
BloggingStocksEntrepreneur's Journal: So, you want to sell your businessBank of America looks to add competent people to board of directorsFortress storms a bank
AutoblogPSA: If you're going to impersonate the police, you might not want to call for backupHamann does its thing to the new BMW 7 SeriesFirst 2010 Subaru Legacy rolls off the line in Indiana
Joystiq XboxGears of War 2 'All Fronts' pre-orders vanish from the webXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout
EngadgetPhilips GoGear Opus reviewed: solid audio, but painfully boringMicrosoft's Zune HD shipping on September 5th?Ultra-powerful laser could make incandescent light bulbs more efficient AOL News
All contents copyright © 2003-2009, Weblogs, Inc. All rights reserved
The Unofficial Apple Weblog (TUAW) is a member of the Weblogs, Inc. Network. Privacy Policy, Terms of Service, Notify AOL
$(document).ready(init); function init() { $('.winblogrollcat').children('ul').hide(); $('.winblogrollcat .trigger').click(function(evt){ $(this.parentNode).children('ul').slideToggle('fast'); }); ???? $('.carousel ul').cycle({'prev':'.previous','next':'.next'}); } if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) { ?? top.location.replace(self.location.href); } document.write(''); // –> 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. TUAW Web Images Video News Local JoystiqE3 2009: 'Nier' is Square Enix's next gameNo Whiimies! Ubisoft bringing Press Your Luck, Family FeudMass Effect iPhone becomes Mass Effect 'Galaxy,' ties in to Mass Effect 2
Download SquadKill (and spam) your Twitter friends with Spymaster – Time WasterDear EU: Please quit whining about browsers alreadySearch for useful bookmarklets with Bookmarklet Directory
BloggingStocksEntrepreneur's Journal: So, you want to sell your businessBank of America looks to add competent people to board of directorsFortress storms a bank
AutoblogPSA: If you're going to impersonate the police, you might not want to call for backupHamann does its thing to the new BMW 7 SeriesFirst 2010 Subaru Legacy rolls off the line in Indiana
Joystiq XboxGears of War 2 'All Fronts' pre-orders vanish from the webXbox 360 Fancast 118 — Pre-E3 Extravaganza: Part 2Raiden IV media blowout
EngadgetPhilips GoGear Opus reviewed: solid audio, but painfully boringMicrosoft's Zune HD shipping on September 5th?Ultra-powerful laser could make incandescent light bulbs more efficient 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); } “>We'll use your suggestion to improve translation quality in future updates to our system.> <p class="filed-under"> Abgelegt unter: <a href="/category/iphone/"> iPhone </ a>, <a href="/category/app-store/"> App Store </ a>, <a href="/category/ipod-touch/"> iPod touch </ a>, <a href="/category/app-review/"> App Review </ a> </ p> <h2 class = "posttitle"> <a href="http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short/" rel="bookmark"> <span id = "ppt19052747"> AP Mobile aktualisiert, aber immer noch nicht </ span> </ a> </ h2> <p class="byline"> von <strong> <a href = "/ Blogger / Mel-Martin /" > Mel Martin </ a> </ strong> am 31. Mai 2009 </ p> <div class="postbody"> <! – sphereit start -> <img vspace = "8" hspace = "8" border = "0" align = "right" src = "http://www.blogcdn.com/www.tuaw.com/media/2009/05/apnews.jpg" alt = "" /> Das <a href = "http : / / itunes.apple.com / WebObjects / MZStore.woa / wa / viewSoftware? id = 284901416 & t = 8 "> AP News </ a> [App Store] iPhone / iPod touch app, dass <a href =" http : / / www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/ "> Roll-out h?sslich </ a> bereits in der Woche aktualisiert auf die Version 2.01 und festgelegt, dass die fiesen Problem w?rde nicht zulassen, dass Sie das Programm zuverl?ssig, wenn Sie hatte den fr?heren AP Mobile App bereits auf Ihrem Handy. <br /> <br /> Dies wurde behoben, aber die Anwendung noch immer mehr Fehler als die Centerfield Lichter auf eine Nacht Baseball-Spiel. Wenn Sie ein Update auf die neueste Version, die Sie wahrscheinlich verlieren alle Ihre Einstellungen, und wie wir berichteten, Einstellungen ist keine leichte Aufgabe. <br /> <br /> Die AP immer noch darauf, mit Ihnen eine Seite vor, dass Abf?lle, 1 / 3 der seinen Platz mit einem gro?en Foto-und Video-Symbol. In der Regel kommen die Menschen zu einem ca. Nachrichten zu lesen, die Nachrichten, aber das Konzept scheint verloren auf der AP. Das Ergebnis dieser schlechten Design-Entscheidung ist, dass nur 3 Geschichten zeigen auf der ersten Seite, die ist nicht so gut, wie die <a href = "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware ? id = 284862083 & t = 8 ">" New York Times </ a> App (4), die <a href = "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id = 281941097 & t = 8 "> Bloomberg News </ a> app (5), oder <a href =" http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300255638&mt = 8 "> ABC News </ a> (4). Eigentlich sind die meisten der Nachrichten Apps zu viel nicht wesentlicher M?ll ?ber die wichtigsten Seiten. Ich w?rde irgendwie gerne lesen die Nachrichten. <br /> <br /> Ich glaube, dass die AP ca. Scrollen von langen Geschichten immer noch ruckelt, und einige Geschichten ein Bild an der Spitze, die so gro? ist, dauert es den ganzen Bildschirm und man kann nicht lesen jede der Geschichte ohne zu bl?ttern. <br /> <br /> Auch Geschichten eher zu wiederholen. In meiner lokalen Liste von Geschichten, sah ich die gleiche Geschichte 3-mal. Klar, das sollte nicht passieren, in einem gut geschriebenen App. <br /> <br /> Alle Listen der Geschichten ist nicht nur im Hochformat, aber Sie k?nnen sie in der Landschafts-Modus, was bedeutet, dass st?ndig Wechsel hin und her zwischen Bildschirm-Typen, wenn Sie wollen, dass die Geschichten im Querformat. Versuchen Sie nicht, wenn Sie Schwindel. <br /> <br /> Die AP ca. ist frei, so da? man hasst sich zu beschweren, aber ehrlich gesagt der vorherigen Version war leichter ?ber die Augen, weniger fehlerhaft, und in einer Art und Weise viele News-Junkies w?rde es vorziehen, um die Nachrichten. <br /> <br /> Manchmal "Fortschritt" ist alles andere als. <div id="continued"> </ div ><!– sphereit Ende -> <a href = "/ tag / iphone" class = "Kategorie-match-Anzeige"> <img src = "http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg" alt = " Klicken Sie hier, um alle TUAW's iPhone Abdeckung "/> </ a> </ div> <div class="postmeta"> <p class="posttags"> <strong> Tags: </ strong> <a href = "http://www.tuaw.com/tag/Ap + Mobile /"> AP Mobile </ a>, <a href="http://www.tuaw.com/tag/app+store/"> ca. speichern </ a>, <a href="http://www.tuaw.com/tag/iPhone/"> iPhone </ a>, <a href = "http://www.tuaw.com/tag/ + iPod touch / "> iPod touch </ a>, <a href="http://www.tuaw.com/tag/news/"> News </ a> </ p> <div class =" navbar clearfix "> <ul> <li class="permalink"> <a href="http://blog.apnews.com/"> Quelle </ a> </ li> <li class="print"> <a href = "http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short/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/19052747 /" 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% 2Fap-mobile-Aktualisierung, aber immer noch unter-short% 2F ',' AP + Mobile + aktualisiert + +, aber immer noch f?llt + + kurz ') "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/ap-mobile-updated-but-still-falls-short/ # 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/27/stop-the-presses-ap-news-for-iphone-is -a-Chaos? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Stoppt die Pressen! AP News f?r das iPhone ist eine Messe </ a> <p class="timestamp"> 4 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/ 05/25/can-you-believe-it-new-yorker-cover-done-on-iphone-app? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \ ', \' talk \ ') "> Kann man das glauben? New Yorker Deckung erfolgt ?ber die iPhone App. </ A> <p class="timestamp"> 6 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2009 / 05/19/tuaw-wishlist-iphone-apps-id-like-to-see? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'sprechen \ ') "> TUAW Wunschzettel: iPhone Apps m?chte ich, um zu sehen, </ a> <p class="timestamp"> 12 Tage vor </ p> </ li> </ ul> </ div> <! — – Ende-talk-Container -> <div id="artContainer"> <h3> ?hnliche Artikel aus unserem Tech-Netzwerk </ h3> <ul> <li> <a href = "http://www.engadgetmobile.com/2009 / 05/23/microsoft-wants-you-to-share-winmo-apps-with-yourself-others-n? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \ ', \' art \ ') "> Microsoft m?chte, dass Sie zu teilen WinMo Anwendungen mit sich selbst, andere, nicht so viel </ a> <p class="timestamp"> 8 Tage vor </ p> </ li> < li> <a href = "http://www.switched.com/2009/05/12/morning-xtra-brian-williamss-britunes-twitter-beats-ny-time?icid=sphere_blogsmith_inpage_tuaw" target = "_New" onMouseUp = "Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \')"> Morning Xtra: Brian Williams BriTUNES, Twitter Beats NY Times </ a> <p class="timestamp"> 19 Tage vor </ p> </ li> <li> <a href = "http://www.engadgetmobile.com/2009/05/04/trent-reznor-rips-apple-summarizes-current-smartphone-oses?icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Trent Reznor Rips Apple, fasst aktuelle Smartphone Betriebssysteme </ a> <p class = "timestamp"> 27 Tage </ 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/ap-mobile-updated-but-still-falls-short') "href =" http://www.sphere.com/ search? q = sphereit: http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short "> 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 = "commentlinks19126638-450871" > <div class="commentclass1 level2 Muttergesellschaft comment" id="c19126638"> <a href="http://www.tuaw.com/profile/450871/" target="_blank" rel="nofollow"> <img src = "http://www.blogsmithcdn.com/avatar/images/16/450871_64.jpg" alt = "lanejasper69" 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/450871/" target = "_blank" rel = "nofollow"> lanejasper69 </ a> <span sagte class="time-stamp"> 8:48 pm am 5-31-2009 </ span> </ h4> </ div> <p> JA , die Scrollen STILL sucks! Sie springt ?ber den Vorstand, die Clips (Platzhalter) an der Spitze nicht besetzen viel auf dem Bildschirm, im Grunde ist dies eine perfekte Zuschreibung. Ich benutze mobile AP, aber es hat wirklich sehr viel verbessert werden. Ich habe nicht eine Funktion an, um einen Kommentar nicht mehr (das hat nicht funktioniert, da die erste Version der ca. ein Jahr oder l?nger vor), nur um eine Geschichte, die ich noch nicht versucht. die Schriftgr??e muss einstellbar sowie die Option zu deaktivieren oder im Men? Bilder, wie sie sind gro? und wenn Sie mehr als ein Thema in der prefs (die schrecklichen) sehen Sie nur 2 Etagen in einer Zeit, im Grunde, es sei denn, Sie auf den "mehr …" -Taste. Diese APP noch viel verbessert werden. Sie bekommen die Arbeit die meiste Zeit, aber es ist mehr aufgebl?ht und clunkier als Detroit ?lbrenner! </ P> <p class="cmt_reply"> <a href = "# commentform" onclick = "replyToCmt ( ' 19126638 "," lanejasper69');"> Antworten </ a> </ p> <div class="cmt_votes"> <img class = "Stern-img" src = "http://www.blogsmithmedia.com/www .tuaw.com/media/stars2.gif "alt =" 2 Sterne "/> <span class="cmt_tools" id="tools_19126638"> <a href =" # "class =" voteLink "id =" vd19126638 "onclick = "voteComment ('19126638 ',' nach '); return false;" title = "Diese Abstimmung Kommentar Down"> <span class="vote_down button"> ↓ </ span> </ a> <a href = " # "class =" voteLink "id =" vu19126638 "onclick =" voteComment ('19126638 ',' bis'); return false; "title =" Diese Abstimmung Kommentar Up "> <span class="vote_up button"> ↑ </ span> </ a> <a href="#" class="reportLink" id="r19126638" onclick="reportComment(19126638); R?ckkehr false" title="Report Diese Comment"> <span class = "Bericht Schaltfl?che "> Bericht </ span> </ a> </ span> </ div> </ div> </ div> </ div> <script language="JavaScript" type="text/javascript"> var req; Funktion getURL (url) ( ?? if (isWorking == true) (setTimeout ( "getURL (\" "+ url +" \ ")", "100"); return false;) ?? isWorking = true; ?? if (window.XMLHttpRequest) ( Req = new XMLHttpRequest (); ???????? req.onreadystatechange = handleHttpResponse; Req.open ( "GET", url, true); Req.send (null); ?? ) Else if (window.ActiveXObject) (/ / IE Try ( Req = new ActiveXObject ( "Msxml2.XMLHTTP"); ) Catch (e) ( Req = new ActiveXObject ( "Microsoft.XMLHTTP"); ) If (req) ( ???????????????? req.onreadystatechange = handleHttpResponse; Req.open ( "GET", url, true); Req.send (); ???????? ) Else ( Alert ( "Ihr Browser unterst?tzt kein ajax"); ) ?? ) Else ( Alert ( "Ihr Browser unterst?tzt kein ajax"); ?? ) ?? return false; ) Funktion postURL (url, outbuf) ( ?? if (isWorking == true) (setTimeout ( "postURL (\" "+ url +" \ ", \" "+ outbuf +" \ ")", "100"); return false;) ?? isWorking = true; ?? var browser = navigator.appName; ?? if (Browser! = "Microsoft Internet Explorer") ( ???? req = new XMLHttpRequest (); ???? req.onreadystatechange = handleHttpResponse; ???? req.open ( "POST", url, true); ???? req.setRequestHeader ( "Content-Type", "application / x-www-form-urlencoded; charset = UTF-8"); ???? req.send (outbuf); ?? ) Else if (window.ActiveXObject) (/ / IE ???? req = new ActiveXObject ( "Microsoft.XMLHTTP"); ???? if (req) ( ?????? req.onreadystatechange = handleHttpResponse; ?????? req.open ( "POST", url, true); ?????? req.setRequestHeader ( "Content-Type", "application / x-www-form-urlencoded; charset = UTF-8"); ?????? req.send (outbuf); ???? ) ?? ) ?? return false; ) Funktion handleHttpResponse () ( If (req.readyState == 4) ( If (req.responseText.charAt (0) == "<") ( ???????? Alert (req.responseText); ) Else ( ?? Eval (req.responseText); IsWorking = false; ) ) ) var isWorking = false; Funktion reportComment (commentid) ( if (confirm ( "Sind Sie sicher, dass Sie diesen Bericht kommentieren?")) ( ?? getURL ( "/ a = AJAX-Kommentar-Bericht & commentid =" + commentid); ???????? ) Return false; ) Funktion reportCommentOK (commentid) ( document.getElementById ( "c" + commentid). className + = "reportedComment"; alert ( "Kommentar wurde f?r die ?berpr?fung. Thank You!"); Return false; ) Funktion voteComment (commentid, Typ) ( getURL ( "/ a = AJAX-Kommentar-Abstimmung & commentid =" + commentid + "& type =" + type); Return false; ) Funktion voteCommentOK (commentid) ( document.getElementById ( "c" + commentid). className + = "votedComment"; Return false; ) Funktion replyToCmt (commentid, Autor) ( var replyInd = document.getElementById ( "replyindicator"); ???????? if (document.getElementById ( 'replyToText')) (var replyToText = document.getElementById ( 'replyToText "). value;) else (var replyToText =" Antwort auf ";) ???????? if (document.getElementById ( 'replyToUndo')) (var replyToUndo = document.getElementById ( 'replyToUndo "). value;) else (var replyToUndo =" R?ckg?ngig ";) replyInd.innerHTML = (replyToText + '<a href="#c'+commentid+'">' + Autor + '</ a> [<a href = "#" onclick = "wipeReply (\''+ commentid +' \ ') ; return false ;">'+ replyToUndo + '</ a >]'); document.getElementById ( "sourceid"). value = commentid; ) Funktion wipeReply (commentid) ( var replyInd = document.getElementById ( "replyindicator"); ReplyInd.innerHTML = ""; Document.getElementById ( "sourceid"). Value = ""; Return false; ) Funktion showReplies (Post-, commentid) ( getURL ( "/ a = AJAX-Kommentar-Show-& Antworten commentid =" + commentid + "& Post =" + Post); Return false; ) Funktion showRepliesOK (commentid, Daten) ( var replyDiv = document.getElementById (commentid + "_replies"); ReplyDiv.innerHTML = Daten; Return false; ) </ script> <div class="cmt_paging"> </ div> </ div> <script language="JavaScript" type="text/javascript"> var sns_checked = false; var current_tab = "blogsmith"; Funktion tabTo (TAB) ( document.getElementById ( 'formerrors "). innerHTML =''; document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; document.getElementById ( 'cmtuinfo_sns'). style.display =' none '; document.getElementById ( 'cmtuinfo_ "+ Tab). style.display =' block '; document.getElementById ( 'cmtutab_email "). className =''; document.getElementById ( 'cmtutab_blogsmith "). className =''; document.getElementById ( 'cmtutab_sns "). className =''; document.getElementById ( 'cmtutab_ "+ Tab). className =' currenttab '; If (! Sns_checked & & tab == "SNS") ( Image1 = new Image (); image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; Sns.init ( 'ch1ga1KvP7TotwTC'); Sns_checked = true; ) Current_tab = TAB; ) Funktion inputValidation () ( document.getElementById ( 'formerrors "). innerHTML =''; Var validInfo = 0; Var validName = 0; Var validEmail = 0; Var validComments = 0; Var validSNS = 0; Var links = 0; Var Fehler =''; Schalter (current_tab) ( Fall "E-Mail": var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; var email = document.getElementById ( 'AuthorEmail "). Wert; if (document.getElementById ( "Autorname"). value =='') ( Fehler + = "<p class='error'> ben?tigen wir Ihren Namen. </ p>"; ) If (email ==''| |! Filter.test (email)) ( Fehler + = "<p class='error'> E-Mail-Adresse ist nicht g?ltig. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "blogsmith": if (document.getElementById ( 'C_AuthorEmail "). value =='') ( Fehler + = "<p class='error'> Ung?ltige E-Mail-Adresse. </ p>"; ) if (document.getElementById ( 'C_AuthorPass "). value =='') ( Fehler + = "<p class='error'> Kein Passwort angegeben. </ p>"; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall "SNS": if (document.getElementById ( 'sns_screenname') & & document.getElementById ( 'sns_password')) ( if (document.getElementById ( 'sns_screenname "). value & & document.getElementById (' sns_password"). value) ( Sns.calls.login (); Return false; ) ) If (document.getElementById ( 'sns_securid')) ( if (document.getElementById ( 'sns_securid "). value) ( sns.calls.login ();// setTimeout ( "sns.calls.login ();", 1000); Return false; ) ) var token = (document.getElementById ( "Token"))? document.getElementById ( "Token"). Wert:''; If (token =='') ( Fehler = "<p class='error'> Ung?ltiger SNS anmelden. </ p>"; ) Else ( ValidInfo = 1; ) Break; ) var txt = document.getElementById ( "Kommentare"). Wert; If (txt! ='') ( ValidComments = 1; ) For (var ind = 0; ind <txt.length; ind + +) ( If (txt.substring (ind, ind +7) == "http://") ( Links = Links + 1; ) Else if (txt.substring (ind, ind +6) == "ftp://") ( Links = Links + 1; ) Else if (txt.substring (ind, ind +8) == "https ://") ( Links = Links + 1; ) ) if (validInfo == 1 & & validComments == 1 & & Links <4) ( Return true; ) Else ( errorMessage var = "<h4 class='error-title'> Fehler </ h4>"; ErrorMessage + = Fehler; if (validComments == 0) (errorMessage + = "<p class='error'> kein Kommentar geschrieben. </ p>";) if (links> 3) (errorMessage + = "<p class='error'> Sorry mate, k?nnen Sie nur 3 URLs. </ p>";) document.getElementById ( 'formerrors "). innerHTML = errorMessage; Return false; ) ) </ script> <div id="comments"> <h3 id="addcomments"> hinzuf?gen Kommentare </ h3> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div Id="cmttabs"> <ul> <li id="cmtutab_email"> <a href="#" onclick="tabTo('email');return false;"> neue Leser </ a> </ li> <li id="cmtutab_blogsmith" class="currenttab"> <a href="#" onclick="tabTo('blogsmith');return false;"> R?ckkehr </ a> </ li> <li id="cmtutab_sns"> <a href="#" onclick="tabTo('sns');return false;" class="cmtaol" title="Sign Sie sich mit Ihrem AOL/AIM username!"> AOL / AIM </ a> </ li> </ Ul> </ Div> <div Id="formerrors" class='formerrors'> </ div> <! – E-Mail -> <div id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <p Class="instructions"> ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. </ P> <label for="AuthorName" class="first"> Name: <br /> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /> </ label> <label For="AuthorEmail"> E-Mail: <br /> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/> </ label> </ Div> <! – / E-Mail -> <! – Blogsmith -> <div id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. </ p> <label for="C_Author" class="first"> E-Mail: <br /> id="C_AuthorEmail" <input type="text" class="formtext" name="C_AuthorEmail" value="" /> </ label> <label For="C_AuthorPass"> Passwort: <br /> <input id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/> </ label> </ Div> <! – / Blogsmith -> <! – SNS -> <div id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <p class="instructions"> Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. </ p> <div Id="sns"> <p align="center"> <img src="/media/loading.gif"> </ p> </ Div> <!–< Eingang id = "snslogin" type = "button" onclick = "sns.calls.login ();" value = "Login ">–> </ Div> <! – / SNS -> <div Id="cmtmain"> <div Id="replyindicator"> </ div> <div> <label For="Comments"> Ihr Kommentar: </ label> <textarea name="Comments" id="Comments" rows="8" style="width:98%"> </ textarea> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <label For="RememberMeYes"> merken </ label> </ Div> <div Class="cmtchecks"> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <label for="EmailMe"> E-Mail, wenn mir jemand Antworten auf diesen Kommentar </ label> </ Div> <div Id="cmtbuttons"> <input type="submit" id="addCommentButton" value="Add Comment" /> </ Div> <input type="hidden" name="form" value="Comments" /> <input type="hidden" name="ButtonSave" value="Save" /> <input type="hidden" id="sourceID" name="SourceID" value="" /> <input type="hidden" id="postID" name="PostID" value="" /> </ Div> <div Id="instructions"> <p class="preamble"> Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. <strong> E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. </ strong> </ p> <p> Wenn Sie Ihren Namen und Ihre E-Mail-Adresse, werden Sie einen Link an, um zu best?tigen, Ihren Kommentar und ein Kennwort. Um einen anderen Kommentar, nutzen Sie bitte, dass Ihr Passwort ein. </ P> <p> So erstellen Sie eine Live-Link, geben Sie einfach die URL (einschlie?lich http://) oder E-Mail-Adresse ein und wir machen es zu einem Live-Link f?r Sie. Sie k?nnen bis zu 3 URLs in Ihre Kommentare. Zeilenumbr?che und Abs?tze werden automatisch konvertiert – keine Notwendigkeit, <p> oder <br /> Tags. </ P> </ Div> <input type="hidden" name="referer" value="http://www.tuaw.com:1080/2009/05/31/ap-mobile-updated-but-still-falls-short/"> </ 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 ='02819be2b83dbba43555be3035bedfc9 "; 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 ='44756'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='9026219090094807 '; 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 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"> </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">32</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">24</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">18</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/31/spot-the-spod-in-up/" rel="bookmark">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a> (33)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (30)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (30)</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/next-gen-iphone-photos-leaked/#c19126217">airmanchairman</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/#c19126195">airmanchairman</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19126116">TVGenius</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/next-gen-iphone-photos-leaked/#c19125941">jason</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125832">Joe</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/30/check-prices-on-your-iphone-with-pricecheckah/#c19125494">frank.lowney</a> on <a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/">Check prices on your iPhone with Pricecheckah</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/#c19125514">GLaDOS</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125498">Jon</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/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19125280">Kevin E. McKenna</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125038">Kyle</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/iPhone/" class="">iPhone</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/IpodShuffle/" class="tagSmall">IpodShuffle</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/store/" class="tagSmall">store</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/leopard/" class="tagSmall">leopard</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/mac/" class="tagSmall">mac</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/gtd/" class="tagSmall">gtd</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/advertising/" class="tagSmall">advertising</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/MacMini/" class="tagSmall">MacMini</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/server/" class="tagSmall">server</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/GPS/" class="tagSmall">GPS</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/review/" class="tagSmall">review</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/pricing/" class="tagSmall">pricing</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/graphics/" class="tagSmall">graphics</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/AppleStore/" class="tagSmall">AppleStore</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/OS/" class="tagSmall">OS</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/Microsoft/" class="tagSmall">Microsoft</a> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/release/" class="tagSmall">release</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&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&query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&query=">News</a></li> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&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-nier-is-square-enixs-next-game/" rel="bookmark">E3 2009: 'Nier' is Square Enix's next game</a></li><li><a href="http://www.joystiq.com/2009/05/31/no-whiimies-ubisoft-bringing-press-your-luck-family-feud/" rel="bookmark">No Whiimies! Ubisoft bringing Press Your Luck, Family Feud</a></li><li><a href="http://www.joystiq.com/2009/05/31/mass-effect-iphone-becomes-mass-effect-galaxy-ties-in-to-mass/" rel="bookmark">Mass Effect iPhone becomes Mass Effect 'Galaxy,' ties in to Mass Effect 2</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/entrepreneurs-journal-so-you-want-to-sell-your-business/" rel="bookmark">Entrepreneur's Journal: So, you want to sell your business</a></li><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></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/psa-if-youre-going-to-impersonate-the-police-you-might-not-wa/" rel="bookmark">PSA: If you're going to impersonate the police, you might not want to call for backup</a></li><li><a href="http://www.autoblog.com/2009/05/31/hamann-does-its-thing-to-the-new-bmw-7-series/" rel="bookmark">Hamann does its thing to the new BMW 7 Series</a></li><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></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/31/gears-of-war-2-all-fronts-pre-orders-vanish-from-the-web/" rel="bookmark">Gears of War 2 'All Fronts' pre-orders vanish from the web</a></li><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></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/philips-gogear-opus-reviewed-solid-audio-but-painfully-boring/" rel="bookmark">Philips GoGear Opus reviewed: solid audio, but painfully boring</a></li><li><a href="http://www.engadget.com/2009/05/31/microsofts-zune-hd-shipping-on-september-5th/" rel="bookmark">Microsoft's Zune HD shipping on September 5th?</a></li><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></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 © 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%2Fap-mobile-updated-but-still-falls-short%2F&cb=1578905928" 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%2Fap-mobile-updated-but-still-falls-short%2F&cb=459267079" alt="the end" width="1" height="1"border="0" /></noscript>Google Home – About Google Translate©2009 Googlevar gaJsHost = ((“https:” == document.location.protocol) ?”https://ssl.” : “http://www.”);document.write(unescape(“%3Cscript src='” + gaJsHost +”google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E”));var pageTracker = _gat._getTracker(“UA-1043770-1″);pageTracker._initData();pageTracker._trackPageview(“/translate_t?hl=en&ie=ISO-8859-1&langpair=en|de”);”>We'll use your suggestion to improve translation quality in future updates to our system.> <p Class="filed-under"> Filed under: <a href="/category/iphone/"> iPhone </ a>, <a href="/category/app-store/"> App Store </ a>, <a href="/category/ipod-touch/"> iPod touch </ a>, <a href="/category/app-review/"> App Review </ a> </ p> <h2 class = "post title"> <a href="http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short/" rel="bookmark"> <span id = "ppt19052747"> AP Mobile updated, but still not </ span> </ a> </ h2> <p class="byline"> <strong> <a href = "/ bloggers / Mel Martin / "> Mel Martin </ a> </ strong> on 31 May 2009 </ p> <div class="postbody"> <! – Sphereit start -> <img vspace = "8" hspace = "8" border = "0" align = "right" src = "http://www.blogcdn.com/www.tuaw.com/media/2009/ 05/apnews.jpg "alt =" "/> The <a href = "http: / / itunes.apple.com / WebObjects / MZStore.woa / wa / viewSoftware? id = 284901416 & t = 8 "> AP News < / a> [App Store] iPhone / iPod touch app that <a href = "http: / / www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is -a-mess / "> Roll-out h? sslich </ a> already in the weekly update to version 2.01 and determined that the nasty problem w? would not allow the program reliability? fault if you had the fr? heren AP Mobile App already on your phone. <br /> <br /> This has been fixed, but the application still more mistakes than the center field lights on a night baseball game. If you upgrade to the latest version, you probably lose all your settings, and as we reported attitudes is no easy task. <br /> <br /> The AP is still on a page with you, that exit? lle, 1 / 3 of his place with a big s Photo & Video icon. In general, people come around to a message to read the messages, but the concept seems lost on the AP. The result of this poor design decision is that only 3 stories on the front page, which is not as good as the <a href = "http://itunes.apple.com/WebObjects/MZStore.woa/wa/ viewSoftware? id = 284862083 & t = 8 ">" New York Times </ a> App (4), the <a href = "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware? id = 281941097 & t = 8 "> Bloomberg News </ a> app (5), or <a href =" http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300255638&mt = 8 "> ABC News </ a> (4). Actually, most of the messages Apps too much non-essential M? ll about the most important pages. I w? would somehow like to read the news. <br /> <br / > I think the AP about scrolling of long stories still jerky, and some stories a picture at the top, so great is, it takes the whole screen and you can not read any of the story without bl? ttern . <br /> <br /> stories also tend to repeat it. In my local list of stories, I saw the same story 3-times. Sure, that should not happen in a well-written app. <br /> <br /> lists all of the stories is not only in portrait mode, but You can it in landscape mode, which means that st? constantly switching back and forth between screen types, if you want the stories in the landscape. Do not try if you have vertigo. <br /> <br /> The AP about is free, so there? one hates to complain, but honestly the previous version was easier about the eye, less defective, and in a way that many news junkies w? would prefer to view the messages. <br /> <br /> Sometimes "progress" is anything but. <div id="continued"> </ div> <! — – sphereit end -> <a href = "/ tag / iphone" class = "Kategorie-match-Anzeige"> <img src = "http://www.blogsmithmedia.com/www.tuaw.com/media/iphone- post-banner.jpg "alt =" Click here to view all TUAW's iPhone coverage "/> </ a> </ div> <div class="postmeta"> <p class="posttags"> <strong> Tags: </ strong> <a href = "http://www.tuaw.com/tag/Ap + Mobile /"> AP Mobile </ a> <a href = "http://www.tuaw.com/tag / app + store / "> about store </ a>, <a href="http://www.tuaw.com/tag/iPhone/"> iPhone </ a> <a href =" http:/ / www.tuaw.com/tag/ + iPod touch> iPod touch </ a>, <a href="http://www.tuaw.com/tag/news/"> News </ a> </ p> <div class =" navbar clearfix "> <ul> <li class="permalink"> <a href="http://blog.apnews.com/"> Source </ a> </ li> <li class = "print"> <a href = "http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short/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 <br/> house. <br/> <strong> Live wirelessly. Print without wires </ strong> </ span> </ span> </ a> </ li> <li class="email-this"> <a href = " / forward/19052747 / "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% 2Fap -mobile-update, but still under-short% 2F ',' AP + Mobile + + + update, but still f? short llt + + ') "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/ap-mobile-updated-but-still-falls-short/ 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 brand =''; <br> if (useFilter == false) (<br> brand = normal fire; <br>) Else (<br> brand = ie6Brand; <br>) <br> </ script> <br> <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/27/stop-the-presses-ap-news-for-iphone-is -a chaos? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Stop the presses! AP News f? r the iPhone is a fair </ a> <p class="timestamp"> 4 days </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/ 05/25/can-you-believe- it-new-yorker-cover-done-on-iphone-app? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Can you believe it? New Yorker cover is made about the iPhone App. < / A> <p class="timestamp"> 6 days </ p> </ li> <li> <a href = "http://www.tuaw.com/2009 / 05/19/tuaw-wishlist-iphone -apps-id-like-to-see? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Wish TUAW: iPhone Apps m? chte me to see, </ a> <p class="timestamp"> 12 days ago </ p> </ li> </ ul> </ div> <! – - End-talk Container -> <div id="artContainer"> < h3> similar article from our tech-network </ h3> <ul> <li> <a href = "http://www.engadgetmobile.com/2009 / 05/23/microsoft-wants-you-to-share -winmo-apps-yourself-with-others-n? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Microsoft m? chte that you share with WinMo applications themselves, others not so much </ a> <p class="timestamp"> 8 days ago </ p> </ li> <li> <a href = "http://www.switched.com/2009/05/12 / morning-xtra-brian-williamss-britunes-twitter-beats-ny-time? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \' ) "> Morning Xtra: Brian Williams BriTUNES, Twitter Beats NY Times </ a> <p class="timestamp"> 19 days ago </ p> </ li> <li> <a href =" http://www .engadgetmobile.com/2009/05/04/trent-reznor-rips-apple-summarizes-current-smartphone-oses? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \ ', \' art \ ') "> Trent Reznor rips Apple, summarizes current smartphone operating systems </ a> <p "timestamp"> class = 27 days </ p> </ li> </ ul> </ div> <! – Arts container –></ div ><!– end sphereTalk -> <div "sphereAd"> id = <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/ap-mobile-updated-but-still-falls-short') "href =" http://www.sphere.com/ search? q = sphereit: http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short "> More articles and blog posts </ a> </ p> < / div> <! – End of field clearfix -> <script type="text/javascript"> <br> document.getElementById ( 'spherePoweredBy "). innerHTML = name; <br> </ script> <div id="comments"> <h3 id="readercomments"> Reader Comments (Page 1 of 1) </ h3> </ p> <div class = "comment left" id = "commentlinks19126638-450871"> <div class="commentclass1 level2 parent company comment" id="c19126638"> <a href = "http://www.tuaw.com/profile/450871/" target = "_blank" rel = "nofollow"> <img "http://www.blogsmithcdn.com/avatar/images/16/450871_64.jpg" src = alt = "lanejasper69" 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/450871 / "target =" _blank "rel =" nofollow "> lanejasper69 </ a> <span class="time-stamp"> said, 5-31-2009 at 8:48 pm </ span> </ h4> </ div> <p> YES, scrolling STILL sucks! She leaps over the board, the clips (placeholder) at the top does not occupy much of the screen, basically this is a perfect write-up. I use wireless AP, but it really has very much improved. I do not have a function to write a comment no more (this has not worked since the first version of about a year or l? Nger before), just a story that I have not tried. the Schriftgr? e must be adjustable as well as the option to disable or Men? Images, as they are big? and if you have more than one topic in prefs (the terrible), you see only 2 floors at a time, fundamentally, unless you click on the "more …" Button. This APP much improved. You get to work most of the time, but it is more aufgebl? Ht and clunkier than Detroit? Lbrenner! </ P> <p class="cmt_reply"> <a href = "# commentform" onclick = "replyToCmt ( '19126638 "," lanejasper69');"> answers </ a> </ p> <div class = " cmt_votes "> class = "Stern-img" <img src = "http://www.blogsmithmedia.com/www .tuaw.com/media/stars2.gif "alt =" 2 stars "/> <span class =" cmt_tools "id =" tools_19126638 "> <a href =" # "class =" voteLink "id =" vd19126638 "onclick =" voteComment ('19126638 ',' after ') return false; "title =" This comment vote Down "> <span class="vote_down button"> ↓ </ span> </ a> <a href =" # "class =" voteLink "id =" vu19126638 "onclick =" voteComment ('19126638 ',' up ') ; return false; "title =" This vote comment Up "> <span class="vote_up button"> ↑ </ span> </ a> <a href =" # "class =" report links "id =" r19126638 "onclick = "report Commentaires (19126638); R? ckkehr false" title = "Report this Comment"> class = "Bericht <span Schaltfl?che "> 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 Comment (commentid) (<br> if (confirm ( "Are you sure you comment on this report?")) (<br>? getURL ( "/ a = AJAX Comment Report & commentid =" + commentid) ; <br> ????????) <br> return false; <br>) <br> <br> function reportCommentOK (commentid) (<br> document.getElementById ( "c" + commentid). className + = "reportedComment"; <br> alert ( "comment has been f? r? berpr? examination. Thank You!"); <br> return false; <br>) <br> <br> function voteComment (commentid, type) (<br> getURL ( "/ a = AJAX comment & vote commentid =" + commentid + "& type =" + type); <br> return false; <br>) <br> <br> function voteCommentOK (commentid) (<br> document.getElementById ( "c" + commentid). className + = "votedComment"; <br> return false; <br>) <br> <br> function replyToCmt (commentid, author) ( <br> 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> var replyDiv = document.getElementById (commentid + "_replies"); <br> ReplyDiv.innerHTML = data; <br> <br> return false; <br>) <br> <br> </ script> <div class = "cmt_paging"> </ div> </ div> <br> <script language="JavaScript" type="text/javascript"> <br> sns_checked var = false; <br> current_tab var = "smith blog"; <br> function tabTo (TAB) <br> ( <br> document.getElementById ( 'form errors "). innerHTML =''; <br> <br> document.getElementById ( 'cmtuinfo_email'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_blogsmith'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_sns'). style.display = 'none'; <br> document.getElementById ( 'cmtuinfo_ "+ Tab). style.display =' block '; <br> <br> document.getElementById ( 'cmtutab_email "). className =''; <br> document.getElementById ( 'cmtutab_blogsmith "). className =''; <br> document.getElementById ( 'cmtutab_sns "). className =''; <br> document.getElementById ( 'cmtutab_ "+ Tab). className =' currenttab '; <br> <br> If (! Sns_checked & & tab == "SNS") <br> ( <br> Image1 = new Image (); <br> image1.src = "http://www.blogsmithmedia.com/framework.weblogsinc.com/media/loading.gif"; <br> Sns.init ( 'ch1ga1KvP7TotwTC'); <br> Sns_checked = true; <br>) <br> <br> Current_tab = TAB; <br>) <br> Validation <br> function input () <br> ( <br> document.getElementById ( 'form errors "). innerHTML =''; <br> <br> validInfo Var = 0; <br> validName Var = 0; <br> validEmail Var = 0; <br> validComments Var = 0; <br> validSNS Var = 0; <br> var left = 0; <br> Var error =''; <br> <br> switch (current_tab) ( <br> case "email": <br> var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a -zA - Z0-9] (2.4 })+$/; var <br> email = document.getElementById ( 'Author email'). value; <br> if (document.getElementById ( "Author Name"). =='') value ( <br> errors + = '<p class='error'> ben? we term your name. </ p> "; <br>) <br> If (email ==''| |! Filter.test (email)) ( <br> errors + = '<p class='error'> e-mail address is not g? valid. </ p> "; <br>) <br> If (! error) ( <br> ValidInfo = 1; <br>) <br> <br> Break; <br> case "blog smith": <br> if (document.getElementById ( 'C_AuthorEmail "). =='') value ( <br> errors + = '<p class='error'> Ung? valid email address. </ p> "; <br>) <br> if (document.getElementById ( 'C_AuthorPass "). =='') value ( <br> errors + = '<p class='error'> No password specified. </ p> "; <br>) <br> If (! error) ( <br> ValidInfo = 1; <br>) <br> <br> <br> Break; <br> case "SNS": <br> if (document.getElementById ( 'sns_screenname') & & document.getElementById ( 'sns_password')) <br> ( <br> if (document.getElementById ( 'sns_screenname "). value & & document.getElementById (' sns_password"). value) ( <br> Sns.calls.login (); <br> return false; <br>) <br>) <br> If (document.getElementById ( 'sns_securid')) ( <br> if (document.getElementById ( 'sns_securid "). value) ( <br> sns.calls.login ();// setTimeout ( "sns.calls.login ();", 1000); <br> return false; <br>) <br>) <br> var token = (document.getElementById ( 'token'))? document.getElementById ( "token"). Value:''; <br> If (token =='') ( <br> error = "<p class='error'> Ung? valid SNS login. </ p>"; <br>) Else ( <br> ValidInfo = 1; <br>) <br> Break; <br>) <br> var txt = document.getElementById ( "comments"). Value; <br> <br> If (txt! ='') ( <br> ValidComments = 1; <br>) <br> <br> for (var ind = 0; ind <txt.length; ind + +) <br> ( <br> If (txt.substring (ind, ind +7) == "http://") ( <br> links = links + 1; <br>) Else if (txt.substring (ind, ind +6) == "ftp://") ( <br> links = links + 1; <br>) Else if (txt.substring (ind, ind +8) == "https ://") ( <br> links = links + 1; <br>) <br>) <br> <br> if (validInfo == 1 & & validComments == 1 & & links <4) ( <br> return true; <br>) Else ( <br> var errorMessage = "Error <h4 class='error-title'> </ h4>"; <br> ErrorMessage + = error; <br> if (validComments == 0) (errorMessage + = "<p class='error'> no written comment. </ p>";) <br> if (left> 3) (errorMessage + = "<p class='error'> Sorry mate, k? You can only 3 URLs. </ p>";) <br> document.getElementById ( 'form errors "). innerHTML = errorMessage; <br> return false; <br>) <br>) <br> </ script> <div <br> id="comments"> Add <br> <h3 id="addcomments">? gen Comments </ h3> <br> <br> <br> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <div <br> Id="cmttabs"> <br> <ul> <br> <li id="cmtutab_email"> <a href="#" onclick="tabTo('email');return false;"> new readers </ a> </ li> <br> <li id="cmtutab_blogsmith" class="currenttab"> <a href="#" onclick="tabTo('blogsmith');return false;"> R? ckkehr </ a> </ li> <br> <li id="cmtutab_sns"> <a href = "#" onclick = "tabTo ( 'SNS') return false;" class = "cmtaol" title = "Sign in with your AOL / AIM username! "> AOL / AIM </ a> </ li> <br> </ ul> <br> </ div> <br> <div <br> Id="formerrors" class='formerrors'> </ div> <br> <! – E-Mail -> <div <br> id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <br> <p Class="instructions"> first time? A Best? Ment e-mail sent to you after submitting. </ P> <br> <label for="AuthorName" class="first"> Name: <br /> <br> <input type="text" name="AuthorName" id="AuthorName" class="form" value="" /> </ label> <br> <label For="AuthorEmail"> E-mail: <br /> <br> <input type="text" name="AuthorEmail" id="AuthorEmail" class="form" value=""/> </ label> <br> </ div> <br> <! – / E-mail -> <br> <br> <! – Blog Smith -> <div <br> id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <br> <p class="instructions"> Members enter your username and password. </ P> <br> <label for="C_Author" class="first"> E-mail: <br /> <br> id = "C_AuthorEmail" <input type="text" class="formtext" name="C_AuthorEmail" value="" /> </ label> <br> <label For="C_AuthorPass"> Password: <br /> <input <br> id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/> </ label> <br> </ div> <br> <! – / Blog Smith -> <br> <br> <! – SNS -> <div <br> id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <br> <p class="instructions"> Enter your AOL or AIM screen name and password. </ P> <div <br> Id="sns"> <br> <p align="center"> <img src="/media/loading.gif"> </ p> <br> </ div> <br> <!–< input id = "snslogin" type = "button" onclick = "sns.calls.login ();" value = "Login ">–> <br> </ div> <br> <! – / SNS -> <br> <div <br> Id="cmtmain"> <div <br> Id="replyindicator"> </ div> <br> <div> <br> <br> <label For="Comments"> Your Comment: </ label> <br> <textarea name="Comments" id="Comments" rows="8" style="width:98%"> </ textarea> <br> </ div> <div <br> Class="cmtchecks"> <br> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <br> <label For="RememberMeYes"> remember </ label> <br> </ div> <br> <div <br> Class="cmtchecks"> <br> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <br> <label for="EmailMe"> email when someone replies to this comment </ label> <br> </ div> <br> <div <br> Id="cmtbuttons"> <input type="submit" <br> id="addCommentButton" value="Add Comment" /> <br> </ div> <br> <input type="hidden" name="form" value="Comments" /> <input type="hidden" name="ButtonSave" value="Save" /> <br> <br> <input type="hidden" id="sourceID" name="SourceID" value="" /> <br> <input type="hidden" id="postID" name="PostID" value="" /> <br> </ div> <div <br> Id="instructions"> <br> <p class="preamble"> Please keep your comments on this blog entry. <strong> e-mail addresses are never displayed, but they are required to make your comments. </ Strong> </ p> <br> <p> If your name and email address, you will find a link to confirm future, your comment, and a password. To another comment, just use that password. </ P> <br> <p> To create a live link, simply type the URL (including including http://) or email address and we will make it a live link f? r you. You can up to 3 URLs in your comments. Zeilenumbr cuisine and Abs sets are automatically converted – no need to <p> or <br /> tags. </ P> <br> </ div> <br> <br> <input type = "hidden" name = "referer" value = "http://www.tuaw.com:1080/2009/05/31/ap-mobile-updated-but-still-falls-short/ "> <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 ='02819be2b83dbba43555be3035bedfc9 "; 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 ='44756'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = ' CacheID '; cacheId.value ='9026219090094807'; 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 =" 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" /> <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 our Cafe Press store" class="rail-promo"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png" alt="TUAW [Cafepress]" /></a><div class="ad-wrap"> <br> <div class="ad-wrap-inner"> <br> <h3 class="hide"><span class="wrap">Sponsored Links</span></h3> <br> <p class="sponsored">Advertise with us. (<a href="http://www.weblogsinc.com/advertise/">Learn more</a>)</p> <br> </ div> <br> </ div> <br><br> <h3><span class="wrap">Featured Galleries</span></h3><div class="featuredgalleries clearfix"><div class="thumb"><a href="/photos/gallery-2397/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg" alt="DNC Macs" width="75" height="75" title="DNC Macs"></a></div><div class="thumb"><a href="/photos/macworld-2008-keynote-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg" alt="Macworld 2008 Keynote" width="75" height="75" title="Macworld 2008 Keynote"></a></div><div class="thumb"><a href="/photos/macworld-2008-build-up/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/dsc_5493_thumbnail.jpg" alt="Macworld 2008 Build-up" width="75" height="75" title="Macworld 2008 Build-up"></a></div><div class="thumb"><a href="/photos/google-earth-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/10/gooe1_thumbnail.png" alt="Google Earth for iPhone" width="75" height="75" title="Google Earth for iPhone"></a></div><div class="thumb"><a href="/photos/podcaster/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg" alt="Podcaster" width="75" height="75" title="Podcaster"></a></div><div class="thumb"><a href="/photos/bento-for-iphone-1-0/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg" alt="Bento for iPhone 1.0" width="75" height="75" title="Bento for iPhone 1.0"></a></div><div class="thumb"><a href="/photos/scrabble-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png" alt="Scrabble for iPhone" width="75" height="75" title="Scrabble for iPhone"></a></div><div class="thumb"><a href="/photos/tom-bihn-checkpoint-flyer-briefcase/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg" alt="Tom Bihn Checkpoint Flyer Briefcase" width="75" height="75" title="Tom Bihn Checkpoint Flyer Briefcase"></a></div><div class="thumb"><a href="/photos/apple-vanity-plates/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/05/appleplatealanrothberg_thumbnail.jpg" alt="Apple Vanity Plates" width="75" height="75" title="Apple Vanity Plates"></a></div><div class="thumb"><a href="/photos/apple-booth-macworld-07/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours—23_thumbnail.jpg" alt="Apple booth Macworld 07" width="75" height="75" title="Apple booth Macworld 07"></a></div><div class="thumb"><a href="/photos/quickoffice-for-iphone-1-1-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail.jpg" alt="Quickoffice for iPhone 1.1.1" width="75" height="75" title="Quickoffice for iPhone 1.1.1"></a></div><div class="thumb"><a href="/photos/daylite-3-9-review/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail.png" alt="Daylite 3.9 Review" width="75" height="75" title="Daylite 3.9 Review"></a></div><div class="thumb"><a href="/photos/discpainter/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png" alt="DiscPainter" width="75" height="75" title="DiscPainter"></a></div><div class="thumb"><a href="/photos/mariner-calc-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg" alt="Mariner Calc for iPhone" width="75" height="75" title="Mariner Calc for iPhone"></a></div><div class="thumb"><a href="/photos/2009cupertinobus/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/01/cupertino09-1_thumbnail.jpg" alt="2009CupertinoBus" width="75" height="75" title="2009CupertinoBus"></a></div><div class="thumb"><a href="/photos/crash-bandicoot-nitro-kart-3d/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png" alt="Crash Bandicoot Nitro Kart 3D" width="75" height="75" title="Crash Bandicoot Nitro Kart 3D"></a></div><div class="thumb"><a href="/photos/mlb-com-at-bat-2009/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg" alt="MLB.com At Bat 2009" width="75" height="75" title="MLB.com At Bat 2009"></a></div><div class="thumb"><a href="/photos/macworld-expo-2007-show-floor/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg" alt="Macworld Expo 2007 show floor" width="75" height="75" title="Macworld Expo 2007 show floor"></a></div><div class="thumb"><a href="/photos/apple-texas-hold-em/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg" alt="Apple Texas Hold 'Em" width="75" height="75" title="Apple Texas Hold 'Em"></a></div><div class="thumb"><a href="/photos/the-macworld-faithful-in-line/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg" alt="The Macworld Faithful in Line" width="75" height="75" title="The Macworld Faithful in Line"></a></div><div class="thumb"><a href="/photos/iphone-first-look/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg" alt="iPhone First Look" width="75" height="75" title="iPhone First Look"></a></div><p class="clearer"> </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">32</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">24</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">18</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/31/spot-the-spod-in-up/" rel="bookmark">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a> (33)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (30)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (30)</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/next-gen-iphone-photos-leaked/#c19126217">airmanchairman</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/#c19126195">airmanchairman</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19126116">TVGenius</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/next-gen-iphone-photos-leaked/#c19125941">jason</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125832">Joe</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/30/check-prices-on-your-iphone-with-pricecheckah/#c19125494">frank.lowney</a> on <a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/">Check prices on your iPhone with Pricecheckah</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/#c19125514">GLaDOS</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125498">Jon</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/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19125280">Kevin E. McKenna</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125038">Kyle</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/iPhone/" class="">iPhone</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/IpodShuffle/" class="tagSmall">IpodShuffle</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/store/" class="tagSmall">store</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/leopard/" class="tagSmall">leopard</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/mac/" class="tagSmall">mac</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/gtd/" class="tagSmall">gtd</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/advertising/" class="tagSmall">advertising</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/MacMini/" class="tagSmall">MacMini</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/server/" class="tagSmall">server</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/GPS/" class="tagSmall">GPS</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/review/" class="tagSmall">review</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/pricing/" class="tagSmall">pricing</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/graphics/" class="tagSmall">graphics</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/AppleStore/" class="tagSmall">AppleStore</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/OS/" class="tagSmall">OS</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/Microsoft/" class="tagSmall">Microsoft</a> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/release/" class="tagSmall">release</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&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&query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&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&query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&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-nier-is-square-enixs-next-game/" rel="bookmark">E3 2009: 'Nier' is Square Enix's next game</a></li><li><a href="http://www.joystiq.com/2009/05/31/no-whiimies-ubisoft-bringing-press-your-luck-family-feud/" rel="bookmark">No Whiimies! Ubisoft bringing Press Your Luck, Family Feud</a></li><li><a href="http://www.joystiq.com/2009/05/31/mass-effect-iphone-becomes-mass-effect-galaxy-ties-in-to-mass/" rel="bookmark">Mass Effect iPhone becomes Mass Effect 'Galaxy,' ties in to Mass Effect 2</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/entrepreneurs-journal-so-you-want-to-sell-your-business/" rel="bookmark">Entrepreneur's Journal: So, you want to sell your business</a></li><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></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/psa-if-youre-going-to-impersonate-the-police-you-might-not-wa/" rel="bookmark">PSA: If you're going to impersonate the police, you might not want to call for backup</a></li><li><a href="http://www.autoblog.com/2009/05/31/hamann-does-its-thing-to-the-new-bmw-7-series/" rel="bookmark">Hamann does its thing to the new BMW 7 Series</a></li><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></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/31/gears-of-war-2-all-fronts-pre-orders-vanish-from-the-web/" rel="bookmark">Gears of War 2 'All Fronts' pre-orders vanish from the web</a></li><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></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/philips-gogear-opus-reviewed-solid-audio-but-painfully-boring/" rel="bookmark">Philips GoGear Opus reviewed: solid audio, but painfully boring</a></li><li><a href="http://www.engadget.com/2009/05/31/microsofts-zune-hd-shipping-on-september-5th/" rel="bookmark">Microsoft's Zune HD shipping on September 5th?</a></li><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></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 © 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%2Fap-mobile-updated-but-still-falls-short%2F&cb=1578905928" 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%2Fap-mobile-updated-but-still-falls-short%2F&cb=459267079" 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> <script>window.jstiming.load.tick('br');h = new _History();ctr = new _TranslateForm(new _LanguageSelector('old_sl','sl_select','3'),new _LanguageSelector('old_tl','tl_select','3'),'old_submit','submit_button', h,'source','result_box','dict','autotrans','/translate','/translate_t',undefined,'http://209.85.225.132/translate_f', 'select_text','select_document', 'file_div', 'file',true,'search','clir');window.jstiming.load.tick('prt')</script></td><td align=right><span id=zippyspan onclick="_rolldown()"><img src="http://www.google.com/images/zippy_plus_sm.gif" style="margin-right:0.33em;visibility:visible" id=zippyicon>Contribute a better translation</span></td></tr></table></form><table id=suggesttable><tr><td colspan=3><div id=thanks style="height:0px; display: none"><span style="padding:2px; background-color:#ff9" id=sug_thk>Thank you for contributing your translation suggestion to Google Translate.</span></div><form action="/translate_suggestion" target=hidden_iframe method=post id=suggestion_form style="height:0px; overflow:hidden; display:none" class=highlight onsubmit="_submitroll()"><input type=hidden name=hl value="en"><input type=hidden name=oe value="ISO-8859-1"><input type=hidden name=text value="><p class="filed-under">Filed under: <a href="/category/iphone/">iPhone</a>, <a href="/category/app-store/">App Store</a>, <a href="/category/ipod-touch/">iPod touch</a>, <a href="/category/app-review/">App Review</a></p><h2 class="posttitle"><a href="http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short/" rel="bookmark"><span id="ppt19052747">AP Mobile updated but still falls short</span></a></h2><p class="byline">by <strong><a href="/bloggers/mel-martin/">Mel Martin</a></strong> on May 31st 2009</p><div class="postbody"><!– sphereit start –><img vspace="8" hspace="8" border="0" align="right" src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/apnews.jpg" alt="" />The<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284901416&mt=8"> AP News</a> [App Store] iPhone/iPod touch app that <a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/">rolled out ugly</a> earlier in the week has updated to version 2.01 and fixed that nasty problem that wouldn't let you run the app reliably if you had the previous AP Mobile app already on your phone. <br /><br />That has been fixed, but the app still suffers from more bugs than the centerfield lights at a night baseball game. When you update to the latest version you will likely lose all your preferences, and as we reported, setting preferences is no small task. <br /><br />The AP still insists on showing you a front page that wastes 1/3 of its space with a large photo and video icon. Usually, people come to a news app to read the news, but that concept seems lost on the AP. The result of this bad design decision is that only 3 stories show up on the front page, which is not as good as the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284862083&mt=8">New York Times</a> app (4), the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=281941097&mt=8">Bloomberg News</a> app (5), or<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300255638&mt=8"> ABC News</a> (4). Actually, most of the news apps have too much non-essential garbage on the main pages. I'd kinda like to read the news. <br /><br />I think the AP app scrolling of long stories is still jerky, and some stories display a picture at the top which is so large it takes the whole screen and you can't read any of the story without scrolling.<br /><br />Also, stories tend to repeat. In my local list of stories, I saw the same story 3 times. Clearly, that shouldn't happen in a well-written app.<br /><br />All lists of stories must be viewed in portrait orientation, but you can read them in landscape mode, which means constantly switching back and forth between screen types if you want the stories in landscape format. Don't try this if you have vertigo.<br /><br />The AP app is free, so one hates to complain, but frankly the previous version was easier on the eyes, less buggy, and organized in a way many news junkies would prefer to read the news.<br /><br />Sometimes "progress" is anything but.<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’s iPhone coverage" /></a></div><div class="postmeta"><p class="posttags"><strong>Tags:</strong> <a href="http://www.tuaw.com/tag/Ap+Mobile/">Ap Mobile</a>, <a href="http://www.tuaw.com/tag/app+store/">app store</a>, <a href="http://www.tuaw.com/tag/iPhone/">iPhone</a>, <a href="http://www.tuaw.com/tag/iPod+touch/">iPod touch</a>, <a href="http://www.tuaw.com/tag/news/">news</a></p><div class="navbar clearfix"><ul><li class="permalink"><a href="http://blog.apnews.com/">Source</a></li><li class="print"><a href="http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short/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/19052747/" 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%2Fap-mobile-updated-but-still-falls-short%2F', 'AP+Mobile+updated+but+still+falls+short')" 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/ap-mobile-updated-but-still-falls-short/#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/27/stop-the-presses-ap-news-for-iphone-is-a-mess?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >Stop the presses! AP News for iPhone is a mess</a><p class="timestamp">4 days ago</p></li><li><a href="http://www.tuaw.com/2009/05/25/can-you-believe-it-new-yorker-cover-done-on-iphone-app?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >Can you believe it? New Yorker cover done on iPhone app.</a><p class="timestamp">6 days ago</p></li><li><a href="http://www.tuaw.com/2009/05/19/tuaw-wishlist-iphone-apps-id-like-to-see?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'talk\')" >TUAW Wishlist: iPhone apps I'd like to see</a><p class="timestamp">12 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/23/microsoft-wants-you-to-share-winmo-apps-with-yourself-others-n?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >Microsoft wants you to share WinMo apps with yourself; others, not so much</a><p class="timestamp">8 days ago</p></li><li><a href="http://www.switched.com/2009/05/12/morning-xtra-brian-williamss-britunes-twitter-beats-ny-time?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >Morning Xtra: Brian Williams BriTUNES, Twitter Beats NY Times</a><p class="timestamp">19 days ago</p></li><li><a href="http://www.engadgetmobile.com/2009/05/04/trent-reznor-rips-apple-summarizes-current-smartphone-oses?icid=sphere_blogsmith_inpage_tuaw" target="_new" onMouseUp="Sphere.Tracker.track(this, \'blogsmith_inpage_tuaw\', \'art\')" >Trent Reznor rips Apple, summarizes current Smartphone OSes</a><p class="timestamp">27 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/ap-mobile-updated-but-still-falls-short')" href="http://www.sphere.com/search?q=sphereit:http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short">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="commentlinks19126638-450871"><div class="commentclass1 level2 parent comment" id="c19126638"><a href="http://www.tuaw.com/profile/450871/" target="_blank" rel="nofollow"><img src="http://www.blogsmithcdn.com/avatar/images/16/450871_64.jpg" alt="lanejasper69" 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/450871/" target="_blank" rel="nofollow">lanejasper69</a> said <span class="time-stamp"> 8:48PM on 5-31-2009</span></h4></div><p>YES, the scrolling STILL sucks! it jumps all over the board, the clips (placeholders) at the top do occupy much of the screen, basically this is a perfect write-up. I use mobile AP, but it really does need MUCH improvement. I didn't see a feature to write a comment any longer (which hasn't worked since the very first version of the app a year or more ago), only to submit a story which I haven't tried yet. the font size needs to be adjustable as well as the option to turn off or on menu images, as they are big and if you have more than one topic set in the prefs (which are horrendous) you can only see 2 stories at a time basically, unless you hit the "more…" button. This APP still needs much improvement. It'll get the job done most of the time, but it's more bloated and clunkier than a detroit oil burner!</p><p class="cmt_reply"><a href="#commentform" onclick="replyToCmt('19126638','lanejasper69');">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_19126638"><a href="#" class="voteLink" id="vd19126638" onclick="voteComment('19126638','down'); return false;" title="Vote This Comment Down"><span class="vote_down button">↓</span></a><a href="#" class="voteLink" id="vu19126638" onclick="voteComment('19126638','up'); return false;" title="Vote This Comment Up"><span class="vote_up button">↑</span></a><a href="#" class="reportLink" id="r19126638" onclick="reportComment(19126638); 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 <p> or <br /> tags.</p> </div> <input type="hidden" name="referer" value="http://www.tuaw.com:1080/2009/05/31/ap-mobile-updated-but-still-falls-short/"> </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 = '02819be2b83dbba43555be3035bedfc9';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 = '44756';var cacheId = document.createElement('input');cacheId.type = 'hidden';cacheId.id = 'cacheId';cacheId.name = 'cacheId';cacheId.value = '9026219090094807';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"> </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">32</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">24</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">18</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/31/spot-the-spod-in-up/" rel="bookmark">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a> (33)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (30)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (30)</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/next-gen-iphone-photos-leaked/#c19126217">airmanchairman</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/#c19126195">airmanchairman</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19126116">TVGenius</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/next-gen-iphone-photos-leaked/#c19125941">jason</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125832">Joe</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/30/check-prices-on-your-iphone-with-pricecheckah/#c19125494">frank.lowney</a> on <a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/">Check prices on your iPhone with Pricecheckah</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/#c19125514">GLaDOS</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125498">Jon</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/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19125280">Kevin E. McKenna</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125038">Kyle</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/iPhone/" class="">iPhone</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/IpodShuffle/" class="tagSmall">IpodShuffle</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/store/" class="tagSmall">store</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/leopard/" class="tagSmall">leopard</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/mac/" class="tagSmall">mac</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/gtd/" class="tagSmall">gtd</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/advertising/" class="tagSmall">advertising</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/MacMini/" class="tagSmall">MacMini</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/server/" class="tagSmall">server</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/GPS/" class="tagSmall">GPS</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/review/" class="tagSmall">review</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/pricing/" class="tagSmall">pricing</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/graphics/" class="tagSmall">graphics</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/AppleStore/" class="tagSmall">AppleStore</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/OS/" class="tagSmall">OS</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/Microsoft/" class="tagSmall">Microsoft</a> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/release/" class="tagSmall">release</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&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&query=', 0, 'search-tab-News2');"href="http://search.aol.com/aol/news?invocationType=wl-tuaw-ft&query=">News</a></li> <li id="search-tab-Local2" class=""><a onclick="return searchTarget('http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&query=', 0, 'search-tab-Local2');" href="http://local.aol.com/aol/local?invocationType=wl-tuaw-ft&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-nier-is-square-enixs-next-game/" rel="bookmark">E3 2009: 'Nier' is Square Enix's next game</a></li><li><a href="http://www.joystiq.com/2009/05/31/no-whiimies-ubisoft-bringing-press-your-luck-family-feud/" rel="bookmark">No Whiimies! Ubisoft bringing Press Your Luck, Family Feud</a></li><li><a href="http://www.joystiq.com/2009/05/31/mass-effect-iphone-becomes-mass-effect-galaxy-ties-in-to-mass/" rel="bookmark">Mass Effect iPhone becomes Mass Effect 'Galaxy,' ties in to Mass Effect 2</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/entrepreneurs-journal-so-you-want-to-sell-your-business/" rel="bookmark">Entrepreneur's Journal: So, you want to sell your business</a></li><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></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/psa-if-youre-going-to-impersonate-the-police-you-might-not-wa/" rel="bookmark">PSA: If you're going to impersonate the police, you might not want to call for backup</a></li><li><a href="http://www.autoblog.com/2009/05/31/hamann-does-its-thing-to-the-new-bmw-7-series/" rel="bookmark">Hamann does its thing to the new BMW 7 Series</a></li><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></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/31/gears-of-war-2-all-fronts-pre-orders-vanish-from-the-web/" rel="bookmark">Gears of War 2 'All Fronts' pre-orders vanish from the web</a></li><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></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/philips-gogear-opus-reviewed-solid-audio-but-painfully-boring/" rel="bookmark">Philips GoGear Opus reviewed: solid audio, but painfully boring</a></li><li><a href="http://www.engadget.com/2009/05/31/microsofts-zune-hd-shipping-on-september-5th/" rel="bookmark">Microsoft's Zune HD shipping on September 5th?</a></li><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></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 © 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%2Fap-mobile-updated-but-still-falls-short%2F&cb=1578905928" 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%2Fap-mobile-updated-but-still-falls-short%2F&cb=459267079" alt="the end" width="1" height="1"border="0" /></noscript>"><input type=hidden name=langpair value="en|de"><input type=hidden name=gtrans value="> <p class="filed-under"> Abgelegt unter: <a href="/category/iphone/"> iPhone </ a>, <a href="/category/app-store/"> App Store </ a>, <a href="/category/ipod-touch/"> iPod touch </ a>, <a href="/category/app-review/"> App Review </ a> </ p> <h2 class = "posttitle"> <a href="http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short/" rel="bookmark"> <span id = "ppt19052747"> AP Mobile aktualisiert, aber immer noch nicht </ span> </ a> </ h2> <p class="byline"> von <strong> <a href = "/ Blogger / Mel-Martin /" > Mel Martin </ a> </ strong> am 31. Mai 2009 </ p> <div class="postbody"> <! – sphereit start -> <img vspace = "8" hspace = "8" border = "0" align = "right" src = "http://www.blogcdn.com/www.tuaw.com/media/2009/05/apnews.jpg" alt = "" /> Das <a href = "http : / / itunes.apple.com / WebObjects / MZStore.woa / wa / viewSoftware? id = 284901416 & t = 8 "> AP News </ a> [App Store] iPhone / iPod touch app, dass <a href =" http : / / www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/ "> Roll-out h?sslich </ a> bereits in der Woche aktualisiert auf die Version 2.01 und festgelegt, dass die fiesen Problem w?rde nicht zulassen, dass Sie das Programm zuverl?ssig, wenn Sie hatte den fr?heren AP Mobile App bereits auf Ihrem Handy. <br /> <br /> Dies wurde behoben, aber die Anwendung noch immer mehr Fehler als die Centerfield Lichter auf eine Nacht Baseball-Spiel. Wenn Sie ein Update auf die neueste Version, die Sie wahrscheinlich verlieren alle Ihre Einstellungen, und wie wir berichteten, Einstellungen ist keine leichte Aufgabe. <br /> <br /> Die AP immer noch darauf, mit Ihnen eine Seite vor, dass Abf?lle, 1 / 3 der seinen Platz mit einem gro?en Foto-und Video-Symbol. In der Regel kommen die Menschen zu einem ca. Nachrichten zu lesen, die Nachrichten, aber das Konzept scheint verloren auf der AP. Das Ergebnis dieser schlechten Design-Entscheidung ist, dass nur 3 Geschichten zeigen auf der ersten Seite, die ist nicht so gut, wie die <a href = "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware ? id = 284862083 & t = 8 ">" New York Times </ a> App (4), die <a href = "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id = 281941097 & t = 8 "> Bloomberg News </ a> app (5), oder <a href =" http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300255638&mt = 8 "> ABC News </ a> (4). Eigentlich sind die meisten der Nachrichten Apps zu viel nicht wesentlicher M?ll ?ber die wichtigsten Seiten. Ich w?rde irgendwie gerne lesen die Nachrichten. <br /> <br /> Ich glaube, dass die AP ca. Scrollen von langen Geschichten immer noch ruckelt, und einige Geschichten ein Bild an der Spitze, die so gro? ist, dauert es den ganzen Bildschirm und man kann nicht lesen jede der Geschichte ohne zu bl?ttern. <br /> <br /> Auch Geschichten eher zu wiederholen. In meiner lokalen Liste von Geschichten, sah ich die gleiche Geschichte 3-mal. Klar, das sollte nicht passieren, in einem gut geschriebenen App. <br /> <br /> Alle Listen der Geschichten ist nicht nur im Hochformat, aber Sie k?nnen sie in der Landschafts-Modus, was bedeutet, dass st?ndig Wechsel hin und her zwischen Bildschirm-Typen, wenn Sie wollen, dass die Geschichten im Querformat. Versuchen Sie nicht, wenn Sie Schwindel. <br /> <br /> Die AP ca. ist frei, so da? man hasst sich zu beschweren, aber ehrlich gesagt der vorherigen Version war leichter ?ber die Augen, weniger fehlerhaft, und in einer Art und Weise viele News-Junkies w?rde es vorziehen, um die Nachrichten. <br /> <br /> Manchmal "Fortschritt" ist alles andere als. <div id="continued"> </ div ><!– sphereit Ende -> <a href = "/ tag / iphone" class = "Kategorie-match-Anzeige"> <img src = "http://www.blogsmithmedia.com/www.tuaw.com/media/iphone-post-banner.jpg" alt = " Klicken Sie hier, um alle TUAW's iPhone Abdeckung "/> </ a> </ div> <div class="postmeta"> <p class="posttags"> <strong> Tags: </ strong> <a href = "http://www.tuaw.com/tag/Ap + Mobile /"> AP Mobile </ a>, <a href="http://www.tuaw.com/tag/app+store/"> ca. speichern </ a>, <a href="http://www.tuaw.com/tag/iPhone/"> iPhone </ a>, <a href = "http://www.tuaw.com/tag/ + iPod touch / "> iPod touch </ a>, <a href="http://www.tuaw.com/tag/news/"> News </ a> </ p> <div class =" navbar clearfix "> <ul> <li class="permalink"> <a href="http://blog.apnews.com/"> Quelle </ a> </ li> <li class="print"> <a href = "http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short/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/19052747 /" 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% 2Fap-mobile-Aktualisierung, aber immer noch unter-short% 2F ',' AP + Mobile + aktualisiert + +, aber immer noch f?llt + + kurz ') "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/ap-mobile-updated-but-still-falls-short/ # comments" title = "View Leser Kommentare zu diesen Eintrag"> Kommentare (<em > 1 </ em>) </ a> </ li> </ ul> </ div> </ div> </ div> </ div> <script type="text/javascript"> <br> / * Einige dh crap * / <br> Funktion iecheck (inc_seven) ( <br> / / Alert (navigator.platform); <br>???? if (navigator.platform == "Win32" & & navigator.appName == "Microsoft Internet Explorer" & & window.attachEvent) ( <br>???????? var rslt = navigator.appVersion.match (/ MSIE (\ d + \. \ d +) /,''); <br>???????? var iever = (inc_seven)? (rslt! = null & & Number (rslt [1])> = 5,5): (rslt! = null & & Number (rslt [1])> = 5.5 & & Number (rslt [1]) < 7); <br> ) Else ( <br> Iever = false; <br> ) <br>???? R?ckkehr iever; <br> ) <br><br> var useFilter = iecheck (false); <br> 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> '; <br> 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> '; <br> var Marke =''; <br> if (useFilter == false) ( <br> Marke = normalBrand; <br> ) Else ( <br> Marke = ie6Brand; <br> ) <br> </ script> <br> <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/27/stop-the-presses-ap-news-for-iphone-is -a-Chaos? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'talk \') "> Stoppt die Pressen! AP News f?r das iPhone ist eine Messe </ a> <p class="timestamp"> 4 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2009/ 05/25/can-you-believe-it-new-yorker-cover-done-on-iphone-app? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \ ', \' talk \ ') "> Kann man das glauben? New Yorker Deckung erfolgt ?ber die iPhone App. </ A> <p class="timestamp"> 6 Tage </ p> </ li> <li> <a href = "http://www.tuaw.com/2009 / 05/19/tuaw-wishlist-iphone-apps-id-like-to-see? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'sprechen \ ') "> TUAW Wunschzettel: iPhone Apps m?chte ich, um zu sehen, </ a> <p class="timestamp"> 12 Tage vor </ p> </ li> </ ul> </ div> <! — – Ende-talk-Container -> <div id="artContainer"> <h3> ?hnliche Artikel aus unserem Tech-Netzwerk </ h3> <ul> <li> <a href = "http://www.engadgetmobile.com/2009 / 05/23/microsoft-wants-you-to-share-winmo-apps-with-yourself-others-n? icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \ ', \' art \ ') "> Microsoft m?chte, dass Sie zu teilen WinMo Anwendungen mit sich selbst, andere, nicht so viel </ a> <p class="timestamp"> 8 Tage vor </ p> </ li> < li> <a href = "http://www.switched.com/2009/05/12/morning-xtra-brian-williamss-britunes-twitter-beats-ny-time?icid=sphere_blogsmith_inpage_tuaw" target = "_New" onMouseUp = "Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \')"> Morning Xtra: Brian Williams BriTUNES, Twitter Beats NY Times </ a> <p class="timestamp"> 19 Tage vor </ p> </ li> <li> <a href = "http://www.engadgetmobile.com/2009/05/04/trent-reznor-rips-apple-summarizes-current-smartphone-oses?icid = sphere_blogsmith_inpage_tuaw "target =" _New "onMouseUp =" Sphere.Tracker.track (this, \ 'blogsmith_inpage_tuaw \', \ 'art \') "> Trent Reznor Rips Apple, fasst aktuelle Smartphone Betriebssysteme </ a> <p class = "timestamp"> 27 Tage </ 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/ap-mobile-updated-but-still-falls-short') "href =" http://www.sphere.com/ search? q = sphereit: http://www.tuaw.com/2009/05/31/ap-mobile-updated-but-still-falls-short "> Weitere Artikel und Blog-Posts </ a> </ p> </ div> <! – Ende Bereich clearfix -> <script type="text/javascript"> <br> document.getElementById ( 'spherePoweredBy "). innerHTML = Marke; <br> </ script> <div id="comments"> <h3 id="readercomments"> Reader Kommentare (Seite 1 von 1) </ h3> </ p> <div class = "commentlinks" id = "commentlinks19126638-450871" > <div class="commentclass1 level2 Muttergesellschaft comment" id="c19126638"> <a href="http://www.tuaw.com/profile/450871/" target="_blank" rel="nofollow"> <img src = "http://www.blogsmithcdn.com/avatar/images/16/450871_64.jpg" alt = "lanejasper69" 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/450871/" target = "_blank" rel = "nofollow"> lanejasper69 </ a> <span sagte class="time-stamp"> 8:48 pm am 5-31-2009 </ span> </ h4> </ div> <p> JA , die Scrollen STILL sucks! Sie springt ?ber den Vorstand, die Clips (Platzhalter) an der Spitze nicht besetzen viel auf dem Bildschirm, im Grunde ist dies eine perfekte Zuschreibung. Ich benutze mobile AP, aber es hat wirklich sehr viel verbessert werden. Ich habe nicht eine Funktion an, um einen Kommentar nicht mehr (das hat nicht funktioniert, da die erste Version der ca. ein Jahr oder l?nger vor), nur um eine Geschichte, die ich noch nicht versucht. die Schriftgr??e muss einstellbar sowie die Option zu deaktivieren oder im Men? Bilder, wie sie sind gro? und wenn Sie mehr als ein Thema in der prefs (die schrecklichen) sehen Sie nur 2 Etagen in einer Zeit, im Grunde, es sei denn, Sie auf den "mehr …" -Taste. Diese APP noch viel verbessert werden. Sie bekommen die Arbeit die meiste Zeit, aber es ist mehr aufgebl?ht und clunkier als Detroit ?lbrenner! </ P> <p class="cmt_reply"> <a href = "# commentform" onclick = "replyToCmt ( ' 19126638 "," lanejasper69');"> Antworten </ a> </ p> <div class="cmt_votes"> <img class = "Stern-img" src = "http://www.blogsmithmedia.com/www .tuaw.com/media/stars2.gif "alt =" 2 Sterne "/> <span class="cmt_tools" id="tools_19126638"> <a href =" # "class =" voteLink "id =" vd19126638 "onclick = "voteComment ('19126638 ',' nach '); return false;" title = "Diese Abstimmung Kommentar Down"> <span class="vote_down button"> ↓ </ span> </ a> <a href = " # "class =" voteLink "id =" vu19126638 "onclick =" voteComment ('19126638 ',' bis'); return false; "title =" Diese Abstimmung Kommentar Up "> <span class="vote_up button"> ↑ </ span> </ a> <a href="#" class="reportLink" id="r19126638" onclick="reportComment(19126638); R?ckkehr false" title="Report Diese Comment"> <span class = "Bericht Schaltfl?che "> Bericht </ span> </ a> </ span> </ div> </ div> </ div> </ div> <br> <script language="JavaScript" type="text/javascript"> var req; <br><br> Funktion 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 ( "Ihr Browser unterst?tzt kein ajax"); <br> ) <br>?? ) Else ( <br> Alert ( "Ihr Browser unterst?tzt kein ajax"); <br>?? ) <br><br>?? return false; <br> ) <br><br> Funktion postURL (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> Funktion handleHttpResponse () ( <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> var isWorking = false; <br> Funktion reportComment (commentid) ( <br> if (confirm ( "Sind Sie sicher, dass Sie diesen Bericht kommentieren?")) ( <br>?? getURL ( "/ a = AJAX-Kommentar-Bericht & commentid =" + commentid); <br>???????? ) <br> Return false; <br> ) <br><br> Funktion reportCommentOK (commentid) ( <br> document.getElementById ( "c" + commentid). className + = "reportedComment"; <br> alert ( "Kommentar wurde f?r die ?berpr?fung. Thank You!"); <br> Return false; <br> ) <br><br> Funktion voteComment (commentid, Typ) ( <br> getURL ( "/ a = AJAX-Kommentar-Abstimmung & commentid =" + commentid + "& type =" + type); <br> Return false; <br> ) <br><br> Funktion voteCommentOK (commentid) ( <br> document.getElementById ( "c" + commentid). className + = "votedComment"; <br> Return false; <br> ) <br><br> Funktion replyToCmt (commentid, Autor) ( <br> var replyInd = document.getElementById ( "replyindicator"); <br>???????? if (document.getElementById ( 'replyToText')) (var replyToText = document.getElementById ( 'replyToText "). value;) else (var replyToText =" Antwort auf ";) <br>???????? if (document.getElementById ( 'replyToUndo')) (var replyToUndo = document.getElementById ( 'replyToUndo "). value;) else (var replyToUndo =" R?ckg?ngig ";) <br> replyInd.innerHTML = (replyToText + '<a href="#c'+commentid+'">' + Autor + '</ a> [<a href = "#" onclick = "wipeReply (\''+ commentid +' \ ') ; return false ;">'+ replyToUndo + '</ a >]'); <br> document.getElementById ( "sourceid"). value = commentid; <br> ) <br><br> Funktion wipeReply (commentid) ( <br> var replyInd = document.getElementById ( "replyindicator"); <br> ReplyInd.innerHTML = ""; <br> <br> Document.getElementById ( "sourceid"). Value = ""; <br> Return false; <br> ) <br><br> Funktion showReplies (Post-, commentid) ( <br> getURL ( "/ a = AJAX-Kommentar-Show-& Antworten commentid =" + commentid + "& Post =" + Post); <br> Return false; <br> ) <br><br> Funktion showRepliesOK (commentid, Daten) ( <br> var replyDiv = document.getElementById (commentid + "_replies"); <br> ReplyDiv.innerHTML = Daten; <br><br> Return false; <br> ) <br><br> </ script> <div class="cmt_paging"> </ div> </ div> <br> <script language="JavaScript" type="text/javascript"> <br> var sns_checked = false; <br> var current_tab = "blogsmith"; <br> Funktion tabTo (TAB) <br> ( <br> document.getElementById ( 'formerrors "). 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> <br> Funktion inputValidation () <br> ( <br> document.getElementById ( 'formerrors "). 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 "E-Mail": <br> var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a-zA - Z0-9] (2,4 })+$/; <br> var email = document.getElementById ( 'AuthorEmail "). Wert; <br> if (document.getElementById ( "Autorname"). value =='') ( <br> Fehler + = "<p class='error'> ben?tigen wir Ihren Namen. </ p>"; <br> ) <br> If (email ==''| |! Filter.test (email)) ( <br> Fehler + = "<p class='error'> E-Mail-Adresse ist nicht g?ltig. </ p>"; <br> ) <br> If (! Fehler) ( <br> ValidInfo = 1; <br> ) <br> <br> Break; <br> Fall "blogsmith": <br> if (document.getElementById ( 'C_AuthorEmail "). value =='') ( <br> Fehler + = "<p class='error'> Ung?ltige E-Mail-Adresse. </ p>"; <br> ) <br> if (document.getElementById ( 'C_AuthorPass "). value =='') ( <br> Fehler + = "<p class='error'> Kein Passwort angegeben. </ p>"; <br> ) <br> If (! Fehler) ( <br> ValidInfo = 1; <br> ) <br> <br> <br> Break; <br> Fall "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"). Wert:''; <br> If (token =='') ( <br> Fehler = "<p class='error'> Ung?ltiger SNS anmelden. </ p>"; <br> ) Else ( <br> ValidInfo = 1; <br> ) <br> Break; <br> ) <br> var txt = document.getElementById ( "Kommentare"). Wert; <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> errorMessage var = "<h4 class='error-title'> Fehler </ h4>"; <br> ErrorMessage + = Fehler; <br> if (validComments == 0) (errorMessage + = "<p class='error'> kein Kommentar geschrieben. </ p>";) <br> if (links> 3) (errorMessage + = "<p class='error'> Sorry mate, k?nnen Sie nur 3 URLs. </ p>";) <br> document.getElementById ( 'formerrors "). innerHTML = errorMessage; <br> Return false; <br> ) <br> ) <br> </ script> <br> <div id="comments"> <br> <h3 id="addcomments"> hinzuf?gen Kommentare </ h3> <br> <br> <br> <form action="#thankYou" id="commentform" name="commentform" method="post" onsubmit="return inputValidation();"> <br> <div Id="cmttabs"> <br> <ul> <br> <li id="cmtutab_email"> <a href="#" onclick="tabTo('email');return false;"> neue Leser </ 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 Sie sich mit Ihrem AOL/AIM username!"> AOL / AIM </ a> </ li> <br> </ Ul> <br> </ Div> <br> <br> <div Id="formerrors" class='formerrors'> </ div> <br> <! – E-Mail -> <br> <div id="cmtuinfo_email" class="cmtuinfo clearfix" style="display: none;"> <br> <p Class="instructions"> ersten Mal? Eine Best?tigungs-E-Mail wird Ihnen nach der Einreichung. </ 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> <! – Blogsmith -> <br> <div id="cmtuinfo_blogsmith" class="cmtuinfo clearfix" style="display: none;"> <br> <p class="instructions"> Mitglieder geben Sie Ihren Benutzernamen und Ihr Passwort ein. </ 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"> Passwort: <br /> <br> <input id="C_AuthorPass" type="password" class="formtext" name="AuthorPassword" value=""/> </ label> <br> </ Div> <br> <! – / Blogsmith -> <br> <br> <! – SNS -> <br> <div id="cmtuinfo_sns" class="cmtuinfo clearfix" style="display: none;"> <br> <p class="instructions"> Geben Sie Ihren AOL-oder AIM screenname und Ihr Passwort ein. </ p> <br> <div Id="sns"> <br> <p align="center"> <img src="/media/loading.gif"> </ p> <br> </ Div> <br> <!–< Eingang id = "snslogin" type = "button" onclick = "sns.calls.login ();" value = "Login ">–> <br> </ Div> <br> <! – / SNS -> <br> <br> <div Id="cmtmain"> <br> <div Id="replyindicator"> </ div> <br> <div> <br> <br> <label For="Comments"> Ihr Kommentar: </ label> <br> <textarea name="Comments" id="Comments" rows="8" style="width:98%"> </ textarea> <br> </ Div> <br> <div Class="cmtchecks"> <br> <input type="checkbox" checked="checked" id="RememberMeYes" name="RememberMe" /> <br> <label For="RememberMeYes"> merken </ label> <br> </ Div> <br> <br> <div Class="cmtchecks"> <br> <input type="checkbox" checked="checked" id="EmailMe" name="EmailMe" /> <br> <label for="EmailMe"> E-Mail, wenn mir jemand Antworten auf diesen Kommentar </ label> <br> </ Div> <br> <br> <div Id="cmtbuttons"> <br> <input type="submit" id="addCommentButton" value="Add Comment" /> <br> </ Div> <br> <input type="hidden" name="form" value="Comments" /> <input type="hidden" name="ButtonSave" value="Save" /> <br> <br> <input type="hidden" id="sourceID" name="SourceID" value="" /> <br> <input type="hidden" id="postID" name="PostID" value="" /> <br> </ Div> <br> <div Id="instructions"> <br> <p class="preamble"> Bitte halten Sie Ihre Kommentare zu diesem Blog-Eintrag. <strong> E-Mail-Adressen werden niemals angezeigt, aber sie sind erforderlich, um Ihre Kommentare. </ strong> </ p> <br> <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> <br> <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> <br> </ Div> <br> <br> <input type="hidden" name="referer" value="http://www.tuaw.com:1080/2009/05/31/ap-mobile-updated-but-still-falls-short/"> <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> <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 ='02819be2b83dbba43555be3035bedfc9 "; 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 ='44756'; var CacheID = document.createElement ( 'input'); cacheId.type = 'hidden'; cacheId.id = 'CacheID'; cacheId.name = 'CacheID'; cacheId.value ='9026219090094807 '; 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> <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> 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" /> <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 our Cafe Press store" class="rail-promo"><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png" alt="TUAW [Cafepress]" /></a><div class="ad-wrap"> <br> <div class="ad-wrap-inner"> <br> <h3 class="hide"><span class="wrap">Sponsored Links</span></h3> <br> <p class="sponsored">Advertise with us. (<a href="http://www.weblogsinc.com/advertise/">Learn more</a>)</p> <br> </ div> <br> </ div> <br><br> <h3><span class="wrap">Featured Galleries</span></h3><div class="featuredgalleries clearfix"><div class="thumb"><a href="/photos/gallery-2397/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/08/dnc_img_0431_thumbnail.jpg" alt="DNC Macs" width="75" height="75" title="DNC Macs"></a></div><div class="thumb"><a href="/photos/macworld-2008-keynote-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/001_thumbnail.jpg" alt="Macworld 2008 Keynote" width="75" height="75" title="Macworld 2008 Keynote"></a></div><div class="thumb"><a href="/photos/macworld-2008-build-up/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/01/dsc_5493_thumbnail.jpg" alt="Macworld 2008 Build-up" width="75" height="75" title="Macworld 2008 Build-up"></a></div><div class="thumb"><a href="/photos/google-earth-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/10/gooe1_thumbnail.png" alt="Google Earth for iPhone" width="75" height="75" title="Google Earth for iPhone"></a></div><div class="thumb"><a href="/photos/podcaster/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/09/pcaster1_thumbnail.jpg" alt="Podcaster" width="75" height="75" title="Podcaster"></a></div><div class="thumb"><a href="/photos/bento-for-iphone-1-0/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/bentoiphonerev-1_thumbnail.jpg" alt="Bento for iPhone 1.0" width="75" height="75" title="Bento for iPhone 1.0"></a></div><div class="thumb"><a href="/photos/scrabble-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/12/scrabbleiphone1_thumbnail.png" alt="Scrabble for iPhone" width="75" height="75" title="Scrabble for iPhone"></a></div><div class="thumb"><a href="/photos/tom-bihn-checkpoint-flyer-briefcase/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/05/checkpointflyertuaw-01_thumbnail.jpg" alt="Tom Bihn Checkpoint Flyer Briefcase" width="75" height="75" title="Tom Bihn Checkpoint Flyer Briefcase"></a></div><div class="thumb"><a href="/photos/apple-vanity-plates/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/05/appleplatealanrothberg_thumbnail.jpg" alt="Apple Vanity Plates" width="75" height="75" title="Apple Vanity Plates"></a></div><div class="thumb"><a href="/photos/apple-booth-macworld-07/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/mwsf07-booth-tours—23_thumbnail.jpg" alt="Apple booth Macworld 07" width="75" height="75" title="Apple booth Macworld 07"></a></div><div class="thumb"><a href="/photos/quickoffice-for-iphone-1-1-1/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/quickofficerev-01_thumbnail.jpg" alt="Quickoffice for iPhone 1.1.1" width="75" height="75" title="Quickoffice for iPhone 1.1.1"></a></div><div class="thumb"><a href="/photos/daylite-3-9-review/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/04/daylite-server-adminscreensnapz002_thumbnail.png" alt="Daylite 3.9 Review" width="75" height="75" title="Daylite 3.9 Review"></a></div><div class="thumb"><a href="/photos/discpainter/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/06/dp1_thumbnail.png" alt="DiscPainter" width="75" height="75" title="DiscPainter"></a></div><div class="thumb"><a href="/photos/mariner-calc-for-iphone/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/cutandpaste_thumbnail.jpg" alt="Mariner Calc for iPhone" width="75" height="75" title="Mariner Calc for iPhone"></a></div><div class="thumb"><a href="/photos/2009cupertinobus/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/01/cupertino09-1_thumbnail.jpg" alt="2009CupertinoBus" width="75" height="75" title="2009CupertinoBus"></a></div><div class="thumb"><a href="/photos/crash-bandicoot-nitro-kart-3d/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/img1_thumbnail.png" alt="Crash Bandicoot Nitro Kart 3D" width="75" height="75" title="Crash Bandicoot Nitro Kart 3D"></a></div><div class="thumb"><a href="/photos/mlb-com-at-bat-2009/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2009/03/2009mlbatbat1_thumbnail.jpg" alt="MLB.com At Bat 2009" width="75" height="75" title="MLB.com At Bat 2009"></a></div><div class="thumb"><a href="/photos/macworld-expo-2007-show-floor/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/return-of-the-icarta-1_thumbnail.jpg" alt="Macworld Expo 2007 show floor" width="75" height="75" title="Macworld Expo 2007 show floor"></a></div><div class="thumb"><a href="/photos/apple-texas-hold-em/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2008/07/photo_thumbnail.jpg" alt="Apple Texas Hold 'Em" width="75" height="75" title="Apple Texas Hold 'Em"></a></div><div class="thumb"><a href="/photos/the-macworld-faithful-in-line/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/signage_thumbnail.jpg" alt="The Macworld Faithful in Line" width="75" height="75" title="The Macworld Faithful in Line"></a></div><div class="thumb"><a href="/photos/iphone-first-look/"><img src="http://www.blogcdn.com/www.tuaw.com/media/2007/01/img_2259_thumbnail.jpg" alt="iPhone First Look" width="75" height="75" title="iPhone First Look"></a></div><p class="clearer">&nbsp;</p></div> <br> <div class="statstable" id="stats_bloggers"><h3><span class="wrap">TUAW bloggers (30 days)</span></h3><table class="data" cellspacing="0"><tr><th>#</th><th>Blogger</th><th class="ctr">Posts</th><th class="ctr">Cmts</th></tr><tr><td class="statsclass1">1</td><td class="statsclass1"><a href="/bloggers/steven-sande/">Steven Sande</a></td><td class="statsclass1 ctr">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">32</td><td class="statsclass2 ctr">0</td></tr><tr><td class="statsclass1">3</td><td class="statsclass1"><a href="/bloggers/mike-schramm/">Mike Schramm</a></td><td class="statsclass1 ctr">24</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">18</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/31/spot-the-spod-in-up/" rel="bookmark">Spot the SPOD: Mac OS X rainbow cursor shows up in Pixar's "Up"</a> (33)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/27/stop-the-presses-ap-news-for-iphone-is-a-mess/" rel="bookmark">Stop the presses! AP News for iPhone is a mess</a> (33)</li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/28/sirius-xm-iphone-app-coming-real-soon/" rel="bookmark">Sirius-XM iPhone app coming 'real soon'</a> (30)</li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/25/apple-building-server-farm-secret-lair-in-north-carolina/" rel="bookmark">Apple building server farm, secret lair in North Carolina</a> (30)</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/next-gen-iphone-photos-leaked/#c19126217">airmanchairman</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/#c19126195">airmanchairman</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19126116">TVGenius</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/next-gen-iphone-photos-leaked/#c19125941">jason</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125832">Joe</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/30/check-prices-on-your-iphone-with-pricecheckah/#c19125494">frank.lowney</a> on <a href="http://www.tuaw.com/2009/05/30/check-prices-on-your-iphone-with-pricecheckah/">Check prices on your iPhone with Pricecheckah</a></li><li class="statsclass1"><a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/#c19125514">GLaDOS</a> on <a href="http://www.tuaw.com/2009/05/31/next-gen-iphone-photos-leaked/">Next-gen iPhone photos leaked?</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125498">Jon</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/sky-burger-for-iphone-ipod-touch-free-for-the-day/#c19125280">Kevin E. McKenna</a> on <a href="http://www.tuaw.com/2009/05/29/sky-burger-for-iphone-ipod-touch-free-for-the-day/">Sky Burger for iPhone/iPod touch free for the day</a></li><li class="statsclass2"><a href="http://www.tuaw.com/2009/05/31/spot-the-spod-in-up/#c19125038">Kyle</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/iPhone/" class="">iPhone</a> <a href="/tag/IpodTouch/" class="tagSmall">IpodTouch</a> <a href="/tag/IpodShuffle/" class="tagSmall">IpodShuffle</a> <a href="/tag/AppStore/" class="tagSmall">AppStore</a> <a href="/tag/MacbookPro/" class="tagSmall">MacbookPro</a> <a href="/tag/software/" class="tagSmall">software</a> <a href="/tag/store/" class="tagSmall">store</a> <a href="/tag/apple/" class="tagSmall">apple</a> <a href="/tag/leopard/" class="tagSmall">leopard</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/mac/" class="tagSmall">mac</a> <a href="/tag/hulu/" class="tagSmall">hulu</a> <a href="/tag/itunes/" class="tagSmall">itunes</a> <a href="/tag/gtd/" class="tagSmall">gtd</a> <a href="/tag/twitter/" class="tagSmall">twitter</a> <a href="/tag/advertising/" class="tagSmall">advertising</a> <a href="/tag/rumors/" class="tagSmall">rumors</a> <a href="/tag/MacMini/" class="tagSmall">MacMini</a> <a href="/tag/sdk/" class="tagSmall">sdk</a> <a href="/tag/server/" class="tagSmall">server</a> <a href="/tag/ipod/" class="tagSmall">ipod</a> <a href="/tag/developers/" class="tagSmall">developers</a> <a href="/tag/giveaway/" class="tagSmall">giveaway</a> <a href="/tag/podcast/" class="tagSmall">podcast</a> <a href="/tag/Kindle/" class="tagSmall">Kindle</a> <a href="/tag/att/" class="tagSmall">att</a> <a href="/tag/game/" class="tagSmall">game</a> <a href="/tag/talkcast/" class="tagSmall">talkcast</a> <a href="/tag/accessories/" class="tagSmall">accessories</a> <a href="/tag/games/" class="tagSmall">games</a> <a href="/tag/GPS/" class="tagSmall">GPS</a> <a href="/tag/macbook/" class="tagSmall">macbook</a> <a href="/tag/review/" class="tagSmall">review</a> <a href="/tag/iphone3g/" class="tagSmall">iphone3g</a> <a href="/tag/pricing/" class="tagSmall">pricing</a> <a href="/tag/ipod-touch/" class="tagSmall">ipod-touch</a> <a href="/tag/graphics/" class="tagSmall">graphics</a> <a href="/tag/update/" class="tagSmall">update</a> <a href="/tag/apps/" class="tagSmall">apps</a> <a href="/tag/AppleStore/" class="tagSmall">AppleStore</a> <a href="/tag/hardware/" class="tagSmall">hardware</a> <a href="/tag/music/" class="tagSmall">music</a> <a href="/tag/OS/" class="tagSmall">OS</a> <a href="/tag/IphoneOs/" class="tagSmall">IphoneOs</a> <a href="/tag/features/" class="tagSmall">features</a> <a href="/tag/Microsoft/" class="tagSmall">Microsoft</a> <a href="/tag/iLife/" class="tagSmall">iLife</a> <a href="/tag/release/" class="tagSmall">release</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><

The AP News < / a> [App Store] iPhone / iPod touch app that Roll-out h? sslich already in the weekly update to version 2.01 and determined that the nasty problem w? would not allow the program reliability? fault if you had the fr? heren AP Mobile App already on your phone. This has been fixed, but the application still more mistakes than the center field lights on a night baseball game. If you upgrade to the latest version, you probably lose all your settings, and as we reported attitudes is no easy task. The AP is still on a page with you, that exit? lle, 1 / 3 of his place with a big s Photo & Video icon. In general, people come around to a message to read the messages, but the concept seems lost on the AP. The result of this poor design decision is that only 3 stories on the front page, which is not as good as the ” New York Times App (4), the Bloomberg News app (5), or ABC News (4). Actually, most of the messages Apps too much non-essential M? ll about the most important pages. I w? would somehow like to read the news. I think the AP about scrolling of long stories still jerky, and some stories a picture at the top, so great is, it takes the whole screen and you can not read any of the story without bl? ttern . stories also tend to repeat it. In my local list of stories, I saw the same story 3-times. Sure, that should not happen in a well-written app. lists all of the stories is not only in portrait mode, but You can it in landscape mode, which means that st? constantly switching back and forth between screen types, if you want the stories in the landscape. Do not try if you have vertigo. The AP about is free, so there? one hates to complain, but honestly the previous version was easier about the eye, less defective, and in a way that many news junkies w? would prefer to view the messages. Sometimes “progress” is anything but.