shlogg · Early preview
James Moberg @gamesover

I’m a ColdFusion/CFML web application developer at SunStar Media located in Monterey, CA. I am a fan of technology, music and web development.

Generating Pre-Signed URLs With ColdFusion And Wasabi Cloud Storage

Need pre-signed URLs for Wasabi Cloud Storage? Use Amazon's API reference on Authenticating Requests: Using Query Parameters (AWS Signature Version 4) instead of AWS CLI, Powershell or S3 Browser.

Unlocking ColdFusion's ListGetDuplicates Power With Adobe CF2025

Adobe ColdFusion 2025's `listGetDuplicates` function accepts 4 params: list, delimiter, ignoreCase & includeEmptyFields. Defaults unclear, but values must be boolean. Porting to CF2016? Use Java's hashCode() for unique-ish signed integer.

Improving ColdFusion's Cfdump Tag For Debugging Purposes

Improved debugging in ColdFusion with cf_dump tag, offering data type identification, whitespace preservation, and more features than native cfdump. ACF developer's solution for better debugging.

ColdFusion UDF: StructToTable Generates HTML Table And Text Output

New UDF `structToTable` converts unordered structs to HTML tables & text output, perfect for emails or webpages. Uses legacy-valid code for compatibility.