SEO meta tags for search engine optimization

The reachability of a website and its contents from search engines has become essential nowadays. To help search engines understand what our content can offer and what added value it can give, SEO meta tags come to our rescue. To do this we will add meta information within our page […]

Read More…

Markdown: from simple text to rich documentation

Markdown (MD) has established itself as a go-to choice for creating readable and versatile text documents. Its lightweight syntax and plain-text nature make it perfect for various uses, from writing blog posts to crafting technical documentation. This article delves into the world of MD, equipping you with its fundamentals and […]

Read More…

Mastering responsive images: srcset, picture, WebP

In today’s diverse device landscape, delivering optimized images for optimal performance and user experience is crucial. This article delves into the world of responsive images, equipping you with the knowledge and code examples to implement efficient solutions using srcset, sizes, the <picture> tag, and the versatile WebP format. Understanding the […]

Read More…

CSS Loading Backgrounds for Engaging User Experiences

A website’s first impression matters. While content and functionality are crucial, visual appeal plays a significant role in captivating users and keeping them engaged. In this article, we dive into the realm of CSS loading backgrounds, providing techniques and code examples to create visually stunning and informative transitions as your […]

Read More…

Styling select dropdowns with custom CSS and appearance

While the native <select> element offers functionality, its default css styling select appearance often falls short of design aspirations. This article empowers you to create beautiful and customizable select dropdowns using CSS and explores the potential (and limitations) of the appearance property. The native options: limitations and possibilities The default […]

Read More…