Community Member Profile
- Profile: /members/2224-Russ.htm
- Comments: 15
- Points: 136
Recent Blog Comments By Russ
-
Monitoring The ColdFusion Mail Server With GMail And A Scheduled Task
Posted on Jan 18, 2012 at 7:18 PM
eremiya, there is an option in your gmail settings to add nick names/aliases, if you use this then you should be able to send emails FROM those addresses as well.... read more »
-
Monitoring The ColdFusion Mail Server With GMail And A Scheduled Task
Posted on Jan 18, 2012 at 7:07 PM
If anyone is interested I have done a cfrespooler extension for the cfadmin which automatically handles your undelivered mail. I will also be adding a feature to this which will monitor the spool folder for problems and will first try resetting spool and then send out an alert either via CFM... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Mar 19, 2011 at 4:51 PM
The problem with publishing CF web services to be consumed by anything other than CF is that it generates an awful SOAP responses. Instead of <element1> <element2> <param1>value</param1> <param2>value</param2> &... read more »
-
AxisFault: ColdFusion Web Services And XML Data Types
Posted on Mar 17, 2011 at 5:29 AM
it actually turned out to be a Red Herring Ben, I deleted the web service from the cfadmin and it then worked. So that is 3 hours of my life wasted debugging a bug that did not exist :-) As a side note to anyone reading, I believe this was sort of caching issue. This is a remote monit... read more »
-
Understanding The Basic Authentication Request-Response Life Cycle
Posted on Mar 17, 2011 at 5:23 AM
The problem with ColdFusion authentication is that it only protects ColdFusion pages. Any non CF pages are still open to the world. .htaccess style auth protects everything in the folder, and you can also progmatically manage users/groups via CFML so you actually have MORE control than you d... read more »
-
AxisFault: ColdFusion Web Services And XML Data Types
Posted on Mar 16, 2011 at 7:49 PM
I have a kind of similar problem I think. I am passing some XML as one of the arguments to my web service, it works fine on CF9 locally and CF8, but on live CF9 server it will not accept the XML and the web service fails with error below. I have tried passing the XML as an XMLDoc and a... read more »
-
Understanding The Basic Authentication Request-Response Life Cycle
Posted on Mar 15, 2011 at 7:48 PM
Hey Ben, If you need to password protect areas of your sites then .htaccess is by far the best way. From what you have said I am guessing your are running IIS on your live server, in which case try IISPASSWORD, which works the same way as .htaccess. read more »
-
Using GMail's Plus-Style Addressing To Track Bounce Back Email Meta Data
Posted on Mar 13, 2011 at 2:47 PM
nice article Ben. You can actually send email from a different address using GMAIL which may also solve your FAILTO addressing issues as well, here is how. http:... read more »
-
Building A Branded Jing Image Viewer Using ColdFusion
Posted on Mar 5, 2011 at 8:25 AM
Lets hope she is not Ben's wife then :-) Personally I wouldn't mind meeting her in dark alley :-)... read more »
-
LOCAL Variables Scope Conflicts With ColdFusion Query of Queries
Posted on Dec 3, 2010 at 12:17 PM
I had a similar problem back in 07, not quite the same result, but the same cause. Here is my scenario in case it helps anyone. http://russ.michaels.me.uk/index.cfm/2007/7/3/Query-of-Queries-quirks... read more »
-
My First ColdFusion Builder Extension - Encrypting And Decrypting CFM / CFC Files
Posted on Jul 21, 2010 at 7:29 AM
@Ben Nadel, I'm trying to decrypt some cfreport files, these are several years old so are probably cf6/7 I actually can't get any cfm files at all to decrypt, they all come out as zero byte.... read more »
-
My First ColdFusion Builder Extension - Encrypting And Decrypting CFM / CFC Files
Posted on Jul 6, 2010 at 9:04 AM
being as you posted this in 2009, I presume the cfdecrypt works fine with CF8? I just downloaded it from the adobe exchange and it wont decrypt anything, I just get 0 byte files.... read more »
-
Ask Ben: Converting XML Data To ColdFusion Queries
Posted on May 13, 2010 at 1:58 PM
@Erik Ickes, you need to look at event gateways, although this will only help if the feed is actually being pushed out. http://help.adobe.com/en_US/ColdFusion... read more »
-
Ask Ben: Converting XML Data To ColdFusion Queries
Posted on Jan 10, 2008 at 3:21 PM
There is also a rather handy tags that convert XML to cf structures for easier handling. CFX_XML http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1002... read more »
-
Circumventing ColdFusion Component Security Using Dynamic Methods
Posted on Feb 20, 2007 at 1:26 PM
Sorry but this is absolutely not a security issue. In order to do this you need full access to the source code to insert your snooper function. If you have full access to the code then you can do anything you like, as you should of course be able to. This would only be an issue i... read more »



