[4 Dec 2009 | No Comment | ]

As with all expenses, air freight rates change all the time. This is because of the fact that many factors affect the pricing of various services and resources used in air freight. Learning about the different factors affecting the air freight rate could help you …

Read the full story »
Home » Featured, Tools

Geode: Geolocation With Firefox

8 October 2008 No Comment

It is a known fact that browser-based geolocation is very close with the new W3C Geolocation Specification.

Firefox will be implementing this feature in its future releases but now has an add-on, named Geode, that enables users/developers to taste it.

The add-on currently uses Skyhook?s Loki technology to map the WIFi signals.

To be more specific about what can be done via Geode:

  • Create a login page which can be browsed from specific locations, like your house
  • An RSS reader that realizes whether you?re at work or at home & acts accordingly
  • And many more..

Using Geode in websites is very easy:

navigator.geolocation.getCurrentPosition(function(pos) {
alert( pos.latitude + ", " + pos.longitude );
})

Pownce & Yahoo! Fire Eagle already implemented this feature.

Posted In: Featured, Tools |

Tags: , ,

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

CommentLuv Enabled

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar....