Archive | Programming RSS feed for this section

Authorize.net debugging

The log files are the best way to debug the Authorize.net for WordPress plugin. …

Read more

Deploy PWC Members Pro Updates

One website that we maintain is http://www.pwcmembers.com/. This training explains how to perform that update. …

Read more

Regular Expressions – Part 2

In 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 more

Regular Expressions – Part 1

Regular 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 more

Subversion repository setup

Subversion 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 more

Project Locker (subversion)

A 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 more

Build a new website in 30 minutes

Setting 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