by kodeJ | Dec 22, 2021 | HTML, JavaScript
Want to redirect video viewers to a new page or website when a video finishes playing? This short HTML and JavaScript code example demonstrates how to do it with an mp4 video on a web page. Redirect HTML5 Video When Finished With JavaScript XHTML <script...
by kodeJ | Dec 22, 2021 | WordPress
If you need to increase the width of the drop-down menus in the main navigation menu in the Divi header, the following custom CSS will allow you to do so. You can add the custom CSS code in Divi Theme options. Increase Width of Divi Drop Down Menu CSS /* Increase...
by kodeJ | Oct 20, 2021 | Linux
This tutorial is a short read on how to restart, stop, start and show the status of Apache on Linux. The following commands apply to most Red Hat Linux (RHEL) distributions. These Linux distributions include Fedora, Red Hat (obviously), and Amazon Linux 2. Linux...
by kodeJ | Oct 13, 2021 | Linux
Amazon Inspector is a tool that provides the automated security assessment of applications on Amazon Web Services (AWS). Amazon Inspector reports on vulnerabilities based on best practices and standard security compliance. AWS Amazon Inspector, a cutting-edge service...
by kodeJ | Oct 9, 2021 | HTML, JavaScript
A current project I have been working on involves implementing a .nes ROM player. That is, a way for people to play Nintendo Entertainment System games on a web page. Individual Nintendo Entertainment System (NES) games are available in a digital file format with a...