I first installed and set up an Icecast server in 2006 to provide an audio stream for an online radio station, I developed for Remwes, LLC. The website was a simple one-pager with a Shockwave Flash audio player that used the Icecast audio stream for the streaming source.…
Recently I was tasked with setting up a conditional mobile app download link banner for the mobile view of a WordPress website. In this post, I'll explain how I did it and how you can set this up on any WordPress website or server that supports PHP should you find the need.…
Bitcoin and Ethereum have steadily increased this year, and they are gaining the attention of investors. I’ve recently begun trading cryptocurrency on the Binance exchange, and for fun, I created my own cryptocurrency token, the DPI based on the Bitcoin Cash Simple Ledger Protocol (SLP)…
I was 7 years old when the Commodore 64 was released in 1982. At the time the popular systems were the Apple II, the TRS-80, and the Atari 800 but in the late 80’s the Commodore 64 was king, having over forty percent of the market share and continuously selling 2 million plus units …
PHP 8.0.0 has arrived and was released on November 26th, 2020. This is a major update that provides some exciting new features and optimizations. Union types, JIT compiler improvements, named arguments, new static return type, and more! …
You can enable tight login security for WordPress on Apache and NGINX rather easily. To do this on Apache you'll use an .htaccess file in your webroot and on NGINX you'll modify the configuration file for your site. This post will explain exactly how-to do this on both server types (LAMP & LEMP)…