offline

Good free offline PL/SQL formatter

Hello. Does anyone knows a good formatter for PL/SQL free and offline? Thank you very much. ...

Adobe AIR for an offline application: is this the best option?

I'm looking to develop an offline version of an application that still needs to connect to the live site to retrieve the information and store results. The application is for an online course system, that now needs to work when an internet connection is either unavailable or flaky. The system currently tracks each page viewed of the cou...

Offline RIA Cross-Platform Environment

I want to create a simple 'scorecard' like mechanism for some card/parlor style games. The trick is I want this to be a visually stimulating application (WPF/Flash style animations etc.) and available on Mac, Windows and some mobile clients eventually. Any thoughts on framework? Silverlight would be great if I could run it offline, other...

Where can I download an offline installer of Cygwin?

I need an offline installer with most of the utilities commonly needed. Somehow the default installer confuses me with all its package selection. I installed Cygwin but I can't find the diff utility after the installation. ...

Download an offline version of a webpage

Duplicate of Suggestions for a site ripper. Hi I need to download an offline version of an specific page. Including all images and CSS files. I need to recreate the entire webpage again in my server. Something running in the console would be great. Thanks ...

Offline documentation for various programming languages?

I recently found this: http://be.php.net/get/php_manual_en.chm/from/a/mirror. It's a .chm file that contains all the documentation for PHP which you can normally find on their site. Handy for offline use. I'm wondering, does anybody know of similar things for other languages. Complete offline documentation that you can use if you don't ...

Designing code for a duo Website + AIR desktop App

I want to use AIR to create an OFFLINE version of a "webapp" kind of website (lots of ajax, front end code). Haven't been much further than the HelloWorld example, I keep wondering: how do you design your code, to maximize code reuse between the website (say in php or Java or .Net), and the AIR app ? Can you actually re-use 100% of th...

How can you use Firefox's JavaScript engine offline?

I have jQuery code which works offline in Safari and Opera, but neither in Firefox 3.1 nor 3.08. How can you use Firefox's JavaScript engine in offline debugging? ...

sync automatic background offline

Hi Guys! I'm working on some documents on a laptop which is sometimes offline (it runs winXP). I'd like to backup automatically the documents to a folder to a remote location so that it runs in the background. I want to edit the documents and forget about backuping and once online - have it all backuped to a remote location, or even be...

iphone offline cached apps dissapear after closed in safari?

hey all, We're developing an html5 offline webapp for the ipod touch/iphone. We have the manifests and everything working correctly, but we can't figure out why our app will not reopen after the 'tab' in iphone safari is closed. For example's sake, here's what works: 1) open the url to the offline-enabled html file in safari on the i...

SQL Script to take a Microsoft Sql database online or offline?

Hi folks, If I wish to take an MS Sql 2008 offline or online, I need to use the GUI -> DB-Tasks-Take Online or Take Offline. Can this be done with some sql script? ...

Is Dojo offline working? Are there any alternatives?

Hello there! I'm working on a web app which will need to work offline. I'm looking at Gears right now, but I also found Dojo offline. I'm asking this question because the latest news of it are from 2007, and the hosted demos don't seem to work (I've installed Gears under Firefox 3.0 on my Ubuntu laptop) Is anyone using Dojo offline, or a...

Experiences developing offline solutions for SharePoint with InfoPath?

With the widespread acceptance of SharePoint 2007 at my current client, more and more, there are questions about filling out forms offline that then get synchronized when they are connected back to the network. This seems like exactly what Microsoft built InfoPath for, so here's my (totally untested) thought: We have a library of InfoPa...

Is there a way to run Trac offline?

I'd like to download the Trac database so I can view its tickets offline. Is there anyway to achieve this? I.e. if I need to leave the office and bring my laptop with me, how can I bring the tickets with me without having to connect to the company network? I know that Mylyn can download and sync tickets via it's trac connector but I'd ...

What do I need to learn iPhone development offline?

I have a week long holiday without 'net access coming up. I'm interested in learning iPhone development. What applications, tutorials, documents and so forth should I download in order to learn and develop iPhone applications completely offline? Are there any steps I need to take to prepare my iPhone to have apps loaded on to it while I ...

Is it possible to cache a whole website including start html page and startup with no internet connection?

Our website is an AJAX website that makes no page requests after the initial start up of our website. Information is communicated with the server through XMLHttpRequests. Our website allows users to work online and offline without a connection during a user session. When a connection is detected our website "synchronizes" with the s...

activation system for flash

Hi all, BRIEF: I am interested in finding out if there has been or ever will be a system for processing and managing software activation in a flash app. DESCRIPTION: My company develops alot in flash and flex and can already manage user access for online applications. but if I were to distribute a flash *.exe or an AIR app; are there...

Offline web application

I’m thinking about building an offline-enabled web application. The architecture I’m considering is as follows: Web server (remote) <--> Web server/cache (local) <--> Browser/Prism The advantages I envision for this model are: Deployment is web-based, with all the advantages of this approach Offline-enabled UI (html/js) synchronizat...

Whats the easiest way to determine is a user in online? (PHP/MYSQL)

Is there a way I can piggy back sessions to know is the user is online? I.e: use logs on, I set a $_SESSION variable, user times out- cookie Garbage collector updates the database to update their status as offline. EDIT: I want a solution that does not involve times or dates. I want something to ride on sessions or something similar. ...

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_access for a user for a facebook app and then using this (session key) to retrieve offline & not within a browser friends & profile data. Preferrably doing this...