React Tic Tac To Expansion: Toggle History Direction

This video expands the React Tic Tac Toe Tutorial to dynamically create the game board. View the Video Check out the source code from this sample in my GitHub

From: Jeffry Houser's Blog

Easilly Port your ACF ORM Code to Lucee 6 Using the Ortus ORM Extension

This post will discuss how to port your existing Adobe ColdFusion-based ORM code to Lucee using the Otrus ORM Extension.

From: Gregory's Blog

What's New in Spring AI 1.0.0 M1

In this article you learn about what is new in the latest release of Spring AI, 1.0.0 M1. The milestone comes packed full of features headlined by the new Chat Client that has a fluent API.

From: Dan Vega

React Tic Tac To Expansion: How do I create a Board Loop?

This video expands the React Tic Tac Toe Tutorial to dynamically create the game board. View the Video Check out the source code from this sample in my GitHub

From: Jeffry Houser's Blog

My CFCamp 2024 Schedule

CF Camp is this week! Are you going? You should be. :) As usual with this conference, there is a ton of great content, and it's really hard to pick which sessions to attend. Here's where you'll probably be able to find me...

From: South of Shasta: Software Development, Web Design, Training

Announcing ColdFusion updates released June 11 2024: another possible breaking change

This is another important heads-up for my readers: there was an important security update released today by Adobe for ColdFusion 2023 (its update 8) and ColdFusion 2021 (its update 14).

From: Charlie Arehart - Server Troubleshooting

Updates released for ColdFusion 2023/2021, today June 11 2024, and another possible breaking change

This is another important heads-up for my readers: there was an important security update released today by Adobe for ColdFusion 2023 (its update 8) and ColdFusion 2021 (its update 14).

From: Charlie Arehart - Server Troubleshooting

React Tic Tac To Expansion: You are at X Move

This video expands the React Tic Tac Toe Tutorial to make the current move a text display instead of a button. View the Video Check out the source code from this sample in my GitHub

From: Jeffry Houser's Blog

Is South of Shasta an Adobe ColdFusion or CFML shop?

Is South of Shasta an Adobe ColdFusion shop or a Lucee shop? I've been asked variations of this question several times recently, so I thought I'd share the answer here for anyone that's curious.

From: South of Shasta: Software Development, Web Design, Training

How do tell GIT not to change the line endings in a File?

A bit earlier I wrote about creating a Docker Image and it trying to interpret the line endings as a command to run inside the docker image.

From: Jeffry Houser's Blog

Spring I/O 2024

I just returned from my very first Spring I/O and I thought this would be a great opportunity to tell you about one of the best conferences I have eve been to. I am very fortunate to be able to travel the world visiting customers and conferences but this was by far one of my favorite trips ever.

From: Dan Vega

Workaround for performance issue in CF's use of Redis for sessions

This is important news for those using CF's feature to store sessions (session variables for all sessions) in Redis.

From: Charlie Arehart - Server Troubleshooting

Workaround for performance issue in CF's use of Redis for sessions

This is important news for those using CF's feature to store sessions (session variables for all sessions) in Redis.

From: Charlie Arehart - Server Troubleshooting

How do I fix Failed to solve: Canceled: context canceled When Building a Docker Image?

I am setting up a new work computer, and ran into an issue building a Docker Image.

From: Jeffry Houser's Blog

Using Kendo UI Windows to Implement Multi-Step Web Interfaces

In this article, I will show you how to use the Kendo Window to create sophisticated multi-step interfaces.

From: Gregory's Blog

CF Summit East 2024 Recap

Last week was the 2024 edition of CF Summit East in Washington DC.

From: South of Shasta: Software Development, Web Design, Training

Bug I've reported: Adobe Tracker email notifications seem to have ceased in 2024

I just posted this bug report, but I want to mention it here not only to spread the news of the issue but also to ask whether others can confirm the issue.

From: Charlie Arehart - Server Troubleshooting

Bug I've reported: Adobe Tracker email notifications seem to have ceased in 2024

I just posted this bug report, but I want to mention it here not only to spread the news of the issue but also to ask whether others can confirm the issue.

From: Charlie Arehart - Server Troubleshooting

$'\r': command not found when building a Docker Image

I ran into this problem while building a Docker Image: $'\r': command not found As part of this docker image, a script was run, and the error came from running that script.

From: Jeffry Houser's Blog

mikevdv.dev - What I'd do differently

I write a large number of articles which I never end up publishing for various reasons.

From: Michael Walter Van Der Velden

Left and Right Accept Negative Counts

8 ) { //strip https:// website = right(website, len(website)-8); } As long as you are doing that kind of check, you should not have any issue with unexpected change of behavior due to this change.

From: Pete Freitag's Homepage