01-10-2023 - Andrés Cruz
JavaScript It explains how to make our YouTube or Vime videos responsive; CSS or JavaScript is used to make videos responsive.
30-09-2023 - Andrés Cruz
JavaScript With Canvas it is possible to scale and even crop images drawn on the canvas (in the Canvas) all with just one function called drawImage().
26-09-2023 - Andrés Cruz
JavaScript En este artículo veremos cómo aumentar o reducir el contraste de una imagen con HTML5; además hablaremos un poco de como sería el proceso para aumentar el brillo de una imagen; que es un caso similar.
25-09-2023 - Andrés Cruz
JavaScript In this article we will see how to draw a line in a Loop or cycle in HTML5; specifically, with the Canvas API.
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.
18-09-2023 - Andrés Cruz
JavaScript In this article we will learn how to access a device's camera and direct the stream within a <video> tag.