Below you will find pages that utilize the taxonomy term “Code”
Posts
Building the VOR Rehab App
Previously I had build a Vestibulo-ocular Reflex Therapy App . I had put the details about building it in the page, but it got kind of long after I started adding features so I figured why have one article when you can have two, right?
The Form
The first thing we need is a form. Each of the inputs will call a javascript function to perform it’s function. The tempo can be input with a slider or a text box, and each will update the other. We also need a time limit and a font scale. If I knew a better way to calculate the actual size of the letter on the screen I could get around this, but alas I could not figure out a reliable way to do that. Maybe in the future!