Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

The Speech Recognition API in JavaScript: speechRecognition()

25-11-2025 - Andrés Cruz

The Speech Recognition API in JavaScript: speechRecognition()

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.


This is how serialize works in jQuery

22-01-2026 - Andrés Cruz

This is how serialize works in jQuery

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.


How to use and configure ajax with jQuery? - Updated Examples

24-01-2026 - Andrés Cruz

How to use and configure ajax with jQuery? - Updated Examples

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.


Face detection (Face detection) with jQuery

24-01-2026 - Andrés Cruz

Face detection (Face detection) with jQuery

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.


How to display Google Sheets spreadsheets with jQuery?

26-01-2026 - Andrés Cruz

How to display Google Sheets spreadsheets with jQuery?

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.


Best WYSIWYG plugins for JavaScript

25-12-2025 - Andrés Cruz

Best WYSIWYG plugins for JavaScript

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.


How to place responsive YouTube videos as background with jQuery?

25-01-2026 - Andrés Cruz

How to place responsive YouTube videos as background with jQuery?

JQuery Learn how to use YouTube background videos with jQuery in 2025. Current plugins, real-world examples, limitations, and best practices without Flash.


Fullscreen carousel with side menu with jQuery and CSS

25-01-2026 - Andrés Cruz

Fullscreen carousel with side menu with jQuery and CSS

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.


Getting started with Adobe PhoneGap on Windows and Android for developing hybrid apps

28-11-2025 - Andrés Cruz

Getting started with Adobe PhoneGap on Windows and Android for developing hybrid apps

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.


Introduction to programming - basic concepts

25-11-2025 - Andrés Cruz

Introduction to programming - basic concepts

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.