Using The Angular.js Parser To Comply With CSP In Alpine.js 3.13.5

Ben Nadel uses the Angular.js expression parser to create a robust and CSP-compliant Alpine.js application....

From: Ben Nadel

Responding to HTML Changes in a Web Component

While driving my kids to school this morning, I had an interesting thought.

From: Raymond Camden

ColdFusion searchImplicitScopes and APSB24-14

Adobe has published a ColdFusion Security Hotfix APSB24-14 today which describes "a critical vulnerability that could lead to arbitrary file system read".

From: Pete Freitag's Homepage

Updates released for ColdFusion 2023/2021, Mar 12 2024: possible breaking change, solutions

This is a very important heads-up for my readers: there was an important security update released today by Adobe for ColdFusion 2023 (update 7) and 2021 (update 13).

From: Charlie Arehart - Server Troubleshooting

Recursive JSON Explorer In Alpine.js 3.13.5

Ben Nadel creates a recursive JSON data structuring rendering with Alpine.js 3.13.5....

From: Ben Nadel

Using Alpine.js To AJAX'ify HTML Fragments Served From ColdFusion

Ben Nadel explores the use of Alpine.js to progressively enhance (AJAX'ify) part of a ColdFusion-rendered page....

From: Ben Nadel

DateGetTime() To Get UTC Milliseconds From Date In ColdFusion

Ben Nadel demonstrates how to get the UTC milliseconds from a date in ColdFusion, even if the date is represented as a string....

From: Ben Nadel

ColdFusion 2021 MySQL Query No Longer Returning Dates As Dates

Ben Nadel demonstrates that MySQL dates are no longer returned as dates from the database in ColdFusion 2021. And this breaks his cookie handling....

From: Ben Nadel

Using Intl.RelativeTimeFormat for Localized Relative Timings

I've been singing the praises of the web platform's Intl object for years now, but it still continues to impress me.

From: Raymond Camden

Working Code Podcast - Episode 168: Memory Safe Mandate

Ben Nadel and the crew talk the government press release on memory safe software, sunk cost fallacy, and the value of a college degree....

From: Ben Nadel

Ask Ben: Fisher-Yates Shuffle Algorithm In ColdFusion

Ben Nadel demonstrates how to implement the Fisher-Yates shuffle algorithm in ColdFusion....

From: Ben Nadel

Domain Expiration - A Reminder

Yesterday around mid-day, mikevdv.

From: Michael Walter Van Der Velden

Exploring DOM Mutation Observation In Alpine.js 3.13.5

Ben Nadel looks at Alpine.js' ability to observe and react to DOM manipulation within the current document....

From: Ben Nadel

Converting a Vue 2 App to Alpine.js

A little over two years ago I published an "idle clicker game" built in Vue.

From: Raymond Camden

Various Ways To Get ColdFusion Data Into An Alpine.js Component

Ben Nadel explores several ways in which to get ColdFusion data into an Alpine.js component....

From: Ben Nadel

Recursive Template Rendering In Alpine.js 3.13.5

Ben Nadel demonstrates how to recursively render a tree data structure in Alpine.js 3.13.5 using his x-template-outlet directive....

From: Ben Nadel

TIL - submit() versus requestSubmit()

Today I learned (well, technically, a few days ago, the week has been a lot), that the web platform supports a requestSubmit method.

From: Raymond Camden