CFMAIL on port 587 Issues!

How do we make the mail run on port 587 without getting errors?

Online ColdFusion Meetup meeting, Nov 7, 6p ET. All welcome

We will have another meeting of the Online ColdFusion Meetup, Thursday Nov 7 at 6p US Eastern time (note the changed time compared to the previous one on Oct 31). The presentation will be “SQL, I learned enough to break everything” with Dave Ferguson. For more on the meeting, how to join (for free, no registration required), the URL for the online meeting, a link to see the time for you in your own timezone, and more, please see the meetup event […]

Quick Tip: After 20 years developing with ColdFusion, I finally realized numberFormat() can round.

I’ve been developing ColdFusion applications for about 20 years and sometimes I feel like I’m still learning.  On occasion it takes stumbling across a feature to realize how something works. Consider the following code: <cfoutput> #NumberFormat(1.5)# </cfoutput> Now… some people might look at that and think, “of course it’s going to display 2.” Honestly, I had no idea. numberFormat() without a mask will round numbers. That seems strange to me, frankly, but live and learn. Try it for yourself. Anyone […]

Solving error during CF update: Failed Signature Verification

The error is surprisingly easy to fix–if you know what to do, and where the docs tell you.

On converting from application.cfm to application.cfc

If you’ve been dragging your feet on converting from application.cfm to application.cfc, there are a few resources that can help you, both in doing it and in appreciating why you should.

Online ColdFusion Meetup meeting, Oct 31 12p ET. All welcome

We will have another meeting of the Online ColdFusion Meetup, tomorrow Oct 31 at 12p US Eastern time. The presentation will be “GET /cfml – A Guide to Writing API Wrappers” with Matthew Clemente. For more on the meeting, how to join (for free, no registration required) and more, see the event page: https://www.meetup.com/coldfusionmeetup/events/266032128/ And yes, the meeting will be recorded, as all 250+ of the Online CFMeetup sessions have been. Again, see that page for more info. And if you may […]

Modernize or Die® Podcast – CFML News Edition – Recorded October 29th, 2019

Did you catch this weeks live Modernize or Die Podcast – CFML News Edition?
Brad and Gavin host this weeks episode. Charlie Arehart is talking to the CFUGSFL Usergroup about FusionReactor online, and is giving away some Fusion Reactor goodies. We discuss the recent speakers on the Online ColdFusion Meetup and the next presenter is Matthew Clemente. We also remind everyone about your last chance to cash in on a free T-Shirt with Hacktoberfest. We announce upcoming conferences, discuss tweets videos and blog posts, and ForgeBox module of the week, vs code hint tip and trick of the week and more.

A fix for the error: ColdFusion was unable to create an image from the specified source file

How to solve a problem that may not be obvious: the CFML image tags and functions that accept a URL won’t follow a redirect, but instead fail with this cryptic error.

ColdFusion Builder – Dark Mode

In Coldfusion Builder (my version is 3.2), there is a built-in option for a “Dark” theme. I happen to prefer “Dark-Mode” themes, especially on my laptop and phones for battery savings and I find it easier on my eyes. The dark theme can be applied using the following eight-step sequence: 1. Window (from-File-menu) – Choose 2. Preferences (option-at-the-bottom) -Choose 3. General (tree-item) –  Choose 4. Appearance ( sub-tree-item) – Choose 5. Enable theme (option) – Enable 6. Theme: (option) – Select “Dark” 7.  Apply, or Apply-And-Close (Button) – Press 8. […]

ColdFusion Summit 2019 Recap (Vegas Edition)

Thoughts on the 2019 ColdFusion Summit in Las Vegas

Modernize or Die® Podcast – CFML News Edition – Recorded October 22nd, 2019

Did you catch this weeks live Modernize or Die Podcast – CFML News Edition?
Brad returns from CF Camp in Germany to help Gavin hosts this weeks episode. We discuss a security release for CF Wheels V2.0.2. We discuss the relaunch of the Online ColdFusion Meetup and the next presenter is Pete Freitag.
And much much more…

ColdFusion now supports Java 12, which is already EOL. Should you use it? Java 13? 11?

Even though Adobe just added support for Java 12 to CF2018 and CF2016, I will propose you should not use that, but instead should use the latest version of Java 11. Read on for more.