Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
2answers
3k views

iOS: Did Apple disable HTML5 offline capability for web apps saved to the home screen?

I've been doing lots of work in getting a few web apps to work offline on iOS using the HTML5 manifest. I've ran across the typical problems everyone else has and fixed them and everything seems to be ...
7
votes
2answers
397 views

Is there a way to use a CDN (for jQuery) and have an offline Web app (via HTML5 manifests)?

I'm beginning to look at HTML5s ability to allow for offline Web applications. A while back I found that using a CDN worked well for my applications, so I've been sticking with them, mostly just for ...
6
votes
3answers
2k views

How to sync offline HTML5 webdatabase with centralised database

I'd like to be able to do the following in a HTML5 (iPad) web app: upload data to an online database (which would be probably <50Mb in size if I was to build the online database in something like ...
4
votes
2answers
156 views

Save dynamic PHP page for offline viewing

I have a PHP page foo.php that pulls records from a MySQL database and displays them in a nice way. The tricky part is I have links at the top like "Sort by Name" that link to foo.php?sort=name. My ...
4
votes
1answer
737 views

Download a working local copy of a webpage

I would like to download a local copy of a web page and get all of the css, images, javascript, etc. In previous discussions (e.g. here and here, both of which are more than two years old), two ...
3
votes
2answers
70 views

HTML5 offline data storage

Im using HTML5 offline storage My Index.html page <!DOCTYPE html> <html lang="en" manifest="/offline-cache.manifest"> <head> <meta charset="utf-8"> ...
3
votes
3answers
78 views

Website that runs without Internet?

allaboutrajini site tells you to stop your internet connection to enter the site.I guess it determines whether the connection is on or off with javascript or something like gmail and qoura do. But ...
3
votes
2answers
118 views

Do I need to add the files who are hosted on CDN inside in manifest file HTML 5 manifest file for offline caching?

Do I need to add the files who are hosted on CDN inside in manifest file for offline caching? This a example maniefest file CACHE MANIFEST #This is a comment CACHE index.html style.css NETWORK: ...
3
votes
1answer
488 views

Open offline html file programmatically in windows phone 7

I am building an application in windows phone 7. I have some user guide in HTML. I want to use a web-browser to open these files whenever user touches Help menu. But I don't know how to get the local ...
3
votes
5answers
263 views

webapps vs native apps

What is the biggest limitation of making/using webapps? I'm thinking that when you use localstorage, offline-browsing and geo-abilities thaht you get from html5 the differences are quite small ...
3
votes
4answers
1k views

Once an HTML document has a manifest (cache.manifest), how can you remove it?

It seems that once you have a manifest entry, a la: <html manifest="cache.manifest"> Then that page (the master entry in the cache) will always be cached (at least by Safari) until the user ...
2
votes
3answers
54 views

Javascript Read Text File Offline

Currently I use this code to read a txt file with words and perform some operations. However, this particular code requires the html to be deployed on a server. Is there any workaround where I can ...
2
votes
2answers
174 views

What is new in HTML 5 “offline web application” which was not already available in the all browsers?

What is new in HTML 5’s “offline web applications” feature which was not already available in all browsers? Offline caching is the job of the browser — how did it become a job of HTML? A web ...
2
votes
1answer
172 views

What are the security/privacy concerns with MHTML (.mht) files?

My customer is currently using MHT files for storing offline representations of browsed web pages. The files are saved and later viewed in Internet Explorer. When viewing the files we would like to ...
2
votes
1answer
686 views

Offline websites using Google Gears or HTML5

I have been reading about creating offline websites using Gears and using HTML 5. Im curious as to advantages and disadvantages of the two in regards to an ASP.Net MVC2 applcation with a SQL Database ...
2
votes
2answers
137 views

Plain Html and javascript execution offline

Can HTML and javascript run offline like an application? I'm looking to running the webpage offline like silverlight OOB applications. But if the browser closes, I want some way to run the webpage ...
1
vote
1answer
30 views

how to access ONline resources from a web app available OFFline?

I just created a web app available offline with the cache manifest etc. It works pretty well but I want to access to some pictures that are NOT mentioned in the cache manifest and they simply don't ...
1
vote
1answer
100 views

How to turn off HTML5 Offline caching

I've been using HTML5 Offline caching on my website for a while and for some reasons I am considering turning it off. To my surprise it doesn't work. This is how I've implemented HTML5 Offline ...
1
vote
2answers
345 views

Application cache: strange behaviour on iPad

I'm making a website where a user can say which items he wants to cache. Based on this, a manifest file is generated. By doing this the user can still browse in the website when he is offline. This is ...
1
vote
2answers
169 views

Should we not use HTML5 offline Manifest on iphone because of cache size is very limited?

Should we not use HTML5 offline Manifest on iphone because of cache size is very limited? I don't exactly about Android browser. I'v a simple Mobile website with 20-25 pages which I would like to ...
1
vote
1answer
214 views

Is it OK to include external files in cache-manifest?

I'm building an offline web application and want to use cache-manifest. Currently my cache-manifest looks like this: CACHE MANIFEST # Change the version number below each time we update a resource. # ...
1
vote
2answers
110 views

