What Every Web Designer Needs to Know About HTML Tables

HTML tables are here from the early days of the web. According to some sources, tables were part of HTML standard since version 3.2. It can be surprising that some web designers never worked with this element. In this article, we will discuss everything you need to know about tables. We will start with basic… Continue reading What Every Web Designer Needs to Know About HTML Tables

Quick and Easy Introduction to CSS Grid for Beginners

Have you heard about CSS grid? This is currently a very popular topics on web design scene, probably one of the most popular. It is also one of the most searched CSS features on CanIUse website. It is not a surprise. It is safe to say that CSS grid has the potential to cause a… Continue reading Quick and Easy Introduction to CSS Grid for Beginners

6 Quick Tips On How to Combine Fonts & Typefaces

Knowing how to combine fonts is one of those skills that are hard to learn and even harder to master. This was at least my own experience. I struggled with learning how to combine fonts for a long time. And, I still find myself in doubt sometimes even today. Since other designers also know this… Continue reading 6 Quick Tips On How to Combine Fonts & Typefaces

10 Best Practices for Designing More Usable Mobile Forms Pt2

Knowing how to design usable mobile forms is more and more important. The mobile web is on the rise. A lot of people use their mobiles more than desktop computers or laptops. And, it doesn’t look like this trend is going to disappear soon, rather the opposite. Some people think forms are not so important.… Continue reading 10 Best Practices for Designing More Usable Mobile Forms Pt2

Learning React by Practice – React Router for Beginners

Imagine you could change the content of the website or app without reloading it. Impossible? Not at all. You can do that with something called React Router. How? I’m glad you are asking. Today, I will take you through all steps necessary to get React Router up and running. From now, you will see reloading… Continue reading Learning React by Practice – React Router for Beginners

How to Build Simple and Powerful Lazyload JavaScript Plugin

Have you ever wanted to use lazyload plugin to speed up your website? Who wouldn’t. The problem is that most of lazyload plugins require jQuery. Sure, there are some exception. However, you need advanced knowledge of JavaScript if you want to understand the code. If you don’t have that, forget about customizing the plugin. You… Continue reading How to Build Simple and Powerful Lazyload JavaScript Plugin