I’m moving some of my servers from ColdFusion to Lucee, so I’m still learning the differences between these two engines. One of the things I noticed is that I’m getting…
Category: Web Development
It is handy to configure the ESP8266 module through the website instead of hardcoding the variables in the script itself. It is more user-friendly and allows someone else to interact…
Have you received such an email yet? This means that you have to take care of your access method – you will have to adjust the configuration of your repository.…
If your website is sometimes placed in the iFrame, you may notice that the session is not maintained. If the user is logging in in the iFrame, once the page…
Once again I came across a strange issue on one of our client’s websites. Their website is being placed in the iFrame on different other websites – because they provide…
In fact, when the HTTPS page is trying to load HTTP content, it fails. HTTPS is a secure connection (transmission is encrypted) and HTTP is not. The browser is preventing…
This strange issue occurred today on one of the new servers I prepared. I moved the test website from my client’s machine and I was testing it to check what…
The masonry type layouts are gaining popularity from the time when Pinterest started to be a well-known inspirational website. Using the modern CSS we can create such a layout –…
In my previous post, I wrote about an excellent Croppy library. It provides the image cropping – client-side, with the defined aspect ratio. I decided to send the results of…
One of our clients asked me to prepare the photo upload tool. Nothing fancy, done that dozens of times. The difference was that the photos should be displayed in a…