Questions tagged [offline]

Refers to the status of being unable to connect to a network; in most situations, this is specifically referring to the Internet.

2399 questions
360
votes
23 answers

Detect if the internet connection is offline?

How can I detect if the internet connection is offline in JavaScript?
Daniel Silveira
  • 41,125
  • 36
  • 100
  • 121
221
votes
9 answers

Check if Internet Connection Exists with jQuery?

How do you check if there is an internet connection using jQuery? That way I could have some conditionals saying "use the google cached version of JQuery during production, use either that or a local version during development, depending on the…
Lance
  • 75,200
  • 93
  • 289
  • 503
182
votes
12 answers

Downloading a Google font and setting up an offline site that uses it

I have a template and it has a reference to a Google font like this: How can I download it and set it up to use in my…
user2147954
  • 2,045
  • 3
  • 15
  • 10
175
votes
15 answers

How to install VS2015 Community Edition offline

When visiting Microsoft website to download VS2015 you can download a file of a few MB in size to install Visual Studio. When you open the file it acquires the files necessary from internet, but you can not choose where these files are stored. How…
Mike de Klerk
  • 11,906
  • 8
  • 54
  • 76
131
votes
15 answers

How do I configure Maven for offline development?

Does maven require a connection to the internet at some point to be able to use it? Meaning specifically getting the internal maven plugins for compiling, cleaning, packaging, etc?
user130532
118
votes
15 answers

How to detect online/offline event cross-browser?

I'm trying to accurately detect when the browser goes offline, using the HTML5 online and offline events. Here's my code: