Have you ever wanted to create some React form elements, but didn’t how? Good news! In this tutorial, you will learn how to create a number of simple React form elements. What elements? You will create elements such as button, datalist, checkbox, label, input and radio. These are probably the most often used form elements.… Continue reading Learn How to Create Simple React Form Elements
Tag: design
Learn How to Create Quick and Simple React Flipping Card
How cool would it be to know how to build React flipping card? Your own interactive business card! Imagine how you could use this card to make your portfolio stand out! In this tutorial, I will take you through all the steps necessary to create this card. I tried to make the code simple ad… Continue reading Learn How to Create Quick and Simple React Flipping Card
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
14 Advice to Young Designers to Build Successful Career Pt2
You and many young designers have to deal with countless of roadblocks. Whether it is difficult client or boss or tight deadline. Your life is not easy. Everything gets even more difficult if you run your own design business (freelancer or agency). Here, you will find advice and tips to help you with this challenge. We… Continue reading 14 Advice to Young Designers to Build Successful Career Pt2
14 Advice to Young Designers to Build Successful Career Pt1
Young designers have to face many obstacles on their way to build successful career. There is plenty of knowledge you have to learn. And, this knowledge is constantly expanding. The technology side is not better. There is something new every week. In this mini series, I will give you 14 advice to help you deal… Continue reading 14 Advice to Young Designers to Build Successful Career Pt1
How to Write Clean CSS in 10 Simple Steps Pt2
Do you know how to write and maintain clean CSS? You can write CSS that is easy to read, understand and maintain. You only need to know some simple steps. Today, you will learn about five of them. We will discuss file structure. Then, we will talk about mixing CSS and JavaScript, and why it… Continue reading How to Write Clean CSS in 10 Simple Steps Pt2