An "x-input" Property Binding Directive In Alpine.js
Ben Nadel creates an x-input directive in Alpine.js which allows outer component properties to be bound to inner component properties....
From: Ben Nadel
Ben Nadel creates an x-input directive in Alpine.js which allows outer component properties to be bound to inner component properties....
From: Ben Nadel
Ben Nadel tries to build a tri-state switch / toggle using Alpine.js....
From: Ben Nadel
Don't miss that Adobe had added a useful feature (a "patch", made available in Apr 2024) to help in identifying any CFML code you may have which refers "implicitly" to scopes that would no longer searched (for any variables without a scope prefix), which is the new default behavior for CF2021, CF202...
Don't miss that Adobe had added a useful feature (a "patch", made available in Apr 2024) to help in identifying any CFML code you may have which refers "implicitly" to scopes that would no longer searched (for any variables without a scope prefix), which is the new default behavior for CF2021, CF202...
This is an example of how to use Tailwind CSS in your next Spring Boot application.
From: Dan Vega
Ben Nadel demonstrates how to use attributeCollection to manage locking in ColdFusion....
From: Ben Nadel
Ben Nadel demonstrates how he highlighted the dynamic parts of a pretty-printed JSON value in JavaScript....
From: Ben Nadel
Ben Nadel and the crew talk about the viability of the Minimum Viable Product; and whether solopreneurship is still possible in the web application industry....
From: Ben Nadel
It's that time again: there are new JVM updates released today (Jul 16, 2024) for the current long-term support (LTS) releases of Oracle Java, 8, 11, 17, and 21, as well as the new short-term release 22.
It's that time again: there are new JVM updates released today (Jul 16, 2024) for the current long-term support (LTS) releases of Oracle Java, 8, 11, 17, and 21, as well as the new short-term release 22.
{ myValueSpy.and.returnValue({ prop1: 'x', prop2: 'a' }); // rest of the test ) }); Tada! That's what I needed.
From: Jeffry Houser's Blog
Ben Nadel demonstrates how to access the internal key-casing of a struct key in ColdFusion....
From: Ben Nadel
Ben Nadel looks at the OWASP Java Encoder project's recommendation to double-encode dynamic URLs in an HREF context....
From: Ben Nadel
Ben Nadel creates a user defined function, toEntries(), for normalizing collection iteration in ColdFusion....
From: Ben Nadel
Ben Nadel demonstrates how to sort an array with a subset of priority items in ColdFusion....
From: Ben Nadel
In this tutorial you will learn how to access OpenAI's newest model, GPT-4o in Java without using any dependencies. As a Java developer, there are several highlights you would be excited about – 50% lower pricing, two times faster latency, and five times the rate limits.
From: Dan Vega
Ben Nadel and the crew talk about the insecurities that they feel at work regardless of how much value they create for their companies....
From: Ben Nadel
This video expands the React Tic Tac Toe Tutorial to display the coordinates of the move in the history list. View the Video Check out the source code from this sample in my GitHub
From: Jeffry Houser's Blog
Here's great news for those still running CF2018 or earlier, who may have been holding off upgrading to CF2023 because you would have to pay full price.
Here's great news for those still running CF2018 or earlier, who may have been holding off upgrading to CF2023 because you would have to pay full price.
Ben Nadel updates his FusionCode algorithm to allow for key-casing and type-coercion settings to be configurable in ColdFusion....
From: Ben Nadel
I'm delighted to announce that I've been selected to speak again (for the 12th straight year) at the upcoming Adobe CF Summit conference, to be held in Las Vegas Sep 30-Oct 1.
I'm delighted to announce that I've been selected to speak again (for the 12th straight year) at the upcoming Adobe CF Summit conference, to be held in Las Vegas Sep 30-Oct 1.
Ben Nadel and the crew talk about the mechanics of A/B testing; and, how it might be incrementally added to a bulk email system....
From: Ben Nadel
Ben Nadel demonstrates how to extract illegal tag names from the OWASP AntiSamy HTML sanitization error messages in ColdFusion....
From: Ben Nadel