Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
6answers
12k views

Work offline in Team Foundation Server

Is there a way to set "work offline" in TFS without having to try opening a solution, waiting for it to time out, and then having Visual Studio work out that it has failed? It seems a touch ...
17
votes
5answers
3k views

Offline mode app in a (HTML5) browser possible?

Is it possible to build an application inside in browser? An application means: 1 Where there is connection (online mode) between the browser and an remote application server: the application runs ...
11
votes
4answers
1k views

Save Youtube video to iPhone in the app

Playing Youtube video in the app is easy and well documented around. There are two problems with that: after closing Youtube player, if user wants to play it again it has to wait for online ...
7
votes
3answers
3k views

How to synchronize HTML5 local/webStorage and server-side storage?

I'm currently seeking solutions for transparently and automatically synchronizing and replicating across the client-side HTML5 localStorage or web storage and (maybe multiple) server-side storage(s) ...
5
votes
3answers
233 views

displaying cached version of webview in android

I am trying to get the HTML5 offline cached version of a website to display when the network is down inside of a webview. I have overridden onReceivedError ok, and when the network is down this ...
4
votes
4answers
2k views

offline data storage & access using jQuery

does anybody have any experience writing up a offline data storage & access app on jquery. my server side app would be an ASP.Net app. basically, i would be providing a trimmed down version of my ...
3
votes
3answers
70 views

Website that runs without Internet?

allaboutrajini site tells you to stop your internet connection to enter the site.I guess it determines whether the connection is on or off with javascript or something like gmail and qoura do. But ...
3
votes
2answers
427 views

Using Ajax with Offline Cache

I'm working on an offline-capable application and I'd like to do an ajax call to $.get() a file on the domain that I will be caching. Will the call still work if I'm offline? I would presume no, but ...
3
votes
2answers
957 views

Force applicationCache to reload cached files

I'm using the HTML5 applicationCache to store many Javascript, CSS, image, etc. files for a page. If I update one of those files, the browser never reloads it. I have tried the following: Calling ...
3
votes
4answers
221 views

Implement taking a website offline?

Don't need to do this right now but thinking about the future... What would be your method to take a website "offline" for a little bit through a custom coded cms? Meaning give the capability for an ...
3
votes
4answers
521 views

Memcached - how to deal with adding/deploying servers

How do you handle replacing/adding/removing memcached nodes in your production applications? I will have a number of applications that are cloned and customized due to each customers need running on ...
3
votes
5answers
405 views

Best means to store data locally when offline

I am in the midst of writing a small program (more to experiment with vs 2010 than anything else) Despite being an experiment it has some practical use for our local athletics club. My thought was ...
3
votes
2answers
2k 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 ...
3
votes
3answers
119 views

How relevant is support for “occasional connected” scenarios?

A while back, smart clients had been touted as the solution to "occasional connected" usage environments, and toolkits like Google Gears have sprouted for the same reason. It looks to me like ...
3
votes
9answers
3k views

What is the best method to detect offline mode in the browser?

I have a web application where there are number of Ajax components which refresh them selves every so often inside a page (its a dashboard of sorts). Now, I want to add functionality to the page so ...
2
votes
2answers
35 views

could the first ever maven build be made offline?

The problem: you have a zipped java project distribution, which depends on several libraries like spring-core, spring-context, jacskon, testng and slf4j. The task is to make the thing buildable ...
2
votes
0answers
179 views

Problem in Pocketsphinx demo on Android

I try to download and run the offline voice recognization demo from this link - http://cmusphinx.sourceforge.net/2011/05/building-pocketsphinx-on-android/ . I m successfully install and run this demo ...
2
votes
1answer
459 views

Will HTML5 offline mode be supported in Internet Explorer 9?

I understand HTML5 off-line mode is not supported in Internet Explorer 8. Do we know if it will be in IE9?
2
votes
2answers
2k views

Maven offline - problem with mvn-plugins

I'm using maven in my project and I need to run the build in a non-internet-access machine. When I test my project build everything is working, but when I run the build in a future moment, the maven ...
2
votes
9answers
1k views

what is the purpose of Offline mode in a web browser?

What is actually the purpose of offline mode. does it somehow manages the caching system of the browser. or it just skips the host resolution part, dont know for what. what probably the designer had ...
1
vote
2answers
50 views

Using Isolated Storage to provide an offline mode of a module in an application

I'm working on an application that allows users to submit some sort of requests. The application is broken down into several Silverlight applications one of which is that for submitting the requests. ...
1
vote
1answer
71 views

jQuery.get queue the request until network connection available

I am using jQuery Mobile to create a webapp to look at and update a CRM type system. The mobile app sends update using jQuery.get and jQuery.post and they work fine when network connection is ...
1
vote
2answers
106 views

Developer website for “offline mode” in PHP? [closed]

I want to add an "offline mode" feature to my system, so that my customer can add and edit the data offline, and then when it's back online the data will be uploaded to the system. Can someone here ...
1
vote
1answer
331 views

UI iOS Automation: I want to background the app and click the settings panel to put the phone into airplane mode to test the apps offline behaviour

I'm trying to automate setting the iOS into airplane mode, but I don't know how to access the settings panel to do so. I have tried the following to be able to see if the settings panel is listed ...
1
vote
0answers
79 views

Locking model for IndexedDB?

How does IndexedDB handle multiple tabs each with asynchronous transactions in-flight? Do transactions lock all of the related object stores entirely? How can I guarantee that if one tab is working on ...
1
vote
2answers
330 views

HTML5 Offline: browser loads cached index page even when online

