Some explorations in consuming Amazon SQS messages in Lucee CFML.
Repositories
bennadel Repositories
Exploring the use of directives Controllers to allow for inter-directive communication.
An example of how to do deep routing in an AngularJS application when ngView is not enough.
A quick look at AngularJS' Cross-Site Request Forgery (XSRF) features and how to use them in a ColdFusion application to help prevent XSRF / CSRF attacks.
I demonstrate how to use AntiSamy 1.5.7 with ColdFusion 10 and the help of the JavaLoader 1.2 component.
A ColdFusion component that allows a queue of low-priority tasks to be executed, in serial, in the context of a single CFThread. This way, your low-priority threads do not end up blocking your higher-priority threads.
A component that allows for Base32 encoding and decoding in ColdFusion.
For the Best of ColdFusion 10 project, I am trying to create a very simple app that takes HTML, extracts the CSS, and then inlines it for use within emails.
I encapsulate binary data and present an easy way for the binary data to be transformed at the individual bit level, allowing one chunk of inputs bits to be transformed into a chunk of output bits of a different size.
I count the number of active $watch() bindings in the current AngularJS page.
Experimenting with some Bookmarklets that I can load into a browser.
Breadboarding POC in Angular 9 next.
The CFHttpSession.cfc is a ColdFusion component that wraps around multiple CFHttp requests in such a way that cookie and session information is maintained from request to request. This allows you to use this ColdFusion component to log into remote systems and grab content that is behind a layer of security.
CFMailML — ColdFusion Mail Markup Language. A custom-tag-based DSL for richly formatted CFMail content.
CFRedlock is a ColdFusion implementation of the Redlock distributed locking algorithm proposed by Redis.
A ColdFusion component representation of a CSS rule.
This is a ColdFusion port of the cuid library which can be used to generate collision-resistant IDs that are optimized for horizontal scaling and performance.
A ColdFusion / CFML port of the Cuid2 library by Eric Elliott.
A ColdFusion component wrapper for interactions with (a subset of) Google's Closure compiler library.