Subscribe to Developer OraclesNews FeedSubscribe to Developer OraclesComments — Translate page:        

What do you think about the Gears Geolocation API

September 4, 2008 by methode  
Filed under Gears 0.4

What you see on the top of the sidebar is not server side code. More than that, not even a bit of PHP has been used. In fact, even HTML is almost not present. It’s Gears and its GeoLocation API.

When you allow Devoracles to collect some data about you, more exactly your location on the Earth, Gears queries Google about your location. Again, not even a bit of server side code on Devoracles’s side.

This is the GeoLocation API of Gears. And What can be used for? Think about AdSense, for the matter of the example. It always knows where you are. OK, almost always.

Any thoughts on this API?

Devoracles.com is now Gears enabled!

September 4, 2008 by methode  
Filed under Bulk

Great day today! Well, for me it’s sure it is: I finally finished incorporating Gears in Devoracles’s back-end software.

It’s not so interesting for you, the end-user. Probably if there wouldn’t be a pop-up window asking for your permission to store files locally, you wouldn’t even know Devoracles.com is Gears enabled.

For me it’s very interesting because I finally managed to fully understand how to implement the localServer function of Gears 0.4. Currently I only try to minimize the load times by caching a huge amount of Javascript and images on the end-user’s side. Of course, this will be noticeable only for the returning visitors with Gears installed.
Then later, when I fully understand the whole stuff, I will try to use other functions too. I’m quite interested at the moment in the Gears’s GeoLocation functions… even though it’s beta, it could be very interesting.

Let me know if you notice some bug or mistake I made. Cheers
To learn more about Google’s Gears, we published recently an article about it which should enlighten you a bit, or if you a developer you can learn more at http://gears.google.com or http://gearsblog.blogspot.com/

The story of the mystical Gears

September 3, 2008 by methode  
Filed under Development

I was asked the other day to explain what is Google Gears (now only Gears) and why is it good anyway. So let’s see why Gears has been developed, what are its strenghts and in general what it is.

What is Google Gears

Gear is a software developed by Google and released under BSD license. It is open source and it seems Google hopes that it will be widely used by web developers. It was first released by some Google developers basically just because they got mad on how incredibly slow the modern web applications are, back in May 2007, and since then it arrived to its 0.4 version (which is included by default in Google Chrome by the way). It is supported by all the modern browsers, but the web applications also have to support it. This restricted a lot its use on non-Google websites.

What is Gears and what are its strenghts

Gears basically is a server, but on the end-user’s end. It can speed up the navigation of the complicated web-applications greatly by storing data on the user’s end and running client-side scripts asynchronously in the background and by serving some cached data from the local databases and caches, thus eliminating the data transfer between the application server and the end-user.

You can learn more about Gears on the official Gears Blog and on the official Gears Home