Tagged Questions
The google-gears tag has no wiki summary.
56
votes
8answers
40k views
Is there a good jQuery Drag-and-drop file upload plugin?
Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this:
$j('#MyForm').enableDragDropUploads('.upload-area')
...
14
votes
3answers
575 views
Has anyone used Google Gears in an Enterprise scenario?
I want to create an application which will have a client and server components. The client may not be connected to the internet all the time, and hence will have to store data locally and then sync ...
11
votes
20answers
1k views
Will web applications replace desktop applications? [closed]
Will everything go to the cloud? If so, in which direction? Google-Gears? Flash,AIR,JavaFX?
See also: Does desktop development matter?
9
votes
9answers
6k views
How does Google calculate my location on a desktop?
Right this is confusing me quite a bit, i'm not sure if any of you have noticed or used the "my location" feature on google maps using your desktop (or none GPS/none mobile device). If you have a ...
9
votes
6answers
935 views
Is Google Gears Really a Long-term Solution?
I am thinking about using Gears in a project, but I have doubts about it.
Do you think that Gears will really be (or already were) accepted by the community as the state-of-art solution for what it ...
8
votes
3answers
396 views
JavaScript multithreading
I'm working on comparison for several different methods of implementing (real or fake) multithreading in JavaScript. As far as I know only webworkers and Google Gears WorkerPool can give you real ...
7
votes
5answers
3k views
Complete list of Google Gears enabled sites
Is there a complete list of Google Gears enabled sites? I'm aware of rememberthemilk.com, google docs and google calendar
5
votes
2answers
611 views
Handling file uploads with JavaScript and Google Gears, is there a better solution?
So - I've been using this method of file uploading for a bit, but it seems that Google Gears has poor support for the newer browsers that implement the HTML5 specs. I've heard the word deprecated ...
5
votes
3answers
5k views
Google Geolocation API library
Is there a library out there that will get you your approximate location using the google service (https://www.google.com/loc/json)?
Google Gears has support for it as described here ...
5
votes
5answers
3k views
Google Gears drag and drop upload
I recently watched the google wave video from google i/o where they said you can drag and drop files from windows explorer to the browser and upload them using gears. Can someone point me in the right ...
4
votes
2answers
5k views
How to run the Google Gears extension on Firefox 4?
I am running Firefox 4 beta for testing, and unfortunately Google hasn't updated their Gears extension for Firefox 4. At this point, it even seems that Google might not update Gears for Firefox 4. Do ...
4
votes
5answers
562 views
Client Side Persistence (Storage)
In my demos, I'd like to avoid using traditional DBs and store all the data on the client side, e.g. information submitted via a form.
What alternatives do I have for that. I've heard about Gears but ...
4
votes
4answers
2k views
offline data storage & access using jQuery
does anybody have any experience writing up a offline data storage & access app on jquery. my server side app would be an ASP.Net app. basically, i would be providing a trimmed down version of my ...
4
votes
5answers
3k views
Is there a way to get the users location without having the user install Google Gears?
I don't want to have the user install Google Gears so I can show him his guessed location. Is there a way to get the location without having to use Google Gears?
I have found ...
3
votes
4answers
365 views
Synchronizing one or more databases with a master database - Foreign keys
I'm using Google Gears to be able to use an application offline (I know Gears is deprecated). The problem I am facing is the synchronization with the database on the server.
The specific problem is ...
3
votes
4answers
1k views
google gears discontinued, html 5 in draft
we've trying to develop a mobile web app that will provide offline capabilities, not just reading but also creating content.
Gears supports three important aspects:
- local server so we can have ...
3
votes
1answer
231 views
Can I access Gears from a Chrome extension?
Developing extensions for Google Chrome 4.x. I'd like to keep a couple of parameters persistent, and thought about using Google Gears' Database object - since it's always installed with Chrome.But I ...
3
votes
1answer
945 views
HTML 5 Reference Implementations
I'm looking for a good article or description of what HTML 5 actually is or isn't. At Google I/O last year, I kept hearing that Google Gears can be thought of as a reference implementation of HTML 5. ...
3
votes
4answers
950 views
Google Gears - To what level is synchronization supported?
I have a few questions about data synchronization. The architecture
does not seem to be clear about this:
Does Google Gears provide from automatic synchronization of data
(from client to server and ...
3
votes
1answer
835 views
Is there a secure browser cache?
Note: this is a different problem to https - it's related to privacy security
I'm trying to figure out if there's a way to take load off our server [cache] by pushing information to the browser. Is ...
3
votes
5answers
1k views
Offline access to MoinMoin wiki using Google Gears
How to add offline access functionality to MoinMoin wiki?
As a minimum, I would love to have browsing access to all pages on a server-based wiki (while being offline). Search and other things, which ...
2
votes
1answer
18 views
offline/local browser application with database but without a server behind it
I want to make a 'application' that operates through a browser.
It should be offline / local on the users machine.
It needs a database to store and retrieve data.
And - because it should be really ...
2
votes
0answers
418 views
Alternative to Google Gears for offline web applications
Now that the effects of Google's abandonment of Gears are starting to make themselves felt - no support for Safari on Snow Leopard, no support for Firefox 4 or IE9 at all - I'm looking for something ...
2
votes
3answers
314 views
Client side local storage of data
I want to store some data client side. Cookies are my first inclination, but they get sent with every request, right? Is there a way to store data without it being transferred? I don't necessarily ...
2
votes
5answers
222 views
What makes Silverlight an engaging and compelling technology?
There seems to be increasing demand for Silverlight skills, but out of the many new technologies that Microsoft has punted, I've never felt as if it was the next big thing! Am I wrong? Should I be ...
2
votes
2answers
150 views
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 ...
2
votes
1answer
680 views
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 ...
2
votes
1answer
360 views
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, ...
2
votes
1answer
485 views
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 ...
2
votes
2answers
1k views
Dynamically set value of a file input
Is there a way to set the value of a file input (<input type="file" />) or is that all blocked for security? I'm trying to use google gears' openFiles to make a simple multi-uploader.
2
votes
4answers
1k views
Google Gears SQL Lite DB and C#
Under the covers, Google Gears uses SQL Lite as its data store. Has anyone successfully connected to the Google Gears SQL Lite DB with C#?
Thanks
1
vote
1answer
302 views
Accessing Local Files From Web Application
I am looking into if it is possible to have a web application access local files. The application would be akin to a word processor metaphor, making the opening/saving of local files very direct on ...
1
vote
1answer
1k views
HTML5 Geolocation for IE8 and Mobile Browsers
So I have been developing a web application, and I have implemented the HTML5 geolocation feature. I have implemented this using Javascript code taken from Google's website, that interacts with the ...
1
vote
1answer
199 views
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 ...
1
vote
2answers
164 views
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 ...
1
vote
0answers
209 views
Google gears Geolocation problems
Since today and yesterday I can't get Googles geolocation to work with my desktop firefox or IE browser or with my blackberry. This has been working for at least three months.
When I browse to their ...
1
vote
0answers
199 views
Google Gears Database performance
I made a javascript class that let me use gears or html5 (if available) storage to store an stringified json object. the code is ment to be use on Android 1.5 and 2.0. When I save many objects into ...
1
vote
1answer
268 views
1
vote
1answer
121 views
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 ...
1
vote
1answer
545 views
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 ...
1
vote
2answers
1k views
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 ...
1
vote
3answers
550 views
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
...
1
vote
1answer
749 views
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 ...
1
vote
3answers
3k views
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 ...
1
vote
6answers
336 views
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 ...
1
vote
2answers
762 views
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 ...
1
vote
1answer
491 views
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 = ...
1
vote
2answers
1k views
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 ...
1
vote
2answers
407 views
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 ...
1
vote
3answers
178 views
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 ...