Entries for month: May 2009
ColdFusion Install Error: Apache, Vista
Posted by Stephen Weyrick | Tags: apache , coldfusion , vista
A couple months ago, I purchased a new computer which came with windows vista installed. After weeks of trying to install ColdFusion with the Apache Web Server, I finally got past a cryptic error that I kept receiving after every install. The error states that ColdFusion failed to configure the web connecters which may be caused by a firewall blocking port #51020 (etc).
SQL DateDiff, Between, and GetDate()
Posted by Stephen Weyrick | Tags: sql
Today I was trying to fix problem with a report that sums up hours, and I had a huge brain fart. What took me an hour to fix, should have only taken me about 5 minutes. I thought that it would make a good blog post, because I really don't want to make this same stupid mistake again.