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

Progress Bar and Spinner in Laravel 13 Inertia 3 with Vue

22-04-2026 - Andrés Cruz

Progress Bar and Spinner in Laravel 13 Inertia 3 with Vue

Laravel We'll see how to use the progress bar in Laravel Inertia and the spinner option, configuration parameters, where to customize and how to use it, plus a load simulation.


The HTML5 element: a guide to attributes, CSS styles, and when NOT to use it for progress bars

02-09-2026 - Andrés Cruz

The HTML5 element: a guide to attributes, CSS styles, and when NOT to use it for progress bars

HTML Master the HTML5 `<meter>` element: attributes, CSS pseudo-elements (`-webkit-meter-bar`, `-webkit-meter-optimum-value`), accessibility, and the key difference from the HTML progress bar. Guide with examples and common mistakes.


Progress Bar HTML5: How to use the <progress> element with CSS and JavaScript

07-08-2026 - Andrés Cruz

Progress Bar HTML5: How to use the <progress> element with CSS and JavaScript

HTML Learn how to create a progress bar in HTML5 using the `<progress>` element. Covers the `value` and `max` attributes, determined and undetermined states, cross-browser CSS styles, and JavaScript examples, including multi-step forms.