Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
25-11-2025 - 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.
22-01-2026 - Andrés Cruz
JQuery 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.
24-01-2026 - Andrés Cruz
JQuery AJAX is a technology that allows you to create applications that maintain asynchronous and parallel communication with the server, although we can also adapt it to work synchronously and we can improve all this with the help of the AJAX functions.
24-01-2026 - Andrés Cruz
JQuery The FaceDetection plugin for jQuery allows you to recognize faces in images and even videos. We will see its installation and use through JavaScript code, considerations and examples.
26-01-2026 - Andrés Cruz
JQuery Updated guide to using Google Sheets with jQuery in 2026. Get data in JSON with the v4 API and display it in HTML tables, and learn about the legacy use of this package.
25-12-2025 - Andrés Cruz
JavaScript Some free WYSIWYG plugins for JavaScript are presented that are nothing more than an interface that allows you to format the text entered using HTML; in essence, it allows you to enrich the text entered using a word processor.
25-01-2026 - Andrés Cruz
JQuery Learn how to use YouTube background videos with jQuery in 2025. Current plugins, real-world examples, limitations, and best practices without Flash.
25-01-2026 - Andrés Cruz
JQuery It explains how to create a Fullscreen gallery with a fixed side menu with jQuery and CSS and also we will see how to create an automatic and infinite Carousel with jQuery and a little CSS.
28-11-2025 - Andrés Cruz
Programación básica It explains how to install Adobe PhoneGap on Windows and Android in addition to creating a project and configuring it in the mobile application, and we also talk about the differences between PhoneGap and Apache Cordova.
25-11-2025 - Andrés Cruz
Programación básica Learn to program from scratch with this comprehensive beginner's guide. Discover the fundamentals of programming, including algorithms, variables, control structures, and functions, with practical examples in JavaScript.