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…
Tag: web development
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…
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…