ColdFusion 9 running on Apache using WampServer

Jul 31

ColdFusion 9 running on Apache using WampServer

I have created a detailed step-by-step to help you setup Adobe ColdFusion on a Windows machine using WampServer with Apache as the web server. This is what I use for a development environment, and I completely recommend this to you if you are a ColdFusion Developer in need of a development environment and want to move away from Microsoft Internet Information Server...

Read More

Force WordPress to use the Latest Version of jQuery

Apr 06

I was looking for a way to override the default version of jQuery that is being used in WordPress 2.9x and I came across this article that explains how to do this. It doesn’t say in the article where you place this function, but I figured that I’d slide it into the functions.php in my active theme and this did the trick. Read the full article and get the...

Read More

Strange Behavior with WordPress Pagination, Fix

Aug 09

I was creating a custom theme for a website that I work on – www.f1weekly.com – and I was getting some strange behavior with the default WordPress pagination. Using the standard code, as found in the "default" theme included with WordPress, I used the following code to create my pagination links in my templates:  <div...

Read More

PHP: PEAR Library and Plesk

May 31

I was having an issue with setting up PEAR Library with PHP on my Linux box that runs Plesk, so after some research and a little help from the support team at HostMySite.com I came up with the following. To run PEAR you obviously have to have it installed, so once you have done that, you will need to create a vhost.conf file for the domain that you wish the library...

Read More