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…
Category: Web Development
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 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…
The issue I want to address today is not only related to the document.querySelectorAll but also to the range of DOM related functions such as document.getElementByClassName or in general document.getElementBy[…].…
Google Forms are powerful tools being used to collect data for various purposes. Meetups topics, gift lists, party attendance, you name it. Google Form link can be sent by email,…
We noticed a strange issue when working with MySQL in ColdFusion. The date and time in the database field were set to ‘2020-01-10 00:38’ but when it reached our web…
For my pet projects, I’m using SQLite a lot. The database engine is fast, small and serves well for small amounts of data. What is most important for me –…
I came across a strange issue lately. We have a page with the audio elements on it. By default, Chrome is displaying the “three dots” (ellipsis) menu on such an…