Results for: "basics"

Contents (67)

Mastering array sorting in JavaScript: a guide to the sort() function
Mastering array sorting in JavaScript: a guide to the sort() function

In this article, I will explain the usage and potential of the sort() function in JavaScript.   What does the sort() function…

read more
How to make your own custom cursor for your website
How to make your own custom cursor for your website

When I started browsing different and original websites to learn from them, one of the first things that caught my…

read more
How to create a .onion domain for your website
How to create a .onion domain for your website

The dark web, a hidden network accessed through the Tor browser, offers enhanced privacy and anonymity for websites. To establish…

read more
How to Send Email from an HTML Contact Form
How to Send Email from an HTML Contact Form

In today’s article we will write about how to make a working form that upon hitting that submit button will…

read more
htaccess Rules to Help Protect from SQL Injections and XSS
htaccess Rules to Help Protect from SQL Injections and XSS

This list of rules by no means is a sure bet to secure your web services, but it will help…

read more