Some of our clients are using Survey Gizmo in order to gather surveys from their clients. Survey Gizmo is able to serve surveys using your domain name (of course –…
Category: Web Development
If you tried to calculate HMAC-SHA1 in ColdFusion, you might find a strange issue: if the key is provided as a byte array, it is not producing the proper results…
We got this issue multiple times each and every year. Our clients are using various certificate providers, one of them is Digicert. Each year they are receiving certificate renewal with…
It looks like Firefox and Chrome started to force the usage of TLS version 1.2. It is a good move and this also forces hosting providers to keep their infrastructure…
Have you noticed a strange issue with Selenium when trying to get an element screenshot in Firefox? Once you try to take a screenshot of a particular element on the…
I wrote a few words on how to use Selenium and how to capture screenshots of the website in my previous posts. In this one, I want to show how…
In my previous post, I provided a list of simple Selenium snippets I’m using regularly. This time I want to focus on the particular function – creating screenshots of the…
I’m not an expert in Selenium, nor in Python, but it looks like I’m using it more often every month. Selenium is in most cases used to test web applications…
From time to time we are facing the metaspace issue on various ColdFusion servers. The websites are frozen and in the error log you can find something like this: “Error”,”http-nio-8500-exec-7″,”06/04/20″,”12:09:39″,”cfadmin”,”Metaspace…
In many cases, we have to create a copy of the WordPress website. Sometimes it is located on a local machine, sometimes on the separate dev server. There are cases…