tc
Member since Dec 11, 2008
- Profile: /members/848-tc.htm
- Comments: 5
Recent Blog Comments By tc
-
My First Year As A Mac User On The Apple MacBook Pro
Posted on Jun 7, 2011 at 5:16 PM
I have had my Macbook Pro (for home PC) for about three months now and enjoyed using it, but it has caused problems when using my work systems, especially notebook. I am always pushing down on the trackpad to click and my Lenova doesn't respond. I am not sure if Apple has this patented or not, but ... read more »
-
Testing For ColdFusion Component Interface Support
Posted on Apr 21, 2009 at 10:23 AM
Ben, As Matt stated, with CFInterface, one can use multiple interfaces with the implements attribute that was added in CF8 to the cfcomponent tag. I have tested this out and it works fine (e.g., in your case you would state that your component implements="monkey,car" interfaces). One can then use ... read more »
-
Testing For ColdFusion Component Interface Support
Posted on Apr 16, 2009 at 10:52 AM
Ben, I am not sure why all this trouble. Why not just use CFINTERFACE? If one uses CFInterface, then one can simple use the IsInstanceOf() method to test whether the component implements the interface. One can also use the Interface as the "type" specification for the argument passed or return ty... read more »
-
Gert Franz - Railo U.S. Tour At The New York ColdFusion User Group
Posted on Aug 12, 2008 at 12:18 PM
I would definitely agree with you Ben on the everything can be a file system feature. I caught the Railo Tour show at the Seattle CFUG last Tuesday. Like you, it was definitely an eye-opener. Blue River was also there to present their Savo CF-based CMS product. The only bummer was the fitting of... read more »
-
Tracking Data Audits In ColdFusion
Posted on Jul 4, 2008 at 1:41 AM
Ben, My experience with auditing also involved needing to track who made the change, in addition to when the change occurred. This is one of the problem areas currently with Middle-tiered based applications vice Client-Server based applications. Typically, in the database, one could use the Curre... read more »