Robert Rawlins
Member since Jun 1, 2010
- Profile: /members/6136-robert-rawlins.htm
- Comments: 4
Recent Blog Comments By Robert Rawlins
-
For Better: The Science Of A Good Marriage By Tara Parker-Pope
Posted on Jul 12, 2010 at 9:51 AM
Interesting point. One thing that does strike me is that of the several gay couples that I know, although same-sex they do conform to a masculine/feminine role within the relationship. So, I wonder that whilst being male/female within the relationship doesn't cast you with a particular set of trait... read more »
-
OnApplicationEnd() And OnSessionEnd() Errors Don't Get Logged In ColdFusion
Posted on Jul 8, 2010 at 10:52 AM
@Ben, Great stuff. One GOTCHA to be aware of, if you're building a client .cfm file using a <cfinvoke> to call the remote method then the exception will be logged, but by the calling .cfm and not the .cfc method. So on first glance when testing it may appear that you're getting an exception ... read more »
-
OnApplicationEnd() And OnSessionEnd() Errors Don't Get Logged In ColdFusion
Posted on Jul 8, 2010 at 10:42 AM
Hey Ben, Interesting read. I think that I've also seen similar behaviour with remote methods which are being called as a web service. So if I'm publishing a method using access="remote" and an exception occurs when a client is calling it, the exception is not logged in the servers exception logs. ... read more »
-
Applying Twitter's API "Best Practices" In A ColdFusion Application
Posted on Jun 1, 2010 at 11:00 AM
Hey Ben, This was indeed a great presentation my man, well done, really changed my perception on RESTful services, something which I've always shyed away from. One thing that did cross my mind later that day when I was reflecting on this is that I've seen some funky behaviour with IIS7. I think th... read more »