Monitoring ColdFusion Servers
Proper monitoring of you ColdFusion servers is important, sure you can use the monitor in ColdFusion Enterprise but this is next to useless when ColdFusion grinds to a halt. Read more »
Proper monitoring of you ColdFusion servers is important, sure you can use the monitor in ColdFusion Enterprise but this is next to useless when ColdFusion grinds to a halt. Read more »
When I first started out learning OO I couldn't understand why a lot of people seemed to return a query object from their gateway when they are dealing with multiple records. The ColdFusion query object is a really nice feature of ColdFusion but it just doesn't fit in with my concept of OO. Read more »
Thanks to Bob Silverberg's excellent series of posts on How I use Transfer, I've refined how my model is constructed by taking his ideas and modifying them to suit my own style. One of the things I wanted to be able to do with transfer is set up a basic search in my abstract Gateway (which I can override in my concrete gateway if I need to). Read more »
A little quick start guide I've put together for Transfer ORM Read more »
One of the most common tasks that you'll do when building web applications is capturing data from a form. This is fairly straight forward if we go down the procedural root(although rather tedious task), but how do we do it when we want to be Object Orientated? Well, this is my approach. Read more »
Today's $10 eBook is "Micro-ISV: From Vision to Reality" by Bob Walsh. This book is aimed at the developer who wants to become their own boss. The reviews on Amazon are really good, so if being your own boss is something thatappeals to you then it might be worth a look. Be quick though - tomorrow there will be a different book! Read more »
Andy Beer and I did a presentation on Version Control for Windows Users to Devon CFUG last week. Here are the slides. Read more »