Seattle ColdFusion User Group Logo image
Seattle ColdFusion User Group Logo image
call us
206-852-6022
CALL US ABOUT MEETINGS MEMBERS JOBS PRESENTATIONS RESOURCES CONTACT

Resources


Latest from the ColdFusion Community Portal

ColdFusion at 30: Powering Innovation with Simplicity

In 1995, when the internet was still finding its footing and building dynamic websites required complex programming gymnastics, a revolutionary platform emerged with a simple yet powerful promise: “Making hard things easy.” Three decades later, Adobe ColdFusion continues to deliver on that vision, having evolved from a pioneering web development tool into a trusted enterprise-grade platform that powers applications for Fortune 500 companies, government agencies, and startups worldwide. From humble beginnings to global impact ColdFusion’s journey began with CFML (ColdFusion […] Read More

Cannot connect to SQL Server Express in CF Admin

Hello,  I can’t connect to SQL Server Express in CF Admin. I’m on SQL Server login and I’ve enabled TCP/IP in the Configurator. Are other people having issues with SQL Server Express? Pete Read More

ColdFusion Developer Week 2025, online and free

Adobe ColdFusion Devweek 2025 starts June 23, 2025. While it has been announced in other places, I noticed there was no blog post here which is where some might seek it out (and how search engines/AI bots might find it more readily than in social media posts). If you register at that site, you should get notified by email with a link to attend the sessions live. As for recordings, you should also get emails about them. [As an update […] Read More

cflocation infinite loop HELP!

Need some help here. Thanks in advance.    I have these 2 files. t1.cfm cflocation to t2.cfm and end at t2.cfm.   If I ran as https://www.skillon.com/cflocation/t1.cfm   it works as expected i.e stop at t2.cfm  display “Hello world”. You will see some screen messed up but never mind I just wanted to show you the problem.    But when I ran as https://www.skillon.com/cflocation/t1.cfm/   with the “/” at the end or just add whatever text after the “/”  it will go […] Read More

Enable WebSocket Over SSL in ColdFusion

In this blog, we’ll walk through the process of enabling SSL for ColdFusion WebSocket communication. Whether you’re using a self-signed certificate or a CA-signed certificate, the steps are straightforward. We’ll cover both scenarios If you are using a self-signed certificate, your ColdFusion server must also be running over SSL. Create a Self-Signed Certificate: You can generate a self-signed certificate using the keytool utility bundled with Java. This certificate will enable SSL in ColdFusion. Navigate to the JRE bin directory in your ColdFusion installation […] Read More

cfquery array of arrays (multidimensional arrays)

How do I create a multidimensional array from a cfquery resultset output as an array (CF2021)?  I have a second query that has multiple values that matches a column (many to one) in the first query that would be the subarray.  I want them merged to make one array.  Is there a way to do this without looping through the first query and appending the second query now that cfquery can output an array?  It seems like this would be […] Read More