Learn how to rotate images and HTML elements with jQuery in a modern and accessible way. This updated guide includes no outdated plugins, practical examples, and current best practices.
The .serialize() method provided by jQuery allows you to create a text string in URL-encoded notation; The serialize method is perfect for working with forms and sending data to PHP via Ajax.
Learn how to use custom attributes in @vite with Laravel. Add async, data-*, and other attributes to scripts and styles correctly and in a supported way.
How to create a wave effect with Canvas and JavaScript?
31-12-2025 - Andrés Cruz
Create dynamic sine waves with HTML5 Canvas and JavaScript. This tutorial explores requestAnimationFrame and trigonometric functions for smooth web animations.
localStorage in JavaScript: Why you should stop using local storage today
29-12-2025 - Andrés Cruz
Discover why this synchronous API is harming the performance and security of your modern web applications. We analyze its risks compared to IndexedDB and how to properly manage structured data in JavaScript.
How to change the background color gradually based on the time of day or weather using JavaScript?
29-12-2025 - Andrés Cruz
Learn how to change background color with time in JavaScript dynamically and automatically. Step-by-step guide to creating reactive backgrounds based on the current time without user interaction.
Ambient Light Events with JavaScript to detect light levels
29-12-2025 - Andrés Cruz
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.
Getting started with the SoundCloud API using JavaScript and the official widget
29-12-2025 - Andrés Cruz
A practical guide to the SoundCloud API with JavaScript. Use the official widget, avoid OAuth, and create a player with events, autoplay, and playlists.