Questions tagged [cache-manifest]

The cache manifest is a part of the deprecated HTML5 application cache (AppCache) feature, which is intended to provide users with the ability to access a web application even without a network connection.

Web applications consists of a list of web addresses. These can be HTML, CSS, JavaScript, images or any other source that is required for a web application to be rendered. These addresses or URLs can be copied onto a manifest file, which can be updated regularly by the author of the web application, indicating any new web addresses that are added or deleted. When connecting to a network for the first time a web browser will read the HTML5 manifest file, download the resources given and store them locally. Then, in the absence of a network connection, the web browser will shift to the local copies instead and render the web application offline.

(Source: wikipedia.org/Cache_manifest_in_HTML5)

262 questions
0
votes
1 answer

Offline app in asp.net

I am trying create an app which has offline features. The manifest file that I have created looks like this- CACHE MANIFEST # version…
tusharmath
  • 10,622
  • 12
  • 56
  • 83
0
votes
1 answer

HTML5 Manifest cache and url key values

I was wondering how you can handle files with variables in the url like www.mysite.com?id=myvariable I can't possibly have to store every possibility? I used these variables because when the users are online they should be able to share their…
Toon Van Dooren
  • 613
  • 1
  • 12
  • 27
0
votes
2 answers

Application cache manifest - still keeping files in cache after "manifest" is removed from ?

The application cache is automatically checking and updating files every time the client visits the site. Lets say that the cache is only to be updated upon click of a button. The click adds the "manifest" to the tag, for only that request. At the…
Eilev
  • 263
  • 1
  • 10
0
votes
1 answer

App cache: manifest on demand?

I am working on a web application that can be used online as well as offline. The user has the choice to download the content or not. That for a prompt opens and redirects him to a page that contains the manifest attribute on the HTML tag. This…
meo
  • 30,872
  • 17
  • 87
  • 123
-1
votes
1 answer

HTML5 Updating Offline cache

How to update the offline cache? I have five files on server html, css, js, images(folder) and a manifest file. I have made some changes in the css file and replaced it with the older css, but it is not effecting when the page is loading. Its…
anurag
  • 35
  • 1
  • 1
  • 8
-1
votes
1 answer

Get filenames of assetic files

I'm building a web app using Symfony2 with Assetic. I would like to make a manifest file , but I have to manually add the file names to the list. I can use PHP to get all static files (in [app/Bundle]/Resources/public), so I can generate of list of…
Stephan Vierkant
  • 9,674
  • 8
  • 61
  • 97
-1
votes
1 answer

Offline WebApp Game for iPad

I'd like to make a super basic one-button space invaders game on iPad via an offline webapp (using the cache.manifest and canvas). Enemies would fly by your ship and you simply press a button to shoot at them, no left or right movement. Before I…
Primus202
  • 648
  • 7
  • 24
1 2 3
17
18