So, recently I’ve been on the road. Do you know how annoying it is to have a laptop, on the road, and not be able to even access a basic web page AT ALL?
So, in an effort to use my computer more efficiently, I decided to check up “offline web browsing”. The idea is to store the files from a web server on your own computer’s hard drive, allowing you to browse any stored information sans wifi.
Saving Webpages
The basic way of storing information from the Internet is to simply save the HTML file, similarly to copying a text or other file. If while browsing you want to save the web page that you’re viewing for future, disconnected reference, follow these steps:
- Select File <- Save Page As, or use the Ctrl+S shortcut.
- Select a folder to save the page in, and hit Save.
- Open the file to browse it normally!
So, this works pretty well. I can save any web page I want to and read it later! The first thing I downloaded was a Python tutorial. And then I decided to download another Python tutorial for later reference (actually, I was downloading a list of tutorials). Then I realized I had a problem. This tutorial was spread over the equivalent of an entire website.
Saving Entire Websites
Fortunately, there are tools designed to download entire websites. These tools are known as “Offline Browsers” or “Website Copiers”. The one I downloaded is called HTTrack Website Copier. It can be found here. At first, the interface looked quite intimidating, but really it is rather easy to use.
- Start a new project by selecting “Next”.
- Name the project (names the folder that the website is in), and give it a category. The bottom option, “Base Path”, simply shows where the folder will be placed.
- Enter the URL (address) of the website you want to copy in the empty box. (All pages beneath the page you enter will be copied, i.e., if you enter “www.coolstuff.com/videogames” only the video games section of the website will be copied. This requires you to know the website).
- Hit “Next” and then “Finish” to begin copying the website. You can immediately open the website, or later enter the “My Web Sites” folder, select the “index.html” file, and browse your downloaded websites.
Saving Flash Media
One last thing. What if you want to save media which uses Macromedia Flash? Simple. Follow these steps:
- Browse to the page with the media you want to save
- Go to Tools <- Page Info
- Select the Media tab
- Now you need to find the media that you want from the list, select it, and hit the “Save As” button in the window
- Save the file, and you can open it in a web browser that has Flash enabled!
I will continue to post “quickie abilities” as my curiosity leads me.