Hello!
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 localServer;
var localStore;
if (window.google && google.gears) {
localReque...
looking into multi file - drag and drop - upload scripts.
we were using swfupload until flash 10 destroyed it.
the other options we are investigating are java and google gears.
what would you recommend and do you know of libraries/examples/frameworks that support these options like the swfupload.
thanks,
Josh
...
how does one include other .js files in the .js of a Worker. Every "include" solution for Javascript that I've found does it by loading into a tag, which is not an option for Workers since they don't have access to the DOM.
I see from your 950087/include-javascript-file-inside-javascript-file that using Ajax and eval() will do it. I ca...
Hello, I need to encrypt JSON (stringified) data in a Google Gears Workerpool. So far, any implementation I tried either makes the Gears Workerpool bug out, or gives me unwanted encrypted strings.
For example: DES encryption (can't post URL due to account restrictions)
This works brilliantly for most applications, except after encrypti...
Hi All,
I've written an application for use offline (with Google Gears) on devices using IE Mobile. The devices are experiencing memory leaks at such a rate that the device becomes unusable over time.
The problem page fetches entries from the local Gears database and renders a table of each entry with a link in the last column of each ...
Is it possible to upload to Amazon Cloudfront using Javascript preferably with the use of (Google) Gears for uploading chunks?
I'm building a CMS for images and video data and want to integrate Cloudfront as a storage backend. To avoid first uploading to Google Appengine (which is where my system is hosted) and then from there upload th...
Hi,
I am new to gear, We are using gear in our web application were flow
is ...
When ever user assign with some task user will get message attached
with static html file, In that html we are showing work assign to user
in html form once user submit we are creating local database and
saving data to local database, But the problem is we ...
Hi,
I am making an offline website that needs to sync every night with a server. Our employees work outside and sometimes underground and need to access the site for its database. But once home they must send us their findings.
The first time they connect, I check with google gears if they have the sqlite database and if not I run a sc...
I'm currently migrating my image uploader from Gears to Firefox 3.6/HTMLv5. I used a Gears Worker in conjunction with Gears Canvas to scale down the selected photos before upload. By doing this, I kept the browser window responsive and avoided the "Do you want to stop this script"-warnings.
However, this doesn't seem to be feasible in H...
Hi (first question)
I'm trying to find the physical location of a computer using a language like Java/C. The only good accurate solution seems to be Google Gears (http://code.google.com/apis/gears/api%5Fgeolocation.html). MaxMind have an API but it only uses IP addresses and seems very inaccurate (I want the exact address whenever possi...
I just saw that the newer wordpress (newer meaning since the last time I used wordpress 5-6 years ago and today) is using Google Gears, this seems really cool but I am not 100% sure exactly how they use it? I am working on a social network site in PHP (facebook, myspace) can you think of anything on a site like that where gears could be...
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 started writing an alternate method using Gears for those that have it. Primarily the goal...
Is it windows.gears != undefined or something???
I just want to use javascript to return true or false if the person has google Gears.
...
Is there anyone here with enough familiarity with the Gears code-base
to give me an estimate of the effort required to bring Gears up to
date?
...
Hi there,
I am trying to use gwt-mobile-webkit, particularly its location api. It works well with iPhone (both device and simulator) and Firefox and on G1 with 1.6 Android, however, it does not work on G2 with Android 1.5 on it. In result I am getting onFailure callback with Permission Denied error.
So it seems, that there is some geol...
I am using a website/program that we had developed in JavaScript, and it utilizes Google Gears to maintain an offline site. This software is distributed to our clients, and there are roughly 300 users currently. I will sometimes get a rogue issue (maybe 3 times in the last year) where Google Gears prompts with "A gears update has been do...
Hi,
I am new to google gears concept. I want to find google gears database location dynamically using javascript. Please anybody tell me how to find location dynamically. Thanks in advance.
Regards,
Neeraja.
...