01-03-2026 - Andrés Cruz
CodeIgniter Digital image processing are mechanisms that always exist when working with images in web applications, re-scaling, reducing quality, rotating, among others, can be done in CodeIgniter 4.
18-02-2026 - Andrés Cruz
CodeIgniter We are going to explain what the UPLOAD or file upload process is in CODEIGNITER 4 taking as a case study the upload of the user's AVATAR.
28-11-2025 - Andrés Cruz
Vue In this entry we give an introduction to this technology, learning about its main characteristics and explaining why you can use it and take the first steps, installing it, buttons and your first app, remember that the technology is deprecated.
08-12-2025 - Andrés Cruz
CSS In this entry we will see some experiments with transitions in CSS using selectors (hover, after and before), we will also see how using CSS Filters in conjunction with transitions on images allows you to create very striking effects for the supported filters.
09-12-2025 - Andrés Cruz
CSS Learn to master CSS filters with practical examples, advanced combinations, and real-world tricks. Discover how to apply blur, sepia, contrast, hue-rotate, and more.
10-12-2025 - Andrés Cruz
CSS With just CSS, we can create quite complex effects on our HTML elements without needing Photoshop or GIMP; in this post, we'll see the basic use of the blur filter and also a more complete example for the list.
11-12-2025 - Andrés Cruz
CSS Learn how to set a full-screen background image in CSS using background-size: cover, media queries, and ready-to-copy examples. A practical, fast, and optimized guide.
12-12-2025 - Andrés Cruz
CSS Learn how to use and customize cursors with CSS. Discover all types of cursors, practical examples, custom cursors with images, fallbacks, ideal sizes, and UX best practices. A complete and easy-to-implement guide.
12-12-2025 - Andrés Cruz
CSS Learn how to use multiple background images with CSS3: syntax, positions, sizes, practical examples, and tricks to avoid overlaps.
12-12-2025 - Andrés Cruz
CSS In this article we will explain, based on an example, how to create multiple nested backgrounds by animating them with a little CSS3, and we will also see how to create a live background with CSS to be applied to a web page.