The offline-browsing tag has no wiki summary.
-1
votes
0answers
7 views
Saving or caching a moodle SCORM course on device for offline use [closed]
looking at options to enable moodle users to be able to save their elearning courses on their computer/tablet for viewing later. Is there a way to achieve this? When users connect to internet their ...
0
votes
2answers
89 views
Does Chrome have a “Work Offline” option?
I'm trying to test out my fallback page in my html5 cache manifest. I'd rather not have to actually disconnect from the internet in order to do it. I've heard that it doesn't work quite right in ...
0
votes
0answers
43 views
offline data entry for a web application
I am developing a php data-entry web application that is required to have offline data entry capabilities since it will be used in places with unstable internet. That is the users should have the ...
1
vote
0answers
51 views
How to make an offline browser on ios?
I need to make an offline browser on ios, which should persistent the specified webpages to the disk with the media resource such as image,css,js. At the same time, the offline browser should be able ...
0
votes
0answers
30 views
Google App Engine ,Google Cloud Storage , WEB Point of sales ,loyaty
In need a simple solution to manage a loyalty sistem for 14 difrent Beauty Salon.
is an association that wants to use in commun PVC card with barcode ID.
1.What is simple solution to create a app ...
0
votes
1answer
88 views
skybound.geckofx offline browsing C# .net 4.0 winforms
I am using skybound.geckofx .net wrapper to show stored web content in my winforms app. Some of this pages has links and js refers to online content. Is any simple way to disable downloading online ...
2
votes
1answer
288 views
Is there any JavaScript framework that supports offline scenario in MVC 4 SPA?
Steve Sanderson presented MVC 4 SPA "Delivery Trucker" for mobile devices with offline support using upshot.js JavaScript framework.
http://channel9.msdn.com/Events/TechDays/TechDays-2012-Belgium/199 ...
0
votes
1answer
131 views
HTML5 offline caching database storage
Im working on an HTML5 offline app im using a json string as my database
[
{"id":"1","data":"a","group_name":"erwr"},
{"id":"2","data":"b","group_name":"dasd"}, ...
0
votes
0answers
58 views
Launching Offline documentation in browser - Visual Studio 2012
Visual Studio has a option to launch the documentation either in Help viewer or in browser. To achieve that, it run a service, which launched manually to view help contents from disc in a browser.
I ...
1
vote
0answers
82 views
Application Cache Error
I've got this error:
Application Cache Error event: Manifest fetch failed (-1)
http://localhost:8080/offline.manifest
online: NO, event: error, status: idle
This JSON String show the content of ...
0
votes
0answers
23 views
How to mirror a page with faceted search
i tried to mirror a page running faceted search in it,
Page: http://eikes.github.com/facetedsearch/
i tried using wget, httrack, both of them failed to convert the image(used in faceted search ) ...
0
votes
2answers
359 views
Offline application inside web browser storing data and uploading after
I need to build an application to run inside a web browser that works offline (whitout any internet connection) and store data in a way that I can after with internet connection be able to upload ...
6
votes
3answers
2k views
Offline apps with Node.JS and CouchDB
I have an app that I would like to create. But I am not sure how to go about it. I am using node.js and would like to use couchdb, but if something like mongodb or riak would be a better choice them ...
0
votes
1answer
475 views
Web SQL SECURITY_ERR: DOM exception 18 on Android only
This error does not happen anywhere else. I can even open a version database (and then another imaginary test database) with no problem. But as soon as I go to open the main database I get the error.
...
0
votes
1answer
78 views
HTML5 browsers hanging on to cached manifest file
I'm using HTML5 appcache and mostly it's working well. However, sometimes, users' browsers (Chrome or Safari) will hold onto the cached manifest file even though I'm positive that the server has a ...
1
vote
4answers
623 views
Google Drive/Dropbox like solutions with Offline access and local security and Cross Platform
Are there any software solutions or SDKs parts that handle the following:
Propose something like google docs or dropbox, with secured storage for enterprise
Documents are stored for offline access
...
0
votes
2answers
370 views
Has anyone used Indexed DB? [closed]
Since websql is depreciated so I was looking into IndexedDB for browser offline storage facility,but I found that indexedDB has undergone major design change after the example showed in ...
0
votes
1answer
591 views
HTML5 offline support and how to do synchronize with backend database
I am new to HTML5,very sorry if my question sounds silly to you. I want to understand HTML5 offline capacity. AIM is that application developed will save data in local database (browser) and when ...
2
votes
1answer
751 views
HTML5 Offline Cache Manifest file with asset pipeline in Rails 3.2 app?
I'd created my first web app using Ruby on Rails.
And now, I want to make it offline.
How-to create HTML5 offline Cache manifest file in Rails 3.2 app?
I read some Q&A and articles. They seems ...
0
votes
0answers
134 views
Rails 3 - Cache manifest update
I have a Rails 3 application deployed in production with a cache manifest version: #0.0.1.0
I have updated some of the cached files and chaged the manifest version to #0.0.1.1 and re-deployed again. ...
0
votes
1answer
145 views
Offline support for web application in ipad
I have developed web application for restaurant. Its Front office is developed for iPad and back office maintain .net web application .
SQL Server 2008 is used as database.
I want to make offline ...
0
votes
1answer
187 views
Pre-generating a JSF based web app for better performance and offline mode
I have a JSF web application, where the dynamic content is based on data taken from a database.
Since all the data is available in advance, I would like to see if there is a way to pre-generate all ...
1
vote
1answer
128 views
Keep an offline message in the browser . Gmail , YouTube etc
When the internet connection is unavailble, and we try to browse to Gmail when it had opened earlier, a message can be seen:
Gmail
The app is currently unreachable.
This same way also with ...
5
votes
4answers
1k views
MDN javascript docs for offline use
I am trying to make MDN's Javascript Reference available for offline browsing (personal use).
I am not the website's owner nor developer, and i can only access it's generated output.
My first thought ...
1
vote
1answer
217 views
jquery & dojo not loading after HTML 5 offline caching
I have an html site
head section of that html site
<head>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" ...
3
votes
2answers
402 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">
...
2
votes
3answers
577 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 ...
3
votes
3answers
159 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 ...
0
votes
1answer
371 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 ...
1
vote
2answers
258 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
1answer
241 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 ...
2
votes
2answers
1k 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 ...
1
vote
1answer
65 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 ...
0
votes
2answers
348 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 ...
1
vote
1answer
811 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 ...
0
votes
2answers
136 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?
2
votes
3answers
3k 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 ...
3
votes
2answers
374 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:
...
1
vote
2answers
417 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 ...
4
votes
2answers
560 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.
# ...
0
votes
1answer
337 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 ...
5
votes
2answers
305 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 ...
0
votes
1answer
662 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 ...
3
votes
2answers
271 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 ...
16
votes
1answer
10k views
Download a working local copy of a webpage [closed]
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 ...
21
votes
2answers
7k 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 ...
0
votes
2answers
434 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 ...
1
vote
2answers
168 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. ...
0
votes
2answers
276 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 ( ...
8
votes
3answers
963 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 ...

