PHP

Eric Hepperle Web Design Project: Organic Harvest Ministries (2022) - Multisite mockup

Website Design: Organic Harvest Ministries

CASE STUDY: Website Design – Organic Harvest Ministries Visit website Southeast AlabamaWorks About the Client: Southeast AlabamaWorks’ (SEALWorks), the workforce development arm of the Dothan Chamber of Commerce, website was cluttered with a misaligned layout and somewhat confusing navigation and architecture. They wanted a complete overhaul of their user interface (UI) and user experience (UX). […]

Website Design: Organic Harvest Ministries Read More »

Eric Hepperle Web Design Project: Hepkat Organics (2022) - Multisite mockup

Website Design: Hepkat Organics

CASE STUDY:Website Design – Hepkat Organics Visit website Hepkat Organics About the Client: Southeast AlabamaWorks’ (SEALWorks), the workforce development arm of the Dothan Chamber of Commerce, website was cluttered with a misaligned layout and somewhat confusing navigation and architecture. They wanted a complete overhaul of their user interface (UI) and user experience (UX). The website

Website Design: Hepkat Organics Read More »

EHD Client Website: Southeast AlabamaWorks (2019) UX/UI Redesign - Multi-Device Composite Mockup

Website Redesign: Southeast AlabamaWorks

CASE STUDY: Website Design – Southeast AlabamaWorks Visit website Client_Name About the Client: Southeast AlabamaWorks’ (SEALWorks), the workforce development arm of the Dothan Chamber of Commerce, website was cluttered with a misaligned layout and somewhat confusing navigation and architecture. They wanted a complete overhaul of their user interface (UI) and user experience (UX). The website

Website Redesign: Southeast AlabamaWorks Read More »

NOTES: 2021-04-26 | Notes on LinkedIn Learning PHP Videos

These notes are continued from this post. How to Retrieve Data from a MySQL database with PHP (with mysqli) Best practice: Always free result and connection when done. db_connect_guide.php // Credentials $dbhost = ‘localhost’; $dbuser = ‘webuser’; $dbpass = ‘secret’; $ dbname = ‘globe_bank’; // 1. Create DB Connection $conn = mysqli_connect( $dbhost, $dbuser, $dbpass,

NOTES: 2021-04-26 | Notes on LinkedIn Learning PHP Videos Read More »

NOTES: 2021-04-26 | Thoughts on PHP and Life

I have all these PHP snippets on my desk of things I learned taking Linkedin Learning PHP courses. I took a 4-hr long coding test for a remote PHP/LAMP Developer job with the Huntsville, AL branch of NASA. I was excited for the opportunity, but learning I was lacking on all kinds of modern programming techniques,

NOTES: 2021-04-26 | Thoughts on PHP and Life Read More »

PHP Fatal Error: Call to Member Function on Array

Description & Purpose In this post I discuss how I troubleshot a simple object-oriented (OOP) PHP program that had array and class issues. Yesterday I began taking a course on LinkedIn Learning callled PHP: Object-Oriented Programming (OOP) because I want to refresh my OOP knowledge and fill in any blanks in my understanding. I got

PHP Fatal Error: Call to Member Function on Array Read More »

Developer Journal: Making ShopIsle Theme Search Page Display Excerpts Instead of Full Content [without plugin] – Pt. 01

This is part of a new series I’m starting called Developer Journal. Posts in this series discuss my challenges — various programming and design topics I’m trying to figure out. I take you on my journey of learning and discovery. You get to experience my process for problem-solving and troubleshooting technical issues. While these are

Developer Journal: Making ShopIsle Theme Search Page Display Excerpts Instead of Full Content [without plugin] – Pt. 01 Read More »

Contact Form 7 Broken on WordPress – GoDaddy, MS Exchange Email Spam Issues Likely Cause

Picture this. You just finished building a very basic WordPress website using any one of several popular contact form plugins including WPForms, Gravity Forms, Ninja Forms, Pirate Forms, or the old stalwart (and arguably the easiest contact form plugin to set up and configure), Contact Form 7. Maybe you’ve designed a detailed custom contact form

Contact Form 7 Broken on WordPress – GoDaddy, MS Exchange Email Spam Issues Likely Cause Read More »

Google Docs spreadsheet script: compare dates, highlight past dates, highlight weekends, and highlight today

ORIGINAL PROBLEM I spent hours tonight struggling with this Google Apps script I wrote to serve as custom functions or advanced macros. I adapted it from this StackOverflow post. The main issue I ran into was comparing dates. Here is my research path, and hopefully, some indicator as to why it took so long: STEPS

Google Docs spreadsheet script: compare dates, highlight past dates, highlight weekends, and highlight today Read More »

Zemanta Puts Unwanted HTML Comments In Pre-Formatted PHP Code (Sourcecode) In WordPress Posts

PROBLEM: I  have recently determined through trial and error and process of elimination that Zemanta is responsible for adding extraneous HTML comments to my pre-formatted (with “pre” tags) PHP code that I have placed between “sourcecode” tags to activate WordPress.com’s built in programming code syntax highlighting. Here is a screenshot (fig 1.) that demonstrates the

Zemanta Puts Unwanted HTML Comments In Pre-Formatted PHP Code (Sourcecode) In WordPress Posts Read More »