
ColdFusion 2021 "refreshed" installers available (with update 5)...but only in one place for now
Here's some surprising news: Adobe has released a "refreshed" installer for CF2021, which includes update 5 (which came out last week) built-in.
Here's some surprising news: Adobe has released a "refreshed" installer for CF2021, which includes update 5 (which came out last week) built-in.
This year marked the tenth anniversary of the Adobe ColdFusion Summit.
From: Brian Klaas
I've long since wanted to add a mailing list to the blog as a way that people could directly show interest in what was being posted.
Using the INSERT IGNORE statement you can easily manage reference table's data using re-runnable sql scripts.
This is a call to anyone who may have a CF-oriented presentation: we would welcome you presenting it on the Online ColdFusion Meetup.
One of the earliest articles I ever wrote was about the posting process that my blog posts followed.
The Adobe CF Summit 2022 is done! I'm down in the hotel lobby waiting for my ride to the airport which means it's officially time to work on my conference recap! Honestly I can't think of any reason that this conference wasn't a huge success for everyone involved.
From: South of Shasta: Software Development, Web Design, Training
CloudFlare recently released a new CAPTCHA service called Turnstile, which aims to provide a better user experience for CAPTCHA's.
From: Pete Freitag's Homepage
I'm back from another excellent CFSummit.
From: Pete Freitag's Homepage
Sometimes I take notes during the conference sessions. And to my surprise people are actually reading them. :) Here's everything I jotted down during the Adobe CF Summit 2022 presentations. Enjoy.
From: South of Shasta: Software Development, Web Design, Training
FYI for anyone attending the Adobe CF Summit this week, there's been a small schedule change.
From: South of Shasta: Software Development, Web Design, Training
Hotel confirmation is in hand, plane ticket has been booked, it’s official…I’m going to the Adobe ColdFusion Summit in Las Vegas! Much like Into The Box earlier this month, the CF Summit is a must-attend event for anyone looking to stay up on CFML development practices.
From: South of Shasta: Software Development, Web Design, Training
I write every one of my blog posts in Markdown.
It seems like simple daily web games, à la Wordle or Framed, have been quite popular over the pandemic.
Into The Box 2022 is a wrap! My first in-person conference since this pandemic madness began two years ago.
From: South of Shasta: Software Development, Web Design, Training
Code is complex, so any static application security testing (SAST) tool will find things that may not be an actual security issue.
From: Pete Freitag's Homepage
In this tutorial, you will learn how to secure REST APIs with Spring Security and Json Web Tokens.
From: Dan Vega
Web Components provide a modular way to build a consistent design system and user experience across your entire application.
From: South of Shasta: Software Development, Web Design, Training
(In my best comedian voice) so, the pandemic…am I right?! Next week I’m flying out to Texas for my first in-person conference in WAY too long! I’ll be giving 2 talks at one of my favorite events: Into The Box in Houston Texas!
From: South of Shasta: Software Development, Web Design, Training
A really handy feature of the arrayEach() function is the parallel argument.
From: Pete Freitag's Homepage
A while back I introduced likes to the blog through the use of Webmentions and Bridgy.
The uuid() function in MySQL returns a 36 character hex string, formatted as: aa479ea9-1d9d-11ed-ba03-564760fe47b7 ColdFusion's createUUID() function returns a 35 character hex string formatted as: AA479EA9-1D9D-11ED-BA03564760FE47B7 Both store the same amount of data (16 bytes), the only difference...
From: Pete Freitag's Homepage
I’m grateful that I’ve spoken at Adobe’s ColdFusion Developer Week over the years.
From: Brian Klaas
For a long time now, I've been frustrated by how slow the official twitter embed is.
Often times when I speak to developers who have just started writing typescript, they have begun to understand static typing.