Tag Archives: php

Seperate the directory and file portions of a string path in PHP

I was about to build my own function to separate the directory and file name portions of a string that contained both in php, when I decided to do a quick search to see if one already existed.  I was … Continue reading

Migrating wordpress to a new server

I just wanted to make some notes on the process of migrating a wordpress blog from one host to another, completely different host.  Hopefully this will clear some questions up for you and help you do it right the first … Continue reading

Screwball Tees, funny t-shirt site, is alive!

I’m pleased to announce that ScrewballTees.com, my work in progress for the past couple of months, has finally launched! The site was launched on April 9th with 3 completed t-shirt designs (which I’ve been proudly wearing all over town), printed … Continue reading

Starting to Add Google Checkout (as paypal alternative) To Accept Credit Card Payments

I’m working on adding Google Checkout to a site I’m building. If you have ever worked with Paypal API there is a good chance you have run into some trouble and maybe even have come to hate the process. Although … Continue reading