CSS and JavaScript Selector :has - Conditional Pseudo-Class

27-12-2024 - Andrés Cruz

CSS and JavaScript Selector :has - Conditional Pseudo-Class

HTML We will talk about a unique selector in the CSS and JS environment which is conditional.

Continuar leyendo


Selector CSS y JavaScript :has - pseudoclase Condicional

27-12-2024 - Andrés Cruz

Selector CSS y JavaScript :has - pseudoclase Condicional

HTML Hablaremos sobre un selector único en el ambiente CSS y JS que es de tipo condicional.

Continuar leyendo


How to Allow 2 Decimals in an Input of Type "Number" in HTML

11-07-2024 - Andrés Cruz

HTML Let's see how we can limit the number of decimals in a <input type="number" step="0.01" id="price"> field in HTML.

Continuar leyendo


Cómo Permitir 2 Decimales en un Input de Tipo "Number" en HTML

11-07-2024 - Andrés Cruz

HTML Veamos como podemos limitar la cantidad de decimales de un campo <input type="number" step="0.01" id="price"> en HTML.

Continuar leyendo


2 HTML tags that you didn't know y#60;base&#62; and &#60;abbr&#62;

02-10-2023 - Andrés Cruz

2 HTML tags that you didn't know y#60;base&#62; and &#60;abbr&#62;

HTML En la API de HTML existen muchas tags o elementos muy poco usados por tener funciones muy específicas y por lo tanto no son tan famosos pero que son iguales útiles; hoy veremos un par de tags HTML que puede que no conozcas.

Continuar leyendo


Detecting keyboard events with Canvas

02-10-2023 - Andrés Cruz

Detecting keyboard events with Canvas

HTML In this entry we will see a small experiment where with Canvas, through keyboard events, we will specifically use the keyboard direction arrows.

Continuar leyendo


How to separately get the RGB channel of an image with HTML5 and the Canvas API?

01-10-2023 - Andrés Cruz

How to separately get the RGB channel of an image with HTML5 and the Canvas API?

HTML In this article we will see how to obtain the three RGB channels of an image and operate them separately, to do this we will place each channel in independent images that represent said channels.

Continuar leyendo


How to create our own social sharing buttons

01-10-2023 - Andrés Cruz

How to create our own social sharing buttons

HTML It explains how to define the structure of a base web page using flex.

Continuar leyendo


Embed YouTube video and make it look responsive: two solutions with CSS and JavaScript

01-10-2023 - Andrés Cruz

Embed YouTube video and make it look responsive: two solutions with CSS and JavaScript

HTML It explains how to make our YouTube or Vime videos responsive; CSS or JavaScript is used to make videos responsive.

Continuar leyendo


Scaling and cropping images with Canvas

30-09-2023 - Andrés Cruz

Scaling and cropping images with Canvas

HTML With Canvas it is possible to scale and even crop images drawn on the canvas (in the Canvas) all with just one function called drawImage().

Continuar leyendo


)