Anuncios Libros Cursos Categorías

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


How to create a wave effect with Canvas and JavaScript?

07-09-2023 - Andrés Cruz

How to create a wave effect with Canvas and JavaScript?

JavaScript In this post we will see an experiment that simulates an ode using the Canvas element and JavaScript.

Continuar leyendo


The FullSreen API in JavaScript

06-09-2023 - Andrés Cruz

The FullSreen API in JavaScript

JavaScript The FullScreen API allows you to present a web page or the different elements that make it up in full screen or FullScreen.

Continuar leyendo


Web workers to execute JavaScript in parallel

06-09-2023 - Andrés Cruz

Web workers to execute JavaScript in parallel

JavaScript Web workers allow code sections of JavaScript files to be executed in parallel in a separate thread; In this entry we will see how to work with web workers.

Continuar leyendo