Programming

Nautilus

Sun, 06/25/2023 - 11:00
Nautilus Screenshot

The Nautilus is a web application I built to run on our intranet, designed to help employees perform various tasks—many of which emulate tasks in DelmiaWorks. The reason for this is that DelmiaWorks’ user interface can be clunky, limited by the Delphi UI software that the software uses, and in some cases, the workflow to complete tasks is unnecessarily tedious. The Nautilus simplifies this by combining many of these tasks into a single page—or even a single click.

System Of A Down - Lost in Hollywood - Old Flash

Sat, 03/07/2020 - 19:11

Set the way back machine to the late 90's early 2000's I was really into Flash. Like web development it provided a great medium for stretching both my creative and technical muscles. Like many Flash enthusiasts my copy was cracked. I "started" a ton of projects in Flash. Heck, I started a ton of little projects in this time period; animations, games, 3D models, etc ... And the worst part is I don't have any of the working files for any of this stuff! That's the really frustrating part.

 

An Exercise in Modern HTML and CSS

Tue, 06/25/2019 - 05:53

http://adftw.jeremyheminger.com/

When I began building websites the idea of viewing it on a mobile device wasn't thought of or even possible. If there was any thought given to various display resolutions it was mostly solved by adding percents to the containing columns of a table and nesting that table within a table set at a maximum width with the most common resolution. I think that was about 1024 x 768 but it might have even been 640 x 480.

Newton's Cannon

Wed, 10/17/2018 - 18:57

Newton's cannonball was a thought experiment Isaac Newton used to hypothesize that the force of gravity was universal...

https://en.wikipedia.org/wiki/Newton%27s_cannonball

The cannon fires a ball that falls to earth. The cannon adds some power to the next shot and the cannonball goes a bit farther. Eventually the ball flies with enough velocity to break the planets gravity and falls into orbit. The ball literally falls around the planet indefinitely.

SVG Preloader with Javascript

Sun, 03/18/2018 - 13:31

I am currently working on a CRM that will be including a feature to display statistics on a large screen.
A feature I proposed was a nice animated timer to display when each module would update.

This timer should be dynamic and should have the ability to have easy set parameters; update time, color, etc...

So anyways, this is what I came up with: SVG-Preloader GitHub Repo.

Basic usage is quite simple:

Subscribe to Programming