by Simon. Average Reading Time: less than a minute.
I’ve just discovered, nearly two months late, that I was a CFEmmy nominee for The Best Newcomer for 2007. How did I miss that? I would have been on Todd Sharp’s <cfsilence> website voting like crazy if I had known!
After installing ColdFusion 8 and Apache successfully you may still see an “HTTP 500 Internal Server Error” when navigating to a ColdFusion page. All is not lost, you simply need to configure, or check the configuration of Apache. Apache requires very little post installation modification, but it is always good practice to check the httpd.conf file to ensure that the ColdFusion “install” scripts did what they were supposed to do.
Bryan Kaiser & Michael Haynie discuss managing a ColdFusion project in terms of client expectations, project goals and actual development. They also discuss some methodologies to help maximize your development and client relation skills.
TheHub, like other application development frameworks, utilizes the notion of a central hub template that all requests for the application pass through. That cental hub is the point or place within the application that the processing of all code hinges upon.