search : modern cfml

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

aliaspooryorik Integer Division operator Using the Integer Division operator The post Integer Division operator appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
aliaspooryorik pseudo rest parameters with CFML An approximation of Javascript's rest parameter feature with CFML The post pseudo rest parameters with CFML appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2016,2018,blog,modern cfml
aliaspooryorik A look at unsynchronised arrays in CFML A look at unsynchronised arrays added in ColdFusion 2016 The post A look at unsynchronised arrays in CFML appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2016,2018,blog,modern cfml
Easily Moving from Legacy Code Hell to Modern CFML Heaven
aliaspooryorik Union and diff of arrays Union and diff of arrays in CFML using underlying Java methods The post Union and diff of arrays appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2016,blog,modern cfml
aliaspooryorik Alternatives to Query of Query CFML has had Query of Queries for years and it's been a useful tool but in modern CFML there is no need to use it at all. The post Alternatives to Query of Query appeared first on ColdFusion. Blog,ColdFusion,Language,2018,blog,language,modern cfml
aliaspooryorik Getting the union of two structs Getting the union of two structs The post Getting the union of two structs appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,11,2016,2018,blog,modern cfml
aliaspooryorik Finding the symmetric difference of two arrays Finding the disjunctive union of two arrays The post Finding the symmetric difference of two arrays appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2016,2018,blog,functions,language,modern cfml
aliaspooryorik Intersection and diff of two structs Intersection and diff of two structs with a bit of refactoring thrown in. The post Intersection and diff of two structs appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2016,2018,blog,modern cfml
aliaspooryorik Practical uses for reduce functions Practical uses for reduce functions The post Practical uses for reduce functions appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2016,2018,blog,modern cfml,question
aliaspooryorik Convert a string To Title Case Convert a string To Title Case using Regular Expressions The post Convert a string To Title Case appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2016,2018,blog,modern cfml,question
James Mohler Quick thoughts on structs Three kinds of structs in ColdFusion The post Quick thoughts on structs appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,blog,modern cfml,Variables
aliaspooryorik Pre and post increment / decrement operators The difference between the pre and post increment and decrement operators The post Pre and post increment / decrement operators appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
aliaspooryorik Chained assignments – beware of dragons! A look at chained assignments The post Chained assignments – beware of dragons! appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
aliaspooryorik Order of equation evaluation Order of equation evaluation follows BIDMAS aka PEMDAS The post Order of equation evaluation appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
aliaspooryorik ArrayFilter callback accepts 3 parameters ArrayFilter callback accepts 3 parameters The post ArrayFilter callback accepts 3 parameters appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
aliaspooryorik memoize functions in CFML Memoize functions in CFML The post memoize functions in CFML appeared first on ColdFusion. Blog,ColdFusion,Language,2018,blog,language,modern cfml
aliaspooryorik Functions are first class citizens Functions are first class citizens in CFML meaning you are able to do some interesting things, avoid duplication and write less code. The post Functions are first class citizens appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern
tool in my development toolbox. appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,blog,modern cfml
David Byers Why the death of EdgeHTML is bad for the Internet Microsoft gave up on it's browser engine, EdgeHTML in favour of Chromium. It's IE 6 all over again. The post Why the death of EdgeHTML is bad for the Internet appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,blog,modern cfml
Fusion. Blog,ColdFusion,Modern CFML,Showcase,modern cfml,showcase
Charlie Arehart What was new in CF10, 11, or 2016 that you may have missed? Wondering what was new or changed in CF 10, 11, or 2016 that you may have missed? The post What was new in CF10, 11, or 2016 that you may have missed? appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,11,2016,blog,modern
aliaspooryorik Sorting an array using ArraySort, BubbleSort and QuickSort Sorting an array using ArraySort, BubbleSort and QuickSort as a technical exercise. The post Sorting an array using ArraySort, BubbleSort and QuickSort appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern
aliaspooryorik runAsync, futures and callbacks in ColdFusion A look at runAsync, futures and callbacks in ColdFusion 2018 Update 2. The post runAsync, futures and callbacks in ColdFusion appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
aliaspooryorik Sorting Text containing characters with diacritical marks A look at sorting text containing characters with diacritical marks The post Sorting Text containing characters with diacritical marks appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
aliaspooryorik StructCount vs StructIsEmpty StructCount vs StructIsEmpty performance The post StructCount vs StructIsEmpty appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2016,2018,blog,modern cfml
aliaspooryorik Why you should limit password length Allowing long passwords is good but could also be used as an attack vector The post Why you should limit password length appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,blog,Hacking,modern cfml
moniqueb52041408 AMEX Express Checkout Implementation Has anyone implemented AMEX Express Checkout in CF? I am looking for a tutorial or code to get started. Thanks The post AMEX Express Checkout Implementation appeared first on ColdFusion. ColdFusion,Modern CFML,Question,2018,modern cfml,question
aliaspooryorik Breaking up character sequences using a regular expression Breaking up character sequences using a regular expression The post Breaking up character sequences using a regular expression appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
aliaspooryorik Regular expressions – practical examples to get you started Regular expressions - practical examples to get you started The post Regular expressions – practical examples to get you started appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
appeared first on ColdFusion. ColdFusion,Modern CFML,Question,modern cfml,question
Portal Topic Do I need an API?
David Byers Do I need an API? APIs are very powerful, but do you need to build your application as an API? The post Do I need an API? appeared first on ColdFusion. ColdFusion,Discussion,Language,discussion,language,modern cfml
Bernhard Döbler Input validation to avoid XSS How to perform input validation to avoid XSS? The post Input validation to avoid XSS appeared first on ColdFusion. ColdFusion,Discussion,Language,discussion,language,modern cfml,security
aliaspooryorik Prevent concurrent logins using cflogin Prevent concurrent logins using cflogin The post Prevent concurrent logins using cflogin appeared first on ColdFusion. Blog,ColdFusion,Language,2018,blog,language,modern cfml
aliaspooryorik Regular Expression Anchors with multiple lines Regular Expression Anchors with multiple lines The post Regular Expression Anchors with multiple lines appeared first on ColdFusion. Blog,ColdFusion,Language,2018,blog,language,modern cfml
themikehenson I tried ColdFusion Builder, but I have been much happier using VS Code. You can find extensions that work with CF. As far as a better learning experience, check out Ortus Solutions. https://modern-cfml.ortusbooks.com/
Wars Website appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,blog,CFML,modern cfml,question
first on ColdFusion. Blog,ColdFusion,Modern CFML,Showcase,modern cfml,showcase
already today, they plan to solve several key challenges, from licensing, to modularity, to configuration, and more. The post In brief: CF2020 to offer still-better deployment on Docker, cloud appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,blog,Docker,modern cfml
? appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,Question,modern cfml,question
More Modern CFML features
Modernize or Die® Podcast – CFML News Edition – Recorded October 22nd, 2019
Michaela Light CFML is better than other languages (7 detailed reasons) Time to “pop the hood” on ColdFusion! I’ve given you the simple, superficial reasons as to why ColdFusion rocks: speed, security, modernization. Now, let’s see the nuts and bolts that make ColdFusion shine! Here are seven key
David Byers Other social resources for ColdFusion The CF Community is vast.  Here's some other places you can turn to in order to find help or network within the ColdFusion community. The post Other social resources for ColdFusion appeared first on ColdFusion. ColdFusion,Discussion,Language,discussion,language,modern
Charlie Arehart Getting started with Adobe’s ColdFusion Docker images Interested in getting started with the Adobe CF Docker images? Here's where you can find more. The post Getting started with Adobe’s ColdFusion Docker images appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,Docker
.cfm to application.cfc appeared first on ColdFusion. Blog,ColdFusion,Language,blog,language,modern cfml
aliaspooryorik Moving from DI/1 to Wirebox in a FW/1 application Trying out Wirebox in place of DI/1 The post Moving from DI/1 to Wirebox in a FW/1 application appeared first on ColdFusion. Blog,ColdFusion,Language,2018,blog,language,modern cfml
SOSensible

