0
votes
0answers
13 views
Is ADO.Net Data Service Offline (Astoria Offline) dead? Any Plan B?
We are trying to convert out old school client server application into a N-Tier application with synchronization and offline support using all Microsoft technology (we are a total .Net and SQLServer …
1
vote
3answers
60 views
HTML forms working offline
I need to be able to run HTML forms offline. I mean they have to work without direct connection to the web server.
In an application I wrote over 5 years ago I did it by implementing a custom …
-1
votes
0answers
28 views
Configuring Lighttpd, PHP5 and MySQL5 for a no-supervision installation…
I'm creating a script that'll work on a Lighttpd, PHP5 and MySql5. The point is, it must be full-offline script installed and configured with all the requirements by one installer. It's a bit modified …
3
votes
1answer
91 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 …
0
votes
4answers
72 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 are not connected to …
0
votes
0answers
64 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 is that when a …
0
votes
4answers
56 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'm regularly not …
1
vote
2answers
125 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_offline.html) if the …
3
votes
2answers
96 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 …
0
votes
2answers
87 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 …
0
votes
0answers
132 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 to them. I want to …
0
votes
3answers
257 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 alternatives here to …
2
votes
2answers
433 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 …
0
votes
2answers
172 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 connection. With internet …
1
vote
3answers
125 views
Best Practice for synchronizing common distributed data
I have a internet application that supports offline mode where users might create data that will be synchronized with the server when the user comes back online. So because of this I'm using UUID's …
