My name is Nathan Mische. I'm a husband, soon to be father, and software developer. I work mostly with ColdFusion, but I've been known to dabble in Flash (ActionScript) development. Lately I find myself doing more and more fun stuff with Java, and thanks to AJAX, JavaScript.
Show all feed information | Ping Blog Update
Over the weekend I released ColdFire 1.9.207.249. This version works with Firefox 9 and Firebug 1.9. You can download the latest from the new GitHub project site . If you have the current 1.7.207.246 version installed, there is no need to update your server side debugging code as that …
Today I released a new ColdFusion 9 ORM entity validation framework named OK! . This framework grew out of my attempt to use Hyrule in a large FW/1 Mura plugin. I really liked Hyrule, but I ran into a few issues with the framework and OK! is an attempt to address those issues.
OK! …
Today I finally got around to updating my cf-websocket-gateway project . This version is based on the Webbit WebSocket server, which is itself based on the Netty project. I made this change because the Java-Websocket server I was using was not being updated and Webbit is a very nice …
Last night I gave a presentation to my local Philly CFUG, part of which covered the creation of cookies from ColdFusion. In the course of presenting I "discovered" that it is possible to set secure cookies in response to a non-secure request.
Now, the browser will not send that cookie …
keywords attribute, coldfusion, cookies, hijacking, secure connection
I recently ran into an issue with ColdFusion's built in Solr search server where, while running Solr on Mac OS 10.6, Solr would unexpectedly crash. I was using a custom schema and attempting to use Solr's data import handler so I thought they may have had something to do with my …
keywords coldfusion, crash, discovery, laptop, mac os 10, oracle, os x, running, schema, search server, solr, startup script, stock
Today I threw together a quick custom tag library for ColdFusion 9 which allows you to build Excel spreadsheets using syntax similar to HTML tables. Right now it is very basic but I plan to expand on it as needed. You can check it out on GitHub .
keywords cf, coldfusion, custom tag, excel spreadsheets, spreadsheet, syntax, tag library
ColdFire has been updated to work with Firefox 4/Firebug 1.7. This is an Add-on update only, so no need to update the server bits with this release. As always report any issues on the RIAForge bug tracker .
keywords bug tracker, coldfire, coldfusion, firebug, tools
AMF Explorer has been updated to work with Firefox 4 and Firebug 1.7. In the process I also added a the ability to copy the AMF data to the clipboard in JSON format. The new version is awaiting review on the AMO site, but if you want to get it now you can install it from here: …
keywords amf, clipboard, firebug, firefox, tools
I'm finally doing a lot of work with CF 9's ORM and I'm finding that dealing with null values in CFML can be quite a pain, especially when working with relationships. One thing that comes up quite a bit is iterating over child collections. ColdFusion goes out of it's way to shield …
keywords cf, cfquery, coldfusion, developers, empty string, long time, lt, null values, orm, relationships, time user
So this is old news - like ColdFuison 8 old news - but I've only started to use cfscript heavily with ColdFusion 9 so I just ran into this today. If you need to append to a file in cfscript you first need to use FileOpen() to open a file object in the append mode.
fileObj = …
keywords cfscript, coldfusion, default behavior, documentation, lt, old news, transition