Community Member Profile
- Profile: /members/1264-Nathan-Mische.htm
- URL: http://www.mischefamily.com/nathan
- Comments: 30
- Points: 223
Recent Blog Comments By Nathan Mische
-
Setting ColdFusion Cookies With CFCookie vs. Cookie Scope
Posted on May 3, 2010 at 10:58 AM
Ben, I just made this "discovery" myself about two weeks ago. Like you I thought the only way to send set-cookie headers was using cfcookie, but I was obviously wrong. I wonder if this behavior changed at some point? Anyway, one other thing I will add to this is that using StructDelete() on... read more »
-
REStructFindValue() - Adding Regular Expression Searching To StructFindValue()
Posted on Aug 19, 2009 at 8:52 PM
@Paul - You may also want to check out JSONUtil on RIAForge, http://jsonutil.riaforge.org/. It has a strict encoding option that will keep leading zeros on string data types.... read more »
-
Win A FREE Ticket To CFUNITED 2009
Posted on Aug 3, 2009 at 1:59 PM
I'd like to attend 'Data Visualization with Flex' as I've been doing more of that lately.... read more »
-
Learning ColdFusion 9: Application.cfc OnCFCRequest Event Handler For CFC Requests
Posted on Jul 15, 2009 at 3:10 PM
@Ben - You are finding some really important bugs and I want to make sure Adobe knows about them! I'm sure the CF team reads your blog, but just in case ;)... read more »
-
Learning ColdFusion 9: Application.cfc OnCFCRequest Event Handler For CFC Requests
Posted on Jul 15, 2009 at 2:49 PM
I agree that this could be useful, but I'm not sure it is worth breaking web services and flex remoting. Has anyone tested this with flex remoting? Also I have one request. In the future could you please post the bug number so we can easily vote on your issues? I found this bug, #78816, bu... read more »
-
Learning ColdFusion 9: Implicit Struct And Array Usage
Posted on Jul 13, 2009 at 8:32 PM
There also seems to a general issue with ColdFusion's evaluation logic. Take the following example: users[]; for (i=1;i<10;i++) { users[i] = user = {}; } This throws a "user undefined" error in the loop.... read more »
-
Learning ColdFusion 9: Implicit Struct And Array Usage
Posted on Jul 13, 2009 at 8:28 PM
Have any of these issues been logged in the public bug tracker? If not please do so and report the issue number(s) so we can vote. We have a public bug tracker, let's use it!... read more »
-
REStructFindValue() - Adding Regular Expression Searching To StructFindValue()
Posted on Jul 9, 2009 at 1:41 PM
@Ben - I have no idea. After seeing Marc's tweet the other day I was just thinking it would be fun to code :)... read more »
-
REStructFindValue() - Adding Regular Expression Searching To StructFindValue()
Posted on Jul 9, 2009 at 12:17 PM
Too funny. I just submitted two new functions to cflib.org: REStructFindValue() and REStructFindValueNoCase(). One thing to note, your REStructFindValue() implementation searches both arrays and structures. StructFindValue() will iterate through arrays, but will only return results from str... read more »
-
ColdFusion 8 Application Specific Mappings Work With The CFComponent Extends Attribute
Posted on Jun 11, 2009 at 1:26 PM
I too was under the impression this did not work. I think part of the confusion stems from the fact that you cannot use application specific mappings in cfimport tags, so they do not work everywhere you would expect them to.... read more »
-
GetHTTPRequestData() Breaks The SOAP Request / Response Cycle In ColdFusion
Posted on Jun 5, 2009 at 8:54 AM
Yep, I ran into this issue when using CF to secure a webservice via Basic Auth: http://www.mischefamily.com/nathan/index.cfm/2008/8/13/Basic-Authentication-With-ColdFusion... read more »
-
ColdFusion 8 Per-Application Settings Get Partially Cached (And There's Nothing You Can Do About It)
Posted on May 6, 2009 at 10:46 AM
@Ben & Ray - I dig the screencasts.... read more »
-
ColdFusion 8 Per-Application Settings Get Partially Cached (And There's Nothing You Can Do About It)
Posted on May 6, 2009 at 10:43 AM
Cool. Just wanted to make sure that wasn't the reason it was working...... read more »
-
ColdFusion 8 Per-Application Settings Get Partially Cached (And There's Nothing You Can Do About It)
Posted on May 6, 2009 at 10:36 AM
In your second demo, I didn't see that you commented out the custom tag path before running the second custom tag (helloworld3).... read more »
-
ColdFusion 8 Per-Application Settings Get Partially Cached (And There's Nothing You Can Do About It)
Posted on May 6, 2009 at 10:32 AM
Have you actually seen errors with per-application settings under load? I ask, because I too have heard of issues, but haven't actually seen them.... read more »
-
Ask Ben: Manually Enforcing Basic HTTP Authorization In ColdFusion
Posted on Apr 28, 2009 at 12:10 PM
@Ben - Ha! I didn't notice your comments when I went back to read that post :) I tend to forget the stuff I do try out, let alone the stuff I only read about...... read more »
-
Ask Ben: Manually Enforcing Basic HTTP Authorization In ColdFusion
Posted on Apr 28, 2009 at 11:37 AM
One other thing I'll mention, if you try to use this method to secure a SOAP request you may run into issues with GetHTTPRequestData(). See my post above for more info.... read more »
-
Ask Ben: Manually Enforcing Basic HTTP Authorization In ColdFusion
Posted on Apr 28, 2009 at 11:32 AM
Awesome writeup, and much more detailed than the one I put together awhile ago: http://www.mischefamily.com/nathan/index.cfm/2008/8/13/Basic-Authentication-With-ColdFusion... read more »
-
Creating A Remote AJAX Proxy In Javascript Without ColdFusion 8's CFAjaxProxy
Posted on Feb 17, 2009 at 2:55 PM
Pretty slick. I'd like to see someone write a replacement for cfajaxproxy that uses jQuery under the hood. Ideally with the exact same API as cfajaxproxy so you could just replace a cfajaxproxy tag with jqueryproxy tag but leave all the other JS in place. (Hmm... maybe I'll do that.)... read more »
-
FireBug's Console.dir() vs. DOM Tab
Posted on Jan 14, 2009 at 9:57 AM
Just FYI, user defined variables show up in bold in the DOM panel. Well, I say user defined, but I really mean any non-native objects, including those added by Firebug itself. Built-in DOM elements show up in plain text. As far as getting to JS variables without using the c... read more »



