Tagged Questions

12
votes
4answers
395 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 …
10
votes
17answers
721 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
14answers
3k views

JavaScript: How to detect that the internet connection is offline?

How to detect that the internet connection is offline in JavaScript?
5
votes
9answers
1k 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, …
4
votes
2answers
283 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 …
4
votes
8answers
275 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
11answers
395 views

Offline documentation for various programming languages?

I recently found this: http://be.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 …
4
votes
6answers
1k 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 …
4
votes
15answers
431 views

GUIDs as Primary Keys - Offline OLTP

We are working on designing an application that is typically OLTP (think: purchasing system). However, this one in particular has the need that some users will be offline, so they need to be able to …
3
votes
1answer
90 views

ClickOnce CD setup tries to connect to the Internet

I'm trying to deploy an application built with VS2008 Express. The idea is to upload the files to a webserver (installation via website) and at the same time offer offline (CD) installations to some …
3
votes
2answers
95 views

Offline synchronization options with .NET

I've been asked to research approaches to deal with an app we're supposed to be building. This app, hypothetically a Windows form written in C#, will issue commands directly to the server if it's …
2
votes
2answers
432 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 …
2
votes
3answers
109 views

Classic ASP VBScript offline reference

I don't do a slew of VB in classic ASP, so I'm looking for an offline reference I can use while I'm well...offline. General syntax and ADO goodies are a plus! Thanks in advance!
2
votes
5answers
1k 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 …
2
votes
2answers
493 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 …

1 2 3 4 5 next
15 30 50 per page