I posted an update to my ColdFusion CF_Timer custom tag on my new myCFML blog with the same title. ...
I was recently invited to be a guest on the "Ben & Ryan Show" podcast to share some custom...
The State of myCFML PDF Generation My current comparison is with CFDocument on the...
I choose to use a lot of third-party Windows command line programs as part of our ColdFusion/CFML...
There was an internal decision to use Wasabi Cloud Storage instead of Amazon S3 and I needed to use...
In a project I'm working on, I needed to generate a QR code and display it within an HTML file that...
I saw a post on Linkedin regarding the "Unlocking the Power of listGetDuplicates". I like unlocking...
While working on my ColdFusion colorTools CFC, I wondered if isValid() supported a "hex" type since...
While working on some internal graphs to represent daily Fastly WAF/CDN statistics, I realized that I...
I was unit testing a global UDF that accepts a string and leverages Java's built-in hashCode method...
The cfdump tag (AKA cfscript "writedump" function) outputs the contents of a variable of any type for...
I recently wrote a blog entry about using a third-party Java library to standardize IPv4 & IPv6...
Our Microsoft IIS web server is configured to accept IPv4 connections and, since 1996, we've recorded...
Standardization & validation is important, but good luck getting all you clients and your...
While integrating a new feature for a client to flag customers that were requesting vouchers to be...
I referenced Zint Barcode Generator in a post from 2020 and included a very basic command line syntax...
When working on new logic and I want to dump a variable, I often use an internal CF_DumpLite...
PayPal's NVP/SOAP API for Website Payments Pro accounts suddenly stopped working sometime around...
I recently integrated the auto-generation of survey results into a downloadable PDF using ColdFusion...
When displaying values in a table, I like to use color to visually indicate whether the number is...
I wouldn't call myself a regular at conferences, but I've enjoyed attending some CF-related...
In the early 2000s, many of our customers still viewed the internet as a passing trend. During this...
We use ColdFusion/CFML to generate valid HTML documents for PDF generation using jsoup &...
In one of our projects about 10 years ago, we were fetching HTML fragments from a trusted third-party...
A ColdFusion application that we developed a couple years ago worked with Twilio to log incoming text...
We license data from multiple providers and discovered that not all data can be treated equally even...
Language detection is a feature that we needed in a past project. I wrote an article in 2020...
Q: How do you solve a problem you don't know how to solve? A: Turn it into a problem that you do...
(This is a repost from my abandoned tumblr blog; dated 2016-11-17) A client requested that we spell...
There's been many occasions where a user-specific payload has been generated (shopping cart, check...