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

Come Learn About Web Components!

Did you miss the Adobe ColdFusion Summit in Las Vegas last year? Still bummed about missing all the rad content? You're in luck!  Adobe is currently running the ColdFusion Online Summit 2024 -- it's the same (I think) sessions that were done in Las Vegas, but on line so you can watch from the c...

From: South of Shasta: Software Development, Web Design, Training

Hello World In Svelte JS 4

Ben Nadel explores Svelte JS for the first time, building an interactive JSON explorer in Svelte 4.2.10....

From: Ben Nadel

Recent critical Lucee security vulns: make sure you're protected, finding out more about them

There has been important news released (this week and last week) about a critical Lucee security vuln (an RCS or remote code execution vuln). You'll want to make sure your Lucee instances are protected either by updates or configuration (or both). There are actually 3 matters to beware. [More]

From: Charlie Arehart - Server Troubleshooting

Thinking Defensively about Three Recent Lucee Vulnerabilities

Last week, Harsh Jaiswal and Rahul Maini from ProjectDiscovery released some impressive security research on multiple vulnerabilities in Lucee (and Mura CMS and Masa CMS).

From: Hoya Haxa - A Security Research Blog

Working Code Podcast - Episode 166: Successful Onboarding

Ben Nadel and the crew talk about onboarding new employees....

From: Ben Nadel

Recording posted for my CF Online Summit talk, "Hidden Gems in CF2023"

Last week (Feb 15) I gave the first talk in the annual Adobe ColdFusion Online Summit for CF2024, and the recording of that session has now been posted by the Adobe CF team (as the first of many such recordings to come).

From: Charlie Arehart - Server Troubleshooting

Casting Java Structs And Arrays To ColdFusion Structs And Arrays

Ben Nadel demonstrates how to cast Java arrays and objects into ColdFusion native arrays and structs....

From: Ben Nadel