When a page is requested, it is cached as per the manifest file. However, when the page is updated, and the device is online, the file is not updated even though the computer is offline (it's online). ...
1
vote
1answer
103 views

Winforms app as “offline mode” of the web app

I saw similar questions here, but none of them really addressed my situation, here's the setup: I have an ASP.NET application with Forms Authentication (SqlMembershipProvider) where users can submit ...
1
vote
2answers
161 views

Web Application similar Native Client

I am wanting to port my application to a web app. The app should: Be able to access the local hard drive The data should be stored locally (in case of denial of service attacks to my web server). ...
1
vote
2answers
89 views

Offline dataentry options

Are there any options available to do offline surveys and questionnaires. Something in the line similar to Adobe Lifecycle that allows coded pdf files. Its costly and there are about 10-15 templates ...
1
vote
1answer
263 views

Running Selenium RC tests in firefox in offline mode

Is there a way to run Selenium test in offline mode? If I set the offline mode in the firefox profile, selenium is stuck at selenium.start(). I'm using the python client driver. The code is as ...
1
vote
4answers
810 views

Inserting PDFs in SQLite

I am developing offline implementation of an iphone app. I cannot insert pdf files into sqlite DB. can anyone help me to insert pdf/xls into sqlite DB. Thanks in advance!
1
vote
2answers
461 views

Can I access the Flash security manager without an Internet connection?

When Flash Player 10 thought that I was doing an "unsafe operation", it told me that to reset security settings I have to go online, somewhere around this link ...
1
vote
3answers
664 views

XCOPY-deploying Microsoft Sync Framework in a no admin rights scenario (i.e. ClickOnce install)

I'm currently designing a smart client app (WPF) which needs to operate in an "occasionally disconnected" mode. For the offline scenario, I'm looking at using: Disconnected Service Agent ...
1
vote
2answers
825 views

“Reconcile Offline Work” in Perforce doesn't work for me

In the 2009.1 version of Perforce Visual Client for 32-bin Windows, the "Reconcile Offline Work" option does weird things. In the middle box where the "Local files not in depot" should be displayed, ...
1
vote
3answers
2k views

Offline database access under Silverlight-3

As the Silverlight team worked through the betas, one glaring pain point that is existing in the realm of Silverlight 3 is the ability to have an offline database, so that you can right-click on the ...
1
vote
3answers
859 views

localhost doesnot connect in offline mode? [closed]

have not tested on windows. but in ubuntu when u disconnect from the network, start ur Apache, and enter localhost in any browser, it does not shows ur localhost page, it is suppose to show.
0
votes
3answers
27 views

Running Apache Dev/Test server locally

Is there any way that I can set up Apache to run locally, specifically NOT connecting to the internet, so that it may serve dynamic content (PHP) over a LAN? I'm trying to set up a development ...
0
votes
1answer
21 views

plus one button not loading when html5 offline storage is enabled

I added the following plus one script at the top of the head tag <script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script> and then added plus one button in ...
0
votes
0answers
24 views

HTML5 offline strange behaviour

I am having a problem with a web app that I'm working on and I have posted a question here which is a bit vague and probably not very helpful. I have decided to create a really basic site and build it ...
0
votes
0answers
73 views

Should HTML 5 cache manifest work with ajax requests too?

I'm trying to get HTML 5 offline application cache working with an ASP MVC 3 website. The problem I get is that when I try to navigate to a page in offline mode, it doesn't work. I am using an action ...
0
votes
1answer
104 views

Using offline application cache in iOS and in full screen app mode it opens other pages in Safari instead of the application

I'm building an offline tablet/phone app in HTML5 to collect data remotely in the field where there are no cell towers. It uses the offline application cache manifest to save the pages into the ...
0
votes
0answers
22 views

Non-Sandboxed File Access In Chrome

I am currently developing a webApp for Chrome which requires that I have non-sandboxed access to the users file system (it's an offline HTML editor, and I would like to be able to save files for extra ...
0
votes
1answer
90 views

How do I embed NoSQL database to my browser for offline experience?

I want to have a document oriented database with features like find, insert, modify and other found in MongoDB, to be be available to my browser ( Safari on iOS and Chrome on Android is good enough, ...
0
votes
1answer
387 views

OSMdroid : How to render offline map from a local zip archive

I'm using the osmdroid library for my custom map application and my last issue is related to the accessibility of offline contents prepared in a common format easy to share. In the specific I'm now ...
0
votes
0answers
31 views

ie7: saving webpage + form data for later use

I have a form on my page where people are able to fill in some different values. What i would like to know is if theres is any way for them to fill out the form when they are offline (with the page ...
0
votes
2answers
151 views

Offline db app to online syncing, cross-platform, use HTML5?

For a school project for a real-world client we are being asked to create an app that can work in offline mode to store information into some sort of db, that will then sync that info with an online ...
0
votes
0answers
95 views

limitaions of iphone ios and showing UIWebview in offline mode

Can any one tell me or provide me a link where i can found the limitations of iphone ios and way to show UIWebView in offline mode?
0
votes
1answer
140 views

SQLite or Internal storage for RSS on Android?

I'm making an app that needs to be able to read an RSS feed offline. I've been told to get it done the most efficient way, which is either by storing the feed in a SQLite database or by storing the ...
0
votes
1answer
49 views

Show offline-mode

What is the best way to show a user that he is in offline mode? Does Apple provide anything like a toolbar icon or what would be the best practice on that?
0
votes
1answer
74 views

how to receive the offline SMS in android programatially

If my android device is switched off , at that time some one is sending sms to my mobile. once i switch on i want to get the SMS through programatically. is this possible any one please help me in ...

1 2