ColdFusion Posts Around the World.
ColdFusion Posts Around the World. Searching the CFML Output Buffer for a StringJames MobergIn one of our projects about 10 years ago, we were fetching HTML fragments from a trusted third-party for inclusion on the website. Instead of using an iFrame or incorporating ajax, which could negatively impact our SEO, we would occasionally fetch the content in the background and update the we...Using Canonicalize() To Embed Emoji In Email Subject Lines In ColdFusionBen NadelBen Nadel demonstrates how to use the canonicalize() function to render emoji in email subject lines in ColdFusion....CFML wrapper for emoji-java (identify, sanitize & convert emojis)James MobergA ColdFusion application that we developed a couple years ago worked with Twilio to log incoming text messages. The UTF-8 message payloads were saved in a MSSQL database using the NVARCHAR datatype and could be displayed on webpages without any issue. When importing a CSV file into a third-party...Using Canonicalize() To Render Emoji In ColdFusionBen NadelBen Nadel demonstrates how to use the canonicalize() function to render emoji characters in a ColdFusion page response....Behind the Scenes of the SOC 2 Certification ProcessFusionReactorBehind the Scenes of the SOC 2 Certification Process Achieving SOC 2 certification is a significant milestone for any organization, particularly in the software industry. But what does the journey to accreditation look like? This blog post’ll take you behind …When is ColdFusion 2021 update 16 going to be available to developer users?ColdFusionWhen is ColdFusion 2021 update 16 going to be available to developer users? The post When is ColdFusion 2021 update 16 going to be available to develope...Working Code Podcast - Episode 195: Isn't Worth The SqueezeBen NadelBen Nadel and the crew talk about cases in our work in which the maximum effort isn't worth the potential outcome....Latest ColdFusion Security Updates - September 2024Pete FreitagI am going to attempt to keep this page updated with the latest ColdFusion Security Updates and Hotfixes published by Adobe. This will allow me to update this page as more info becomes available about updates. I will also try to back fill this so it has past info as well. September 2024...Dynamically Define For-Loop Increment In ColdFusionBen NadelBen Nadel demonstrates that the for-loop can have a dynamically assigned increment that changes on every loop iteration....Generating Lorem Ipsum Text In ColdFusionBen NadelBen Nadel builds a Lorem Ipsum text generator with ColdFusion....RELEASED- ColdFusion 2023 and 2021 September 10th, 2024 Security UpdatesColdFusionWe are pleased to announce that we have released general updates to ColdFusion (2023 release) Update 10 and ColdFusion (2021 release) Update 16. The updates resolve a critical vulnerability that could lead to the deserialization of untrusted data. For more information, view the security bulletin ...Couchbase Capella Free TierBlog – ckh|ConsultingAs a developer, I’m so excited about Couchbase’s new free tier for Capella! This is a game-changer for anyone looking to experiment with a fully managed [...] The post Couchbase...Intergral Information Systems GmbH Achieves SOC 2 Type 2 Certification: Reinforcing Our Commitment to Security and ComplianceFusionReactorClick here for more information about AICPA SOC. Successfully completed the Service Organization Control (SOC) 2 Type II audit We are thrilled to announce that Intergral Information Systems GmbH, the maker of FusionReactor, has successfully completed the Service Organization Control …How many license we need for CF 2023 Enterprise edition if we have 8 non-prod and 17 prod serversColdFusionHi Team, We have CF 2018 installed in our our application on RHEL 7.9. There are some vulnerabilities which are not able to remediate in current RHEL 7.9 so we are creating a new VM in RHEL 8. Anyone can confirm me that how many license we need for CF 2023 Enterprise edition if we have 2 non-prod...Transforming TSV data using ColdFusion & Miller (Command line FTW!)James MobergWe license data from multiple providers and discovered that not all data can be treated equally even though it's the same specification. For example, we work with two (2) separate Real Estate Transaction Standards (RETS) providers and their implementations are slightly different. The west coast ...Comparing Language Detection Libraries (& API) Using Java/ColdFusion/CFMLJames MobergLanguage detection is a feature that we needed in a past project. I wrote an article in 2020 regarding the use of kju2 fork of th...ColdFusion: Comparison Method Violates Its General ContractBen NadelBen Nadel explores the array sorting error, Comparison method violates its general contract, that he was getting in ColdFusion....Coldfusion Oracle JDBC Driver ErrorColdFusionError Executing Database Query.[DataDirect][Oracle JDBC Driver]arraycopy: destination index -1 out of bounds for byte[128] The specific sequence of files included or processed is: {path_to_file}, line: 129 The postAI-driven APM: Revolutionizing Application Monitoring and Performance OptimizationFusionReactorThe landscape of application performance monitoring (APM) is undergoing a profound transformation, driven by the integration of artificial intelligence (AI) and machine learning (ML) technologies. This evolution is reshaping how organizations approach application monitoring, troubleshooting, and ...AI-driven APM: Revolutionizing Application Monitoring and Performance OptimizationFusionReactorThe landscape of application performance monitoring (APM) is undergoing a profound transformation, driven by the integration of artificial intelligence (AI) and machine learning (ML) technologies. This evolution is reshaping how organizations approach application monitoring, troubleshooting, and ...The 80/20 Rule: How We Deliver High-Value Observability at a Fraction of the CostFusionReactorThe 80/20 Rule: How We Deliver High-Value Observability at a Fraction of the Cost In the rapidly evolving world of technology, observability has become essential for maintaining the health and performance of applications and infrastructure. While several big names like …Importing Data from a Pre-95 Excel 2 Worksheet XLS file.James MobergQ: How do you solve a problem you don't know how to solve? A: Turn it into a problem that you do know how to solve. How can I import data to a MSSQL Se...Moving to a new AD domainColdFusionMoving to new AD domain The post Moving to a new AD domain appeared first on ColdFusion. ...Working Code Podcast - Episode 193: Bonding In The FoxholeBen NadelBen Nadel and the crew talk about the strong bonds created during intense experiences. And, whether or not we can create those same bonds without suffering.... ...TODO: Granting Yourself Permission To Move ForwardBen NadelBen Nadel discusses the power of a TODO comment to grant permission in the face of a sub-optimal solution....IIS manual connector configuration (Updated) – CF2021 & CF2023ColdFusionColdFusion comes with a webserver configuration tool for connecting to external web servers. There can be occasions, however, when the tool doesn’t work properly. If the tool doesn’t work, you can configure the connector manually. This TechNote demonstrates the steps (updated for CF20...Signals And Array Mutability In Angular 18Ben NadelBen Nadel explores the interplay between Signals, array mutation, and change detection in Angular 18....Exploring Lazy Evaluation Of Computed Signals In Angular 18Ben NadelBen Nadel explores the lazy evaluation of computed Signals in Angular 18....Building An Angular App For ColdFusion Using Docker ComposeBen NadelBen Nadel shares how he's building Angular utility apps inside his ColdFusion blogging platform using Docker Compose....Working Code Podcast - Episode 192: The Best And Worst CodeBen NadelBen Nadel and the crew talk about the best and worst code that they've seen (which is sometimes the code that they also wrote)....RELEASED- ColdFusion 2023 and 2021 August 20th, 2024 General UpdatesColdFusionWe are pleased to announce that we have released general updates to ColdFusion (2023 release) Update 9 and ColdFusion (2021 release) Update 15. We've upgraded Tomcat from version 9.0.85 to version 9.0.93 for both versions. Where do I download the updates from ColdFusion (2023 release) Updat...Working Code Podcast - Episode 191: Too Much ProcessBen NadelBen Nadel and the crew talk about bureaucratic processes at work, why they exist, and what we can (maybe) do about them....Creating A Transient View Helper In Angular 18Ben NadelBen Nadel creates a transient view helper service that is unique instantiated for each host component in Angular 18....JCE cannot authenticate the provider BCColdFusionGood morning, I’m trying to create an application that uses the Bouncy Castle libraries but I can’t continue because I get this error. Where am I going wrong? These are the messages that appear: – JCE cannot authenticate the provider BC – Cannot invoke “java.net.URL....BoxLang: How does it JSON?Blog – ckh|ConsultingWhen evaluating a new language, I like to ask myself, “How does it JSON?”. This post will be looking into this question for BoxLang. In case [...] The post BoxLang: How does it JSON?ColdFusion 2023 cfhtmltopdf Footer Page Number Problem with FormattingColdFusionColdFusion 2023 Footer Page Number Problem with Formatting The post ColdFusion 2023 cfhtmltopdf Footer Page Number Problem with Formatting appeared fir...Issue with CF 2016 and TLS protocolsColdFusionColdfusion 2016 CFHTTP can't connect to API that uses TLS 1.2 The post Issue with CF 2016 and TLS protocols appeared first on ColdFu...Docker Cold fusion addons examplesColdFusionI have an application that uses the Full text search engine and SQL Server. I cannot for a good example of how to set up the cold fusions add-ons and get it to work within a container. Noting I have tried appears to work. The cold fusion container writes this to the log until it exceeds the max a...KI und Fehlerbehebung: Weiterentwicklung, nicht ErsatzFusionReactorWarum entwickeln sich KI und Fehlerbehebung gemeinsam, anstatt sich gegenseitig zu ersetzen? Der Einfluss künstlicher Intelligenz auf Application Performance Monitoring (APM) und Beobachtbarkeit ist unbestreitbar. Ob KI jedoch die menschliche Fehlerbehebung vollständig ersetzen wird, ist d...KI und Fehlerbehebung: Weiterentwicklung, nicht ErsatzFusionReactorWarum entwickeln sich KI und Fehlerbehebung gemeinsam, anstatt sich gegenseitig zu ersetzen? Der Einfluss künstlicher Intelligenz auf Application Performance Monitoring (APM) und Beobachtbarkeit ist unbestreitbar. Ob KI jedoch die menschliche Fehlerbehebung vollständig ersetzen wird, is...BSidesLV 2024 Slides - Modern ColdFusion Exploitation and Attack Surface ReductionHoya Haxa: A Security Research BlogThank you to BSidesLV for the opportunity to speak this year. The slides from my talk, Modern ColdFusion Exploitation and Attack Surface Reduction, are now online below. They're pretty similar to myHow has observability transitioned from optional to indispensable in the AI era?FusionReactorThe post How has observability transitioned from optional to indispensable in the AI era? appeared first on FusionReactor...How has observability transitioned from optional to indispensable in the AI era?FusionReactorObservability: From optional to indispensable in the AI era A significant paradigm shift is underway in the rapidly evolving landscape of IT operations. Once relegated to the realm of “nice-to-have” features, observability has emerged as an absolute necessity in …How has observability transitioned from optional to indispensable in the AI era?FusionReactorObservability: From optional to indispensable in the AI era A significant paradigm shift is underway in the rapidly evolving landscape of IT operations. Once relegated to the realm of “nice-to-have” features, observability has emerged as an absolute necessity in …Working Code Podcast - Episode 190: Career Advice To Younger SelfBen NadelBen Nadel and the crew talk about career advice that they'd give to their younger selves....The future of Observability: Leveraging AI for predictive InsightsFusionReactorThe post The future of Observability: Leveraging AI for predictive Insights appeared first on FusionReactor. ...The future of Observability: Leveraging AI for predictive InsightsFusionReactorThe future of Observability: Leveraging AI for predictive Insights In the digital age, where businesses increasingly rely on complex technological ecosystems, maintaining seamless operations and preemptively addressing issues has become a cornerstone of competitive advantage. Observability, the p...The future of Observability: Leveraging AI for predictive InsightsFusionReactorThe future of Observability: Leveraging AI for predictive Insights In the digital age, where businesses increasingly rely on complex technological ecosystems, maintaining seamless operations and preemptively addressing issues has become a cornerstone of competitive advantage. Observability, the prac...Seamless Integration: Using Couchbase with BoxLangBlog – ckh|ConsultingThis post explores how to leverage the power of Couchbase, a NoSQL database, within your BoxLang applications. We'll demonstrate the ease of utilizing existing Java libraries through BoxLang's interoperability features. The postAI and troubleshooting: Evolution, not replacementFusionReactorThe post AI and troubleshooting: Evolution, not replacement appeared first on FusionReactor. ...AI and troubleshooting: Evolution, not replacementFusionReactorWhy Are AI and troubleshooting evolving together instead of replacing each other? As artificial intelligence advances, its impact on Application Performance Monitoring (APM) and observability is undeniable. However, whether AI will entirely replace human troubleshooting is more nuanced than a ...AI and troubleshooting: Evolution, not replacementFusionReactorWhy Are AI and troubleshooting evolving together instead of replacing each other? As artificial intelligence advances, its impact on Application Performance Monitoring (APM) and observability is undeniable. However, whether AI will entirely replace human troubleshooting is more nuanced than a …...The critical role of automatic anomaly detection in modern data systemsFusionReactorThe critical role of automatic anomaly detection in modern data systems In the age of big data and continuous digital transformation, identifying anomalies swiftly and accurately has become paramount. Automatic anomaly detection, leveraging advanced algorithms and artificial intelligence, is a ...The critical role of automatic anomaly detection in modern data systemsFusionReactorThe post The critical role of automatic anomaly detection in modern data systems appeared first on FusionReactor. ...The critical role of automatic anomaly detection in modern data systemsFusionReactorThe critical role of automatic anomaly detection in modern data systems In the age of big data and continuous digital transformation, identifying anomalies swiftly and accurately has become paramount. Automatic anomaly detection, leveraging advanced algorithms and artificial intelligence, is a ̷...How to Temporarily Disable Database Triggers and Constraints for Bulk Operations in Modern DatabasesGregory's BlogIn this article, we will explore how to temporarily disable database triggers and constraints.Upgrade to ColdFusion2023ColdFusionHow to upgrade from ColdFudion2016 to ColdFusion2023? What are the pricing details of ColdFusion2023? The post Upgrade to ColdFusion2023 appeared first onJavaScript Application Size Shouldn't Affect PerformanceBen NadelBen Nadel deconstructs the argument that the size of a JavaScript application affects the overall performance of said application....Code Isn't Magical, It's Just A Series Of CommandsBen NadelBen Nadel explains that code isn't magical - that's is just a series of commands. And that thinking about it this way makes it easier to maintain.... ...Der FusionReactor Tunnel – nahtlose Verbindung zwischen On-Prem und CloudFusionReactorThe post Der FusionReactor Tunnel – nahtlose Verbindung zwischen On-Prem und Cloud appeared first on FusionReactor. ...The FusionReactor Tunnel – seamless link between On-prem and CloudFusionReactorThe post The FusionReactor Tunnel – seamless link between On-prem and Cloud appeared first on FusionReactor. ...Indispensable component of our system architectureFusionReactorThe post Indispensable component of our system architecture appeared first on FusionReactor. ...Working Code Podcast - Episode 188: Code Review NuanceBen NadelBen Nadel and the crew talk about code reviews; and reflect on the decision tree that we use when reviewing other people's code...Convert Numbers to Text using ColdFusion and ICU4JJames Moberg(This is a repost from my abandoned tumblr blog; dated 2016-11-17) A client requested that we spell out numbers on their website in order to clarify some financial totals. I initially planned on using the ColdFusionOn ColdFusion Administrator Access Control Bypass TechniquesHoya Haxa: A Security Research BlogIntroductionAccess Control is frequently boring but important. It's one of the core security services defined in the OSI Security Architecture reference model. And it's illustrative of what Erasmus and Franklin (not to mention many doctors, nutr...How to store FusionReactor logs persistently with Docker volumesFusionReactorThe post How to store FusionReactor logs persistently with Docker volumes appeared first on FusionReactor. ...Summercon 2024 Slides - Modern ColdFusion Exploitation and Attack Surface ReductionHoya Haxa: A Security Research BlogLast Friday it was an absolute honor to talk about ColdFusion security at Summercon. Summercon was the first security conference I attended and it remains my favorite after many years, as BlackHat has gotten enormous and other cons ha...How to change the default Java in API ManagerColdFusionThe ColdFusion API Manager typically comes with default Java versions (1.8.0_112 and 1.8.0_361). However, you may need to upgrade these versions. Since the ColdFusion API Manager is certified only with JDK 1.8 (at the time of writing this blog), we will download the latest JDK 1.8 version availab...An "x-input" Property Binding Directive In Alpine.jsBen NadelBen Nadel creates an x-input directive in Alpine.js which allows outer component properties to be bound to inner component properties....Code Kata: Building A Tri-State Switch In Alpine.jsBen NadelBen Nadel tries to build a tri-state switch / toggle using Alpine.js....Using AttributeCollection To Manage Locking In ColdFusionBen NadelBen Nadel demonstrates how to use attributeCollection to manage locking in ColdFusion....Highlighting Dynamic Parts Of A Pretty-Printed JSON Value In JavaScriptBen NadelBen Nadel demonstrates how he highlighted the dynamic parts of a pretty-printed JSON value in JavaScript....Working Code Podcast - Episode 187: Viability Of The Minimum Viable ProductBen NadelBen Nadel and the crew talk about the viability of the Minimum Viable Product; and whether solopreneurship is still possible in the web application industry.... ...Into The Box 2024 Videos Available!ContentBoxInto The Box is a web development conference I help start almost 11 years ago in the Minneapolis area. It centered on collaboration, networking, and just good fellowship with our fellow CFML/Web Developers. It mostly centered at the beginning around ColdBox, as that was my only open-source project a...Spannende neue Funktionen für FusionReactorFusionReactorThe post Spannende neue Funktionen für FusionReactor appeared first on FusionReactor. ...Getting A Struct Key In Its Native Key-Casing In ColdFusionBen NadelBen Nadel demonstrates how to access the internal key-casing of a struct key in ColdFusion....Saml Generated P12 Cert passwordColdFusionColdFusion 2021 Saml SSO setup with cert The post Saml Generated P12 Cert password appeared first on ColdFusion. ...Exciting new features coming to FusionReactorFusionReactorThe post Exciting new features coming to FusionReactor appeared first on FusionReactor. ...OWASP Java Encoder Project Recommends Using Both URL and Attribute Encoding For HREF AttributesBen NadelBen Nadel looks at the OWASP Java Encoder project's recommendation to double-encode dynamic URLs in an HREF context....Normalizing Collection Entries In ColdFusionBen NadelBen Nadel creates a user defined function, toEntries(), for normalizing collection iteration in ColdFusion....Speaking at Adobe's ColdFusion Summit 2024ContentBoxI am excited to once more join the Adobe ColdFusion Summit as a speaker. I will be talking about building **modern and fluent RESTFul services. **Learn how to build a Modern RESTFUl API using BDD with me!ContentBoxI am excited to be hosting a training workshop in Las Vegas, Nevada just before the Adobe ColdFusion Summit 2024! This will be a 2 day workshop over the weekend where we are going to focus on building a RESTFul Content Management System using Behavior Driven Development (BDD) approaches. Space is li...Sorting Arrays With Priority Elements In ColdFusionBen NadelBen Nadel demonstrates how to sort an array with a subset of priority items in ColdFusion....Working Code Podcast - Episode 186: Work InsecuritiesBen NadelBen Nadel and the crew talk about the insecurities that they feel at work regardless of how much value they create for their companies....Enhanced anomaly detection with FusionReactor’s new Custom DetectorsFusionReactorThe post Enhanced anomaly detection with FusionReactor's new Custom Detectors appeared first on FusionReactor. ...Save 25% on Adobe ColdFusion CF2023FusionReactorThe post Save 25% on Adobe ColdFusion CF2023 appeared first on FusionReactor. ...Creating A ColdFusion-Oriented HashCode With Loose Types (Part 2)Ben NadelBen Nadel updates his FusionCode algorithm to allow for key-casing and type-coercion settings to be configurable in ColdFusion....Working Code Podcast - Episode 185: A/B Testing MechanicsBen NadelBen Nadel and the crew talk about the mechanics of A/B testing; and, how it might be incrementally added to a bulk email system.... |