Build your own framework

Frameworks can bring many benefits to your work and also can speed you up. However, many people are try to avoid them every time they can. The reasons for this can be many, from complexity to dependency on someone else. Today we are going to take these arguments and totally crush ’em by exploring option… Continue reading Build your own framework

JavaScript 101-#20 – 7 tips for writing better JavaScript

Have you ever though about ways to make your JavaScript more human-friendly and faster? To make it easier even for a beginner to read and learn from it? Well, there are many things you can do to achieve that or to at least move closer to this ideal. Today, we are going to discuss seven… Continue reading JavaScript 101-#20 – 7 tips for writing better JavaScript

7 tips for creating responsive website

Want to design responsive website you can be proud of? This is definitely not an easy feat. Even though your project looks pretty good from design point of view, there are still many things that can break it along the way. Fortunately, I’ve got some useful advice for you to save your time and nerves.… Continue reading 7 tips for creating responsive website

Mastering HTML5 video

The times when you had to use various plugins media companies tried to force on you in order to play some video are gone. With the arrival of HTML5 and its video feature there is no longer need to use technologies such as flash or Quicktime. Now you can easily play any video using HTML5… Continue reading Mastering HTML5 video

Best practices in web development

Keeping your project in a good shape and maintainable form is important task for every web designer and developer. Today, we are going to look at various ways to achieve this, so you don’t have to decipher your code every time when you look at some older projects. The main goal of this post is… Continue reading Best practices in web development

CSS tips and tricks #16 – CSS Atribute selector demistified

Last time we used practice to master CSS child selectors. After a great feedback from you, I decided to do the same thing with attribute selector as well. Personally, I found this selector and its variations more difficult to learn and master than child selectors. For those of you who are on the same side… Continue reading CSS tips and tricks #16 – CSS Atribute selector demistified