active questions tagged google-gears - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T21:30:42Z http://stackoverflow.com/feeds/tag/google-gears http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1936164/google-gears-geolocation-in-java-c 1 Google Gears Geolocation in Java/C Michael Boyd 2009-12-20T15:46:54Z 2009-12-20T16:56:02Z <p>Hi (first question)</p> <p>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 (<a href="http://code.google.com/apis/gears/api%5Fgeolocation.html" rel="nofollow">http://code.google.com/apis/gears/api%5Fgeolocation.html</a>). MaxMind have an API but it only uses IP addresses and seems very inaccurate (I want the exact address whenever possible).</p> <p>There are plenty of samples in JavaScript but that requires the Gears software to be installed. I think I need:</p> <ul> <li>IP address (easy)</li> <li>Wireless/cell network information</li> <li>Then create a JSON request like in: code.google.com/apis/gears/geolocation_network_protocol.html</li> </ul> <p>The only difficulty I think is getting the wireless/cell network info. Can someone please provide some pointers? I looked at this -- nicomsoft.com/wifiman/ -- but $600 is quite high, plus I don't actually know any of the languages it is made for (C/C++, Delphi, VB, VB.NET, C#), although I'm willing to learn (I know Java).</p> <p>Thanks! (Sorry for not linkifying the links -- not allowed to because I'm a new member.)</p> http://stackoverflow.com/questions/176955/offline-access-to-moinmoin-wiki-using-google-gears 2 Offline access to MoinMoin wiki using Google Gears CaptSolo 2008-10-07T01:53:38Z 2009-12-19T12:42:53Z <p>How to add offline access functionality to <a href="http://moinmo.in" rel="nofollow">MoinMoin wiki</a>?</p> <p>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 do not modify the content, are secondary. An added bonus would be if this solution allowed to update wiki content while offline and push it back to the wiki when online.</p> <p>Google Gears looks like a good candidate for trying to solve this, but other solutions are also welcome.</p> <p>An interesting property of MoinMoin is that it keeps content in regular files instead of the database. This can make it easier to port wiki content from one location to another, but I don't know if that can play any role in answering this question.</p> <p>Note: if you see a good reply please rate it up. i'd love to do that, but the site does not let me do ratings yet.</p> http://stackoverflow.com/questions/1885751/does-google-gears-allow-metadata-access 0 Does Google Gears Allow Metadata Access nick.ueda 2009-12-11T04:17:18Z 2009-12-11T04:24:23Z <p>Loving Gears, but does anyone here know how to access Google Gears metadata? Like system tables or tables that will show me a list of the tables within the database?</p> <p>Thanks!</p> http://stackoverflow.com/questions/699492/using-google-gears-with-rails 1 Using Google Gears with Rails salt.racer 2009-03-30T23:44:50Z 2009-12-02T21:36:44Z <p>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 <a href="http://gearsonrails.googlecode.com" rel="nofollow">gearsonrails</a> project, but it has some really strange constructs and doesn't appear to be under significant, active development.</p> <p>Are there other options? Has anyone added gears to their existing rails app successfully? Is this super-painful?</p> http://stackoverflow.com/questions/1832780/session-data-storage 1 Session data storage fudgey 2009-12-02T13:06:04Z 2009-12-02T16:50:39Z <p>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:</p> <ol> <li>Cookies - Not enough capacity to store what I need atm.</li> <li>URL hash - Same as above</li> <li>Frames - Not a method I would use atm.</li> <li>HTML 5 document.localStorage and document.sessionStorage - Not fully supported yet</li> <li><a href="http://gears.google.com/" rel="nofollow">Google Gears</a> - The users of the site will most likely not have this installed</li> <li><a href="http://developer.yahoo.com/yui/storage/" rel="nofollow">YUI Storage</a> - This sounds promising... does anyone have experience using it?</li> <li><a href="http://eric.garside.name/demo.html?p=jstore" rel="nofollow">jStore</a> - This also sounds promising, but when I tried using the demo and reloaded the page, it lost my input. Does anyone have experience with this plugin?</li> </ol> <p>Note: I am not an admin of the site in question, so I don't have database privileges, but I am able to add scripting.</p> <p><hr></p> <p>Edit: I found this interesting site that saves <a href="http://www.thomasfrank.se/sessionvars.html" rel="nofollow">session variables</a> in the window.name... it probably has some security issues as well</p> http://stackoverflow.com/questions/1535619/google-geolocation-api-library 0 Google Geolocation API library Igor Zevaka 2009-10-08T04:27:12Z 2009-11-19T13:44:43Z <p>Hey all,</p> <p>Is there a library out there that will get you your approximate location using the google service (<a href="https://www.google.com/loc/json" rel="nofollow">https://www.google.com/loc/json</a>)?</p> <p>Google Gears has support for it as described here <a href="http://code.google.com/p/gears/wiki/GeolocationAPI" rel="nofollow">http://code.google.com/p/gears/wiki/GeolocationAPI</a> There is also good doco on the web service request/response schema.</p> <p>Firefox and iPhone Safari use the service as well and they have their own implementations. I would like to use the service in my own C# application so I would like a library that I can use (either one of C/C++/C#). Currently the only way my colleague got it working is using a gears plugin for IE and hosting the embedded IE window in our WPF app. This is a bit cumbersome and poorly re-distributable. </p> <p>Any ideas?</p> <p><strong>Edit</strong> This is a comment from the above page:</p> <blockquote> <p>Comment by steveblock@google.com, Dec 02, 2008</p> <p>Thanks for all the comments. A few responses ...</p> <p>Answers to many of the questions about use of the API can be found in the Geolocation >API documentation at <a href="http://code.google.com/apis/gears/api%5Fgeolocation.html" rel="nofollow">http://code.google.com/apis/gears/api%5Fgeolocation.html</a>. This Wiki page is intended to document work in progress for those developing Gears, not to serve as definitive documentation of the API.</p> <p>Regarding the JSON protocol, I've updated this document to reflect the current behaviour in Gears. Note that official documentation of the protocol will soon be added to the Geolocation API documentation.</p> <p>The Gears Terms of Service prohibits direct use of the Google location server (<a href="http://www.google.com/loc/json" rel="nofollow">http://www.google.com/loc/json</a>) via HTTP requests. This service may only be accessed through the Geolocation API.</p> </blockquote> <p>This kinda sucks. So how does Firefox gets away using this service directly via a HTTP request.</p> http://stackoverflow.com/questions/1719910/how-to-store-blob-data-in-sqlite-database-from-javascript-with-google-gear 1 how to store blob data in sqlite database from javascript with google gear ? Bihag Raval 2009-11-12T04:37:11Z 2009-11-12T04:41:34Z <p>Hi,</p> <p>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, javascript and SQLite.</p> <p>is it possible to do ...</p> <p>Any Help Appreciated ...</p> http://stackoverflow.com/questions/1668304/how-does-google-calculate-my-location-on-a-desktop 3 How does Google calculate my location on a desktop? Shadi Almosri 2009-11-03T16:07:23Z 2009-11-11T21:13:16Z <p>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 browser with google gears (easiest to use is Google Chrome) then you will have a blue circle above the zoom function in Google Maps, when clicked (without being logged into my Google Account) using standard Wi Fi to my own personal router and a normal internet connection to my ISP, it somehow manages to pinpoint my exact location with a 100% accuracy (at this moment in time).</p> <p>How does it do it? they breifly mention it <a href="http://google-latlong.blogspot.com/2009/07/blue-circle-comes-to-your-desktop.html" rel="nofollow">here</a> but it doesn't quite explain it, it says that my browser knows where i am...</p> <p>...i am baffled, how?</p> <p>I am intrigued because I would love to integrate it in the future of my programming projects, just like some background understanding and it doesn't seem too well documented at the moment.</p> http://stackoverflow.com/questions/1711208/calling-java-methods-in-a-gwt-module-via-javacript-of-a-google-gears-worker-in-a 0 Calling Java methods in a GWT module via Javacript of a Google Gears worker in a workerpool Peter 2009-11-10T21:10:15Z 2009-11-10T21:10:15Z <p>I would like to know if it would be possible to call Java method of a GWT module within a worker in a Google Gears workerpool. For example given the class and method of a GWT module.</p> <pre><code>package com.mycomp; public class MyClass implements EntryPoint, WorkerPoolMessageHandler { public void mymethod() { ... }} </code></pre> <p>I have tried defining the following JSNI method</p> <pre><code>private native String javamethod() /*-{ var workerCode = 'google.gears.workerPool.onmessage = function(a,b,message) { google.gears.workerPool.sendMessage(update(),message.sender); };'; function update() { this.@com.mycomp.MyClass::mymethod(); return "Done"; }; workerCode += String(update); return workerCode; }-*/; </code></pre> <p>and use the following code to define a worker to invoke mymethod().</p> <pre><code>WorkerPool wp = Factory.getInstance().createWorkerPool(); wp.setMessageHandler(this); int workerId = wp.createWorker(javamethod()); wp.sendMessage("update", workerid); </code></pre> <p>But this seems to be not possible. It would be great if someone could let me know if there is another way.</p> <p>Thanks for the help.</p> http://stackoverflow.com/questions/1663741/is-there-a-good-jquery-drag-and-drop-file-upload-plugin 6 Is there a good jQuery Drag-and-drop file upload plugin? Peter Boughton 2009-11-02T21:12:27Z 2009-11-09T20:07:40Z <p>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:</p> <pre><code>$j('#MyForm').enableDragDropUploads('.upload-area') </code></pre> <p>With the upload target being the action of the form.</p> <p>Any solution must not prevent a regular file field from being usable (using traditional browse method).</p> <p>I only need one file at a time, though of course having the option for multiple isn't a bad thing.</p> <p>I've found a couple of drag-drop upload examples:<br /> <a href="http://www.appelsiini.net/2009/10/drag-and-drop-file-upload-with-google-gears" rel="nofollow">http://www.appelsiini.net/2009/10/drag-and-drop-file-upload-with-google-gears</a> <a href="http://www.appelsiini.net/2009/10/html5-drag-and-drop-multiple-file-upload" rel="nofollow">http://www.appelsiini.net/2009/10/html5-drag-and-drop-multiple-file-upload</a></p> <p>But the code there isn't setup as a plugin. It's probably not too difficult to change it, but also no point doing so if someone else has already done that work and is simply evading my Google searches.</p> <p>I'm ideally looking for a pure HTML5/jQuery solution.<br /> A Google Gears one is acceptable, but a Flash solution is not.</p> http://stackoverflow.com/questions/1701247/how-to-create-database-in-the-specific-folder-with-google-gear 0 how to create database in the specific folder with google gear ? Bihag Raval 2009-11-09T14:22:30Z 2009-11-09T14:25:13Z <p>Hi, </p> <p>When we are using any gear enable site, and we go offline the gear automatically creating folder with /dbName#database ... </p> <p>assume 2 diff. website is there www.abc.com and www.xyz.com.</p> <p>when I go online in www.abc.com it should create folder like /abcxyz/dbName#database, And same for www.xyz.com it should also create folder like /abcxyz/dbName#database. So what I mean is both the website should use same SQLite Database.</p> <p>If this is possible please send me some example code how to achieve this with gear code.</p> <p>Any help will be appreciated ...</p> http://stackoverflow.com/questions/1699217/getting-null-for-google-gears-object-when-working-offline 0 getting null for google.gears object when working offline ... Bihag Raval 2009-11-09T05:18:58Z 2009-11-09T08:06:37Z <p>Hi,</p> <p>I am new to gear, We are using gear in our web application were flow is ...</p> <p>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 are not getting google.gears Object ...</p> <pre><code>function init() { var success = false; if (window.google &amp;&amp; google.gears) { try { db = google.gears.factory.create('beta.database'); if (db) { db.open('local'); db.execute('create table if not exists user (name varchar (100), user_req_desc varchar(100), status varchar(100), timestamp int)'); } catch (ex) { setError('Could not create database: ' + ex.message); } } if (!window.google || !google.gears) { if(confirm("Gears is not installed. Do you want to install Gears now ?")) { location.href = "http://gears.google.com/?action=install"; } } </code></pre> <ol> <li><p>google.gears object is coming null</p></li> <li><p>gear is already installed in my system.</p></li> <li><p>The above code is working in goole chrome, mean it's finding the google.gear object in chrome.</p></li> </ol> <p>Any Help Appreciated ...</p> http://stackoverflow.com/questions/657555/google-is-undefined 0 "google is undefined" Hurz 2009-03-18T09:34:34Z 2009-11-08T21:01:07Z <p>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 have an idea for a workaround?</p> http://stackoverflow.com/questions/1064507/google-gears-upload-strange-error 0 Google Gears upload: strange error Fabian 2009-06-30T15:53:38Z 2009-11-04T14:03:47Z <p>Hi guys,</p> <p>I've got this very strange error and I don't know how to deal with it. My setup is a page in which I can select one image file, (gears beta.desktop) and then it should upload. But it doesn't upload, and gives a very strange error which I can't get away. below is my code:</p> <pre><code>var filesToUpload = null; function progressEvent(event) { var bar = $("#progressBar"); var percentage = Math.round((event.loaded / event.total) * 100); bar.width(percentage + '%'); } function uploadState() { if(request.readyState == 4) { if(request.status != 200) { alert('ERROR'); } else { alert('DONE'); } } } function handleFiles(files) { if(files.length) { $('#loader').slideDown(500); var curFile = files[0]; request.open('POST', 'upload.php'); request.setRequestHeader("Content-Disposition", "attachment; filename=\"" + curFile.name + "\""); request.onreadystatechange = uploadState; request.upload.onprogress = progressEvent; request.send(curFile.blob); } } init = function() { if(!window.google || !google.gears) { $('body').css('background', 'white'); $('#gearsOn').hide(); $('#gearsOff').show(); return; } // verberg 'geen gears' bericht $('#gearsOff').hide(); // init upload zooi (gears) desktop = google.gears.factory.create('beta.desktop'); request = google.gears.factory.create('beta.httprequest'); // on click funct $('#titel').click(function() { var newtitle = prompt("Voer een titel in voor het album."); if(newtitle != '' &amp;&amp; newtitle != null) { $(this).text(newtitle); } }); $('.addPictures').click(function() { filesToUpload = null; var options = { singleFile: true, filter: [ 'image/jpeg', 'image/png'] }; desktop.openFiles(handleFiles, options); }); }; $(document).ready(init); </code></pre> <p>It gives the following error:</p> <pre><code>[Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsILoadGroup.groupObserver]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: file:///Users/Fabian/Library/Application%20Support/Firefox/Profiles/oo132cjy.default/extensions/%7Be3f6c2cc-d8db-498c-af6c-499fb211db97%7D/components/componentCollectorService.js :: anonymous :: line 1155" data: no] [Break on this error] obj = getIface(request.loadGroup.groupObserver); </code></pre> <p>The thing is visible at this location: <a href="http://klanten.dotbrilliance.nl/Dynamics%20Photo/manager.html" rel="nofollow">Dynamics Photo</a></p> <p>Thanks in advance!!</p> http://stackoverflow.com/questions/1604518/can-i-access-gears-from-a-chrome-extension 3 Can I access Gears from a Chrome extension? Traveling Tech Guy 2009-10-22T01:11:28Z 2009-10-28T02:17:14Z <p>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.<br>But I couldn't find any documentation that will tell me if it's possible. The only relevant sentence <a href="http://code.google.com/intl/en/apis/gears/api%5Fdatabase.html" rel="nofollow">I could find</a> was </p> <blockquote> <p>Data is stored using the same-origin security policy, meaning that a web application cannot access data outside of its domain</p> </blockquote> <p>Is that evenrelevant to an extension, that runs locally? Is there anything else that may prevent me from using the Database object? Thanks for your time.</p> http://stackoverflow.com/questions/1587618/webkit-framework-and-google-gears-drag-and-drop-support 0 Webkit.framework and Google Gears drag and drop support Holtwick 2009-10-19T08:58:50Z 2009-10-19T08:58:50Z <p>I would like to support drag and drop from Google Gears in my MacOS application (Google Wave client Waveboard - <a href="http://www.getwaveboard.com" rel="nofollow">http://www.getwaveboard.com</a>). Although the Gears plugin seems to work in my WebView it does not respond to drag and drop actions like it should. In Safari and Fluid this works fine.</p> <p>Question: Does someone know if I need to set some special properties or delegates to get Gears responding? Maybe a special type of NSWindow? I also don't get requesters and setting menu entry as Safari has. Maybe this is a related problem? </p> http://stackoverflow.com/questions/1162740/detect-geode-fire-eagle-or-google-gear-installed-on-browser 0 detect geode, fire eagle, or google gear installed on browser cometta 2009-07-22T02:18:14Z 2009-10-08T03:06:35Z <p>is there any demo on how to detect geode ,fire eagle, google gear installed on user browsers and get user location?</p> http://stackoverflow.com/questions/1460737/client-side-persistence-storage 2 Client Side Persistence (Storage) Stella Peristeraki 2009-09-22T15:21:28Z 2009-10-06T22:20:12Z <p>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.</p> <p>What alternatives do I have for that. I've heard about Gears but I don't have any practical experience.</p> <p>Can I also store binary information besides strings, e.g. an image? </p> http://stackoverflow.com/questions/752556/flex-air-or-google-gears-or-other 0 Flex/air or google gears or other... lapinferoce 2009-04-15T16:28:48Z 2009-10-06T08:00:02Z <p>Hello,</p> <p>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. <br> The desktop application needs to meet the following requirement :</p> <ul> <li>easy to install</li> <li>easy to launch</li> <li>allow off-line data view</li> <li>allow synchronization with php app.</li> </ul> <p>which solution is better Flex/air or google gears or other ?</p> <p>thx.</p> http://stackoverflow.com/questions/361599/will-web-applications-replace-desktop-applications 7 Will web applications replace desktop applications? Gonçalo Veiga 2008-12-12T01:03:20Z 2009-09-25T16:40:50Z <p>Will everything go to the cloud? If so, in which direction? Google-Gears? Flash,AIR,JavaFX?</p> <p><hr /></p> <h3>See also: <a href="http://stackoverflow.com/questions/655365/does-desktop-development-matter">Does desktop development matter?</a></h3> http://stackoverflow.com/questions/745217/http-get-post-request-and-google-geolocation-api 0 http get/post request and google geolocation api donalg d 2009-04-13T20:16:51Z 2009-09-23T02:00:03Z <p>I'm using the web application at <a href="http://m.rummble.com" rel="nofollow">http://m.rummble.com</a> 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 understand how this works, I opened up wireshark and what I notice is that a POST request is sent to www.google.com/loc/json. Then the google server responds with 200 OK and location data in JSON format. I understand this part. The next step is what I don't understand. Apparently after the rummble application receives the location data (lat, long, address, etc.) it sends this information using a GET request to some api on another server that acquires the various establishments in a given mile radius. All I did was click, find my location using gears. I would reasonably expect the application to just return my location but it's returning more than that without clicking any other buttons in the application. Can someone explain how this happens? Is there a script that makes this happen? I hope I explained my situation better.<br /> </p> http://stackoverflow.com/questions/1460911/stroring-binary-files-in-google-gears-db 0 Stroring binary files in Google Gears DB? Stella Peristeraki 2009-09-22T15:47:45Z 2009-09-22T17:01:12Z <p>Can I store binary files in the Google Gears DB? </p> <p>For example an image file from the users hard drive.</p> http://stackoverflow.com/questions/1458777/google-gears-geolocation-simulator 0 Google Gears Geolocation Simulator Tim Almond 2009-09-22T08:24:24Z 2009-09-22T08:24:24Z <p>I'm trying to do something with Google Gears to get my GPS location and display some directions on a map, and I can make my changes, upload and then test on my Android phone, but it would be much easier if I could install Gears and then have some way to "simulate" a location on my desktop.</p> <p>Has anyone done a Firefox Extension to override the location?</p> http://stackoverflow.com/questions/1416111/iphone-app-vs-offline-web-app-which-way-is-the-smartest 0 Iphone App vs. Offline Web App. Which way is the smartest? Jesper Rønn-Jensen 2009-09-12T20:52:30Z 2009-09-13T05:07:31Z <p>I think about starting from scratch building a small application fullfilling two technical requirements:</p> <ul> <li>should be usable on iPhone</li> <li>should work offline</li> </ul> <p>There are two obvious alternatives here to choose between</p> <ul> <li>A real iPhone application with offline capabilities</li> <li>A web app using HTML5 offline, Google Gears or similar</li> </ul> <p>Having no iPhone app development experience (I don't own an iPhone), i wonder which way would be the easiest to go? </p> <p>What are the learning curves for building offline HTML vs building an iPhone app?</p> http://stackoverflow.com/questions/1415079/performing-set-of-db-transaction-using-google-gears 0 Performing set of db-transaction using google-gears Madhu 2009-09-12T13:11:02Z 2009-09-12T13:55:32Z <p>While i am trying to sync data from server to client, it took 1 second to fetch 100 rows from server but taking 10 to 20 seconds while inserting to sqlLite. The below code is not fast enough.</p> <p>var db = google.gears.factory.create('beta.database'); db.open('my_database');</p> <pre><code>db.execute('BEGIN'); try { // do lots of db.executes() here db.execute('COMMIT'); } catch(exp) { db.execute('ROLLBACK'); } finally { db.close(); } </code></pre> <p>Is there any other pattern available to perform transaction based insertion in google-gears?</p> http://stackoverflow.com/questions/1362006/upload-files-using-google-gears-and-asp-net-or-php 0 Upload files using Google Gears and ASP.NET or PHP Sam 2009-09-01T11:40:23Z 2009-09-07T11:14:50Z <p>Trying to upload files using Google Gears and ASP.NET... I assume you can as the <a href="http://code.google.com/apis/gears/api%5Fhttprequest.html" rel="nofollow">HttpRequest API</a> accepts blobs.</p> <p>I have FileUpload control in the page.</p> <pre><code>&lt;asp:FileUpload runat="server" ID="File1" /&gt; </code></pre> <p>Then the JavaScript</p> <pre><code>var file1 = document.getElementById("&lt;%# File1.ClientID %&gt;"); var desktop = google.gears.factory.create('beta.desktop'); file1.onclick = function() { desktop.openFiles(openFilesCallback, { singleFile: true, filter: ["image/jpeg"] } ); return false; } function openFilesCallback(files) { if(files.length == 0) { alert("No files selected"); } else { // 1MB = 1024 * 1024 bytes if(files[0].blob.length &gt; (1024 * 1024)) { alert("File '" + files[0].name + "' is too big to upload"); } else { uploadFile(files[0]); } } } function uploadFile(file) { var up = google.gears.factory.create("beta.httprequest"); up.open("POST", "upload.ashx"); up.send(file.blob); } </code></pre> <p>However, I am not sure how to handle it in the handler.</p> <pre><code>public void ProcessRequest (HttpContext ctx) { ctx.Response.ContentType = "text/plain"; ctx.Response.Write("Hello World"); ctx.Response.Write(ctx.Request.Files.Count.ToString()); ctx.Response.Write(ctx.Request.Form.Count.ToString()); } </code></pre> <p>If I set a breakpoint on either of the last two statements, both <code>Files.Count</code> and <code>Form.Count</code> return 0. When I don't I get an exception in Firebug: <code>Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED)</code></p> <p>If I can't use POST to upload via Gears, can it be done using PUT?</p> <p><strong>Edit:</strong> PHP Code will be fine as well (since I want to do it in both languages)</p> http://stackoverflow.com/questions/1106667/how-can-a-web-application-synch-a-folder-of-text-files-on-the-clients-pc 1 How can a web application synch a folder of text files on the client's PC? MikeN 2009-07-09T22:01:25Z 2009-09-03T16:09:53Z <p>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 user's internet connection is lost he can use those data files to get some critical info (possibly using html/javascript code stored in with those files that would run in offline mode on those data files.)</p> <p>I know that google gears has a lot of interesting tools for working with offline state, but I'd prefer an even simpler application in html/javascript that wouldn't be as reliant on google gears. I'd rather use google gears to just create those files and slowly keep them in synch with the web application's version of data throughout the day.</p> <p>Update on answers: PersistJS is a good suggestion I will look into, but I was hoping people would direct me towards really good Google Gears tutorials resources.</p> http://stackoverflow.com/questions/1249365/difference-when-using-lastinsertrow-in-javascript-function-vs-in-db-query-to 0 Difference when using last_insert_row() in Javascript function vs. in DB Query Tool? Roman 2009-08-08T17:06:02Z 2009-08-22T14:26:45Z <p>I have created a table in Google Gears (Sqlite):</p> <pre><code>db.execute('create table if not exists SPALINKS (link_id int PRIMARY KEY, sid1 int, sid2 int, label text, user text, Timestamp int'); </code></pre> <p>When using the Google Gears Database Query Tool (in FF), INSERT with 'last-insert-rowid' work fine. Inserts from Javascript work fine, as long a I don't use 'last-insert-rowid'. But when using 'last-insert-rowid' it doesn't work anymore:</p> <pre><code> var sql_stmt = 'INSERT INTO SPALINKS (link_id, sid1, sid2, label, user, Timestamp) VALUES (last_insert_rowid(),?,?,?,?,?)'; var arg_array = [sid1, sid2, label, user, creation_time]; db.execute(sql_stmt, arg_array); Error: Database operation failed. ERROR: constraint failed DETAILS: constraint failed </code></pre> <p>Why does SQLite's 'last-insert-rowid' work fine with the DB Tool, but not in a SQL statement that is created and executed from inside a Javascript function?</p> http://stackoverflow.com/questions/1067980/how-does-a-script-fallback-gracefully-when-google-gears-access-is-denied-by-user 0 How does a script fallback gracefully when Google Gears access is denied by user? Igor Zinov'yev 2009-07-01T08:33:43Z 2009-08-17T22:32:31Z <p>This is a two part question, if I may.</p> <p>First, I need to find a way to make my script to fallback gracefully when a user denies access to Google Gears. This is the way I do it now:</p> <pre><code> try { var workerPool = google.gears.factory.create('beta.workerpool'); } catch (e) { this.gears_forbidden = true; return; // User has denied access } </code></pre> <p>But maybe there is a better way?</p> <p>And the second part - After denying my development page access to Google Gears once, it stopped asking for permission. Although this is understandable, maybe there is a way to reset my preferences and make this dialogue appear again?</p> http://stackoverflow.com/questions/1282116/why-google-gears-only-support-xp-vista 0 why google gears only support XP/Vista? [closed] Niger 2009-08-15T15:18:18Z 2009-08-15T15:30:28Z <p>I want to implement Google Gears in the application which i am developing. I am using windows 2k for past 5years without any problems. Now for implementing google gears i need to update to XP/Vista.</p> <p>My Question is why it needs XP/Vista? Why can't we install it in 2k?</p>