One of the disadvantages of a webbook is that a user has to be connected to the internet in order for webbook to work. Is this really true? It turns out the answer is no. In fact, you can create a webbook that someone can use on their computer without being connected to the internet.
How does that work? You simply take all the files (HTML + media) and folders of the webbook and zip them into a ZIP file. You then send the ZIP file to the user attached to an email message; or the user downloads the ZIP file from a website.
Once delivered, the user must unzip the ZIP file in a place where he or she can access the first webpage of your webbook. Everything in the webbook will then work offline just as it normally works online except for the hyperlinks to outside resources on the web (which require an internet connection).
The Problem
The problem lies in how the user handles the ZIP file. Many users will download the ZIP file, or receive it by email, but not know where the ZIP file is on their computer to access it. Even after they locate the ZIP file, they may not know how to unzip it in a place where they can find it. For many users this is old hat. But for other users it’s a mystery. Thus, you will have to provide instructions on how to handle the ZIP file, unzip it, and place the unzipped files and folders somewhere where the user can find them easily.
The problem is even more serious on phones and tablets where it’s often more difficult to figure out how to handle files and folders. In addition, to manipulate files and folders, a user needs to have a competent file-manager app on their portable device. Therefore, your instructions for someone to take your webbook ZIP file and use it on a phone or tablet probably has to include instructions on how to download a good file manager program (app) first. You can see that the problem, which is minor on a laptop or desktop, becomes a more difficult problem to explain for a phone or tablet.
Relative Links
To construct a workable local website, all the links to internal files have to be relative links. If they are absolute links they won’t work offline. (See Chapter 12 for more information on relative linking.)
If you use WordPress to create your webbook, you cannot easily provide a local webbook. Although it’s not impossible to do, it’s not practical to teach a user how to do it.
Conclusion
Delivering a webbook by ZIP file to be used on a computing device without connecting to the web is a great idea. Unfortunately, it may not be easy for many users to implement.