October 22nd, 2008 by ketyung

Google Gears – the browser’s plugin which allows a web app to work offline and store data offline, has just been released with the new Geolocation API, allows location-enabled web sites to securely locate where a laptop user is, using WiFi.
Read the rest of this entry »
Posted in Google Gears, In The News, Software, Web Development | 1 Comment »
October 30th, 2007 by ketyung

WebKit has got some cool asynchronous API that follows one of the specs of the HTML 5 i.e. allows you to write JavaScript code to store data, using SQL statements that you’ve been familiar with, so data can be stored on the client’s computer. This should work more or less similar to one of the features that the Google Gears offer – the Local Database API. This would be useful for those applications that wanna store more information on the client sides, a much better way and easier to manipulate by using SQL statements instead of nasty cookies. More info and code after the jump!
Read the rest of this entry »
Posted in Google Gears, Software, Web Development | No Comments »
August 21st, 2007 by ketyung
I was once pretty hot about Google Gears, having plenty of ideas for developing applications that have ability to go offline using Google Gears. But due to busyness or any other kind of other excuses, what a shame that no much result that I have shown to you guys here.
Anyway, forget about my own exploration on Google Gears. Lets look at some solid applications that have adopted the power of Google Gears. TechCrunch has just reported that, one of the pretty hot contestants for online office application suites, Zoho, has incorporated Google Gears to allow its office suite to have the capability of going offline. Meaning that it allows you to access its apps and data even though your computer is not connected to the Internet.
Read the rest of this entry »
Posted in Blog/Web Related, Google Gears, Software | 2 Comments »
June 4th, 2007 by ketyung

I’ve been deeply fascinated with the great API, Google Gears, introduced by Google recently. I’ve taken the very first step, that was quickly to make use of the Local Database API to build my very first Google Gears app. This is mainly due to my background is more on database apps and Java, that’s why I chose the local DB API to start with. It’s really amazing that what Google has done, which allows JavaScript applications to make use of relational database engine to store data and SQL statements to manipulate data locally.
Read the rest of this entry »
Posted in Google Gears, Tips & Info, Web Development | 3 Comments »
May 31st, 2007 by ketyung
It’s pretty interesting at least to take note here that what Google is going to introduce to us. Google’s newly announced Google Gears, which is an open source browser plugin that enables developers to create offline web applications using JavaScript API. Meaning that the web application developed by you using Google Gears will be able to work offline as well as online across browsers.
Read the rest of this entry »
Posted in Google Gears, Tips & Info, Web Development | 2 Comments »