>
Filed under: iPhone , App Store , iPod touch Ziibii swimmers updates to your iPhone
language=”JavaScript”
sns_checked var = false;
current_tab var = “email”;
function tabTo (TAB)
(
document.getElementById ( 'formal errors “). 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;
)
input validation function ()
(
document.getElementById ( 'formal errors “). innerHTML ='';
validInfo Var = 0;
validName Var = 0;
validEmail Var = 0;
validComments Var = 0;
validSNS Var = 0;
Var left = 0;
Alpes-Maritimes error ='';
switch (current_tab) (
case 'E-mail:
var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ a .)+([ -zA - Z0-9] (2.4 })+$/;
e-mail var = document.getElementById ( 'Author email “). value;
if (document.getElementById ( 'Author Name “). =='') value (
error + = '
We need your name. “;
)
If (e-mail ==''| |! Filter.test (email)) (
error + = '
e-mail address is not g? valid. “;
)
If (! error) (
ValidInfo = 1;
)
break;
case “blog smith”:
if (document.getElementById ( 'C_AuthorEmail “). =='') value (
error + = '
Ung? Invalid e-mail address. “;
)
if (document.getElementById ( 'C_AuthorPass “). =='') value (
error + = '
No password. “;
)
If (! error) (
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 =='') (
error = “
Ung? SNS Invalid login. “;
) Else (
ValidInfo = 1;
)
break;
)
var txt = document.getElementById ( 'Comments'). Value;
If (txt! ='') (
ValidComments = 1;
)
For (IND var = 0; ind
TUAW Flick R Pool
www. Flick r . com
< 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 ">
< / div> addthis_pub = 'weblogsinc'; addthis_options = 'digg, facebook, delicious, myspace, aolfav, propeller, google, live, stumbleupon, reddit, favorites, technorati, aim, more'; Share Comments (0)Recent PostsZiibii floats updates to your iPhone (11/21/2008)User review: 3 Marware iPhone cases (11/21/2008)Apple also releases iPhone OS for iPod touch 2.2 (11/21/2008)Apple releases iPhone 2.2 firmware (11/21/2008)iTunes 8.0.2 now available, adds VoiceOver capabilities (11/20/2008)Relevant PostsFirst Look: Tweetsville brings pro features to Twitter on iPhone (8 days ago - 26 Comments)FirstLook: beamME universal vCard exchange app (4 days ago - 14 Comments)First Look: FlightTrack real-time flight tracker (Yesterday - 7 Comments)First Look: Handshake for iPhone (18 days ago - 24 Comments)Found Footage: Dream of iPhone external keyboard lives on (16 days ago - 18 Comments) var sns_checked = false; var current_tab = “email”; 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 += “
We need your name.
“; } if (email == '' || !filter.test(email)) { errors += “
E-mail address is not valid.
“; } if (!errors) { validInfo = 1; } break; case “blogsmith”: if(document.getElementById('C_AuthorEmail').value == '') { errors += “
Invalid email address.
“; } if(document.getElementById('C_AuthorPass').value == '') { errors += “
No password given.
“; } 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 = “
Invalid SNS login.
“; } else { validInfo = 1; } break; } var txt = document.getElementById('Comments').value; if(txt != '') { validComments = 1; } for (var ind=0;ind 3) { errorMessage += “
Sorry mate, you can only enter 3 urls.
“; } document.getElementById('formerrors').innerHTML = errorMessage; return false; } } Add your comments New Readers Returning AOL/AIM
First time? A confirmation email will be sent to you after submitting.
Name: E-mail:
Members enter your username and password.
E-mail: Password:
Enter your AOL or AIM screenname and password.

Your comments: Remember me E-Mail me when someone replies to this comment
Please keep your comments relevant to this blog entry. Email addresses are never displayed, but they are required to confirm your comments.
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.
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.
tabTo(current_tab); function getUserInfo() {var anchor = document.getElementById('addCommentButton');var sID = document.createElement('input');sID.type = 'hidden';sID.id = 'sID';sID.name = 'sID';sID.value = '61ddedeee6ec1084798f7ffb31482e00';var uID = document.createElement('input');uID.type = 'hidden';uID.id = 'uID';uID.name = 'uID';uID.value = '7b8081c19466fe3bb4a848c157bd0d06';var tStamp = document.createElement('input');tStamp.type = 'hidden';tStamp.id = 'tStamp';tStamp.name = 'tStamp';tStamp.value = '72724';anchor.parentNode.insertBefore(sID,anchor);anchor.parentNode.insertBefore(uID,anchor);anchor.parentNode.insertBefore(tStamp,anchor);var divArray = document.getElementsByTagName('div');for(var i=0;i Tip of the Day
Want to hide the drives that appear on your desktop? Open Finder preferences by clicking “Finder” in the menu bar and selecting Preferences. Click the General tab. Under the “Show these items on the Desktop:” area, use the check-boxes to show or hide items on the desktop.
Learn MoreBreaking news FeedApple releases iPhone 2.2 firmwareiTunes 8.0.2 now available, adds VoiceOver capabilitiesApple TV update 2.3 releasedPsystar gets countersuit dismissed, case heats upApple redesigns Support Downloads pagesLED Cinema Displays now availableApple releases Trackpad firmware update for MacBook and MacBook ProQuickTime H.264 Compatibility Update is outApple discontinues 23″ Cinema DisplayiPod nano update released, adds support for new In-Ear headphonesFeatured stories FeedVoiceNotes vs. iDicto vs. Recorder vs. RecordFireWire feedback from readers and AppleThe little Leopard laptopHow to use Photoshop's Lens Blur tool with masking (Part 2 of 2)How to use Photoshop's Lens Blur tool for tilt-shift fakery (Part 1 of 2)Project Blinkenlights presents “Stereoscope,” and you're invitedAsk TUAW: Apple TV, Blu-ray on the Mac, solving SIMBL problems, and moreMac 101: Stop drives from showing on desktopFlickr Find: TUAW is the wordMac Automation: Get to-dos sent to your mobile from iCal upon request
TUAW flickr Pool www.flickr.com Kommentare ( 0 ) Neueste Beitr?ge Ziibii Schwimmer-Updates zu Ihrem iPhone (11/21/2008) User Review: 3 Marware iPhone F?llen (11/21/2008) Apple auch iPhone OS Versionen f?r den iPod Touch 2/2 (11/21/2008) Apple iPhone Releases 2/2 Firmware (11/21/2008) iTunes 8.0.2 ab sofort verf?gbar, f?gt VoiceOver F?higkeiten (11/20/2008) < span> Relevante Beitr?ge First Look: Tweetsville bringt Pro Funktionen zu Twitter auf iPhone (8 Tage - 26 Kommentare) FirstLook: beamME universellen vCard Austausch app (4 Tage - 14 Kommentare) First Look: FlightTrack Echtzeit-Flug tracker (Gestern - 7 Kommentare) < li> First Look: Handshake f?r iPhone (18 Tage - 24 Kommentare) Found Footage: Traum vom iPhone externe Tastatur Leben auf (16 Tage — 18 Kommentare) var sns_checked = false; var current_tab = “E-Mail”; 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 })+$/; E-Mail-var = document.getElementById ( 'AuthorEmail “). Wert; if (document.getElementById ( 'Autorname “). Wert =='') ( Fehler + = “
Wir brauchen Ihren Namen. “; ) If (E-Mail ==''| |! Filter.test (email)) ( Fehler + = “
E-Mail-Adresse ist nicht g?ltig. “; ) If (! Fehler) ( ValidInfo = 1; ) Break; Fall “blogsmith”: if (document.getElementById ( 'C_AuthorEmail “). Wert =='') ( Fehler + = “
Ung?ltige E-Mail-Adresse. “; ) if (document.getElementById ( 'C_AuthorPass “). Wert =='') ( Fehler + = “
Kein Passwort angegeben. “; ) 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 = “
Ung?ltige SNS-Login. “; ) Else ( ValidInfo = 1; ) Break; ) var txt = document.getElementById ( 'Kommentare'). Wert; If (txt! ='') ( ValidComments = 1; ) For (var IND = 0; ind
TUAW Flick R Pool www. Flick r . com Christina Warren62211Jason Clarke< /td>32Most Commented On (7 days) Apple releases iPhone 2.2 firmware ( 62)Apple TV update 2.3 released (56)BusinessWeek: HP “out-touches” Apple (52)MacBook Pro users getting bitten by HDCP (37) Ask TUAW: iSync, migrating with Time Machine, hidden files and more (36)Walmart will sell iPhones starting Dec. 28 ( 31)Hack your VW's budvase for the iPhone (29)New MacBook Pro benchmarked within Boot Camp (29) Apple releases Trackpad firmware update for MacBook and MacBook Pro (26)Great iPhone applications for parents (26)Recent CommentsBlogManiac on User review: 3 Marware iPhone casesAlex Robert on Apple also releases iPhone OS for iPod touch 2.2 Rob Usdin on Apple also releases iPhone OS for iPod touch 2.2 SwitchinFeature on Stargazing with Starmap deep on User review: 3 Marware iPhone casesJeff Davis on AAPL hits 52-week low, cries itself to sleepOlligarski on AAPL hits 52-week low, cries itself to sleepGorn on Apple releases iPhone 2.2 firmwareThink Adrian on User review: 3 Marware iPhone casesShunnabunich on Mac 101: Make any text speak to youThe Unofficial Apple Weblog (TUAW) Tags
stock uk AppStore apps breakingnews youtube twitter Mac vmware IpodTouch nano < a href="/tag/photoshop/" class="tagSmall">photoshop software tuaw apple ads iPod giveaway< /a> macbook sdk itunes iphone update brick games rumors MacbookPro AppleTv SoftwareUpdate nvidia app-store development gaming free retail itunes8< /a> tips mobileme Mac101 review rumor AppleStore flickr lawsuit Terminal QuickTime podcast talkcast Safari notebook
More Apple Analysis< /h3>AAPL on BloggingStocks The Apple category feed from BloggingStocks.comAAPL Quote, News & Summary The AAPL financials page from AOL Money and Finance iPhone analysis from BloggingStocks iPhone tag feed from BloggingStocksMacintosh news and reviews on Download Squad The Macintosh category feed from Download Squad< h3>More from AOL Money and Finance Stock Screener Stock Quotes DJIA AMT Auto Loans < /li>Banking Car Insurance Checking Account Credit Cards Credit Reports Deals DealsDebt Management Dow Jones Industrial Average Earnings GOOG < /li>Health Insurance Home Insurance Identity Theft Income Tax Basics Insurance Life Insurance< /a> Loans Money Mortgages Personal Loans Recession Refinancing Retirement Savings Account < /li>Small Business Stock Charts Stock Ticker Taxes Tech News Weblogs, Inc. Network Autos Autoblog AutoblogGreen Autoblog Spanish Autoblog Chinese Autoblog Simplified Chinese Technology Download Squad Engadget Engadget HD Engadget Mobile Engadget Chinese Engadget Simplified Chinese Engadget Japanese Engadget Germany Engadget Korea ???????????????????????? Engadget Polska Engadget Spanish ???????????????????????? Switched TUAW (Apple) Lifestyle ???????????????????????? AisleDash ?? DIY Life Gadling Green Daily Luxist ParentDish Slashfood StyleList Blog That's Fit Gaming Joystiq DS Fanboy ???????????????????????? Massively Nintendo Wii Fanboy PS3 Fanboy PSP Fanboy WoW Insider Xbox 360 Fanboy ???????????????????????? Big Download GameDaily ???????????????????????? PlaySavvy Entertainment Cinematical TV Squad Finance ???????????????????????? BloggingBuyouts BloggingStocks WalletPop Sports ???????????????????????? FanHouse Main ???????????????????????? NFL ???????????????????????? NBA ???????????????????????? MLB ???????????????????????? NCAA Football ???????????????????????? NCAA Basketball ???????????????????????? NASCAR ???????????????????????? NHL ???????????????????????? Golf ???????????????????????? Fantasy Football ???????? Also on AOL ???????????????????????? African-American Culture ???????????????????????? Black Friday ???????????????????????? Cars Games ???????????????????????? Maps Money Movies Music News Radio Sports Stock Quotes Television
JoystiqX3F Week in Review: November 14, 2008 - November 20, 2008NYT: Ziff-Davis considering online-only future for EGMPSN Thursday: BioShock challenge rooms, MotoGP 08 demo
Download SquadiPhone 2.2 firmware is out, with Street View and podcastsGoogAzon Firefox Add-on ads Amazon listings to web search resultsOnline movie site CinemaNow sold for $3 million BloggingStocksWill Citi take a dirt nap?Stocks in the news: C, DELL, CRM, GPS, GM, F, FNMObama's cell phone records hacked by Verizon employees
AutoblogLA 2008: Mitsubishi shows a pair of '70s noveltiesREPORT: Red Bull to shut down the Red BulletinAutoblogGreen for 11.21.08
Xbox 360 FanboyX3F Week in Review: November 14, 2008 - November 20, 2008European gamers set to celebrate Xtival '08First Lips DLC arrives tomorrow, Nov. 21
EngadgetNokia planning touch-less, gesture-controlled devices?Mercedes-Benz's myCOMMAND system demoed on videoGigantic LED display board goes live at Walgreens in Times Square AOL News
All contents copyright © 2003-2008, 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
Detect languageArabicBulgarianCatalanChineseCroatianCzechDanishDutchEnglishFilipinoFinnishFrenchGermanGreekHebrewHindiIndonesianItalianJapaneseKoreanLatvianLithuanianNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishUkrainianVietnamese » ArabicBulgarianCatalanChinese (Simplified)Chinese (Traditional)CroatianCzechDanishDutchEnglishFilipinoFinnishFrenchGermanGreekHebrewHindiIndonesianItalianJapaneseKoreanLatvianLithuanianNorwegianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwedishUkrainianVietnamese h = new _History();t_ctr = new _TranslateForm(new _LanguageSelector('old_sl','sl_select'),new _LanguageSelector('old_tl','tl_select'),'old_submit','submit_button', h,'source','result_box','dict','autotrans');window.jstiming.load.tick('prt')
Suggest a better translationThank you for contributing your translation suggestion to Google Translate.
TUAW flickr Pool www.flickr.com
Leave a Reply
You must be logged in to post a comment.
Filed under: iPhone, App Store, iPod touch
Do you like keeping up with friends on social networks? Do you have an iPhone? If so, you might be interested in a new social networking application for the iPhone called Ziibii. Ziibii [iTunes link] brings an innovative approach to viewing your social networking sites and RSS feeds -- without ever leaving this one app. Ziibii allows you to see friend updates, videos, and photos from Twitter, Facebook, Flickr, and YouTube.Ziibii's killer feature is its "River" feature, which depicts friend updates, photos, videos, and RSS feed headlines "floating" down a river on tiny rafts. You can interact with the river and rafts with gestures. Moving too fast? Move your finger left or right on the screen. You can even make the river flow in the opposite direction by swiping your finger against flow.
Rafts too close together? Pick it up and move it. If you tap on a raft, you will be presented with a full screen view of the update and get the option to share that update via email or Twitter. If you get sea sick with River view, you can also give list view a try, which stacks updates on top of each other; swiping right to left loads more updates.
Ziibii comes pre-loaded with some good blogs (TUAW is listed under the "iPhone Stuff" section), and you can also add your own RSS feeds via the "My Feeds" setting.
Ziibii has a very nice user interface, and allows you to quickly see all of your friend updates in a unique fashion. However, we would like to see an option to post updates and photos to Twitter, Facebook, and Flickr. We would also like to see support for Pownce and Digg, among others. With the price of free, Ziibii is a must-have application for anyone that uses social networks. You can download Ziibii from the iTunes App Store.
TUAWZiibii floats updates to your iPhone originally appeared on The Unofficial Apple Weblog (TUAW) on Fri, 21 Nov 2008 08:00:00 EST. Please see our terms for use of feeds.
Leave a Reply
You must be logged in to post a comment.
M? Follow hold with friends? about social networks? Do you have an iPhone? If so, you might be interested in a new social networking application f? R Ziibii called the iPhone. Ziibii [ iTunes link ] brings an innovative concept f? The r? berpr? examination of your social networking sites and RSS feeds - without ever from this one app. Ziibii erm? Glicht you to see friend updates, videos and photos of Twitter Facebook href =” http://flickr.com “> addthis_pub = 'weblogsinc'; addthis_options = 'digg, Facebook, delicious, myspace, aolfav, propeller, google, live, StumbleUpon, reddit, favorites, Technorati, target More '; Apple iPhone OS versions f? S iPod Touch 2 / 2 (11/21/2008) Apple iPhone releases 2 / 2 firmware < span class = "meta"> (11/21/2008) iTunes 8.0.2 now available for, f? Gt VoiceOver F? Skills ( 11/20/2008) Relevant Acceding? Ge First Look: Pro Features Tweetsville brings to Twitter on the iPhone (8 days - 26 Comments) First Look: beamME universal vCard exchange app (4 days ago - 14 Comments) First Look: Flight track real-time flight tracker (Yesterday - 7 Comments) < a href = "http://www.tuaw.com/2008/11/03/first-look-handshake-for-iphone/" rel = "bookmark"> First Look: Handshake f? s iPhone < span class = "meta"> (18 days ago - 24 Comments) Found Footage: iPhone dream of life on external keyboard (16 days ago - 18 Comments )