Skip to content

sebastienguillon/eloquent-javascript-portable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eloquent-javascript-portable

A portable, offline-compatible of Eloquent JavaScript by Marijn Haverbeke (Second Edition).
The original work is licenced under the Creative Commons attribution-noncommercial license

This version is a repackaged version of the HTML pages, complete with images and code sandbox (including the exercise solutions) intended for local, offline use.

Once downloaded locally, it should work exactly like the online version, but will not require an Internet connection. The external links, obviously, will only be reachable when you have an Internet connection.

Some minor modifications have been applied to the main stylesheet to increase to size of the main navigation (especially on the bottom one). Indeed the main application for the version was for use on a tablet, so I wanted the buttons to be easier to use with a touchscreen.

GETTING THE SANDBOX TO WORK

On the desktop

Use Firefox if the sandbox doesn't run in Chrome

On tablets

You may have to install a web server on your tablet ("SimpleHttpServer" is fine). Configure the web server to point to your local folder of "Eloquent JavaScript Portable". Then open your browser to http://localhost (include the port if necessary, like http://localhost:12345/ for example). Note : You may have to use the internal storage as some browsers will refuse to load pages on external storage such as SD cards or USB.

About

A portable, offline-compatible version of the Second Edition of "Eloquent JavaScript" by Marijn Haverbeke. Complete with sandbox, images and exercise solutions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors