Tagged Questions

1
vote
2answers
22 views

Gears and Mysql sync

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. …
0
votes
1answer
26 views

getting null for google.gears object when working offline …

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 …
2
votes
3answers
91 views

How Can I Prevent Memory Leaks in IE Mobile?

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 become …
0
votes
2answers
80 views

how to include javascript files in Google Gears Worker (no DOM access)

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 Work …
0
votes
2answers
150 views

Encrypting JSON in Google Gears Workerpool

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 en …
1
vote
3answers
237 views

non flash multi file upload for php

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. wha …
1
vote
1answer
239 views

Issue with Google Gears and jQuery creating a managedStore

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 manifest …