Web Design and Maslow’s Hierarchy of Needs

Why should every web designer, and you too, care about Maslow’s hierarchy? It is no longer enough to design a good-looking homepage, write couple hundreds lines of HTML, CSS and JavaScript and put it out there. This approach was perhaps sufficient couple years ago. Today, the rules are different. Technology is evolving faster and people… Continue reading Web Design and Maslow’s Hierarchy of Needs

Modal Dialog – Creating Gallery With Modal Preview

Welcome back for another great tutorial. It’s been a while since we build something in HTML, CSS and JavaScript. For this reason, I prepared a challenge for today … Our goal will be building simple gallery enhanced with sleek preview in custom modal dialog. And, not only that. Our gallery will be featuring implemented grid… Continue reading Modal Dialog – Creating Gallery With Modal Preview

Refactoring CSS Without Losing Your Client Or Your Mind

If there is one thing that scares many people in web development, it is refactoring CSS. CSS on its own is already hard to master. It gets even harder when you have to clean the mess after someone else. Luckily, you found this post. On the following lines you will find couple best tips and… Continue reading Refactoring CSS Without Losing Your Client Or Your Mind

The Best Way to Learn Programming and Crush It

Have you ever heard about the phrase “software is eating the world”? Well, it is true. More and more things around us are getting smarter and it is software what powers them. In this post, I will share with you the reason why you should at least consider giving programming a shot. You will also… Continue reading The Best Way to Learn Programming and Crush It

CSS3 Powered Slider With Autoplay Tutorial

Do you believe that it is possible to create autoplay slider only with HTML5 and CSS3? Seriously, you don’t need a single line of JavaScript! There is a bunch of various sliders using either vanilla JavaScript or jQuery library. Honestly, it got kind of boring. Why not to make something different? Ditch the old-fashioned scripted… Continue reading CSS3 Powered Slider With Autoplay Tutorial

Flipping Login/Sign up Form Only with CSS

Are you bored with using the same old login and sign up forms? Would you rather enhance the UX of your project? What about creating single card containing both, login and also sign up form? If you think that this is not possible, today I will show you that you are wrong. In this tutorial… Continue reading Flipping Login/Sign up Form Only with CSS