Page 1 of 1

Make web application work even i offline mode

Posted: Wed Feb 23, 2011 5:29 am
by sudesh_poojari
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

Re: Make web application work even i offline mode

Posted: Wed Feb 23, 2011 7:03 am
by litebearer
Perhaps you might look into CRON - http://clickmojo.com/code/cron-tutorial.html

Re: Make web application work even i offline mode

Posted: Wed Feb 23, 2011 2:44 pm
by pickle
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.