0
votes
0answers
12 views
Prevent offline iphone webapp from opening link in Safari
I’m developing a website that will work with mobile safari in offline mode. I'm able to bookmark it to the home screen and load it from there. But, once opened from the home screen, clicking on …
0
votes
1answer
28 views
Installing Silverlight plugin on offline PC - is it possible?
Let's presume you need to show your shiny new touchscreen-optimised Silverlight application to your boss during trans-atlantic flight. How can you do that on his notebook if the only thing you have is …
0
votes
0answers
34 views
Is swapCache() required in HTML5 offline apps?
If I don't implement any updateready event handler and don't call swapCache(), does that mean that the browser will always use the first (oldest) downloaded version of the application?
If no, then …
1
vote
3answers
97 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 …
0
votes
0answers
28 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
votes
2answers
40 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
109 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
86 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 …
1
vote
2answers
182 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 …
4
votes
2answers
313 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 …
3
votes
2answers
105 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
3answers
329 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
493 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
104 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
88 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 …
