0
votes
0answers
12 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) ins …
0
votes
4answers
59 views
Offline Web Application
We have a .NET Sales Web Application for which Offline capability needs to be added. i.e The users can access(read,edit,create) the leads,oppurtunities and prospects even if they a …
3
votes
2answers
79 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 …
1
vote
2answers
87 views
Detect If Offline - in C# WebBrowser component?
We're working on a wrapped WebBrowser component. We'd like to display one page (e.g. oursite.com/thispage.html) if the user is online and another page (e.g. C:\somewhere\thispage_ …
0
votes
0answers
38 views
PHP ssh2_connect times out instead of returning ‘false’
I am trying to connect to some of my servers using PHP ssh2_connect method. If a server is not online, my script would attempt again at a later point of time. The problem am facing …
0
votes
2answers
67 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 …
0
votes
3answers
191 views
Iphone App vs. Offline Web App. Which way is the smartest?
I think about starting from scratch building a small application fullfilling two technical requirements:
should be usable on iPhone
should work offline
There are two obvious al …
1
vote
2answers
362 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 …
2
votes
4answers
1k views
Facebook offline access step-by-step
After searchinge litteraly 1 day on fb 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_ac …
0
votes
4answers
40 views
External JSON data with offline development
I am developing a web app that accesses some external JSON data. I'm currently using jQuery's getJSON to get the data and call the callback.
My internet at home is terrible, so I …
0
votes
0answers
97 views
iPhone load map offline tiles
Hello,
i'm trying to start a project that will present a map and drop some pins for the museums in my town. I played with map kit and route-me from Cloudmade so i'm not a stranger …
2
votes
5answers
980 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); …
9
votes
14answers
2k views
JavaScript: How to detect that the internet connection is offline?
How to detect that the internet connection is offline in JavaScript?
0
votes
2answers
150 views
JavaFx Offline ability?
Recently we are looking for the possibility to use JavaFX as an offline RIA client.
The idea is that user can use the netbook to work on the app with or without internet connecti …
10
votes
17answers
710 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 accessib …
