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