We came across the “Illegal key size or default parameters” issue after switching from an older version of ColdFusion to the freshly installed ColdFusion 2016. It was strange. The encryption…
NOTE: this post is relevant for the IIS based servers. For Apache based servers, see https://handyman.dulare.com/http-status-403-forbidden-after-coldfusion-upgrade-on-apache/ This issue occurs mostly in ColdFusion 2016 and ColdFusion 2018 but can also be…
Recently I write more and more Python scripts to automate various tasks. Since they are running on schedule, I typically don’t see any output from them. Because I like to…
Since some of our servers are running Linux, it is common that we are writing bash scripts (or shell scripts in general) to perform various actions. In this article, I…
I’m right now in process of preparation of the translations to one of my clients’ sites. During this process, I have to generate tons of images for various languages. The…
My use case for the thing in a topic is: how to store the table sort order between the table view and edit item pages. Every time my clients are…
Are you using REST API capabilities buit in into ColdFusion? It comes handy when you want to implement a fast and reliable backend for Angular or React application, it also…
This one will be short. After a recent update to WordPress version 5.4, I noticed that “There has been a critical error on your website.” In order to debug the…
This post is mostly for myself 🙂 I want to have a place I can reach when implementing another pagination in PHP. The one presented below is rather simple. It…
I don’t always want to display the whole text somewhere on my page. You know it – long descriptions, flowery statements. On the other hand, there is a lot of…