Make web application work even i offline mode

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sudesh_poojari
Forum Newbie
Posts: 3
Joined: Tue Jun 17, 2008 12:20 pm

Make web application work even i offline mode

Post 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
litebearer
Forum Contributor
Posts: 194
Joined: Sat Mar 27, 2004 5:54 am

Re: Make web application work even i offline mode

Post by litebearer »

Perhaps you might look into CRON - http://clickmojo.com/code/cron-tutorial.html
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Make web application work even i offline mode

Post 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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply