Whatterz


ColdFusion Emmy Nominee

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!

You can check out the awards and results on Todd’s site: http://cfsilence.com/blog/client/index.cfm/CFeMmys.

Alas, I didn’t win (congratualtions to Kristen Schofield and Sam Farmer who did), so I better try harder. Can I still be a newcomer for 2008…please!

This article has been tagged

, , , , , , , , , ,

Other articles I recommend

Configuring ColdFusion 8 with Apache

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.

The ColdFusion Podcast Episode 18 – Project Management

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 – Web Application Framework

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.