Tim Cunningham
Member since Jul 6, 2010
- Profile: /members/6367-tim-cunningham.htm
- URL: http://cfmumbojumbo.com
- Comments: 23
Recent Blog Comments By Tim Cunningham
-
Working Code Podcast - Episode 000: Hello, World!
Posted on Dec 31, 2020 at 12:35 PM
@chris our RSS feed is https://feeds.redcircle.com/30227421-bc27-45c2-bfb4-861def7dd4cc... read more »
-
Generating A QR Code With iTextPDF 7 Barcodes In Lucee CFML 5.3.6.61
Posted on Oct 30, 2020 at 8:32 AM
Ben, Glad you found some old code I wrote 9 years ago helpful! https://github.com/boltz/QRToad... read more »
-
As A Man, I Can Be A Better Example Than I Have Been
Posted on Mar 23, 2020 at 12:50 PM
As to your comments about StraightWhite Male Privilege, that is a phrase so loaded with baggage. Sci-Fi author John Scalzi put it in setting I could understand Roleplaying games: https://whatever.scalzi.com/2012/05/15/straight-white-male-the-lowest-difficulty-setting-there-is/ Well wort... read more »
-
As A Man, I Can Be A Better Example Than I Have Been
Posted on Mar 23, 2020 at 11:22 AM
Ben, What you are doing right now is amazingly hard. Most people never face their flaws much less publicly admit them and take accountability for them. We all make bad choices. Few of us learn from them. Before I met you in 2010, I had this image of you from your blog. I knew you worked o... read more »
-
Instrumenting ColdFusion And Lucee Code With New Relic's Java Agent
Posted on Jun 22, 2019 at 3:45 PM
Ben, I have been wanting to look into this for so long! Thanks for doing it! We use New Relic for our Scala Play apps and I wanted to see how it would work with CF but haven't had the time.... read more »
-
The Not-So-Dark Art Of Designing Database Indexes: Reflections From An Average Software Engineer
Posted on Jul 5, 2018 at 3:38 PM
@Ben, I know the feeling! Keep in mind when you read my deadlock article, it is old, so the latest versions of MSSQL may have better ways to do it.... read more »
-
The Not-So-Dark Art Of Designing Database Indexes: Reflections From An Average Software Engineer
Posted on Jul 5, 2018 at 11:40 AM
Great writeup Ben! I followed the same journey in my career in dealing with Databases. It is kind of a magic feeling when you have database that is constantly getting deadlocks and you clear it up with a couple of indexes. I wrote about my struggles back in 2012: Coping with deadlocks... read more »
-
Matthew McCullough And Tim Berglund On Mastering Git - O'Reilly Video Series
Posted on Mar 18, 2013 at 11:23 AM
Agreed Ben, these videos are really instructive. I bought the first one when it first came out. I didn't know there was a second one till you blogged about it today. So I just purchased it. Thanks for the heads up.... read more »
-
ColdFusion 10 - Creating A ColdFusion WebSocket AMD Module For Use With RequireJS
Posted on Mar 12, 2012 at 4:46 PM
Ben, Brilliant! I love the idea of making make the socket life cycle event based using the Application.cfc Brett, not directly. See: http://dev.w3.org/html5/websockets/ Point 1 and Point 4. Websockets work on port 80 and port 443, if your idea is to check for new mail in real time, you would ... read more »
-
A Big Hole In My Understanding Of ColdFusion Scheduled Tasks
Posted on May 9, 2011 at 9:57 AM
Yeah, it is very confusing. I can't tell you the number of times people have told me that the "scheduler is broke" when in fact, they just misunderstood what they told it to do. Glad to see the the scheduler getting some love soon.... read more »
-
Phone-Based Realtime Authentication With ColdFusion, Twilio, And Pusher
Posted on Mar 16, 2011 at 11:19 AM
Very cool stuff, you have been doing some great Twilio work lately. It does add an extra layer of security, I guess. Have cell phones become the new "Signet Ring" If someone steals my phone, have they stolen my identity? Still it is better than "read" 500 pages of legal crapol... read more »
-
Ode To ColdFusion On Valentine's Day
Posted on Feb 14, 2011 at 10:31 AM
Ohh, Ben, Ben, Ben, you big valentine plush toy. You finally lost your marbles, eh? Awesome song.... read more »
-
Extending The Application.cfc ColdFusion Framework Component With A Relative Path
Posted on Feb 2, 2011 at 11:08 AM
Classic Nadel! What use case are you envisioning for this?... read more »
-
The Integer Division Operator In ColdFusion
Posted on Oct 11, 2010 at 11:05 AM
I found this by accident one time by using the wrong slash. Spent hours debugging because I want the decimal places LOL.... read more »
-
Saturday Hackathon: Integrating Twitter, oAuth, Twilio, And ColdFusion
Posted on Oct 4, 2010 at 4:18 PM
@Randall when a guy who's blog has got your coding but out of the sling so many times ask for help, you can't help but answer!... read more »
-
Saturday Hackathon: Integrating Twitter, oAuth, Twilio, And ColdFusion
Posted on Oct 4, 2010 at 10:49 AM
This is good stuff it got me interested in Speech Recognition again!... read more »
-
Reflections On My Client-Side MVC View-Rendering Hackathon
Posted on Aug 29, 2010 at 9:24 PM
Ben, You know what I love about you doing stuff like this? Although I currently have absolutely no need for this currently, in fact I can't even imagine what I would use this for at our company. I still store stuff like this in a part of my brain, labeled "Cool and Possibly Useful info" One day... read more »
-
Bidirectional Data Exchange With ColdFusion's CFThread Tag
Posted on Aug 12, 2010 at 12:00 PM
Won't be the first time I was wrong, nor the last. It will still be interesting to see where this leads, learning about it won't hurt anyone.... read more »
-
Bidirectional Data Exchange With ColdFusion's CFThread Tag
Posted on Aug 12, 2010 at 9:49 AM
I am using the threading in conjunction with cfprint, (Adam Lehman thinks we may be the only shop that USES cfprint) and needed a way to to supply some data to the thread already created after it started. I will let you know how it goes.... read more »
-
Bidirectional Data Exchange With ColdFusion's CFThread Tag
Posted on Aug 12, 2010 at 9:10 AM
That is awesome! I was hoping something like this was possible. You sir are a mad scientist!... read more »