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

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

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

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

Creating A Template-Outlet Directive In Alpine.js 3.13.5

Ben Nadel demonstrates how to render templates using a template-outlet directive in Alpine.js 3.13.5....

From: Ben Nadel

Cloning Templates In Alpine.js 3.13.5

Ben Nadel demonstrates how to clone template elements in Alpine.js 3.13.5; and, how to supply an intermediary scope to each cloned element....

From: Ben Nadel

Overcoming Asymmetric Prototype Property Access With Proxies In JavaScript

Ben Nadel demonstrates how the Proxy object can be used to change prototype chain access in JavaScript....

From: Ben Nadel

Working Code Podcast - Episode 167: Do You Have A Brand?

Ben Nadel and the crew talk about personal brand building....

From: Ben Nadel

Scoping Reactive Object References In The DOM In Alpine.js 3

Ben Nadel creates a custom directive in Alpine.js 3.13.5 that allows an x-data reactive object to be scoped for more obvious access....

From: Ben Nadel

Creating A CSS Class Name Directive In Alpine.js 3

Ben Nadel demonstrates how to dynamically bind CSS class names using a custom directive in Alpine.js 3.13.5....

From: Ben Nadel

Creating A CSS Class Name Directive In Apline.js 3

Ben Nadel demonstrates how to dynamically bind CSS class names using a custom directive in Alpine.js 3.13.5....

From: Ben Nadel

What Does ColdFusion's verifyClient() Do?

I recently saw a ColdFusion question about verifyClient and remote CFC functions.

From: Hoya Haxa - A Security Research Blog

Submitting Forms With CMD+Enter In Alpine.js

Ben Nadel looks at several ways to submit a form using the CMD+Enter key combination in Alpine.js....

From: Ben Nadel