Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
26-11-2025 - Andrés Cruz
HTML This entry explains the formAction applicable to submit type inputs overriding the action attribute of the form. This entry explains the formAction applicable to input types submit overriding the action attribute of the form.
31-07-2026 - Andrés Cruz
HTML Learn how to embed a YouTube video in HTML step by step. Includes code for iframes, advanced parameters, and how to make it responsive with CSS and JS.
09-12-2025 - Andrés Cruz
HTML With the pattern attribute we can perform validations without using JavaScript libraries and without using external libraries, specifically regular expressions as we will see below; We will see how to validate, telephone numbers, ips, emails, texts, numbers,
08-12-2025 - Andrés Cruz
HTML The contenteditable attribute is applicable to any element and allows you to set an element to be editable; In addition, its use is exemplified and we will see the events.