I’m trying to post a checkin.cfm file from within my index.cfm using the fetch api. All I’m getting is a 500 Server Error. Is there something different I need to do with ColdFusion? JavaScript fetch(“./src/checkin.cfm”) .then(function (response) { return response.text(); }) .then(function (body) { document.querySelector(“#checkin”).innerHTML = body; }); index.cfm <cfoutput> <div id=”checkin”></div> <script src=”js/app.js”></script> </cfoutput> checkin.cfm <cfoutput> <cfset session_valid = application.lib.check_session_valid()> <h1>Hello World</h1> </cfoutput> Is there something wrong with my syntax? When I do this with an HTML page, it […]
Come join us at the Online ColdFusion Meetup session on Thursday, Nov 5, 2020, at 12p US Eastern time (UTC -5). The presentation will be: “Building great user interfaces fast with Kendo UI”, with TJ VanToll. For more on the presentation, the speaker, 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/274271713/ The meeting will be recorded, as have been all 270+ previous Online CFMeetup […]
The public beta of the next release of CF is now open. Have you checked it out? This post will help you get started, especially to learn how much is in that upcoming release and how to best leverage the prerelease site with such info, installers, and more.
Come join us at the Online ColdFusion Meetup session on Thursday, Oct 22, 2020, at 12p US Eastern time (UTC -4). The presentation will be our first: “CF AMA: Ask Me Anything”, with Charlie Arehart and Dan Wilson For more on the presentation, the speakers, 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/274044740/ The meeting will be recorded, as have been all 270+ previous Online CFMeetup […]
Come join us at the Online ColdFusion Meetup session on Thursday, Oct 15, 2020, at 12p US Eastern time (UTC -4). The presentation will be: “Building APIs with ColdFusion, Part 1: Start coding APIs today” with Gavin Pickin. For more on the presentation, the speaker, 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/273813364/ The meeting will be recorded, as have been all 270+ previous […]
My journey into breaking my perceptions of frameworks as cumbersome, and my experience with the Ortus Solutions ColdBox training.
My journey into breaking my perceptions of frameworks as cumbersome, and my experience with the Ortus Solutions ColdBox training.
As Adobe ColdFusion completes 25 years of making hard things easy, we’re thrilled to reflect on a journey that changed the norms of coding forever. Over the last two decades, we’ve strived to make Adobe ColdFusion easier, faster and better to use, helping coders create applications that are beyond the ordinary. 25 years later, the legacy we’ve built continues to be the undisputed choice for over 70% of Fortune 100 companies and 60% of Fortune 500 companies! Every great […]
How can you choose the proper hosting service? Continue reading as we dissect exactly what you need to know in order to make sure your awesome apps and projects stay with a stable host.
Have you signed up for the public beta of ColdFusion Next yet? Here is your chance to try out the game changing release of ColdFusion. Here are some of the amazing highlights 1. Installer size is down from 1 GB to 150MB! It is just a zip installer so that you can quickly get started. 2. The startup time is now only 5 seconds! 3. You can talk to AWS and Azure services with ease using the same productive API […]
Is it possible CF9 work with windows server 2012 / IIS 8.5? I have license for CF9
Come join us at the Online ColdFusion Meetup session on Thursday Sep 24, 2020 at 12p US Eastern time (UTC -4). The presentation will be: “Isolation is a Good Thing (For Your Local Dev Environments)” with Dan Skaggs. For more on the presentation, the speaker, 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/273354600/ The meeting will be recorded, as have been all 270+ previous […]

