How to change the color progressively according to the time with JavaScript?

13-09-2023 - Andrés Cruz

How to change the color progressively according to the time with JavaScript?

JavaScript En esta entrada veremos como cambiar el color de algún elemento de una página web según la hora del día.

Continuar leyendo


How to make a simple gallery with CSS and 6 lines of JavaScript?

13-09-2023 - Andrés Cruz

How to make a simple gallery with CSS and 6 lines of JavaScript?

JavaScript In this post we will explain how to create a simple gallery using CSS and six (6) lines of JavaScript.

Continuar leyendo


Selectors in JavaScript

12-09-2023 - Andrés Cruz

Selectors in JavaScript

JavaScript Many times we use jQuery for ease of selecting DOM elements and being able to work with them. But, we can access the same elements in similar ways with pure javascript.

Continuar leyendo


How to get screen resolution with JavaScript/jQuery?

12-09-2023 - Andrés Cruz

How to get screen resolution with JavaScript/jQuery?

JavaScript In this entry we will see how to obtain the resolution of a screen with native JavaScript, we will also see how to detect a change in the browser's resolution every time the window is resized with JavaScript and jQuery.

Continuar leyendo


The Vibration API in HTML5

10-09-2023 - Andrés Cruz

The Vibration API in HTML5

JavaScript The vibrate method of the navigator object allows you to enable hardware vibration of a device using JavaScript.

Continuar leyendo


Introduction to notifications in JavaScript

10-09-2023 - Andrés Cruz

Introduction to notifications in JavaScript

JavaScript In HTML5 we can use the Notification object to configure and display informational messages to the user.

Continuar leyendo


The Battery API in HTML5

09-09-2023 - Andrés Cruz

The Battery API in HTML5

JavaScript The JavaScript Battery API provides information about the current charge level of the device.

Continuar leyendo


How to create a light point with JavaScript and Canvas?

09-09-2023 - Andrés Cruz

How to create a light point with JavaScript and Canvas?

JavaScript We explain how to create a light point with HTML, JavaScript and Canvas.

Continuar leyendo


Declarative functions and functions of expressions in JavaScript

08-09-2023 - Andrés Cruz

Declarative functions and functions of expressions in JavaScript

JavaScript The JavaScript compiler places the functions of declarative in a global scope to the entire program unlike the expression functions that only corresponds to a definite section of the program.

Continuar leyendo


Using the Page Visibility API in JavaScript

08-09-2023 - Andrés Cruz

Using the Page Visibility API in JavaScript

JavaScript The Page Visibility API allows us to know when a web page is being viewed by the user and therefore we can make configurations to avoid the use of unnecessary resources.

Continuar leyendo


)