Skip to content

cesarjr/crud-offline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD off-line examples

Theses examples try to show how to build a CRUD persisting data off-line in the web browser using diferent kind of technologies.


Example 1 - HTML5 + SQLite

This example show how to persist local data using HTML5 + SQLite3.

Technologies

I used:

  • HTML5
  • Javascript
  • Twitter Bootstrat 2.2.2
  • JQuery 1.8.3

Notes:

For this example, you must use <button type="button"> because this type will prevent the page to be reloaded.

References:

Top


Example 2 - HTML5 + JQuery Mobile + SQLite

This example show how to persist local data using HTML5 + SQLite3.

Technologies

I used:

  • HTML5
  • SQLite3
  • JQuery 1.8.3
  • JQuery Mobile 1.2.0

Notes:

For this example, you must use <button type="button"> because this type will prevent the page to be reloaded.

References:

Top


Example 3 - HTML5 + JQuery Mobile + Backbone.js

This example show how to persist local data using Backbone.js

Technologies

I used:

  • HTML5
  • JQuery 1.8.3
  • JQuery Mobile 1.2.0
  • Backbone.js 0.9.9

Notes:

For this example, you must use <button type="button"> because this type will prevent the page to be reloaded.

References:

Top

About

Theses examples try to show how to build a CRUD persisting data off-line in the web browser using diferent kind of technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published