Category Archives: JavaScript

Movie Picker Project Analysis, Part I

The Movie Picker project was originally done for a course I took. We had to create a dynamic JavaScript menu system that presents the user with a series of questions that change depending on the answers given. Once enough information … Continue reading
Posted in JavaScript | Leave a comment

JavaScript Calculator API

The JavaScript Calculator now includes a public API as of version 1.1a4. This allows much greater flexibility and control of the calculator through code. Note, however, that this is still an alpha version and the API may change in the … Continue reading
Posted in JavaScript | Leave a comment