Asynchronous client javascript process to talk to server

I'm considering developing a web app with offline capability. I'm considering formatting all client form postbacks as JSON objects, and writing these direct to HTML5 LocalStorage on a form postback. ...
1
vote
1answer
295 views

HTML Offline Application Cache, Listing Downloaded Files

As part of a loading screen for an offline-enabled web application I'm building (using a cache manifest), I'd like to display an accurate progress bar that lets users know which files has thus far ...
1
vote
2answers
228 views

Using offline storage

I am trying to make a website which will store all the contacts of the user on the server database. The user can add, edit, delete or update a contact. I want the user to be able to do all these ...
1
vote
2answers
226 views

Using web sql database

I am creating a website based on rails which uses a database based on mysql. I want my website to be available offline. For that I have to store the database on client's machine. I have the option on ...
1
vote
2answers
535 views

save webpages for offline browsing

i am trying to create an android application that saves webpages to use it in offline-browsing, i was able to save the webpage but the problem was in the contents (images, javascripts,..etc), is there ...
1
vote
2answers
323 views

Saving website content as HTML for Offline use with link working

I'm having a site done in wordpress with some 10 pages. I'll need to save it, the whole site with the links working for offline use every time i update the content. Now what am doing is save each page ...
1
vote
4answers
244 views

Website downloader library

I need to put a little project together for myself, and I need some functionality to download a page for offline viewing. Is there a library that will download a given page and its embedded images, ...
0
votes
1answer
29 views

HTML 5 offline storage cache manifest not working for mobile

I created a web app for mobile i want that i can use it offline too. i use a manifest file its working fine with desktop browser but not working with mobile browser. What is the problem? thanks in ...
0
votes
0answers
23 views

Is there an offline copy/dump of the entire Mozilla Developer Network?

Even though the content seems to be licenced under Creative Commons: Attribution-Sharealike license, I cannot seem to find a easy way to get a snapshot of the entire website. Are there dumps (like ...
0
votes
0answers
42 views

HTML5 offline strange behaviour

I am having a problem with a web app that I'm working on and I have posted a question here which is a bit vague and probably not very helpful. I have decided to create a really basic site and build it ...
0
votes
2answers
214 views

Authentication of user for offline app

I have simple jQuery Mobile site created using asp.net mvc 2 and uses basic forms authentication to grant access to the site. The application is a simple work diary that allows a regional manager to ...
0
votes
0answers
121 views

how to use the html5 manifest file with corona sdk web popup

i'm trying to make a web application for the android, but unlike the ios, the apple meta tags do not work (on the android i have its a msi windpad enjoy 7) to hide the address bar, prevent zooming, ...
0
votes
2answers
98 views

How to do online/offline sync with a ruby on rails application?

Is there any way to do offline syncing with a rails project? In other words, our client is using their site to show a photo gallery, but they need to be able to do it without an active internet ...
0
votes
0answers
28 views

clone smashingmagazine.com with teleport

Does anyone know how to set up rules to clone http://www.smashingmagazine.com? What are these rules? In the software, some tag page or comment pages also need to be copied; this make the offline ...
0
votes
2answers
42 views

Offline Browsing [closed]

There are many websites that offer great services like online equation editors etc. Is there a way to save these websites so you can use there services when you don't have access to the internet?
0
votes
1answer
302 views

Does HP TouchPad supports HTML5's offline application (Manifest)

I have a webapp using offline support (a manifest file). It works correctly on Androids, iOS, RIM, and then some. It doesn't work on TouchPad though. If I refresh the app without connectivity, I get ...
0
votes
1answer
235 views

HTML5 appcache - making app totally offline

I have a chrome webstore app where I'm using appcache to load resources from cache. I'm already using localStorage to have data available offline. The problem with making the app work offline is that ...
0
votes
2answers
165 views

Mobile web-based map APP: load tile images from the server, save them in client-end, then display while offline

I am looking for a solution that can enable the mobile browser load a collection of tiled images from the server and store them in local mobile device, then could display them even in offline mode. I ...
0
votes
2answers
151 views

Writing a script for fetching the specific part of a web page in a loop for offline use

I have a specific use. I am preparing for GRE. Everytime a new word comes, I look it up at www.mnemonicdictionary.com, for its meanings and mnemonics. I want to write a script in python preferably ( ...
0
votes
2answers
332 views

HTML Offline Application Cache, Getting Error Details

As part of a loading screen for an offline-enabled web application I'm building (using a cache manifest), I have run into browser compatibility issues. In the latest versions of Chrome, FireFox, and ...
0
votes
1answer
804 views

Can the new HTML5 manifest.cache file contain paths to directories?

When utilizing the HTML5 ability to specify if/how files are cached (in the manifest.cache file), are specifying entire directories possible? Can I place a path to my images directory under the CACHE: ...
0
votes
3answers
500 views

How to fix broken relative links in offline webpages?

I wrote a simple Python script to download a web page for offline viewing. The problem is that the relative links are broken. So the offline file "c:\temp\webpage.html" has a href="index.aspx" but ...