Mik Muller
Member since Nov 4, 2009
- Profile: /members/4680-mik-muller.htm
- Comments: 12
Recent Blog Comments By Mik Muller
-
Ask Ben: Converting An XML Document Into A Nested ColdFusion Struct
Posted on May 2, 2024 at 1:59 PM
Hey Ben, I'm trying to make create a loop of some kind over YouTube's playlist XML. Have you ever tried to parse that out into a neat query or loop? That's something the CFM World would love to have! https://dev.lucee.org/t/pulling-a-youtube-playlist-xml-into-a-query-result/13814... read more »
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Oct 4, 2013 at 5:04 PM
Even more bizarre, I set it back to passThrough and even encapsulated my forced error for testing (CFLIF) inside a CFTRY and it still displays the standard CFM error... ----------------------------------- Invalid token ( found on line 2 at column 11. The CFML compiler was processing: The tag... read more »
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Oct 4, 2013 at 4:48 PM
@Ben, Yes, I tried this, but for some reason I only get the stock simple CF error screen, not my custom one as dictated by the CFERROR tag. This is what I used instead of modifying web.config %windir%\system32\inetsrv\appcmd.exe set config "My ColdFusion Website Name/" -section:system.w... read more »
-
Ask Ben: Handling Errors With ColdFusion CFError
Posted on Oct 4, 2013 at 2:23 PM
I was having a similar issue. Seems that in IIS7 you can set the error page globally by clicking on your server name in the left pane, then going to Error Pages, and specifying a local CFM of your choosing. What this does is bypass CF and run the error processing page, but without the error scope (s... read more »
-
Geocoding A User's Location Using Javascript's GeoLocation API
Posted on Sep 29, 2013 at 11:00 AM
This is awesome. Looking for a way to include code like this in the head of a page with a form and keep updating two hidden form elements with the GPS x y until the form is posted. I found this, but it doesn't appear to work for me. http://forums.adobe.com/thread/993207... read more »
-
Ask Ben: Processing Files With CFThread In ColdFusion
Posted on Jul 23, 2013 at 10:47 AM
As a follow-up, I realize now that although I am using cfthread on the action page, none of the session var code is inside the cfthread blocks -- that's just for image processing. So, this issue really has nothing to do with cfthread. I was having trouble figuring out why setting session.onerecordI... read more »
-
Ask Ben: Processing Files With CFThread In ColdFusion
Posted on Jul 22, 2013 at 4:56 PM
Hey Ben, I am trying cfthreads for the first time and am using it for a similar situation you started with above, namely file uploads. However, my action page is actually receiving multiple files from a java file uploader. It can send a whole folder of files, and I'd like to ensure every file gets... read more »
-
Tim Cracked The GMail - CFMailPart Puzzle!
Posted on Mar 15, 2010 at 9:21 PM
@Bruce Holm, > So I think sending two parts is a minimum. > Giving the user the option of opting for > text only saves bandwidth [and storage] How does sending two cfmailparts with both an HTML version and a text-only version save bandwidth and storage? I'm not trying to be argumentat... read more »
-
Tim Cracked The GMail - CFMailPart Puzzle!
Posted on Mar 15, 2010 at 10:06 AM
Ben, I've been using the straight type="HTML" for a while, and every once in a while someone replies back with "email was empty." Others complain that the email was entirely on a blue background and they couldn't read the text. So I am considering parting the mail and hoping this fixes the issue f... read more »
-
Tim Cracked The GMail - CFMailPart Puzzle!
Posted on Mar 12, 2010 at 1:26 PM
@Bruce Holm, Nice. This explains why some people reply with "email was empty" to me. Good work!... read more »
-
Tim Cracked The GMail - CFMailPart Puzzle!
Posted on Nov 4, 2009 at 1:45 PM
True enough.... read more »
-
Tim Cracked The GMail - CFMailPart Puzzle!
Posted on Nov 4, 2009 at 1:13 PM
So, no one is using the type="html" attribute of the cfmail tag? Not enough control?... read more »