Web Buzz: Share adventures on Trover
Get hyper-local with Trover. Share your discoveries with fellow travelers, from a delicious meal in New York to a pride of lazy lions in Kenya.
Name: Trover
Available for: Android, iPhone
function showExtras(elm, link, text){ var obj = $(elm); var link = $(link); var elmTop = (obj.getHeight() + 10) * (-1); if(obj.style.display == "none"){ obj.style.top = elmTop + "px"; link.innerHTML = "Hide more " + text + " »"; new Effect.Parallel([ new Effect.Move(obj, { sync: true, x: link.getWidth(), y: (obj.getHeight() + 10) * (-1), mode: "absolute" }), new Effect.AppearItems(obj, { sync: true, from: 0, to: 1}) ], { duration: 1 }); } else { new Effect.Parallel([ new Effect.Move(obj, { sync: true, x: link.getWidth() * (-1), y: 0, mode: "absoulte" }), new Effect.FadeItems(obj, { sync: true, from: 1, to: 0 }) ], { duration: 1 }); link.innerHTML = "See more " + text + " »"; } } // These are customized methods b/c the scriptaculous ones where throwing error. These should be re-evaluated at a later date. Effect.FadeItems = function(element) { element = $(element); var oldOpacity = 0; var options = Object.extend({ from: element.getOpacity() || 1.0, to: 0.0, afterFinishInternal: function(effect) { if (effect.options.to!=0) return; effect.element.hide().setStyle({opacity: oldOpacity}); } }, arguments[1] || { }); return new Effect.Opacity(element,options); }; Effect.AppearItems = function(element) { element = $(element); var options = Object.extend({ from: (element.getStyle("display") == "none" ? 0.0 : element.getOpacity() || 0.0), to: 1.0, // force Safari to render floated elements properly afterFinishInternal: function(effect) { if(Prototype.Browser.WebKit) { effect.element.forceRerendering(); } }, beforeSetup: function(effect) { effect.element.setOpacity(effect.options.from).show(); }}, arguments[1] || { }); return new Effect.Opacity(element,options); }; Also Web Buzz: Nerdydaytrips.com Web Buzz: Stories of rural America Web Buzz: Postcard on the RunWhat it does: Opens up the world one image at a time. Merges geolocation and photo-sharing to let users capture and share snapshots from their current locations.
Cost: Free
What"s hot: Launched by online names such as Rich Barton, chairman and founder of Expedia.com and co-founder of Zillow, and Jason Karas, who founded the eco-social gaming company Carbonrally.com. You"d expect pretty landscapes, but there"s inspiring art and architecture too. There have been 100,000 downloads in 160 countries, with San Francisco, New York, Boston, Chicago, London, Paris and Hong Kong leading in discoveries. Directions are also posted, so following the discoveries could make for an interesting road trip.
What"s not: Occasionally the map locations on my Android didn"t match where the photo was taken. In some instances, where the image was uploaded got pinned on the map instead. When in doubt (if the beach looks like a nearby restaurant), double-check.
Worth it: C