Scott Stroz
Member since Apr 15, 2020
- Profile: /members/14150-scott-stroz.htm
- URL: https://stroz.dev
- Comments: 8
Recent Blog Comments By Scott Stroz
-
Normalizing Collection Entries In ColdFusion
Posted on Jul 12, 2024 at 5:51 PM
I would use a pre CSS solution for zebra-striping 😁... read more »
-
Adobe ColdFusion Parses JSON Into Non-Ordered Structs
Posted on Jul 1, 2024 at 6:52 PM
@Ben Nadel, Meh...ordered or not, I am NEVER going to get values from a struct based on the position of the key in the struct (nor can I think of a use case for doing so). Which brings me to two interesting thoughts: How would you even get the value of a key based on the position... read more »
-
Adobe ColdFusion Parses JSON Into Non-Ordered Structs
Posted on Jul 1, 2024 at 4:57 PM
I would argue that if you need a struct to be ordered...you should not be using a struct, you should be using an array. I would also argue that getting values by the position of the key in the struct rather than the key name is doing it wrong.... read more »
-
Using VALUES / ROW To Create Derived Table From Static Values In MySQL 8.0.19
Posted on Apr 1, 2024 at 7:33 PM
How is that more concise than: select email, id from member where email in ({list of email addresses})?... read more »
-
DateGetTime() To Get UTC Milliseconds From Date In ColdFusion
Posted on Mar 11, 2024 at 2:18 PM
Thanks. I've done a few Java demos using a later version of the connector and don't recall any issues with dates but now I want to verify. If it is on the MySQL team, I can reach out to engineering and find out why this was done.... read more »
-
DateGetTime() To Get UTC Milliseconds From Date In ColdFusion
Posted on Mar 10, 2024 at 4:28 PM
"In the recent ColdFusion 2021/2023 updates, MySQL query dates are no longer coming back from the database as timestamps" Are they not coming back from the DB as timestamps, or are they not coming back from the driver as timestamps, or is CF mucking with dates after it gets the dat... read more »
-
Rediscovering My Love Of ColdFusion And CFML In 2020
Posted on Apr 15, 2020 at 4:41 PM
@Ben, Agree to disagree. I know how to use cfscript, this is the worst of both worlds. This is some of the most difficult code to read and encourages people to not learn proper syntax.... read more »
-
Rediscovering My Love Of ColdFusion And CFML In 2020
Posted on Apr 15, 2020 at 12:41 PM
The ONLY time tag syntax is 'better' is in view pages. 'Tag islands' are the dumbest feature added to CFML since cfpod. Learn how to use script syntax...or don't. Mixing them like that is a crime against humanity.... read more »