The newline cat mystery

I ran into a really strange problem today, whenever I would write a file it would show up as empty on my file system.

From: Pete Freitag's Homepage

The newline cat mystery

I ran into a really strange problem today, whenever I would write a file it would show up as empty on my file system.

From: Pete Freitag's Homepage

Working Code Podcast - Episode 152: Crontab, AI, And Book Publishing

Ben Nadel and the crew talk about visualizing cron jobs, learning about artificial intelligence at Harvard, and publishing books....

From: Ben Nadel

Working Code Podcast - Episode 151: Async Human Solutions

Ben Nadel and the crew talk about the chaos that is life; and, how real world problems are sometimes best mitigated with human solutions, not technical one....

From: Ben Nadel

Working Code Podcast - Episode 150: What's On Your Workbench

Ben Nadel and the crew talk what they've got going on in their work....

From: Ben Nadel

Enforcing The HTTP Request Method In ColdFusion

Ben Nadel looks at validating the incoming HTTP request method in ColdFusion in order to prevent malicious GET requests....

From: Ben Nadel

New Blog Domain - www.hoyahaxa.com

I recently moved my blog over to a custom domain -- https://www.

From: Hoya Haxa - A Security Research Blog

ColdFusion, Connectors, and CFAdmin Security (for more than just ColdFusion 2023 Update 5 and ColdFusion 2021 Update 11)

IntroductionThis post is about ColdFusion 2023 Update 5 and ColdFusion 2021 Update 11, but it's also about more than just those versions.

From: Hoya Haxa - A Security Research Blog

jSoup Error: Index Out Of Bounds For Length

Ben Nadel reproduces an error in jSoup and ColdFusion; and demonstrates how to get around it by using the .remove() method....

From: Ben Nadel

Solving failure in applying latest CF updates, or avoiding that failure

If you try to apply ColdFusion updates (including the latest released Oct 6) via the CF admin or command line and find that the update fails, the problem may be due to the JVM you're using (within CF or at the command line). There's a simple solution, which I discuss in this post. [More]

From: Charlie Arehart - Server Troubleshooting

Working Code Podcast - Episode 147: Potluck

Ben Nadel and the crew talk about a variety of topics: Transactive Memory Systems theory, starting new things, ticketing systems, and becoming a force multiplier....

From: Ben Nadel

Understanding The TrimWhitespace() Function In Lucee CFML

Ben Nadel looks at the trimWhitespace() function in Lucee CFML; and, tries to distill the behavior down into a set of whitespace rules....

From: Ben Nadel

Generating A Table Of Contents Using jSoup And ColdFusion

Ben Nadel uses jSoup and ColdFusion to generate a table of contents from a flat HTML file....

From: Ben Nadel

Best Practices Are Best, Except When They're Not

A code-review of sorts where we go over some of the real-world situations when things just don't go the way the Stack Overflow Gods say they should. We'll look at the pros and cons of solutions in these situations and the lessons hopefully learned along the way.  

From: South of Shasta: Software Development, Web Design, Training

Mura ORM + Feed API = Awesomeness

Two of the most powerful features in Mura 7 are the improvements made to Mura ORM and the Feed API.

From: South of Shasta: Software Development, Web Design, Training

Testing if a port can be reached, using built-in tools other than "good ol' telnet"

Have you ever wanted to test (from the command line) whether a port on another machine can be reached from yours? When some app of your can't seem to connect to a given port, you may want to test things from the command line.

From: Charlie Arehart - Server Troubleshooting

JavaScript 201

So you've learned the basics of JavaScript (and programming in general) – variables, if/else statements, loops, and you even know how to use functions.

From: South of Shasta: Software Development, Web Design, Training

Writing a Mura Plugin With FW/1

You can literally write a Mura plugin using any flavor of ColdFusion you want (Model-Glue, spaghetti code, whatever).

From: South of Shasta: Software Development, Web Design, Training

ColdSpring and DI/1 Comparison

DI/1 is gaining in popularity, ColdSpring 2 has been quasi-available for a while now too. But do newbies know what they are and when/why to use them? Let's do an intro to the concept of "dependency injection" and see how both ColdSpring and DI/1 handle this facet of development.  

From: South of Shasta: Software Development, Web Design, Training

An Intro to Bootstrap 3

Bootstrap is a new CSS / JavaScript framework that (among other things) solves many common UI problems in web development.

From: South of Shasta: Software Development, Web Design, Training