Archive for the ‘Coldfusion’ Category

This post is more of a quick note to self.. :)

Often, we’ll see http://www.mysite.com/siteid/index.cfm?display=something on our public site, say, when creating a new user profile.

When we want to log out that particular user, simply place a

When migrating a site from Windows to Linux, we have some great (and valid) dreams about increased performance, lower Windows server overhead, etc….

There’s a few things I’ve come across that most often come up while migrating from Windows to Linux:

So sensitive. Remember ColdFusion was case in-sensitive in Windows…? Well, it still kind of is.. except where the code breaks.

Picky about paths. Remember not taking the time to learn how to properly program your file paths for uploads / directories? .. Yeah, time to repay that technical debt.

I’ll be working on a post for creating forms successfully in Mura CMS, one thing I ran into was a need to implement Captcha in Mura.

The Mura guys have a wonderful guide written up on how to use Mura’s built-in CFFormProtect captcha which has now been included with Mura since 5.1.130

As of Mura 5.4, the default site member registration / creation page does not include address fields as part of the required registration. Site members can edit their profile after creating their account to enter their address.

Of course, there are times where we need this information up front, and capturing it in the create profile screen in Mura is pretty straight forward.

I’ve built up a bit of a bad habit in the past year with my blog — I have dozens of draft posts that are near completion and need a bit more editing — I just never made the time to edit and post them.

It’s interesting looking back at all I wrote in 2010 and with the perspectives I ended up with at the end of 2010.

Here’s where I ended up: ColdFusion + Mura CMS + FW/1 Plugin Bundle = My web development nirvana. I haven’t been this happy with developing in years. It’s like discovering how easy ColdFusion made everything all over again, 12 years later.

How did this happen?

I just saw the neatest feature in the Linux text editor VI.
All of the links in the code are surfable. You just drill in through the includes between all of your files. Very cool.
I wonder if there’s an extension to do this in CfBuilder, or from the Eclipse world?

It’s well known that RDS shouldn’t be enabled on a production ColdFusion Server.

Over the years I haven’t been much of a user of RDS anyways so I usually just left it disabled.

Lately though RDS is starting to have a lot more value to me, I have been using ColdFusion’s Report Builder a lot more in addition to ColdFusion Builder itself, which use RDS a lot more to expose a lot of neat functionality.

In my original ColdBox 3 review, I mentioned that I would be starting a brief ColdBox Series to cover my experiences and any questions that came my way.
I have used the past few months to approach ColdBox in two different ways:

Existing Applications – Consider porting, or continuing development in ColdBox.  Like any re-factoring, there are [...]

It’s always interesting to see the design / default setting considerations made in software.

One that has always stuck out to me is I can’t figure out for the life of me why most IDE’s don’t enable line numbers by default. No matter what we write, sooner or later we have to refer to the line number.

Luckily for Adobe’s ColdFusion Builder,

One of the neat discoveries about ColdBox is the ColdBox plugin for Adobe ColdFusion Builder.

Here’s the problem… I couldn’t get the ColdBox Platform Extension installed in ColdFusion Builder with the existing instructions in the link above. I suspect the older version of the ColdFusion Builder allowed you to do it from more than one location.


top