I am curious what we would rename it, Phoenix doesn’t seem to fit.

IMO, the whole defense of CF is dead is a dead discussion. When it comes up my response is standard. Legacy JS is dead, legacy Windows is Dead, legacy tech is dead. Have you used modern CFML?

Modernize or Die® – CFML News for September 8th, 2020 – Episode 69
Modernize or Die® – CFML News for September 1st, 2020 – Episode 68
Modernize or Die® – CFML News Edition – March 3rd, 2020 – Episode 43
Modernize or Die® Podcast – CFML News for February 18th, 2020 – Episode 41
Modernize or Die® – CFML News for August 4th, 2020 – Episode 64
Modernize or Die® – CFML News for March 24th, 2020 – Episode 46
Modernize or Die® – CFML News for March 10th, 2020 – Episode 44
Modernize or Die® – CFML News for March 17th, 2020 – Episode 45
Modernize or Die® – CFML News for March 31st, 2020 – Episode 47
Modernize or Die® Podcast – CFML News Edition – February 25th, 2020 – Episode 42
-minutes/ https://vuejs.org/v2/guide/installation.html https://vuejs.org/v2/guide/instance.html https://vuejs.org/v2/guide/events.html Source Code: https://github.com/jmohler1970/Taffy_withUI The post Taffy for REST – Part 9: Buefy flavored HTML appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,blog,Code,modern
is ColdFusion Even More Alive This Year appeared first on ColdFusion. ColdFusion,Modern CFML,Question,modern cfml,question,survey
Modernize or Die® Podcast – CFML News for January 7th, 2020 – Episode 35
Modernize or Die® Podcast – CFML News for January 14th, 2020 – Episode 36
Modernize or Die® Podcast – CFML News for January 21st, 2020 – Episode 37
Modernize or Die® Podcast – CFML News for January 28th, 2020 – Episode 38
already today, they plan to solve several key challenges, from licensing, to modularity, to configuration, and more. The post In brief: CF2020 to offer still-better deployment on Docker, cloud appeared first on ColdFusion. Blog,ColdFusion,Language,blog,Docker,language,modern cfml
Modernize or Die® Podcast – CFML News for August 25th, 2020 – Episode 67
Modernize or Die® Podcast – CFML News for August 18th, 2020 – Episode 66
Modernize or Die® Podcast – CFML News for February 11th, 2020 – Episode 40
Modernize or Die® Podcast – CFML News for February 4th, 2020 – Episode 39
Modernize or Die® Podcast – CFML News Edition – Recorded October 29th, 2019
Comment on Modernize or Die® Podcast – CFML News for January 7th, 2020 – Episode 35 by GavinPickin
Comment on Modernize or Die® Podcast – CFML News for January 14th, 2020 – Episode 36 by Grae Desmond
30+ ForgeBox Packages of the Week from 2019 Modernize or Die® CFML News Podcast
30+ VS Code Hints Tips and Tricks of the Week from 2019 Modernize or Die® CFML News Podcast
: The balance between getting a job done and creating a work of art. appeared first on ColdFusion. ColdFusion,Discussion,Language,discussion,language,modern cfml
Comment on Modernize or Die® Podcast – CFML News for January 7th, 2020 – Episode 35 by BKBK
Comment on Modernize or Die® Podcast – CFML News for January 7th, 2020 – Episode 35 by Grae Desmond
Michaela Light David thanks for listing CF Alive Podcast in your post. I would suggest you take a look at the FB group CF Alive Inner Circle. It is for ColdFusion developers and managers who want to be part of making CFML
Comment on Modernize or Die® Podcast – CFML News for January 7th, 2020 – Episode 35 by GavinPickin
Comment on Adobe ColdFusion Comprehensive Guide (More Powerful, More Modernized, More Alive) by Tom Chiverton
CF India Summit: Part Two- Keeping Up to Date With Modernized ColdFusion
by 2021 (and we can assume much, much higher 5 years from now). Aka AWS Lambda, etc...so panel-like Admin UI aside, what is Adobe doing to future proof the CF language? Obviously having NULL support is important, but if we can't run any CFML in a modern environment because of licensing issues or what
Michaela Light Top 3 Key Factors When Choosing a Programming Language (Why CFML is Always the Best Option) In this article, you will learn: What factors you should consider when facing a dilemma on which programming language to choose Whether to modernize or replace your language The risks
Charlie Arehart David I'm surprised that as long timer you don't offer here the frequent counterpoint to your last one (and the gist of the article): find good developers with skill in a "modern" language who would be willing to take up cfml for a reasonable hourly rate. Many orgs have related
Tracker Issue CF -> Java Lambdas
4014007 CF-4201310 Language : Java Integration Luis Majano CF -> Java Lambdas Doing modern Java integration sucks at this point with CFML. No easy way to class load dynamically, extend java objects and implement java objects from CFCs. Please look at my other tickets on extending java classess
modern programming languages. Covariant Method Return Type Most modern programming languages support ‘subtyping’. Let me explain subtyping by an example. If the return type of my class function is ‘Animal’ while overriding the function in a subclass, you can specify the […] The post OOP and Cold
guys don't actually work with either CFML applications or even modern websites. This approach only works for a single, stand-alone website (like how we might have done in 2001). What if I'm not in the business of building websites, but I build applications such as FW/1 or ColdBox or the like? Or any
://github.com/Ortus-Solutions/commandbox/blob/development/src/java/com/ortussolutions/commandbox/authentication/ProxyAuthenticator.java And explicitly create it for use here: https://github.com/Ortus-Solutions/commandbox/blob/fce1f75154a8aecdc8bc0d41d5a71aed2dc1a1b9/src/cfml/system/util/ProgressableDownloader.cfc#L180 This sort of boilerplate makes interfacing with modern Java libraries way more complicated than it should be. It's sad when
Vijay Mohan Asynchronous Programming In ColdFusion (2018) With advances in computing and transition from single-user desktop application to web-based application, multi-threading emerged as a core feature for all modern programming languages. In ColdFusion, you can implement threads using cfthread
glut and depressed pay rates there. Not all, of course, but perhaps enough to lead to folks perhaps more open to  a cf gif if positioned effectively. And they may be surprised to find cfml and cf more robust and modern than they realized. So not hopeless.As for conf first timers, some companies rotate
’t want to pay for a Mercedes, they can as you say go elsewhere.

And someone would surely make the point here eventually (that neither you nor David have) that there is indeed a free alternative CFML engine, in Lucee. Some feel that is the best choice for them, but clearly not everyone who uses CFML

Tracker Issue Blog/CMS Platform
is pushing open source CFML like Ralio, so Adobe settled on the one true to CF, Mango Blog because they had no where else to turn. So the new re-skinned blog is still miles from business professional and its not mobile friendly. I looked at the mango site to see if anyone skinned it better to field
Modernize documentation user interface design
modern web sites, the underlying tech is no longer apparent. And FWIW, my understanding is that Adobe uses that blogging software (on more than just this CF portal) for the simple fact that it's so very popular, widely supported, and comes with many features. Are there CFML-based blog packages? Sure
is the lack of clarity on how the sessioncookie.timeout can be set to -1, causing the cfide/cftoken cookies to be set to expire on browser close. 1) First, in the page on application-level settings (https://helpx.adobe.com/coldfusion/cfml
Tracker Issue Wish list
over the one in use. Let's get some integration with modern caching libraries. Documentation improvements - Examples, navigation, ease of use, updatable by the community, integrated with a tool that runs the example code (like cflive or trycf) - See what Pete Freitag has done at cfdocs.org. It's so