I think this is all what you need: http://code.google.com/apis/gears/tutorial.html
On Feb 12, 6:26 am, lanky <[email protected]> wrote: > I am trying to figure out how to get it so that as someone browses > through my photo gallery it will capture the image and page viewed so > that if the user revisits the page it wont go to the remote server but > instead pull it from the local server. > > Can you provide an example of the code that would be used to do this > without the user having to press a button? > > Also, my site has domain.tld/image.php?i=xx but with mod_rewrite it > actually looks like domain.tld/image/xx > > On Jan 27, 7:32 pm, sobolanul <[email protected]> wrote: > > > > > > > This depends entirely on your application. You can capture files in > > the background when user starts navigate on your site, without asking > > him to click anything, or you can have a button for user to click to > > start capture. However, in the moment when he lost the internet > > connection, all files must be already stored on the stores, else the > > offline mode will not work. > > > On Jan 26, 5:51 pm, TML <[email protected]> wrote: > > > > Hello, > > > > I have been through the LocalServer sample project. Does the user have > > > to click "Capture" button while they are still online or can this be > > > done when they go offline and the files are still in the browser? > > > > Thanks.
