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
Tag: css
Gulp for Web Designers – All You Want to Know
Have you ever wanted to automate boring tasks of web design and development? Let me introduce you to Gulp. Gulp is a streaming build system that will aims to make your workflow more productive and efficient. This is done by automating all those boring tasks such as minification and assets optimization you have to do… Continue reading Gulp for Web Designers – All You Want to Know
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