12-11-2024 - Andrés Cruz
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.
12-11-2024 - Andrés Cruz
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.
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.
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.
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.
21-09-2023 - Andrés Cruz
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.
20-09-2023 - Andrés Cruz
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.
19-09-2023 - Andrés Cruz
JavaScript In this post we will see how to make some simple animations in JavaScript using requestAnimationFrame() whose API is integrated with Canvas.
19-09-2023 - Andrés Cruz
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.
18-09-2023 - Andrés Cruz
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.