Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I recently integrated the auto-generation of survey results into a downloadable PDF using ColdFusion...
The cfdump tag (AKA cfscript "writedump" function) outputs the contents of a variable of any type for...
Our Microsoft IIS web server is configured to accept IPv4 connections and, since 1996, we've recorded...
Language detection is a feature that we needed in a past project. I wrote an article in 2020...
The State of myCFML PDF Generation My current comparison is with CFDocument on the...
PayPal's NVP/SOAP API for Website Payments Pro accounts suddenly stopped working sometime around...
Standardization & validation is important, but good luck getting all you clients and your...
When working on new logic and I want to dump a variable, I often use an internal CF_DumpLite...
I referenced Zint Barcode Generator in a post from 2020 and included a very basic command line syntax...
While integrating a new feature for a client to flag customers that were requesting vouchers to be...
There was an internal decision to use Wasabi Cloud Storage instead of Amazon S3 and I needed to use...
While working on some internal graphs to represent daily Fastly WAF/CDN statistics, I realized that I...
I recently wrote a blog entry about using a third-party Java library to standardize IPv4 & IPv6...
In one of our projects about 10 years ago, we were fetching HTML fragments from a trusted third-party...
While working on my ColdFusion colorTools CFC, I wondered if isValid() supported a "hex" type since...
A ColdFusion application that we developed a couple years ago worked with Twilio to log incoming text...
We use ColdFusion/CFML to generate valid HTML documents for PDF generation using jsoup &...