Just had an email from Adobe to tell me that the Devon CFUG, that I have been setting up here in the South West of England has been official listed on the Adobe site. If anyone is interested in joining then please ping me or check out the website www… Read more »
I've always used my own "home brew" version of security for my web applications instead of the native cflogin functionality, mainly due to the fact that prior to version 8 of ColdFusion, you only had the restrictive IsUserInRole() function.… Read more »
This is documented in the Fusebox 5.5 release notes, but if like me you've forgot it then to add additional parameters to an Xfa just do this:
<cfset event.xfa("next","main.home","message","Thank you!") /… Read more »
I've just watched Ben Nadel's thought provoking presentation on Code Standards. I've always been a fan of standards, Ben takes this further and talks about how the eye and brain process the code on the screen. As a result I thought I'd try comparing … Read more »
I've recently started reading the Adobe ColdFusion 8 Advanced Application Development web application construction kit Volume 3 and discovered that Chapters 41-54 and Appendixes C and D (a total of 550 pages) from Volume 2 are available to download a… Read more »
Just a quick post to say that Stephen Judd has just updated the Fusebox reload Firefox extension so that you can set the default password. To quote Steve:
I've upgraded the addon to version .11 Now, the default password upon installation is … Read more »
I'm sure someone has posted this before but for my own reference (or anyone who doesn't know)!
If you want to be able to create a CFC from a template that needs you to navigate up the directory tree then you can't because of the dot notation that Co… Read more »
The Fusebox 5 Reload extension for Firefox by Stephen Judd has moved to the official Firefox Add-ons site.
https://addons.mozilla.org/en-US/firefox/addon/6664
If you use Fusebox then you really need to get the Fusebox 5 Reload extension for Firefox… Read more »
CFWheels, the ColdFusion framework inspired by Ruby on Wheels has just reached version 0.7. I've just been reading the docs and really like some of the features it has. It is an MVC framework and as with all frameworks it has it's strengths and weakn… Read more »