Tutorial: Integrating the Authorize.Net AIM API with PHP

August 11th, 2008

Working with the Authorize.Net AIM API in and of itself is very easy to do. Between the integration guide and sample code a good programmer can have a working solution in only minutes. But this code is for demonstration purposes only and isn’t suited for live production sites. A reusable concise solution is needed. Fortunately [...]

Tags: ,

Changing Jobs is Always Awkward

July 28th, 2008

For the first time in almost exactly six years I will be starting a new job. On August 11th I will be begin my employment with Nicolas Creative in Shrewsbury, NJ. My position will be unchanged as a PHP developer. Back in the days when I worked in retail it seemed like every year, or [...]

Tags: ,

Use PHP to Force the www on URLs

July 24th, 2008

There are many good reasons to be consistent when using the ‘www’ in URLs. This includes good usability (it may confuse some people when they see it there some of the time but not others) and SEO (some search engines may consider the the same page with the ‘www’ different then the one without it). [...]

Tags: , , ,