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.
17-09-2023 - Andrés Cruz
JavaScript Using the Google Maps API to display the user's location.
17-09-2023 - Andrés Cruz
JavaScript Using the Google Maps API to display the user's location.
16-09-2023 - Andrés Cruz
JavaScript We can detect the level of ambient light obtained by the device's light sensor with JavaScript; In this way it is possible to configure the applications according to the level of light present in the environment.
16-09-2023 - Andrés Cruz
JavaScript In this article we will draw a bunch of spheres whose positions are random across a Canvas.
15-09-2023 - Andrés Cruz
JavaScript With geolocation we can know the user's geographical location.