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…
ESP8266 is an interesting module to build on for multiple reasons. For me, the main advantage was that I can buy the NodeMCU version on ESP8266 and I can build…
I know, it is not modest to name your own solution “clever”, but I simply like it and I think that it can serve well in various cases. The reason…
As you can see in my previous posts on ESP8266, I tend to hardcode the WiFi SSID and password in my project files. This is a typical thing for a…
Some of our clients are simply hosting ColdFusion sites on our servers. These sites are sometimes using HTML and HTM files as the source of ColdFusion code. In such a…
Sometimes, ColdFusion tends to be a real troublemaker in connection with IIS. The IIS is also not helping – the error messages are not always meaningful. The ultimate solution to…
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…