PHP

Creating WordPress Plugins with the WordPress Plugin Boilerplate

Creating a WordPress plugin is not necessarily a difficult task for an experienced WordPress developer, but I recently found an easier way to create one quickly.  What I really like about it is that I didn’t have to sacrifice good coding standards and good WordPress standards.  It also allowed me to keep a structured approach […]

Creating WordPress Plugins with the WordPress Plugin Boilerplate Read More »

Allow Users to Login with Email Address OR Username in WordPress

One of my clients complained that her users were contacting her quite often because they had forgotten their username. Of course, the username is listed in the email if you click on ‘forgot password’, but many novice users don’t know that or don’t think to click there to find their username. I figured that should

Allow Users to Login with Email Address OR Username in WordPress Read More »

The Symfony Getting Started Big Picture Tutorial

My first step in learning Symfony is to go through the Getting Started Big Picture tutorial. I followed the instructions to install Symfony, but immediately ran into a problem when I tried to execute the new Symfony command. I got a ‘permission denied’ error. I had to change the permission to 755 on the /usr/local/bin/Symfony

The Symfony Getting Started Big Picture Tutorial Read More »

First Data Unauthorized Request. Bad or missing credentials: Things are not always as they seem.

I added code to a client’s website a while back to allow them to use First Data to take credit cards on their site. Everything was working well until last week when it just quit working. It was no longer communicating with First Data. It completely stopped receiving a response at all from the CURL

First Data Unauthorized Request. Bad or missing credentials: Things are not always as they seem. Read More »

Scroll to Top