Michael Horne
Member since Dec 11, 2008
- Profile: /members/2043-michael-horne.htm
- URL: https://www.recantha.co.uk
- Comments: 10
Recent Blog Comments By Michael Horne
-
Centering An Image Annotating Using GraphicsMagick And Lucee CFML 5.2.9.31
Posted on Apr 22, 2021 at 2:47 AM
Thanks Ben. Just the job :-)... read more »
-
I've Had Fundamental Misunderstandings Of How CFQueryParam Works Within MySQL Queries And ColdFusion / Lucee CFML
Posted on Feb 11, 2021 at 6:01 AM
@Ben, Excellent - thanks for the tip. Yeah, the semi-colon thing is definitely real - we got a 2s query down to 200ms, so that's a win, just by removing the semi-colon!... read more »
-
I've Had Fundamental Misunderstandings Of How CFQueryParam Works Within MySQL Queries And ColdFusion / Lucee CFML
Posted on Feb 10, 2021 at 9:34 AM
Great post, Ben. I'm torn between "of course!" and NFW! Blimey, funny what a semi-colon can do, isn't it! That's interesting about the configuration of the MySQL JDBC driver - where abouts would I start to configure the driver? Where do I put those options?... read more »
-
Snapshotting ColdFusion Component State In Order To Find Memory Leaks In Lucee CFML 5.3.3.62
Posted on Jan 7, 2020 at 7:49 AM
Very interesting! Going to see if I can get it working with our new web app to spot any problems before they get too big and I sob uncontrollably into my coffee. :-)... read more »
-
Spawning Nested ColdFusion Threads With Synchronous Fallbacks
Posted on Jan 31, 2014 at 9:07 AM
Thanks for this Ben - I was just wondering how to handle this the other day. As it turns out I've had to pass in to the function whether or not it should run in a threaded manner, but next time I will use your method. :-)... read more »
-
More Thinking About Model-View-Controller (MVC) And Application Architecture
Posted on Jun 5, 2012 at 5:25 PM
@Steven, Yes, I know it breaks the architecture, and believe me I don't actively seek out ways to have the view do this ;-) I was just thinking outside the box. From a practical point of view, of course, it would be very handy to just be able to call a function and have it get the data and display... read more »
-
More Thinking About Model-View-Controller (MVC) And Application Architecture
Posted on Jun 5, 2012 at 5:03 PM
I deal almost exclusively with MVC. I always struggle with how the data gets into the view. For instance, if you have a view that displays part of a product... Surely, getting the product struct from the model is the controller's job, and it then passes it into the view? Okay, that works very nicely... read more »
-
Ignorance Rears Its Ugly Head Again
Posted on Jul 16, 2007 at 6:40 AM
What I don't understand about that article is that it's supposed to be about 'languages that never took off'. Well, it then goes on to list Delphi and Powerbuilder which most certainly _did_ take off and then says that they're on the list because popularity has wained. So, the article changes topic ... read more »
-
Referring To The Proper Row Of The Outer CFLoop (With Nested CFLoops)
Posted on Feb 23, 2007 at 3:47 PM
Good Lord! I'm sure this must have been blogged by someone before, but I've never seen it. The amount of time I must've spent because of this strangeness... Thank you!... read more »