Tweepsaround updated for Layar 3D

Tweeps Around 3D view

Tweeps Around 3D view

The popular Augmented Reality app Layar just got updated to a very exciting new version with support for a 3D Reality View and a couple of other neat features.

I’m proud to announce a new version of the Tweeps Around layer, with the following improvements:

  • The images of tweeting people are shown in 3D in space, just as they are around you
  • Support for the new native geotagging feature of Twitter
  • You can now reply and post new tweets (status updates)
  • Your tweets will be geotagged with your current location (optional)

Like to experience this yourself? Make sure you have the latest version of Layar installed in your iPhone (free download in App Store) or Android powered device (free download from Android Market).

You need a Twitter account with geolocation eneabled to send local tweets yourself (no worries, Tweeps Around will guide you through the process when you first log into Twitter).

Reblog this post [with Zemanta]

Popularity: 5%

Post to Twitter Tweet This Post to Delicious Delicious Post to Reddit Reddit This Post Post to StumbleUpon Stumble This Post

Tags: , , , , , , , , , , ,
Comments off

Announcing Foursquare for Layar app

Image representing Foursquare as depicted in C...

Image via CrunchBase

Today Dennis Crowley from Foursquare gave an excellent presentation at  Mobile Monday, Amsterdam edition (#momoams on Twitter).

If you were there, you now know everything about the city as playground (pacmanhattan.com) and personal metrics.

I’m very grateful and proud that he took the opportunity to announce my Foursquare application for Layar, which allows you to use the most popular features of Foursquare from Layar.

What it is

Foursquare is a very popular social network game which integrates virtual social networks with the real world. Friends meet friends in cafes and bars and let each other know where they hang out. If you haven’t yet, it is definitely worth to check it out.

The Foursquare Layar app gives you access to the most frequently used features of the network.

  • Show venues around you, including which people are frequenting them, who is the mayor and user tips what to do.
  • Find nearby tips what to do and see at a glance what makes a location special.
  • Check in to a venue and let your friends know that you hang out there.
Encoded uri: layar://foursquare

Open Layer with foursquare

A basic version of these views is accessible even when you’re not signed in to Foursquare, which gives you an excellent opportunity to look around before jumping in and signing up (I’m quiet sure you will eventually plunge in and sign up to connect with your friends)!

These views are greatly enhanced when you’re signed-in. Then all venues where you or your friends have checked in are prioritized and highlighted. Tips from friends stand out. And you’re able to view what users have on their profile, which “badges” they earned and so on.

Give it a spin: open the Foursquare Layer on your mobile device.

Read the rest of this entry »

Popularity: 91%

Post to Twitter Tweet This Post to Delicious Delicious Post to Reddit Reddit This Post Post to StumbleUpon Stumble This Post

Tags: , , , , , , , ,
Comments (10)

Firefox 3.5 does geolocation!

Firefox crop circle
Image by KonMan via Flickr

Since early beta release of Firefox 3.1 there is experimental support for the experimental W3C Geolocation API.

Now Doug Turner, one of the engineers who is behind the Geolocation support in Firefox, wrote a nice background story geolocation in Firefox 3.5 (hacks.mozilla.org). A very interesting read, and it turns out that geolocation is not only for mobile devices, but also available in regular Firefox versions, using wifi or IP address mapping.

Using Firefox 3.5 or another location aware browser? Give it a try by clicking the button below, a map with your current location will be loaded…

Note:

  • Firefox 3.5b4 has an annoying bug (#490046) which lets you get your location only once per run.
  • Privacy is an issue, Firefox asks for permission by showing a notification bar on top of the screen. Click “Tell them” to proceed…

    Click "tell Them"...

Map your location…

What the script does…

// call native geolocation API:
navigator.geolocation.getCurrentPosition(callback);

// callback initializes a google map with the geo data:
function callback(position) {
    ...
    var point = new GLatLng(position.coords.latitude,
         position.coords.longitude);
    ...
}

Google provides a similar Geolocation API implementation through Gears.

Got another browser where the API works? Please leave a comment!

Reblog this post [with Zemanta]

Popularity: 12%

Post to Twitter Tweet This Post to Delicious Delicious Post to Reddit Reddit This Post Post to StumbleUpon Stumble This Post

Tags: , , , , , ,
Comments (4)

Twitter links powered by Tweet This v1.6.1, a WordPress plugin for Twitter.