Posts Tagged ‘API’

Will the New Bing Maps Apps Help Stir-Up Some Competition?

Tuesday, August 3rd, 2010

Bing Maps - API

Going head-to-head with Google Maps and Mapquest is tough, but Microsoft has made strides recently with Bing Maps by delivering a new API and some interesting Silverlight 4 features that stir up the wow factor. The Bing Maps API has led to the development of some interesting, and even useful, applications that are available directly on the Bing Maps website.

The latest application rolled out is the winner of the “King of Bing Maps” Competition – a Taxi Fare Calculator. This app enables users to pick a metropolitan region and type in two addresses. The app then calculates the shortest fare and gives and an estimated price based on the pick-up charge, the by-the-mile fee and the time fee. Additional examples of applications available include a Random Location Generator, a GeoSalesTax viewer, and a World of Football app that shows scores and crowd shots from stadiums around the globe. (more…)

Clearing the Air about Offline Applications

Wednesday, October 31st, 2007

Last week, Mozilla announced a project called Prism, a newly packaged version of its Webrunner technology from a couple of years ago. Prism lets users split web applications out of their browser and run them directly on their desktop.

What’s interesting about this announcement is how many industry blogs and media covered it as a solution for offline apps, comparing it to other recently announced solutions like AIR and Silverlight. With all this clouding of messaging, I wanted to take a moment to clarify a few points about offline applications.

Prism does not current support offline, rather it’s a vehicle to access an existing website or web application from the desktop while a user is online. Hopefully Mozilla will choose to release an API for it in the future, making it more of a powerful option. It could theoretically be paired with a technology like Google Gears to create the impression of an offline app.

On a similar note, many posts recently have also lumped Silverlight in the offline apps category, comparing it to AIR. This too is a misconception. Silverlight is more akin to Flash Player than to anything else. Today, with version 1.0 of Silverlight, it cannot run offline. Yes, you can use Javascript in a browser to mimic some offline functions, but it is still isolated from the operating system. Now, Microsoft does note that support for offline functionality will come with version 1.1, but a release date for this has not yet been set.

I hope this helps to clarify a few of the recent misconceptions out there.