troubleshooting

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 »

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 »

PHP View Utilities Code Debugger – A Wrapper For print_r function

Greetings folks. If you’ve ever gotten tired of having to type: [sourcecode language=”php” htmlscript=”true”] echo "<pre>"; print_r($some_var); echo "</pre>"; [/sourcecode] you are going to love the little debugger class I built. This is a very simple, basic class which doesn’t use patterns or anything fancy.  Actually, it may indeed use patterns that I’m not familiar

PHP View Utilities Code Debugger – A Wrapper For print_r function Read More »