Adobe ColdFusion 8 Certified Expert ~ Advanced

Friday afternoon I finally took the Adobe ColdFusion 8 Certification Exam, and passed. Please see my previous post on how I prepared for it. My main goal was to not only pass the test, but achieve more than 85% to get the Advanced status. The exam was everything I expected it to be, clear and [...]

Goodbye www.webfirms.net

Today I have backed-up my wordpress site and content on www.webfirms.net. I have hosted my domain (www.coldfury.us) and email with www.webfirms.net for the past 6+ years and finally decided to move my hosting somewhere else. The reason for this is that this site has been down for almost a month, and I have been unable [...]

ColdFusion 9 ORM Set-up

ColdFusion 9 supports ORM natively via the Hibernate framework. From the horses mouth, this is what it means:
Object relational mapping (ORM) is a programming framework that allows you to define a mapping between application object model and the relational database.
In an object model, the application objects are not aware of the database structure. Objects have [...]