This is awkward...
"somebody" has made a mistake

We can't seem to find the page you were looking for.

What to do next?

For now, please try our main menu on the site or here are a few other suggestions…

  • Go to the homepage
  • Learn about the services we offer
  • Contact us for further assistance
  • Pet your dog. Don't have a dog? Not to worry… pet somebody else's instead.

Need someone to blame?

Just blame Stephanie. Afterall, she made this site and deserves all the shame and glory that goes along with it. She takes full responsibility for errors such as these so feel free to contact Stephanie to rant.

Still not happy?

Maybe one of these options will help...

Read the latest from our Web Development Blog

Create Magento Custom Frontend Route

To create a custom URL path (route) such as example.com/test/, use the following as a guide. This assumes you already have created a custom module with your three initial files (registration.php, composer.json and etc/module.xml) using a module called YourNamespace_TestRoute. This was written with Magento (Adobe Commerce) version 2.4.5. 1. Create Route Config etc/frontend/routes.xml id=”test” will […]

Install Magento 2 on Mac OSX Running MAMP

Option 1: Install Magento 2 with Composer 1) Install Composer The first step is to install Composer if you haven’t already. 2) Install Magento Run the following to install the version of Magento you would like. In our example below we are installing version 2.3.4. Or run this to install the latest release… 3) Install […]

Cleanup Git Branches Already Merged into Master

Here are some command line statements to help cleanup your branches. Clean remote git branches already merged into master Switch to master, fetch and pull the latest updates from master. List the branches about to be removed. Screen will display vi with list that can be edited and then saved with “:wq” to complete the […]

Most Used Categories