search : aliaspooryorik

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

displaying top 100 results

Comment on Alternatives to Query of Query by aliaspooryorik
Comment on StructCount vs StructIsEmpty by aliaspooryorik
Comment on Integer Division operator by aliaspooryorik
Comment on Asynchronous Programming In ColdFusion (2018) by aliaspooryorik
Comment on Convert a string To Title Case by aliaspooryorik
Comment on Union and diff of arrays by aliaspooryorik
Comment on Functions are first class citizens by aliaspooryorik
Comment on Union and diff of arrays by aliaspooryorik
Comment on Union and diff of arrays by aliaspooryorik
Comment on Prevent concurrent logins using cflogin by aliaspooryorik
Comment on memoize functions in CFML by aliaspooryorik
Comment on Union and diff of arrays by aliaspooryorik
Comment on Why you should limit password length by aliaspooryorik
Comment on Why you should limit password length by aliaspooryorik
Comment on Why you should limit password length by aliaspooryorik
Comment on Alternatives to Query of Query by aliaspooryorik
Comment on Converting an array of structs to a query dynamically by aliaspooryorik
Comment on The replace function now accepts a callback by aliaspooryorik
Comment on A look at unsynchronised arrays in CFML by aliaspooryorik
Comment on A look at unsynchronised arrays in CFML by aliaspooryorik
Comment on A look at unsynchronised arrays in CFML by aliaspooryorik
Comment on Converting an array of structs to a query dynamically by aliaspooryorik
Comment on A look at unsynchronised arrays in CFML by aliaspooryorik
Comment on Regular expressions – practical examples to get you started by aliaspooryorik
Comment on How to get a feed of new posts or comments in this CF portal blog by aliaspooryorik
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 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 A overview of arrays in CFML A overview of arrays in CFML The post A overview of arrays in CFML appeared first on ColdFusion. Blog,Language,2018,blog,language
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 Intersection of arrays Intersection of arrays in CFML The post Intersection of arrays appeared first on ColdFusion. Blog,CFML Tag/Function,Language Enhancements,2016,2018,blog,cfml tag/function,language enhancements
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 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
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
aliaspooryorik The replace function now accepts a callback The replace function accepts a callback The post The replace function now accepts a callback appeared first on ColdFusion. Blog,Functions,Language,2018,blog,functions,language
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 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 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 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
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 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
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
aliaspooryorik Reverse an array in ColdFusion and other tricks using slice syntax Reverse an array in ColdFusion and other tricks using slice syntax adding ColdFusion 2018 The post Reverse an array in ColdFusion and other tricks using slice syntax appeared first on ColdFusion. Blog
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
aliaspooryorik arrayReduce – intialvalue vs default argument value Why you should pass in the initial value with arrayreduce even through it's optional The post arrayReduce – intialvalue vs default argument value appeared first on ColdFusion. Blog,Language,Member Functions,2018,blog
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
aliaspooryorik Converting an array of structs to a query dynamically An exercise in converting an array of structs to a query dynamically so you can dump out the data in a compact form The post Converting an array of structs to a query dynamically appeared first on ColdFusion. Blog
aliaspooryorik Replacing QueryConvertForGrid with Window functions and Common Table Expressions Tackling poor performance by replacing QueryConvertForGrid with SQL Window functions and Common Table Expressions The post Replacing QueryConvertForGrid with Window functions and Common Table Expressions
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
aliaspooryorik ArraySome and ArrayEvery added in 2018 update 5 ArraySome and ArrayEvery added in 2018 update 5 The post ArraySome and ArrayEvery added in 2018 update 5 appeared first on ColdFusion. Blog,Language,2018,blog,language
Gary Fenton Thank you for another nicely written article. I like posts like this because they remind developers of techniques they might have forgotten about as well as help advance devs who aren't as up to speed as they should be. By the way @aliaspooryorik, I think you should take full credit
.cfmtransaction{ Author = EntityLoadByPK( "Author", 1 ); Author.setFirstName( "Mike #TimeFormat( Now(), "MM:SSt")#" ); EntitySave( Author );}When I run this on a ColdFusion 9.01 install, the trace I get is :[CFTRACE 22:09:44.421] [31 ms] [C:\htdocs\Aliaspooryorik\samples\preUpdate\Author.cfc @ line: 17] - fired pre
that highlights the issue. He has added it git hub here: https://github.com/aliaspooryorik/cf_compiler_test If you grab the source and follow the instructions in the README.md it will use command box to grab test box and run a simple set of tests – these are purely for this exercise and simply create a lot
6790746 CF-4207069 John W. Hi Piyush, I took your scripts cfc_files_generator.cfm and class_file_generator.cfm and added them to the repo at https://github.com/aliaspooryorik/cf_compiler_test. I generated the files using cfc_files_generator.cfm then stopped the CF server. I started up 2018 u4