Questions tagged [google-gears]

Gears, formerly Google Gears, was software offered by Google that "enables more powerful web applications, by adding new features to the web browser. It allows some online files to be used offline". Released under the BSD license, Gears is free and open source software.

Gears, formerly Google Gears, was software offered by Google that "enables more powerful web applications, by adding new features to the web browser. It allows some online files to be used offline". Released under the BSD license, Gears is free and open source software.

In late November 2009, numerous online news sources reported that Google was going to migrate to Web Storage rather than use Gears in the future. A Google spokesman later clarified that Google would, however, continue to support Gears so as not to break sites using it. On 22 November 2011, Google announced that on 1 December 2011, Gears support would be removed from Gmail and Google Calendar. Gears was removed from Google Chrome stable on June 7, 2011.

Reference: http://en.wikipedia.org/wiki/Google_gears

86 questions
1
vote
2 answers

W3C, Google Gears and Loki Geolocation based on what?

I understand that these are client-side apps, but all three must be based on some component of the computer itself. Which component is this, and how can I utilize it programmatically for a C# app (NOT FOR WEB)?
Theofanis Pantelides
  • 4,724
  • 7
  • 29
  • 49
1
vote
1 answer

For file upload which is better Google gears HTML 5?

which one is better.
Ravi Vanapalli
  • 9,805
  • 3
  • 33
  • 43
1
vote
1 answer

File uploads with Gears & PHP

We provide the ability to submit images to a user's gallery. While the normal method we have employed works just fine, some people will upload multiple files, which can take a long time, and is annoying in the selection process (one at a time). I…
Spot
  • 7,962
  • 9
  • 46
  • 55
1
vote
1 answer

Local web storing of files using HTML5

I was fascinated by Google Gears and its potential use in online game development, particularly massive online game development. One could take the game resources and store them locally using ResourceStore, thus reducing game load time, server…
Ivan Vučica
  • 9,529
  • 9
  • 60
  • 111
1
vote
1 answer

converting an asynchronous api to synchronous one. (I have a good reason I promise)

So we have an existing, fairly large, application that is using a synchronous javascript API. In this case Google Gears SQL. We are trying to demo for our clients that it is possible to get the app to work on platforms that don't support gears (in…
olleicua
  • 2,039
  • 2
  • 21
  • 33
1
vote
1 answer

how to store blob data in sqlite database from javascript with google gear?

We have a very special requirement to store blob data in SQLite database, where We have to store documents. We have static html page which is in user disk, so we want user to upload document without connecting to internet with help of google gear,…
Garudadwajan
  • 689
  • 4
  • 11
  • 24
1
vote
2 answers

Difference when using last_insert_row() in Javascript function vs. in DB Query Tool?

I have created a table in Google Gears (Sqlite): db.execute('create table if not exists SPALINKS (link_id int PRIMARY KEY, sid1 int, sid2 int, label text, user text, Timestamp int'); When using the Google Gears Database Query Tool (in FF), INSERT…
Roman
  • 309
  • 1
  • 9
1
vote
6 answers

How can a web application synch a folder of text files on the client's PC?

I want to be able to synchronize several text files on a user's PC in real time from my web application. Basically I want a few data files on the local PC to mirror the state of a user's data in my web application so if the web application or the…
MikeN
  • 45,039
  • 49
  • 151
  • 227
1
vote
2 answers

Reading Google Gears blobs with JavaScript

Does anybody know how to read google gears blob objects within the browser? I'm using gwt on top of gears, but I'm looking for any kind of solutions. The application needs to work fully offline so I can't post the files and process them server side.…
DianeH
  • 247
  • 1
  • 3
  • 12
0
votes
4 answers

Remove a generated panel in GWT after a button is clicked

I am attempting to create a Google Web Toolkit (GWT) application that also uses Google Gears, but every time I try to remove the panel, I get an exception and the panel stays there. Here is an excerpt from the exception I get (I've only included the…
Miquella
  • 1,074
  • 2
  • 13
  • 25
0
votes
2 answers

Flex/air or google gears or other

I'm starting a new project divided into two parts: a php application and a desktop application that will use information from the php application. The desktop application needs to meet the following requirement : easy to install easy to…
0
votes
2 answers

"google is undefined"

I'm using Gears which works well in FF3 and Safari; IE6/7 both report a "google is undefined" error on page load, appearing in gears_init.js. A quick web search showed that Javascripts by Google are actually causing problems in IE7. Does anybody…
Hurz
0
votes
1 answer

How can i center this Google map on user local position?

I try to manage some changes at the code of Joomla Module file that show a google map to get it working center automatically on user location: i found on the google documentation this script write in Google maps api V3 for geocode that works great…
0
votes
1 answer

Print out coordinates from a geocoding script

I want to print out the coordinates calculated by a geocoding javascript ( maded with Google api V3 ), how can i do that?? and then, how can i pass this values to two variables ($Lat and $Long) that are in a php file that generate a google map maded…
0
votes
1 answer

Any similar stuff like Google Gear for iOS?

Google Gears provided support for offline browsing. This technology is no supported by Google. I'd like to know: Why was this technology dropped? Does it have anything to do with the adoption of HTML 5? Are there any equivalent technologies for…
Forrest
  • 122,703
  • 20
  • 73
  • 107