Authorize.net debugging
The log files are the best way to debug the Authorize.net for WordPress plugin. …
Read moreThe log files are the best way to debug the Authorize.net for WordPress plugin. …
Read moreOne website that we maintain is http://www.pwcmembers.com/. This training explains how to perform that update. …
Read moreIn Part 1 of this training I show you how to develop regular expressions, including a number of resources that you can use. The majority of the tools I used were based on Python. In this training I’m going to translate the regular expressions that I developed into PHP and show you the iterative approach […]
Read moreRegular Expressions are an extremely powerful tool for processing text. It turns out that processing text input makes up a significant amount of what programmers do, so it’s pretty crucial to have a good foundation when it comes to regular expressions. It’s also true that regular expressions can be a real pain in the neck […]
Read moreSubversion is my preferred tool for managing source code on software projects. A typical software project will include a trunk, for the main development, and two additional folders for tags and branches. In this training I show you how to setup a new subversion repository from scratch. …
Read moreA critical tool when developing software is Revision Control Software. There are several very good options available, including Subversion, GIT and others. I choose subversion because of it’s excellent Windows based tools and cheap hosting. Project Locker is my preferred hosting company for subversion. In this short training I show you how to use Project […]
Read moreSetting up a new wordpress based website from scratch is a rather easy task. In fact, from new domain name to reasonably good looking website takes me about 30 minutes. Of course the devil is in the details, but this will get you about 90% of the way to a complete website. Notice that this […]
Read more