There are many websites that offer great services like online equation editors etc. Is there a way to save these websites so you can use there services when you don't have access to the internet?

link|improve this question

feedback

closed as off topic by Mat, Pascal Cuoq, JohnFx, Jeremy Banks, Andrew Barber Sep 28 '11 at 3:06

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

You could consider installing a local copy of the Wayback Machine: http://archive-access.sourceforge.net/projects/wayback/

link|improve this answer
feedback

You can use something like wget to mirror the site provided the services run client side.

If the services are provided through server interaction, i.e. submit form, get result, then no you can't do it offline.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.