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...

30 Nov 2020

Progress Update 2

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

Progress Update 1

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

Manipulating SVG Files

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

Explaining 'This'

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...

01 Sep 2020

What is Dragnet?

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...