PostHeaderIcon HearPlanet free for a little while longer

>

Filed under: Macworld , software < a href = "/ category / deals /"> deals , App Store < a href = "http://www.tuaw.com/2009/01/08/hearplanet-free-for-a-little-while-longer/" rel = "bookmark"> HearPlanet free f? r l a little while? nger

 Just a reminder, such as Macworld Expo K? buttons in the finishing straight, the iPhone / iPod touch application HearPlanet travel < a href = "http://www.hearplanet.com/"> freely available? gbar this week only .

HearPlanet your iPhone into a Reisef guide, with audio tours of more than 230,000 locations. Normally, HearPlanet is $ 3.99, but it is free of charge at Macworld. You can it in the App Store . The company

party bus was a device outside erhalb Moscone Center, and will be au? erhalb TUAW's Tweetup at The Thirsty Bear at 6 clock Stop by and say hi to them (and us) as we celebrate another Macworld Expo and toast (hope) the future of the show ..

style = “clear: both;”  Click here to view all TUAW's Macworld coverage

sns_checked var = false;
current_tab var = “email”;
function tabTo (TAB)
(
document.getElementById ( 'form 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 = register;
)

input validation function ()
(
document.getElementById ( 'form errors “). innerHTML ='';

Var validInfo = 0;
Var validName = 0;
Var validEmail = 0;
Var validComments = 0;
Var validSNS = 0;
Var left = 0;
Var Error ='';

switch (current_tab) (
case “E-mail:
var filter = / ^ ([a-zA-Z0-9_ \. \ - \ +]) + \ @ (([a-zA-Z0-9 \ -]) + \ .)+([ a -zA - Z0-9] (2.4 })+$/;
var email = document.getElementById ( 'e-mail Author “). value;
if (document.getElementById ( 'Author Name “). =='') value (
errors + = '

ben? term we your name. “;
)
If (E-mail ==''| |! Filter.test (email)) (
errors + = '

e-mail address is not g? valid. “;
)
If (! error) (
ValidInfo = 1;
)

Break;
case “blog smith”:
if (document.getElementById ( 'C_AuthorEmail “). =='') value (
errors + = '

Ung? valid e-mail address. “;
)
if (document.getElementById ( 'C_AuthorPass “). =='') value (
errors + = '

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? ltiger SNS login. “;
) Else (
ValidInfo = 1;
)
Break;
)
var txt = document.getElementById ( “comments”). Value;

If (txt! ='') (
ValidComments = 1;
)

for (var ind = 0; ind

Click here for our advertisers.

addthis_pub = 'weblogsinc'; addthis_options = 'digg, facebook, delicious, myspace, aolfav, propeller, google, live, stumbleupon, reddit, favorites, technorati, aim, more'; Share Comments (0)Recent PostsMacworld 2009 sights and exhibitors (1/08/2009)Apple releases 2009 proxy statement (1/08/2009)NRK pulls Beatles podcast citing legal concerns (1/08/2009)Parallels Desktop 4 updated (1/08/2009)Macworld 2009: Axiotron Modbook Pro (1/08/2009)Relevant PostsiTunes pricing and DRM schemes updated for 2009 (2 days ago - 43 Comments)Macworld 2009: Interview with David Pogue (Today - 26 Comments)Macworld 2009: Interview with Iconfactory's Craig Hockenberry (Today - 11 Comments)VixML debuts iPhone development middleware, demos 'TrueFlirt' (Today - 5 Comments)AT&T sells $99 refurb iPhones until end of December (12 days ago - 26 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 = '5b7a52f33745a3464730749c61f812dc';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 = '60464';var cacheId = document.createElement('input');cacheId.type = 'hidden';cacheId.id = 'cacheId';cacheId.name = 'cacheId';cacheId.value = '7296157260162975';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 Click here to visit our advertiser. Tip of the Day

Catch all of TUAW's ongoing Macworld coverage at www.tuaw.com/macworld2009

Learn MoreBreaking news FeedMacworld 2009 keynote liveblogFileMaker announces version 10 of flagship database appSteve's OK, everyone relaxiPhone 3G unlock (finally) crashes everyone's partyRumor Watch: New Mac mini go for launchDigital Camera RAW Compatibility 2.4 update released Multi-Touch Trackpad Update for Windows & VistaTUAW Interview: Rolando's Simon Oliver is ready for releaseiPhone thief thwarted by MobileMe syncApple announces 2009 will be its last Macworld Expo, Schiller to deliver keynoteFeatured stories FeedTraveling? iPhone can help!So you just got an Apple TV — now what?So you just got a hard drive — now what?So you just got a camcorder — now what?So you just got an iPhone — now what?So you just got an iMac — now what?So you just got a digital camera — now what?So you just got an iPod nano — now what?So you just got an iTunes gift card — now what?So you just got an iPod touch — now what? Click here to visit our advertiser. Follow us on Twitter! TUAW flickr Pool www.flickr.com Kommentare ( 0 ) Neueste Beitr?ge Macworld 2009 Sehensw?rdigkeiten und Aussteller (1/08/2009) Apple Releases 2009 Proxy Statement (1/08/2009) NRK zieht Beatles Podcast zitiert rechtliche Bedenken (1/08/2009) < li> Parallels Desktop 4 aktualisiert (1/08/2009) Macworld 2009: Axiotron Modbook Pro (1/08/2009) < / div> Relevante Beitr?ge “iTunes DRM-Systeme zu Preisen und aktualisiert f?r 2009 (2 Tage - 43 Kommentare) Macworld 2009: Interview mit David Pogue (Heute - 26 Kommentare) Macworld 2009: Interview mit Iconfactory's Craig Hockenberry (Heute - 11 Kommentare) VixML Deb?ts iPhone Entwicklung Middleware, Demos” TrueFlirt ' (Heute - 5 Kommentare) AT & T verkauft $ 99 refurb iPhones bis Ende Dezember (12 Tage - 26 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 = Register; ) 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 ( 'AuthorName “). value =='') ( Fehler + = “

ben?tigen wir 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 “). value =='') ( Fehler + = “

Ung?ltige E-Mail-Adresse. “; ) if (document.getElementById ( 'C_AuthorPass “). value =='') ( 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?ltiger SNS anmelden. “; ) Else ( ValidInfo = 1; ) Break; ) var txt = document.getElementById ( “Kommentare”). Wert; If (txt! ='') ( ValidComments = 1; ) For (var ind = 0; ind Klicken Sie hier, um unsere Inserenten. Klicken Sie hier, um unsere Inserenten.  Folgen Sie uns auf Twitter! TUAW Flick R Pool www. Flick R . com addthis_pub = 'weblogsinc'; addthis_options = 'digg, facebook, delicious, myspace, aolfav, propeller, google, live, stumbleupon, reddit, favorites, technorati, aim, more'; Share Comments (0)Recent PostsMacworld 2009 sights and exhibitors (1/08/2009)Apple releases 2009 proxy statement (1/08/2009)NRK pulls Beatles podcast citing legal concerns (1/08/2009)Parallels Desktop 4 updated (1/08/2009)Macworld 2009: Axiotron Modbook Pro (1/08/2009)Relevant PostsiTunes pricing and DRM schemes updated for 2009 (2 days ago - 43 Comments)Macworld 2009: Interview with David Pogue (Today - 26 Comments)Macworld 2009: Interview with Iconfactory's Craig Hockenberry (Today - 11 Comments)VixML debuts iPhone development middleware, demos 'TrueFlirt' (Today - 5 Comments)AT&T sells $99 refurb iPhones until end of December (12 days ago - 26 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 = '5b7a52f33745a3464730749c61f812dc';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 = '60464';var cacheId = document.createElement('input');cacheId.type = 'hidden';cacheId.id = 'cacheId';cacheId.name = 'cacheId';cacheId.value = '7296157260162975';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 Click here to visit our advertiser. Tip of the Day

Catch all of TUAW's ongoing Macworld coverage at www.tuaw.com/macworld2009

Learn MoreBreaking news FeedMacworld 2009 keynote liveblogFileMaker announces version 10 of flagship database appSteve's OK, everyone relaxiPhone 3G unlock (finally) crashes everyone's partyRumor Watch: New Mac mini go for launchDigital Camera RAW Compatibility 2.4 update released Multi-Touch Trackpad Update for Windows & VistaTUAW Interview: Rolando's Simon Oliver is ready for releaseiPhone thief thwarted by MobileMe syncApple announces 2009 will be its last Macworld Expo, Schiller to deliver keynoteFeatured stories FeedTraveling? iPhone can help!So you just got an Apple TV — now what?So you just got a hard drive — now what?So you just got a camcorder — now what?So you just got an iPhone — now what?So you just got an iMac — now what?So you just got a digital camera — now what?So you just got an iPod nano — now what?So you just got an iTunes gift card — now what?So you just got an iPod touch — now what? Click here to visit our advertiser. Follow us on Twitter! TUAW flickr Pool www.flickr.com

Leave a Reply

You must be logged in to post a comment.

Sponsors

 

Archives