A Career in Technical Training: Is It For You?

Richard CummingsFeatured, Technical TrainingLeave a Comment

Not everyone is cut out to be a great technical trainer.  In fact, the industry is littered with sub-par technical trainers who do little more than recite text from a book.  The industry needs great trainers, but is it a career that is right for you? There are two characteristics that make someone a great technical trainer:  Most trainers have … Read More

Google Panda Update and Article Marketing

Richard CummingsSEO/Site Promotion, Web Consulting3 Comments

With every iteration of the Google Panda update, we see big changes in the SERPs and one of the groups of sites that has been particularly affected is article marketing sites. In this article, we’ll investigate whether article marketing sites have been adversely affected by the Google Panda update and, if so, we investigate the question: Does article marketing still work to promote your website?

PHP String Split

Richard CummingsQuick Solutions, Technologies/SolutionsLeave a Comment

In this post, I am going to tell you how to do a PHP string split. While there use to be a PHP command called “PHP split“, it is no longer being supported so we will teach you how to do a PHP string split using the PHP explode command.