Prettier with a sample .prettierrc and explanation of options
Posted: 02/11/2025 10:37 AM
I’ve worked on a team of one for a very long time. I appreciate the level of autonomy that I have, but I’ve noticed now more than ever that it can facilitate bad habits and laziness. Luckily, in the modern era of coding there are tools that can help encourage (or flat out enforce) good ...
Read more
ckEditor, jQuery Validation Plugin, Bootstrap 5 Implementation
Posted: 02/07/2025 09:27 AM
I recently had a project at work with a very specific desired front-end stack and functional requirements. After building out the project I came up with a demo to show how I was able to put it all together. This demo implements multiple instances of ckEditor in conjunction with the jQuery Validation Plugin and Bootstrap ...
Read more
ColdFusion unscoped variables and how to find them (using the new patch)
Posted: 04/09/2024 08:56 AM
On March 12, 2024 ColdFusion (2021 release) Update 13 introduced a change with significant implications for developers, particularly for developers managing older code that could be “leveraging” a “feature” of ColdFusion whereby ColdFusion would forgivingly “search” through scopes in a specific order if a variable name is not prefixed with a scope identifier. Rather than ...
Read more
How to use the Microsoft JDBC Driver for SQL Server in ColdFusion
Posted: 12/20/2023 07:51 AM
I recently had an issue where the datasources using the Microsoft SQL Server Driver in ColdFusion were failing. The error was: java.sql.SQLException: Timed out trying to establish connection There was no change with the database server. For some reason the driver was just not connecting. This led to an exploration of connecting using JDBC both ...
Read more