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
2
votes
2 answers

Google gears a good solution for online/offline wiki?

we need an online offline wiki type app that is basically a number of pages with documentation in, but that also would need to link to a number of files .. words docs/ pdfs/ ppts etc that are on a synched mapped drive on the users laptop.. could…
nat
  • 2,185
  • 5
  • 32
  • 64
2
votes
1 answer

Offline websites using Google Gears or HTML5

I have been reading about creating offline websites using Gears and using HTML 5. Im curious as to advantages and disadvantages of the two in regards to an ASP.Net MVC2 applcation with a SQL Database Backend. It seems to me that since Gears…
John Hartsock
  • 85,422
  • 23
  • 131
  • 146
2
votes
1 answer

Google Gears - Database - VACUUM

With this code: var db = google.gears.factory.create('beta.database'); db.open('cominar'); db.execute('CREATE TABLE IF NOT EXISTS Ajax (AJAX_ID INTEGER PRIMARY KEY AUTOINCREMENT , MODULE TEXT, FUNCTION TEXT, CONTENT_JSON…
Sirber
  • 3,358
  • 5
  • 25
  • 32
2
votes
2 answers

Offline mode in ASP.NET Web Application

I want to build a web application (SaaS) that can work both in Online and Offline modes. The user needs limited features in case he is offline and full feature access when he becomes online again. I thought of the following options: Make the user…
A9S6
  • 6,575
  • 10
  • 50
  • 82
2
votes
3 answers

Javascript Session Data Storage

Does anyone know of a reliable way to store data to use across pages of a site?... Here is what I've found so far: Cookies - Not enough capacity to store what I need atm. URL hash - Same as above Frames - Not a method I would use atm. HTML 5…
Mottie
  • 84,355
  • 30
  • 126
  • 241
2
votes
3 answers

Iphone App vs. Offline Web App. Which way is the smartest?

I think about starting from scratch building a small application fullfilling two technical requirements: should be usable on iPhone should work offline There are two obvious alternatives here to choose between A real iPhone application with…
Jesper Rønn-Jensen
  • 106,591
  • 44
  • 118
  • 155
2
votes
1 answer

Gears complaints about JRE 1.5 in GWT project

I just tried to use Gears in my GWT application and got following error: Jul 12, 2009 6:26:29 AM com.google.apphosting.utils.jetty.JettyLogger info INFO: jetty-6.1.x Jul 12, 2009 6:26:29 AM com.google.apphosting.utils.jetty.JettyLogger warn WARNING:…
Maksim
  • 16,635
  • 27
  • 94
  • 135
1
vote
1 answer

Issue with Google Gears and jQuery creating a managedStore

I'm trying to create a managedStore to cache all the js, img, swf and css from a web app I'm developing. Here is the code: $(document).ready(function() { var manifestName = 'cache_manifest.json'; var storeName = 'cache'; var…
L. Cosio
  • 227
  • 3
  • 9
1
vote
2 answers

http get/post request and google geolocation api

I'm using the web application at http://m.rummble.com website and when I click find my location using gears. The application returns my current location (approximate city location) with various establishments in a given mile radius. To further…
donalg d
1
vote
2 answers

Using Google Gears with Rails

I have been tasked with exploring the possibility of offline access of my webapp. What are people's experiences using google gears with rails? I am aware of the gearsonrails project, but it has some really strange constructs and doesn't appear to be…
salt.racer
  • 21,903
  • 14
  • 44
  • 51
1
vote
3 answers

Transparent google gears scenario validation

I want to use google gears, not for functionality but for optimization. I.e. if gears is detected in the browser side, then we will silently use it to do some optimizations and caching in the client side. If it isn't installed we silently work…
flybywire
  • 261,858
  • 191
  • 397
  • 503
1
vote
1 answer

Use Camera to capture Text. Android?

I want to do something like a Google Googles but use only the Camera to text feature in it. I want to use the camera to take picture of a text image, and convert it into text for use with in a edit text. Is this possible. How to do this? Any kind of…
Vinod
  • 31,933
  • 35
  • 96
  • 119
1
vote
1 answer

How do I escape data in Javascript for a client-side database like WebDB or Google Gears?

If I'm using a client-side database like Google Gears or a WebDB implementation, what's the best way to escape the data to prevent SQL injection? Wrap it in encodeURI()? Furthermore, do I even need to worry about it? There's a blurb here,…
Newtang
  • 6,414
  • 10
  • 49
  • 70
1
vote
1 answer

Mobile platform (android?) for developing apps (offline website)

Some years ago I dipped my foot in the water of developing WML websites and J2ME apps - and found it a rather unpleasant experience. Hearing stories about developers making $$$ in their free time, writing trivial apps for iphone and android, and…
symcbean
  • 47,736
  • 6
  • 59
  • 94
1
vote
2 answers

Best way to implement drag and drop upload Google Gears or HTML 5

What would you recommend for supporting drag and drop upload - that is being able to drag a file icon from the desktop onto some "zone" on a web page and have it uploaded to the server. THe options are Google Gears,HTML 5 or anything else you can…
Ankur
  • 50,282
  • 110
  • 242
  • 312