On Mon, Mar 16, 2009 at 7:14 AM, Joe <[email protected]> wrote: > I am basically writing a stopwatch-like program, but then I want to > allow people to save their "timings" to the hard drive (for example, > if you bill clients by the hour, you could use this to record your > time). This might be example of trying to use a browser for that > which it is not intended because I am really not using any web > functionality (except for hosting/delivering the program). The main > reason I am trying to do this via javascript in a web browser is 1) > cross-platform compatibility (though I'm realizing that making it > cross-browser compatible is a headache in itself) 2) make it > lightweight and 3) browsers have a lot of the UI I want already there > (for example, I want to have the be ability to collapse/expand tables, > which I can easily do by just hiding tables).
I see. Right now, there's no ability to do this in Chrome. We are working on implementing the HTML5 Database API (http://www.whatwg.org/specs/web-apps/current-work/#sql), and once that is done it seems like it could be used for what you need. - a --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
