Tagged Questions
The offline tag has no wiki summary.
61
votes
12answers
41k views
Which browsers support html5 offline storage?
Essentially, I wanted to run a piece of demo code from W3c Offline Webapps page. It looks like that:
var db = window.openDatabase("notes", "", "The Example Notes App!", 1048576);
Firefox 3.5, IE8 ...
44
votes
7answers
34k views
Facebook offline access step-by-step
After searching literally 1 day on facebook and google for an up-to-date and working way to do something seemingly simple:
I am looking for a step-by-step explanation to get offline_access for a user ...
36
votes
13answers
12k views
Offline iOS web app: loads my manifest, but doesn't work offline
I'm writing a web app to be used offline on iOS. I've created a manifest, am serving it up as text/cache-manifest, and it usually works fine, when running inside Safari.
If I add it as an app to my ...
31
votes
17answers
20k views
JavaScript: How to detect that the Internet connection is offline?
How to detect that the Internet connection is offline in JavaScript?
14
votes
7answers
557 views
HTML5 - cache manifest working great on Chrome but not on Firefox and Opera
I am developing a web app for offline use, thus I need to use the application cache functionality.
Everything works great on Chrome (15.0.874.106) but is doesn't work on Firefox (7.0.1) and Opera ...
14
votes
13answers
3k views
Offline documentation for various programming languages?
I recently found this: http://php.net/get/php_manual_en.chm/from/a/mirror.
It's a .chm file that contains all the documentation for PHP which you can normally find on their site. Handy for offline ...
14
votes
6answers
15k views
Where can I download an offline installer of Cygwin?
I need an offline installer with most of the utilities commonly needed. Somehow the default installer confuses me with all its package selection. I installed Cygwin but I can't find the diff utility ...
13
votes
4answers
724 views
Offline Web Application: Success Stories, Tips and Resources
We @ medicware.com.br are thinking about making our web application offline-capable with Gears. Our main goal is to keep basic functionality running when the internet connection goes down.
So, I'd ...
12
votes
6answers
7k views
Android offline documentation and sample codes
Sorry for being impatient.. but cant find the offline docs for android.
Can someone just gimme a link ?
Thanks in advance :)
12
votes
9answers
4k views
Options for distribution of an offline Ruby on Rails application
I am developing an application in using Ruby on Rails, mostly as an excuse to learn the language.
This is not intended to be a web-based application - and perhaps I have chosen the wrong language, ...
11
votes
4answers
655 views
Can you store JavaScript and CSS files in localStorage to improve the performance of an online web app?
I'm working on a web application, which acts pretty much like a native application for both iOS and Android. However the Javascript files (jQuery + my own) and the css file together are pretty large ...
11
votes
1answer
2k views
Backbone.js able to do rest and localstorage?
I have been experimenting with the localstorage module for Backbone.js (https://github.com/jeromegn/Backbone.localStorage). As I understand it this overloads Backbone.sync and therefore stops backbone ...
11
votes
5answers
5k views
iPhone UIWebView slow loading to local HTML files
i'm developing an app that requires caching web pages (completely) along with their CSS files and images.
so after saving the entire Html of the page ( going through the links to store each file ...
10
votes
7answers
4k views
Is there a CakePHP offline manual
There used to be, but there don't seem to be any direct links. A little digging around revealed some answers which I thought it would be useful to share.
These are links to the manual in one page - ...
10
votes
2answers
12k views
Local html file AJAX Call and jQuery Woes
I'm working on a offline version of a website using jQuery and some xml files. I'm running in to a problem in jQuery when I do a $.ajax call on a xml file jQuery throws a error.
When I look at the ...
10
votes
17answers
1k views
Has anyone built web-apps that can run totally off-line?
I'm building an app that authors would (hopefully) use to help them, uh.. author things.
Think of it like a wiki but just for one person, but cooler. I wish to make it as accessible as possible to my ...
9
votes
3answers
3k views
Using Backbone.js offline
I'm evaluating Backbone.js for keeping data and UI synchronized in my web app. However, much of Backbone's value seems to lie in its use of RESTful interfaces. Though I may add server-side backup in ...
9
votes
4answers
512 views
Offline (CD, Thumb Drive, etc) No-Install HTML + Video Presentation?
Our company would like to put some marketing/training content onto USB thumb drives to distribute to our clients.
The content is HTML + some embedded videos. The videos (currently .flv's) are not ...
8
votes
6answers
9k views
Android: Speech Recognition without using google server
I want to develop an Speech recognizer in android, which should work in offline. As the android's built-in speech recognizer uses google server which needs internet, i want an alternative which works ...
8
votes
12answers
894 views
How to protect software from system date-time changes?
I would like to add licensing system to application. For example: user buys license for 1 month and after that program expires (Kinda Anti-Virus style?).
Problem is that application is supposed to ...
8
votes
2answers
6k views
Xcode 3.2 offline documentation?
I've upgraded to Xcode 3.2 and I'm searching for the offline documentation / reference library that was always available for the previous versions of Xcode.
When I go to menu Help -> Developer ...
8
votes
5answers
2k views
iPhone web apps running as native apps
The browser on the iPhone is capable of using advanced web technologies introduced in HTML5. One of these is the app cache that allows web pages to run on the client, from the cache, without a ...
7
votes
1answer
292 views
HTML5 Local Storage Not Persistent
Site is used on Samsung Galaxy Tab with the Gingerbread OS. Browsers used so far are the stock browser as well as Dolphin HD. Items in local storage seem to at random disappear when users go in and ...
7
votes
1answer
163 views
How to give visitors to a mobile website offline access to CouchDB data?
For users who do not install CouchDB on Android, what is the best practices way of giving them offline access to my CouchDB data (using Node.js)?
Here's my guess: When the user is online, read ...
7
votes
1answer
2k views
Map Tile Caching for Offline Viewing
I'm trying to build an application that will use open source maps from Open Street Maps (though the concept should be applicable to any map provider). The application will enable the user to specify a ...
7
votes
2answers
599 views
Offline / Online Data Synchronization Design (Javascript)
I'm currently in the process of writing an offline webapp using all the html5 goodies for offline support. However I'm starting now to think about writing the sync module that will ensure that any ...
7
votes
1answer
8k views
Max size iPad / iPhone Offline Application Cache
Anyone knows the max size of Safari's 'Offline Application Cache' on the iPad & iPhone. Looks like it's 5MB. Is there any way to enlarge this size?
Offline application cache docs: ...
7
votes
2answers
4k views
How do I make a WiX installer with a completely self-contained .NET 3.5 sp1 installer?
I need to include the full .NET 3.5 sp1 installer into my installer, which is in WiX.
I need that boostrapper to be entirely self contained, with no web access at all. It is just not allowed for ...
6
votes
1answer
833 views
Dynamically Trigger HTML5 Cache Manifest file?
I am using the new cache manifest functionality from HTML5 to cache my web app so it will work offline. The content is cached automatically when the page is loaded with the following html element:
...
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 ...
6
votes
4answers
2k views
How to detect online/offline event cross-browser?
I'm trying to accurately detect when the browser goes offline, using the HTML5 online and offline events.
Here's my code:
<script>
// FIREFOX
$(window).bind("online", ...
6
votes
4answers
4k views
How to validate an url on the iPhone
In an iPhone app I am developing, there is a setting in which you can enter a URL, because of form & function this URL needs to be validated online as well as offline.
So far I haven't been able ...
6
votes
5answers
5k views
Offline Java Documentation
I've finally gotten around to learning Java and am looking for some documentation for Java that I can download and read offline. Something like Sun's stuff but zipped up or as a PDF or CHM.
I'm using ...
5
votes
2answers
222 views
Content disappears for fraction of a second on offline web app load
I've observed this on iOS 4.3 to 5.0. When you create a even a simple offline web app, meaning one HTML file + few assets such as CSS and JS (all present in the cache manifest), it works offline (I ...
5
votes
4answers
555 views
How do I get QuickLook to show offline files?
Our iPad app can show Documents and save them offline when needed.
I've got a QLPreviewController subclass named DocumentViewController (named DVC from now on) for showing them.
Workflow of the app:
...
5
votes
2answers
452 views
HTML5 offline cache programmatic expiration
I have an HTML5 app that uses offline caching with a manifest file. The only way that triggers the updating of cache is a change in the manifest file on server. I am looking for a programmatic way of ...
5
votes
2answers
1k views
html5 offline storage prepared db
I'm trying to write an iphone web app displaying info from a small ish database while offline. Is it possible to prepare a db and download that rather than downloading the data in some other format ...
5
votes
8answers
893 views
Whats the easiest way to determine is a user in online? (PHP/MYSQL)
Is there a way I can piggy back sessions to know is the user is online?
I.e: use logs on, I set a $_SESSION variable, user times out- cookie Garbage collector updates the database to update their ...
4
votes
3answers
88 views
Can't I use hg update offline?
When I use Mercurial and try to do a
hg update --repository C:\Projekt\Learnify\Systems\myapp -rev 271 --check
without network connection I get
"URLError getaddrinfo failed".
Shouldn't I be ...
4
votes
1answer
79 views
Is there a way in google chrome to allow for more than 4 MB (2 million UTF-16 characters) storage in HTML5 offline storage?
I have created a hosted app for Chrome and I am wondering if there is any way that I can get more than 4 MB offline storage in Chrome.
I have looked at this post ...
4
votes
2answers
209 views
Which HTML5 offline storage solution should I use for storing user notes in my web app?
I'm writing a Chrome app in which users can create and write notes(plain text), I'd like to the notes to be saved offline.
I've learned that there are several storage solutions from html5: ...
4
votes
2answers
223 views
SQL Database synchronization
We are develping an application using PHP and Symfony framework. Ideally the system would run on a remote server, so that it can be available online anywhere. However, there has to be offline ...
4
votes
2answers
396 views
Commercial or Open Source Mapping Control for Winforms
Our company is building a Winforms application that needs a map control to help keep track of property surveys.
We are currently using GMaps.NET - http://greatmaps.codeplex.com/
The problem is we ...
4
votes
2answers
248 views
offline web application design recommendation
I want to know which is the best architecture to adopt for this case :
I have many shops that connect to a web application developed using Ruby on Rails.
internet is not reachable all the time
The ...
4
votes
2answers
165 views
Is there a “polite” way to maintain a local mirror of Drupal.org projects?
Now that Drupal.org has switched to using Git, is there an easy way to maintain an up-to-date mirror of a selected subset (or even all) of the core and contrib projects locally? Or would that be ...
4
votes
7answers
346 views
Working offline with SVN on local machine temporary
I am working on a project currently on SVN. I however will not have access to the internet for a few days, and will be working on my project.
Is there any way to make a clone of the repository on my ...
4
votes
3answers
2k views
Why might cache-manifest fail to get mobile Safari to cache site while working as expected on desktop?
I'm playing around with a simple web app locally, and can't quite figure out why it is not caching correctly on the iPhone. I am serving a .manifest file with the correct MIME-type, and the site ...
4
votes
3answers
3k views
offline app using UIWebview for iPad
I am trying to build an iPad app which has one UIWebview. content is in asp.net. Now one of major requirement is that my app should support offline mode.
First I tried looking Html5 cache manifest ...
4
votes
1answer
583 views
Password Protect HTML5 Offline Application Directory
I have an HTML5 app which is capable of running offline. However, I need to password protect the directory this app resides in to only allow access to authorized users. Initially I was using a PHP ...
4
votes
3answers
6k views
Download images and save locally on iPhone Phonegap app
I've already managed to save a web page (x/html) successfully, but I'd also like to save the images and mp4 videos that are contained in it, for further visualization in offline mode.
I've got access ...