R25 Event Creation Form, Now with Web Services
On March 12, 2010 I will (be giving)/(have given) a presentation on some work I did with R25 using web services.
The presentations title is ‘Using Web Services to Create Events.’
March 11, 2010
• Tags: ajax, Code Examples, ColdFusion, linkedin, Presentation, R25, Web Services, XML • Posted in: Technology • No Comments
Interesting ColdFusion Application Quirk
At MICA we have a ColdFusion custom tag that we use to brand our older legacy applications. I recently needed to implement caching with cfhttp requests which is not delivered functionality within our custom tag, so I decided to store this cache in the application variable scope. Upon doing this, I discovered that custom tags inherit the application of its invoking page. Likewise, if you change the current application in the custom tag, the new application is passed back.
I was not exactly sure how the scoping would work out, but I found this mildly interesting.