Anuncios Libros Cursos Categorías

Introduction to Alpine.js - First Component - x-data, Click event, x-show 1

12-11-2024 - Andrés Cruz

Introduction to Alpine.js - First Component - x-data, Click event, x-show 1

JavaScript We are going to talk a little about the framework and introduce Hello World on Apine, with which we will learn about its reactivity and its component-based use.

Continuar leyendo


Introducción a Alpine.js - Primer Componente - x-data, evento Click, x-show 1

12-11-2024 - Andrés Cruz

Introducción a Alpine.js - Primer Componente - x-data, evento Click, x-show 1

JavaScript Vamos a hablar un poco sobre el framework y presentamos el hola Mundo el Apine con el cual conoceremos su reactividad y su uso basado en componentes.

Continuar leyendo


Show confirmation message before closing the page in JavaScript

12-05-2024 - Andrés Cruz

JavaScript We will see how to use the JavaScript beforeunload event to execute an event and display a message when the user tries to leave our website.

Continuar leyendo


Mostrar mensaje de confirmación antes de cerrar la página en JavaScript

12-05-2024 - Andrés Cruz

JavaScript Veremos como emplear el evento beforeunload de JavaScript para ejecutar un evento y mostrar un mensaje cuando el usuario intenta abandonar nuestra página web.

Continuar leyendo


¡Deje de usar localStorage en JavaScript!

18-04-2024 - Andrés Cruz

JavaScript El título no es un cebo para hacer clic, el mensaje es abrupto "¡Deje de usar el almacenamiento local!" No hay ambigüedad aquí, hablaremos de los motivos por el cual no emplearlo.

Continuar leyendo


The Speech Recognition API in JavaScript: speechRecognition()

21-09-2023 - Andrés Cruz

The Speech Recognition API in JavaScript: speechRecognition()

JavaScript The Voice Recognition API gives our applications the ability to recognize voice based on the configured language through the microphone of the PC or mobile device.

Continuar leyendo


Getting started with SQLite in JavaScript: the openDatabase, executeSql and executeSql methods

20-09-2023 - Andrés Cruz

Getting started with SQLite in JavaScript: the openDatabase, executeSql and executeSql methods

JavaScript With SQLite in HTML5 you can store persistent information of different types (user, control, etc.) with JavaScript using the openDatabase, executeSql and executeSql methods.

Continuar leyendo


The secret of animations in JavaScript (requestAnimationFrame())

19-09-2023 - Andrés Cruz

The secret of animations in JavaScript (requestAnimationFrame())

JavaScript In this post we will see how to make some simple animations in JavaScript using requestAnimationFrame() whose API is integrated with Canvas.

Continuar leyendo


Introduction to the Screen Orientation API in JavaScript

19-09-2023 - Andrés Cruz

Introduction to the Screen Orientation API in JavaScript

JavaScript The Screen Orientation API in JavaScript accessible through the Screen object provides primitives that allow detecting the position of a device's screen, locking and unlocking specific positions.

Continuar leyendo


Getting a screenshot of the clipboard with JavaScript

18-09-2023 - Andrés Cruz

Getting a screenshot of the clipboard with JavaScript

JavaScript In this entry we will see how to copy an image from a screenshot that is temporarily saved on the clipboard or clipboard into an img element.

Continuar leyendo