Have you noticed something like this on your ColdFusion server? The default document is loading just fine. This means that your clients can view the homepage or the folders where…
For most of my developer’s life, I was not aware of what git rebase is for. Oh, of course, for most of my life git was not existing. Also, I…
I have a bunch of DS18B20 sensors in my ventilation system. The measurements are used to generate stats and to adjust the heating. From my point of view, it is…
The issue I want to address today is not only related to the document.querySelectorAll but also to the range of DOM related functions such as document.getElementByClassName or in general document.getElementBy[…].…
Google Forms are powerful tools being used to collect data for various purposes. Meetups topics, gift lists, party attendance, you name it. Google Form link can be sent by email,…
We noticed a strange issue when working with MySQL in ColdFusion. The date and time in the database field were set to ‘2020-01-10 00:38’ but when it reached our web…
For my pet projects, I’m using SQLite a lot. The database engine is fast, small and serves well for small amounts of data. What is most important for me –…
I came across a strange issue lately. We have a page with the audio elements on it. By default, Chrome is displaying the “three dots” (ellipsis) menu on such an…
This will be a quick one. I tend to forget the method of batch photo resize using ImageMagick in Linux. In some cases I need to resize all files in…
Since a lot of our clients use small Amazon EC2 instances to host their websites, we have to deal with the Linux updates regularly. Also, the goal is to spend…