Hi all,
I would like to know about any architecture OR code by means i can make a web application work offline seamlessly.
I went through google gears but it seems that it should be installed in browser to work, rather if use latest HTML5 features using which i can implement offline cache and sync it when browser goes online.
Can somebody point me to such articles or solutions.
Thanks,
Sudesh
Make web application work even i offline mode
Moderator: General Moderators
-
sudesh_poojari
- Forum Newbie
- Posts: 3
- Joined: Tue Jun 17, 2008 12:20 pm
-
litebearer
- Forum Contributor
- Posts: 194
- Joined: Sat Mar 27, 2004 5:54 am
Re: Make web application work even i offline mode
Perhaps you might look into CRON - http://clickmojo.com/code/cron-tutorial.html
Re: Make web application work even i offline mode
You're right - you'll have to use HTML5 offline features. Simply doing a Google search should get you the answers you need - or at least point you in the right direction.
Note though that using the latest features really limits the browsers your users can use.
Note though that using the latest features really limits the browsers your users can use.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.