offline

Implementaion desktop .NET application with posibility to work offline.

Hello, I have a problem I need to create a desktop WPF application in .NET. The application receives and sends data from Web- server, and the application can work in offline mode when the Web server isn't available. For example the application need to calculate how much time the user work on a project, the application connect to the se...

Downloading site content for a Flash site

A colleague of mine goes door-to-door selling "micro sites" to small businesses. He is looking to copy his site to his laptop for marketing purposes, while in the streets. We have contacted his provider and they have refused to be helpful with providing a exported version of his site. I have tried various flash downloaders to copy the...

Submit form from an offline webpage to server using jquery

I have created an HTML Autorun which run from a CD, there is a contact form in it. How can I submit it to my server? I think the common orgin problem is creating issues for me. None if the jquery ways seems to work. UPDATE: I want to submit by ajax, jquery will first check if internet is connected and then submit. The autorun will be l...

How to show site offline message during Drupal Site's MySQL database maintenance

Hi, I need to put my Drupal Site in offline/maintenance mode whence my SQL server is undergoing maintenance. I cant change the settings for offline mode in Drupal database because MYSQL would be inaccessible. Any other method to do it? Thanks in advance! ...

User Jquery to determine online/offline status

Hi People, i am currently building a website and was relying on php fetch_content to read file this (http://opi.yahoo.com/online?u=yahooid&m=a&t=1) and it returns 00 for offline and 01 for online. Somehow i moved my hosting n the new hosting can't do php_fetch_content, is there is any way for jQuery to do this? i've tried .get()...

How can I create an offline iphone web app?

Hello, I have a mobile web application for my iPhone. My application is in general dynamic so all the files I am using are in php. How can I make this web app working offline? Can I still use the and include the index.php file there? Or there is another way for dynamic pages? Thanks in advance ...

How can I cache my dynamic iPhone webapp for working offline?

Hello, I am having an iPhone web app written in PHP and using the WebApp.Net framework. I would like to make this application work offline as well. As I understood I can not use the manifest tag of HTML5 because my files are PHP and not html. Or at least it didn't work with it and I don't know if I am in the right direction. Does anyon...

How can I add a parameter to the manifest file HTML5 for offline mode?

Hello, I have a web application and I want to make it run offline as well. In this application I just have a form and I am using PHP for submitting it. I am using a manifest.php file like the one described in http://building-iphone-apps.labs.oreilly.com/ch06.html . The problem is that I need somehow to add the parameters from the form ...

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 works perfectly fine with my local server turned on or off on desktop Safari, Chrome and Firefox. It is only mobile Safari that is failing to ...