Oren -- The answers to your questions: 1) Yes, you can. Use ManagedResourceStore to save all of the HTML, CSS, JS, and images. Then, use the Database module to store all of your inventory. When a user picks the items that they like, you can store that in another table of the Database. When your user goes back online, you can send those table rows via the Gears XMLHttpRequest to a server-side script that can populate your database.
2) Yes -Ben On Mon, Sep 8, 2008 at 7:11 PM, oren <[EMAIL PROTECTED]> wrote: > > 1. can i create a shopping cart that will save the customers details > when there is no connection and send them to the server when > connection was established? > > 2. does chrome has gears built-in? >
