Using Azure Blob Storage w/CF2021

Need help displaying a MS Azure blob file on a webpage.

cfif question using NOT IN ?

I have a routine that checks the validity of some items in a transaction against some values in a database.  I need to add a new variable to check against.    I want to check the transaction rows that are selected to see if any match the value IMITEM.Webaccessibility with having the value ‘A’ or ‘S’.    In the example below I added the column to the query so it is selected, but what is the best way to check the compared […]

ColdFusion users should note and apply new Jan 2021 updates for Java 11 and Java 8

Folks using ColdFusion will want to be aware that last week (Jan 19, 2021) Oracle has released updates to Java 11 and Java 8, the current “Long-Term Support” versions of the Java JVM/JDK, which are supported by the various current and recent versions of CF. The downloads are available on the Adobe page where Adobe offers JVM updates. More about how to proceed to implement the update, in a moment. As is typical, the JVM update adds some modest features […]

Join us, Online CF Meetup, Jan 28: “Securing a ColdFusion Application with Fixinator & FuseGuard”, w/ Pete Freitag

Come join us at the Online ColdFusion Meetup session on Thursday, Jan 28, 2020, at 12p US Eastern time (UTC -5). The presentation will be: “Securing a ColdFusion Application with Fixinator & FuseGuard”, w/ Pete Freitag For more on the presentation, the speaker(s), how to join the group join (free), as well as the URL for the online meeting and more, please see the meetup event page: https://www.meetup.com/coldfusionmeetup/events/275825925/ The meeting will be recorded, as have been all 280+ previous Online […]

retrieving old certifications

trying to find older CF 8 & 9 certs

Week() function

At one of our customers we’re migrating an old CFMX7 application to CF2021. In certain reports the Week() function is used. <cfset oldlocale = SetLocale (“Dutch (Standard)”)> We’re performing the initial tests in our CF2018 developer environment. In using Week() in CFMX7 the week starts at Mondays and weeknumbers are correct. Using the same source code in CF2018 the week suddenly starts at Sundays and weeknumbers are incorrect (for instance today – 21/01/2021 – returns week 4 instead of week […]

Coldfusion Error handler – application.cfm

CF Server 2018 Windows Server 2012 R2 Within my Application.cfm file, I have a tag to handle web errors: <cferror type=”exception” template=”MyErrorHandler.cfm”> Within MyErrorHandler, I have a “oops … something went wrong” message with an image, and followed an email sent to the administrator (me): <cfsavecontent variable=”errortext”> <cfoutput> An error occurred: http://#cgi.server_name##cgi.script_name#?#cgi.query_string#<br /> Time: #dateFormat(now(), “short”)# #timeFormat(now(), “short”)#<br /> <cfdump var=”#error#” label=”Error”> <cfdump var=”#form#” label=”Form”> <cfdump var=”#url#” label=”URL”> </cfoutput> </cfsavecontent> <cfmail to=”abc@xxyz.com” from=”abc@xxyz.com” subject=”Error: #error.message#” type=”html”> #errortext# </cfmail> I have […]

Join us, Online CF Meetup, Jan 21: “Communication Skills for Technical Engineers & Developers”, with Mark Takata

Come join us at the Online ColdFusion Meetup session on Thursday, Jan 21, 2020, at 6p US Eastern time (UTC -5). The presentation will be: “Communication Skills for Technical Engineers & Developers”, with Mark Takata. Please note the 6pm US Eastern start time, not our more typical 12p slot. For more on the presentation, the speaker(s), how to join the group join (free), as well as the URL for the online meeting and more, please see the meetup event page: […]

Java Keystore – CFHTTP / JSON

Cannot send JSON to server due to communication issues – I believe it the Java security certificate

The next version of CF (after CF2021) is to be code-named Project Fortuna (not Athena)

This a correction and expansion to news I shared here yesterday: first, the next release of CF will be code-named Project Fortuna, not Athena. I will explain that in a moment. Second and more useful, I can also share more here about what’s planned for the new release. Read on for more.

The next version of CF (after CF2021) is to be code-named Project Athena?

This is not huge news but it’s news nonetheless that some might have  missed. It seems the next release of CF (after CF2021 which was released in Nov 2020) will be code-named, “Project Athena Fortuna”. (Update: When I first posted this, I reported it would be Athena, based on the resources I quote below. I learned the next day that they had indeed changed it to Fortuna. For more, including more on what’s to come, see my updated post.) Read […]

Warm Up Sketches

How to leverage an artist’s daily routine to “warm up” and get their creative juices flowing for the day to kickstart your own daily coding.