Articles

Articles on implementing common functions found in contemporary web sites on both the client and server side.

Bootstrap buttons not clickable!!!

Jul 24, 2020 by Elvis Filipovic

Recently I noticed that the buttons on the landing page of this site were not clickable on mobiles and tablets. WTF?!

Read article

Implementing enumeration in JavaScript

Jul 16, 2020 by Elvis Filipovic

This article covers implementing a rudimentary implementation of enumeration in JavaScript and ends with a real world use case of enumeration to track and update a web pages display.

Read article

Read query string values in JavaScript

Jul 7, 2020 by Elvis Filipovic

We've all seen query strings in our browsers address bar, since the beginning of the internet to the present. Despite being a Web 1.0 technology query strings are still heavily utilized in contemporary sites and web applications. This article shows you how to read query string values using JavaScript.

Read article

Cookie (GDPR) notices made easy

Jun 15, 2020 by Elvis Filipovic

A guide on implementing a cookie or GDPR notice using nothing but HTML and JavaScript. All source code included as a download within the article.

Read article