ColdFusion Posts Around the World.
ColdFusion Posts Around the World. How to Run and debug old 2012 coldfusion applicationColdFusionHi, we have a old legacy coldfusion application which was probably created during 2012 or older. I can see in code it was mention it needs (SQL 2005 relational database). We don’t know how to debug this application and fix this issue. We need some documentation on how to debug and run old c...Hack WKHTMLTOPDF PDF to enable Adobe Acrobat Field EditingJames MobergI recently integrated the auto-generation of survey results into a downloadable PDF using ColdFusion and WKHTMLTOPDF 0.12.6. Our client provided a pre-generated PDF cover page with some editable fields that we prepended to the PDF u...5 Key Features That Deliver 80% of Monitoring Value at 20% of the CostFusionReactorIn IT monitoring and observability, the 80:20 rule (the Pareto Principle) suggests that 80% of your results come from 20% of your efforts. At FusionReactor, we’ve embraced this principle to deliver a cost-effective observability platform that focuses on the features …ColdFusion Summit 2024 Slides: 20 ways to secure CFPete FreitagThis year at the Adobe ColdFusion summit in Las Vegas I presented on 20 ways to secure ColdFusion. You can download my slides here. When giving a presentation on security there are certain topics t...CF 2018 license questionColdFusionWe are using ColdFusion 2018 internally on Windows Server 2016. The Nutanix cluster on which ColdFusion is installed in a virtual machine is scheduled to migrate to a new Cisco Application Centric Infrastructure (ACI). This change will be transparent at layer 3 (routing). However, we need to find...How can I get just one sql result per ID (pk)ColdFusionI am using ColdFusion on a website hosting account and mssql (late version). I’m looking for all instances of the StoryID but I want to display only one record for each StoryID. The storyid is a uniqueidentifier. Below is my query. It works but the problem is that it shows multi...Upgrade to FusionReactor 12.1.1 Now: Defect in FusionReactor 12.1.0 That Can Potentially Disable Metrics ShipperFusionReactorOn September 26th, 2024, we learned of a bug affecting some customers who upgraded to FusionReactor Agent version 12.1.0. We want to provide a detailed account of the bug, its impact, and the steps we've taken to resolve it. Transparency …Tetsing php upgrade in prodColdFusionTetsing php upgrade in prod The post Tetsing php upgrade in prod appeared first on ColdFusion. ...Testing preview pageColdFusiontest The post Testing preview page appeared first on ColdFusion. ...HeatColor UDF (based on jQuery library)James MobergWhen displaying values in a table, I like to use color to visually indicate whether the number is high or low. When displaying data on a webpage, it was trivial for us to use the jquery-heatcolor library ...Working Code Podcast - Episode 197: PotluckBen NadelBen Nadel and the crew talk about a variety of topics from job promotions, AI training, team alignment, and reconnecting with one's self....BoxLang support in FusionReactor 12.1FusionReactorFusionReactor Introduces Box Lang support in version 12.1 FusionReactor's release of version 12.1 introduces support for BoxLang, a powerful scripting language increasingly popular in the ColdFusion and Lucee ecosystems. BoxLang, developed by Ortus Solutions, is at the heart of modern ̷...A Simple Way to Install ColdFusion Updates Manually in Offline ModeColdFusionThere may be instances where you need to install updates on a ColdFusion server that isn’t connected to the internet, or you’re facing difficulties installing updates through the ColdFusion Administrator page despite having an internet connection. In such cases, knowing how to manuall...FusionReactor 12.1: Expanding Horizons with Java 21 Support and Enhanced Cloud IntegrationFusionReactorWe’re thrilled to announce the release of FusionReactor 12.1, our latest update that brings exciting new features to enhance your application performance monitoring experience. This release focuses on expanding language support, improving cloud integration, and streamlining user access. Let...ColdFusion Summit History (Tourist Edition)James MobergI wouldn't call myself a regular at conferences, but I've enjoyed attending some CF-related conferences in the past. Luckily my Monument 2 Photo device, a self-hosted Google Photos device, makes...Beyond Cost: The Unexpected Benefits of Switching to a Lean Monitoring SolutionFusionReactorWhen considering a switch to a more cost-effective monitoring solution like FusionReactor, the immediate focus is often on the potential savings. However, adopting a lean observability platform can bring a host of unexpected benefits that go far beyond just reducing …CDN, WAF, WAAP... What do you use?James MobergIn the early 2000s, many of our customers still viewed the internet as a passing trend. During this period, we operated a ColdFusion 4.5 (or 5) web application on a Windows server utilizing an Access database. Initially, we relied on a dedicated T1 connection. Over time, we upgraded to a dual T1 ...Embed a Full HTML Document Inline Using Shadow DOMJames MobergWe use ColdFusion/CFML to generate valid HTML documents for PDF generation using jsoup & WKHTMLTOPDF. If the generated HTML content is simply outputted onto an existing ...Strange Behavior in my web app after i move to CF2023ColdFusionRecently I moved to CF2023 from CF2016. When I started using this new ColdFusion version with my web application, it displays me the below strange text on the page when it refreshes. I don’t see the same with CF2016 version. Why am I getting this? Is there a way to suppress this message? if...Connecting to Microsoft SQL Server with Windows Authentication in ColdFusionColdFusionWhen configuring a Microsoft SQL Server database with Windows authentication in ColdFusion, you might initially assume that it’s as simple as entering the DOMAIN\USERNAME in the username field and saving it. However, there are several additional steps required to successfully configure the ...What SOC 2 Type 2 Certification Means for FusionReactor UsersFusionReactorAt Intergral Information Systems GmbH, we’re excited to announce that we’ve achieved SOC 2 Type 2 certification. This is a significant milestone not just for us but for all users of our flagship product, FusionReactor. This blog post explores what …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?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?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 …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 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...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...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 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. ...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... |