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[…].…
Tag: Javascript
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,…
I have an opportunity to develop client websites in various programming languages. Years ago I started with PHP, and I was using Ruby for some time… Later I was working…
Git is one of the tools I use on a daily basis. I can not imagine living without a version control system anymore. Most of the popular git commands are…
As you probably notice, Google Maps API started to be paid solution on July 16th, 2018. There is nothing wrong with it, we are paying for all features that are…
As I stated in my previous posts ([1], [2]), I decided to use Sequelize as an ORM for my project. I don’t want to deal with the database connections and…
One of the essential elements of the web application is session management. Without it we are not able to handle shopping carts, we are not able to give our users…
There are various things to be configured in the web application. I just started to test various databases and I wanted to have a place to store my database configuration…
I created the single level menu at first and it was working fine. I also noticed that on almost all pages I’m working with, the menu has more than one level.…
Almost in all of my projects, I have a need to store some application based variables. In some cases, I change them on each request (for example – counters). In…