Debugging Offline Web applications can be hard, because you have to make sure you really are using the current version of your files. If the manifest file is not changed, the browser will not reload the other files, even if they have been changed. So a good advice is to create some automated build script that… Read more »
Posts Tagged: Web Application
How to clear the cache of offline Web Applications
Most of this new HTML5 stuff is still work in progress. And you can feel that sometimes, when you try the implementations in the different browsers. For example, try to delete the cache of an Offline Web application: iOS The only way to be sure it’s deleted is: Open the Safari settings Clear your cache (“Clear… Read more »
How to host HTML5 Offline Web applications on an IIS web server
Introduction By providing a manifest file to the browser, you can specify which files should be available for offline usage, which files always have to be fetched form the internet and you can define fallback resources (what to use when the online ressources are not available). This is not only good for Offline Applications, you can also… Read more »
Recent Comments