Web Development WordPress
September 17, 2024 by Adam | Leave a Comment
Background: My company uses AIO Login (formerly Change WP Admin Login) to change the login URL of our WordPress sites to add a little extra security. Problem: Accessing password protected pages does not work when using the AIO Login plugin. Solution: Add a couple of custom functions to your theme’s functions.php file. Details: This solution […]
Read more »
Tagged
Technology
February 22, 2024 / February 22, 2024 by Adam | Leave a Comment
The company I work for uses the Microsoft 365 suite of products including Teams. Just today, I was prompted in the ‘new’ Teams app to provide feedback. I provided feedback… “I have to use Teams for work. I didn’t like the “old” Teams app and the “update-in-place” methodology and I really hated the constant nag […]
February 17, 2024 by Adam | Leave a Comment
Sharing one input device across multiple machines seems like a great thing at face value. If you have a Mac and an iPad (or even two Macs) then Apple’s own Universal Control works fantastically and (usually) without a hiccup. My biggest problem that I have encountered is two devices just not automatically communicating which I […]
Web Development
February 2, 2024 / February 21, 2024 by Adam | Leave a Comment
Years ago, I worked with a doctor that specialized in sports medicine and physical therapy. He asked me to create a bespoke grip strength calculator that he could use and present to patients of his. I used charts and data available from the NIH to do the math and meet the task requirements. I wrote […]
Windows
November 9, 2023 / February 1, 2024 by Adam | Leave a Comment
I’ve been using my PC more lately and one thing that Windows lacks is the ability to set the scroll behavior related to mouse wheels. I use “natural” scrolling on my Mac’s Magic Mouse (and always have since its introduction) so using my PC recently has been frustrating since my muscle memory is so well […]
WordPress
October 26, 2023 by Adam | Leave a Comment
As much as using WordPress is cliche, my current job revolves around WordPress so it seemed fitting to use it personally as well. I had been using Ghost since I had been fully immersed in NodeJS, Next, React and researching any ‘new hotness’ JS frameworks or libraries that seemed to materialize out of thin air […]
October 23, 2023 / February 20, 2024 by Adam | Leave a Comment
My current job has found me in a sea of WordPress sites. Since we don’t allow (or want, at this time) users to register, the PHP mail() function is not enabled along with the security risks that PHP mail(); brings along with it. So what happens when a user needs their password reset? Currently, an […]
October 2, 2023 / February 17, 2024 by Adam | Leave a Comment
Five invaluable SQL queries for changing the URL of your WordPress site.
May 26, 2023 / September 17, 2024 by Adam | Leave a Comment
Pastey.io is my first NextJS project released to the public!