Monthly Archives: January 2018

A Music Tracker in JavaScript

Below is a screenshot of a music tracker implemented in JavaScript. To see the code, visit the URL “https://github.com/thiscouldbebetter/MusicTracker“. Or, for an online version, visit the URL “https://thiscouldbebetter.neocities.org/MusicTracker/_MusicTracker.html“.

Posted in Uncategorized | Tagged , , , , , , | Leave a comment

A Touch-Typing Trainer in JavaScript

The JavaScript code below implements a simple typing trainer in JavaScript. To see it in action, copy it into an .html file and open that file in a web browser that runs JavaScript. Or, for an online version, visit the … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Drag and Drop with External Files in HTML5 and JavaScript

The JavaScript code below, when run, allows the user to drag and drop image files onto a box, upon which the image and its file name will be displayed. To see it in action, copy it into an .html file … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Exploring the ISO File Format in JavaScript

The JavaScript code below allows the user to specify a file in .ISO format, and displays the structure and contents of that file as text. To see it in action, copy it into an .html file and open it in … Continue reading

Posted in Uncategorized | Tagged , , , , , | 1 Comment