CFBreak 2024-26 Published on July 5, 2024
Week 26, 2024: Here's the latest from the CFML, ColdFusion and Lucee community.
Ben Nadel |
Extracting Illegal Tag Names From AntiSamy Error Messages In ColdFusion Ben Nadel demonstrates how to extract illegal tag names from the OWASP AntiSamy HTML sanitization error messages in ColdFusion... Creating A ColdFusion-Oriented HashCode With Loose Types Ben Nadel creates a FusionCode algorithm which is a ColdFusion-oriented version of Java's HashCode concept... Using An Ordered Struct As A Fixed-Size Cache In ColdFusion Ben Nadel demonstrates how to build a simple, fixed-size cache using an ordered struct in ColdFusion... Encapsulating Serialization Logic In ColdFusion Ben Nadel demonstrates how to encapsulate JSON serialization logic in ColdFusion when data needs to be manipulated as part of the serialization workflow... Adobe ColdFusion Parses JSON Into Non-Ordered Structs Ben Nadel demonstrates that Adobe ColdFusion's implementation of deserializeJson() loses key-order... Two Spread Operator Bugs In Adobe ColdFusion 2023 Ben Nadel demonstrates two spread operator bugs in Adobe ColdFusion 2021 and 2023... |
Ortus Solutions |
Into the Box 2024 - Conference Slides are out! Did you miss the live event? Get a glimpse of the fantastic content our speakers covered by reviewing their slides... |
Gregory Alexander |
Adobe ColdFusion Forums |
Lucee Community |
Ortus Community |
StackOverflow ColdFusion |
CFDocs Function of the Week |
queryNew()Creates a new query object. The query can be populated with data using functions queryAddRow, querySetCell, or by passing it in to the rowData argument. queryNew(columnList [, columnTypeList [, rowData]]) → returns query |
Brought to you by: Foundeo Inc. |
This weekly CFML / ColdFusion newsletter is brought to you by Foundeo Inc. Purveyors of security products and services for CFML developers. Here's this week's featured product:
|