Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
File mode Database Storage
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Narendra Sisodiya  
View profile  
 More options Feb 18 2011, 12:56 am
From: Narendra Sisodiya <naren...@narendrasisodiya.com>
Date: Fri, 18 Feb 2011 11:26:46 +0530
Local: Fri, Feb 18 2011 12:56 am
Subject: File mode Database Storage

I am trying to create a Quiz application. I am thinking to adopt on
Client-only mode rather Client server based. On in other words, I want that
student can share Quiz using pen-drive/disk-drive/attachment and just open
in firefox/chrome. I am using HTML5 only. No place for any non-FOSS/close
technology.
May you please help that this is possible or not  ?

* Quiz Test mode - No questions will be added, only test will be loaded from
Database and submit button will be generate test result (jQuery)
* Quiz Admin mode - Questions will be added in database.

--
┌─────────────────────────┐
│    Narendra Sisodiya
│    http://narendrasisodiya.com
└─────────────────────────┘


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Schiller  
View profile  
 More options Feb 18 2011, 1:58 am
From: Jeff Schiller <codedr...@gmail.com>
Date: Thu, 17 Feb 2011 22:58:46 -0800
Local: Fri, Feb 18 2011 1:58 am
Subject: Re: File mode Database Storage
No browsers have yet implemented the FileWriter API, so no you can't
really do that yet.

Also, if the application was pure client-side it would be impossible
to make something that was not hackable (just step into Firebug /
Webkit Inspector and set a breakpoint where scores are stored...)

Jeff

On Thu, Feb 17, 2011 at 9:56 PM, Narendra Sisodiya


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Narendra Sisodiya  
View profile  
 More options Feb 18 2011, 2:35 am
From: Narendra Sisodiya <naren...@narendrasisodiya.com>
Date: Fri, 18 Feb 2011 13:05:14 +0530
Local: Fri, Feb 18 2011 2:35 am
Subject: Re: File mode Database Storage

On Fri, Feb 18, 2011 at 12:28 PM, Jeff Schiller <codedr...@gmail.com> wrote:
> No browsers have yet implemented the FileWriter API, so no you can't
> really do that yet.

Thanks
I got twfile http://jquery.tiddlywiki.org/twFile.html Files based IO will be
able to done using XUL in Firefox if I try to save Quiz in xml format.
Now looking for, How I will be load/save content from IndexedDB or SQLite or
WebSQL from disk.

--
┌─────────────────────────┐
│    Narendra Sisodiya
│    http://narendrasisodiya.com
└─────────────────────────┘

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Schiller  
View profile  
 More options Feb 18 2011, 3:09 am
From: Jeff Schiller <codedr...@gmail.com>
Date: Fri, 18 Feb 2011 00:09:31 -0800
Local: Fri, Feb 18 2011 3:09 am
Subject: Re: File mode Database Storage
On Thu, Feb 17, 2011 at 11:35 PM, Narendra Sisodiya

<naren...@narendrasisodiya.com> wrote:
> I got twfile http://jquery.tiddlywiki.org/twFile.html Files based IO will be
> able to done using XUL in Firefox if I try to save Quiz in xml format.
> Now looking for, How I will be load/save content from IndexedDB or SQLite or
> WebSQL from disk.

You have an odd definition of "HTML5 only" :)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Narendra Sisodiya  
View profile  
 More options Feb 18 2011, 3:19 am
From: Narendra Sisodiya <naren...@narendrasisodiya.com>
Date: Fri, 18 Feb 2011 13:49:18 +0530
Local: Fri, Feb 18 2011 3:19 am
Subject: Re: File mode Database Storage

On Fri, Feb 18, 2011 at 1:39 PM, Jeff Schiller <codedr...@gmail.com> wrote:
> On Thu, Feb 17, 2011 at 11:35 PM, Narendra Sisodiya
> <naren...@narendrasisodiya.com> wrote:
> > I got twfile http://jquery.tiddlywiki.org/twFile.html Files based IO
> will be
> > able to done using XUL in Firefox if I try to save Quiz in xml format.
> > Now looking for, How I will be load/save content from IndexedDB or SQLite
> or
> > WebSQL from disk.

> You have an odd definition of "HTML5 only" :)

I admit my mistake that twFile and XUL are not HTML. I will read more on
SQLite/WebSQL/IndexedDB.

--
┌─────────────────────────┐
│    Narendra Sisodiya
│    http://narendrasisodiya.com
└─────────────────────────┘


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Narendra Sisodiya  
View profile  
 More options Feb 18 2011, 3:38 am
From: Narendra Sisodiya <naren...@narendrasisodiya.com>
Date: Fri, 18 Feb 2011 14:08:27 +0530
Local: Fri, Feb 18 2011 3:38 am
Subject: Re: File mode Database Storage

On Fri, Feb 18, 2011 at 1:49 PM, Narendra Sisodiya <

naren...@narendrasisodiya.com> wrote:
> On Fri, Feb 18, 2011 at 1:39 PM, Jeff Schiller <codedr...@gmail.com>wrote:

>> You have an odd definition of "HTML5 only" :)

> I admit my mistake that twFile and XUL are not HTML. I will read more on
> SQLite/WebSQL/IndexedDB.

Let me ask more clear question.
      where exactly above database/storage techniques (websql/IndexedDB etc)
store their data ?
* Local File
* Local browser cache or cookie or similar things
* WebServer

OR Is it possible to just READ and Display a database content from file ( Ex
xyz.db) in index.html without having any server. (Ex - File mode).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »