Code

Magento 1 Get First, Last, or Middle Name Returning Null

Magento 1 Get First, Last, or Middle Name Returning Null

July 2nd, 2020

While creating an extension to create pdf shipping labels in Magento 1, I ran into an issue where I wasn’t [More…]

San Diego COVID-19 Daily Cases

San Diego COVID-19 Daily Cases

June 2nd, 2020

Once again building off of an earlier project, I decided to make use of all the historical data to create [More…]

Magento 2 Programmatic Redirect Without Custom Controller

Magento 2 Programmatic Redirect Without Custom Controller

May 29th, 2020

While creating a custom program for my work, I attempted to figure out if there was a way to create [More…]

Displaying OpenAerialMap Tiles Using Leaflet.js

Displaying OpenAerialMap Tiles Using Leaflet.js

April 29th, 2020

Leaflet.js is a very powerful javascript library for creating browser-based maps and mapping related experiments. Recently as I was getting [More…]
Mediawiki fix “Error creating thumbnail: libgomp: Thread creation failed: Resource temporarily unavailable”

Mediawiki fix “Error creating thumbnail: libgomp: Thread creation failed: Resource temporarily unavailable”

April 16th, 2020

While making some articles on a MediaWiki instance that featured SVG files, I ran into the following error: Error creating [More…]
Ninebot Scooter IAP Command/Serial Packet Generator

Ninebot Scooter IAP Command/Serial Packet Generator

April 7th, 2020

New! Try V2, completely local/offline. Using the ScooterHacking.org command API, I’ve created a GUI below to create commands. Fill out [More…]
Javascript Auto Download Screenshot as Image From Clipboard

Javascript Auto Download Screenshot as Image From Clipboard

January 23rd, 2020

Ever wanted to save a screenshot on windows but don’t want to have to install utilities or deal with MS [More…]
MediaWiki allow ‘.exe’ files to be uploaded

MediaWiki allow ‘.exe’ files to be uploaded

January 22nd, 2020

**Let me preface this post by saying, in general, it is not advisable to allow exe files to be uploaded [More…]
ESP32 Dev Board Internal/Built-in LED Not Blinking

ESP32 Dev Board Internal/Built-in LED Not Blinking

August 3rd, 2019

I was trying to figure out why the painlessmesh example was not blinking the correct amount of times. It would [More…]
jQuery Datatables Use Custom Search Box/Element

jQuery Datatables Use Custom Search Box/Element

July 9th, 2019

Datatables is a great way to visualize and interact with data without having to code your own solutions. Recently I [More…]
Magento 2 How to Fix Missing Product Images

Magento 2 How to Fix Missing Product Images

June 28th, 2019

After getting my theme to work on Magento 2, I realized that none of the images were showing after moving [More…]
Magento 2 how to fix “There are no commands defined in the ‘setup’ namespace.” errors

Magento 2 how to fix “There are no commands defined in the ‘setup’ namespace.” errors

June 28th, 2019

In trying to set up a Magento 2 instance, I came across an issue trying to set developer mode through [More…]