Why such a code? I’m displaying the history of the database record – in a table, each row is a separate record of the history. The highest row contains current…
Tag: Javascript
reCAPTCHA is one of the most popular solutions when it comes to securing forms on websites. You may like it or not, but it is widespread and well-known to the…
It looks like now we have a series of articles related to image upload and processing – starting from “Preview image before uploading” through “Resize an image using canvas” to…
As the continuation of my previous posts on Preview image before uploading and Sending upload image contents to the server before form submission, I want to add one more feature.…
In my previous post, I was writing about previewing images before uploading. It is handy if you want to display the uploaded image to the user before form submission. But…
On some of the HTML forms, users should add a picture or an image. In such a case, it is handy to display a preview of the image – just…
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…
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 –…
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…
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…