 | 13 July 2007 00:07 (EST) I’ve got an odd problem with CFMX server (at least version 7.0.1) recently — it looks like DateFormat function reset content type to text/html despite use of cfcontent tag for defining different mime type before. ( read more on Broken content type ) 8 July 2007 01:42 (EST) Today I was trying to post YouTube video code with another blog, but got object html tag replaced with InvalidTag string. After googling a bit following solution comes through: set scriptprotect="none" with your cfapplication tag to disable Global Script Protection which is enabled by default in your CFMX server. Another way to disable this option is to use CF Admin. More information on this issue available at Adobe LiveDocs. 27 June 2007 01:28 (EST) Recently I had a chance to play a bit with Facebook API, which uses REST-based interface. There is ColdFusion client library developed by Andrew Duckett and called Facebook REST Client CFC and CFMX Facebook Application Starter example written by Cory Johnson. While developing application with use of FBML instead of IFRAME (which works just fine) Facebook server has started throwing "http error 500" upon calls to Callback URL of my application. Source code of error page had details of the error commented out — "Form entries incomplete or invalid". ( read more on Variables Naming Conflict ) 8 May 2007 01:39 (EST) New version (0.2) of consumer library for OpenID auth framework has been released tonight. This version has completely new structure, more transparent and easy to understand logic. Both 'smart' and 'dumb' modes are supported, few internal comments added. 8 March 2007 02:01 (EST) <cfobject component="cfide.administrator.components.administrator" name="admin"> <cfset admin.login("MY_SECRET_ADMIN_PSWD")> <cfobject component="cfide.administrator.components.datasource" name="ds"> <cfdump var="#ds.getdatasource()#"> <cfset admin.loginout()> | | |  |