CFBreak 2024-17 Published on May 3, 2024
Week 17, 2024: Here's the latest from the CFML, ColdFusion and Lucee community.
Pete Freitag |
Left and Right Accept Negative Counts Here’s something I learned re-learned recently: you can pass negative values into the left() and right() functions in CFML... |
Charlie Arehart |
Bug I've reported: CF Admin update page mistakenly lists current version in "Available Versions" If you use the CF Admin to perform CF updates (vs updating via the command line), has it ever confused or annoyed you... |
Ben Nadel |
Why I Avoid DEFAULT Column Values In My SQL Database Ben Nadel explains why he avoids using DEFAULT column values (as much as possible) in his SQL database table schemas... CFHttp Error: Column Names Must Be Valid Variable Names In ColdFusion Ben Nadel described the cause of the CFHttp error message: Column names must be valid variable names in ColdFusion... Working Code Podcast - Episode 176: Mocking In Public Ben Nadel and the crew talk credit card stuffing attacks, mocking modules in Node.js, and the joy of ColdFusion... Using :where() To Reduce CSS Specificity Issues Ben Nadel demonstrates that the :where() CSS function can help mitigate CSS specificity issues in a design system... Inline Script Tag Execution In Hotwire Turbo And ColdFusion Ben Nadel explores the execution of inline script tags in a Hotwire Turbo and ColdFusion application... Adding turbo-cfml To My ColdFusion + Hotwire Demos Project Ben Nadel adds a turbo-cfml demo to his ColdFusion + Hotwire demos project... |
Ortus Solutions |
Into the Box is Going Online, Register Now! Dive into the Future of Web Development with Into the Box 2024 - now going global and online! No matter where you are... Only 20 Tickets Left | Into the Box 2024 Only twenty tickets remain for Into the Box 2024, Secure yours now and receive a 15% discount courtesy of our sponsors... |
Robert Zehnder |
MoD Podcast CFML News |
Modernize or Die® - CFML News Podcast for April 30th, 2024 - Episode 215 2024-04-30 Weekly News - Episode 215 Watch the video version on YouTube at https://youtube.com/live/qw3x1HcX6xE?feature=share Hosts: Eric Peterson - Senior Developer at Ortus Solutions Daniel Garcia ... |
Gregory Alexander |
Lighthouse Scores of Blog Sites Driven by ColdFusion According to DebugBear.com, the industry-standard lighthouse scores for major blog platforms like WordPress and Wix are disappointing... |
Adobe ColdFusion Forums |
Lucee Community |
Ortus Community |
StackOverflow ColdFusion |
CFDocs Function of the Week |
queryAddColumn()Adds a column to a query and populates its rows with the contents of a one-dimensional array. Pads query columns, if necessary, to ensure that all columns have the same number of rows. queryAddColumn(query, column_name [, datatype], array_name) → returns numeric Member Function SyntaxsomeQuery.addColumn(column_name [, datatype], array_name) |
Upcoming Events |
May 15-17, 2024: Into The Box Washington DC: Registration is now open for the 2024 Into the Box Conference, which has also moved to Washington DC | |
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:
|