Tag: JavaScript

  • Generating Grids, Hexmaps, and Image Markups with JavaScript

    Corrosion Mapping, Hotspots Highlighted (Not an Actual Report Image) One application I had the honor of working with in my time with the Coast Guard was a Corrosion Mapping tool used by Engineers to track the wear and tear on aircraft parts over their lifetime. Using an Active X control, users would bring up a…

  • What’s the Right JavaScript Framework, If Any?

    JavaScript Frameworks I recently checked out Google’s AJAX Libraries, which, aside from being inaccurately titled, provides a means for web developers to access functionality in a wide variety of popular JavaScript frameworks and toolkits without having to host the libraries themselves. Simply include the base Google library, and then use it to load whatever framework…

  • The Power of JavaScript

    I’ve been out of the loop when it comes to all the web development advances that have occurred in the last five years, and am now just getting up to speed on them for a project to modernize our Asset Logistics Systems at work. The area most changed since I went into my ASP cave…

  • JavaScript Turing Machine

    So I was watching the anime series Ghost in the Shell and I don’t feel productive when I’m just watching anime, and I can’t write words when watching videos, so I decided to do some programming purely for fun. What I did was write a little demonstration of a Turing Machine. Before there were computers,…