Clear, practical technology insights About · Contact
Latest

Page 118 of Latest Articles

HTML Web Workers API
HTML

HTML Web Workers API

A Web Worker is a JavaScript script that runs in the background, without affecting the page's performance.

4 minutes read
HTML Web Storage API
HTML

HTML Web Storage API

Web hosting is more secure, and large amounts of data can be stored locally without impacting website performance.

4 minutes read
HTML Geolocation API
HTML

HTML Geolocation API

The HTML Geolocation API is used to determine the user's location.

5 minutes read
Inserting video in HTML5
HTML

Inserting video in HTML5

How to insert a video into HTML? If you're looking to learn how to embed a video into your HTML website, please refer to the article below.

2 minutes read
What is HTML? Basic HTML structure
HTML

What is HTML? Basic HTML structure

HTML is an indispensable part of web programming. Its popularity is constantly increasing, and it's considered the official web standard. So, what exactly is HTML? How did HTML come about, and what is its structure? Let's find out below.

3 minutes read
The AND, OR, and NOT operators in SQL
SQL

The AND, OR, and NOT operators in SQL

The AND and OR operators are used to combine multiple conditions to narrow down the data in an SQL statement. These two operators are called conjugate operators in SQL. AND and OR allow for multiple comparisons with other operators within the same SQL statement.

5 minutes read
DROP DATABASE command in SQL
SQL

DROP DATABASE command in SQL

How is a database drop used in SQL? This article will guide you in detail on how to delete a database in SQL.

4 minutes read
JavaScript code to create a scatter plot/point chart
JavaScript

JavaScript code to create a scatter plot/point chart

Below is an example of a scatter plot/point chart created using JavaScript, along with the HTML source code that you can edit in your browser or save to your computer to run locally.

2 minutes read