Recently I came across an issue with setting the HTML Header in my ColdFusion code. I simply tried to add such a header: To my surprise, instead of the document…
Category: Web Development
From time to time I have a need to analyze Apache access logs real quick. In most cases, website owners are noticing some strange activity or unusual traffic peak and…
From time to time there is a need to prepare the complete copy of the website to share it with someone or to archive it for further offline viewing. Such…
For most of my life as a programmer, I was using the replace function in various contexts. I was searching for something and replacing the searched text with something else.…
You know the struggle – there are multiple websites on the same IIS server and there is no easy way to analyze all logs at once. From time to time…
I have an opportunity to develop client websites in various programming languages. Years ago I started with PHP, and I was using Ruby for some time… Later I was working…
If you are using NextGen Gallery for a longer time and you recently updated your blog or moved it from one hosting company to another, you may notice that instead…
Git is one of the tools I use on a daily basis. I can not imagine living without a version control system anymore. Most of the popular git commands are…
As you probably notice, Google Maps API started to be paid solution on July 16th, 2018. There is nothing wrong with it, we are paying for all features that are…
On some of our servers, the WordPress installations (but also other apps) are located in the users’ directory. Apache server is accessing them through the symlinks or via specific directory…