Results for: "SSL"

Contents (86)

How to make a multilingual website without redirect
How to make a multilingual website without redirect

Today, we're going to talk about how to implement a simple language selector on the basic static website, without the…

read more
Creating simple CSS spinner-loader
Creating simple CSS spinner-loader

In today's article we will show you how to animate a basic loader that spins when some predefined action is…

read more
Validating HTML forms using BULMA and vanilla JavaScript
Validating HTML forms using BULMA and vanilla JavaScript

Today we are going to write about contact forms and how to validate them using JavaScript. The contact form seems to…

read more
Django vs. Laravel: Market Share Comparison
Django vs. Laravel: Market Share Comparison

There are two leading frameworks in the web development segment: Django and Laravel. In this article, we prepared a Django…

read more
How to make the website's dark mode persistent with Local Storage, CSS and JS
How to make the website's dark mode persistent with Local Storage, CSS and JS

Recently we wrote about how to do a switchable alternative color mode or theme, a very useful and popular feature…

read more