14 Dec 2020
Project Final Report
A Project Lifecycle Working Concepts before Full Prototypes One of the most important things I learned throughout the course of this project was to get out of the tunnel vision...
Read full post...A tool for building graphical exercises
14 Dec 2020
A Project Lifecycle Working Concepts before Full Prototypes One of the most important things I learned throughout the course of this project was to get out of the tunnel vision...
Read full post...30 Nov 2020
Identifying All Labels Since the last progress update, the major change that has been made is that the code no longer operates statically, and works dynamically to detect and select...
Read full post...20 Oct 2020
Learning JavaScript Coding and Debugging in JS Starting this project, I was highly unfamiliar with how to debug both HTML/CSS code and JS scripts. The difference from working in self-contained...
Read full post...08 Oct 2020
The issue with SVG and Object wrappers After figuring out how to import the SVG as an image through <object> tags instead of <img> tags, I was faced with some...
Read full post...30 Sep 2020
JavaScript is complicated. In JavaScript, the ‘this’ keyword refers to the object which is executing the current piece of JS code, or has a reference to its current execution context....
Read full post...22 Sep 2020
Converting the Original HTML Code This step didn’t take too long, the original code that was in the index.html file for the dragnet code had the program that it was...
Read full post...01 Sep 2020
Dragnet is a continuation of the project located here. The goal of the project is to create a Javascript Web Application that will extract specified labels from SVG images to...
Read full post...