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

How to Write Clean CSS in 10 Simple Steps Pt1

Do you think you can write clean CSS? There are many web designers and developers convinced that writing good and clean CSS is hard. In a fact, a lot of people don’t like CSS at all. For them, CSS is pain in the butt. Here is a good news. Working with CSS can be actually… Continue reading How to Write Clean CSS in 10 Simple Steps Pt1

7 Simple & Quick Web Design Tips to Improve Your Website Pt2

Are you ready for another dose of web design tips to improve your website? And, not only in the terms of visuals. Performance of your website is as important to create excellent experience. What web design tips will we discuss today? We will begin with tips on choosing the right images for your website. You… Continue reading 7 Simple & Quick Web Design Tips to Improve Your Website Pt2

7 Simple & Quick Web Design Tips to Improve Your Website Pt1

Are there any web design tips to make your website radically better? Yes. The problem is that many of these web design tips are difficult to implement. Very often, you need to have some knowledge of web design. If not, these tips are useless. I hope this mini series will be different. I will give… Continue reading 7 Simple & Quick Web Design Tips to Improve Your Website Pt1

7 Big Mistakes Designers Make With Cards in Web Design Pt1

Cards are very popular trend in web design right now. They are literally everywhere. Just take a look at Pinterest, Google or Twitter. One reason why card-based designs are so popular is that they are great for responsive design. You can scale it up or down, to match every screen. It is no wonder why… Continue reading 7 Big Mistakes Designers Make With Cards in Web Design Pt1

How to Build Simple, Easy And Universal JavaScript Slider

Have you ever wanted to build simple universal JavaScript slider? This slider doesn’t have to be something complex. All you need is just the functionality to cycle through a number of slides. You want to go on the next slide and also the previous one. That’s it. In this quick tutorial, we will build this… Continue reading How to Build Simple, Easy And Universal JavaScript Slider