BEM crash course for web developers

You have OOCSS, SMACSS and many more standards for writing and maintaining CSS syntax. Today, block, element and modifier is what we’ll be focusing on and also what BEM abbreviation stands for. You’ve already heard about it from me in one of the previous posts about how to modularize your CSS. Because of your interest… Continue reading BEM crash course for web developers

HTML5 for web designers and developers

HTML5 was a huge change when it comes to web development. It introduced brand new approach focusing now on semantic rather than just pure syntax. Even though it was a few months ago, many web designer and developers still struggle with new elements introduced in HTML5, predominantly sectioning and non-sectioning elements like article, header, main,… Continue reading HTML5 for web designers and developers

Trends and 5 reasons to avoid them

This morning I was thinking about trends. Are they good for design or bad? Even though I do some times follow trends in my work, or when client wants it, I don’t think that trends are something solid enough to support your creation. In this post, you will be presented with five reasons why should… Continue reading Trends and 5 reasons to avoid them

Mobile first navigation design

Mobile first approach is a very interesting movement in responsive web design and web design at all. Crafting website to suit perfectly the mobile devices instead of desktop is smart thing and you should include it into your everyday workflow. For the first time you might face couple of issues steaming often from your old… Continue reading Mobile first navigation design

Regex – Introduction to Regular Expression Pt2

In the first part you explored the basics or Regex – what it is and how it works – along with few examples. So it was focused more on theory. Today, you are going to switch to the practical side and practice on various examples. In these snippets you will also work with some methods… Continue reading Regex – Introduction to Regular Expression Pt2

Regex – Introduction to Regular Expression Pt1

When it comes to Regular Expressions developers are divided into three groups. First are those who have no clue what are you talking about. These are mostly newbies without previous experiences. Second group are skilled developers who heard about Regex and don’t want to have anything in common with it. Web designers playing with some… Continue reading Regex – Introduction to Regular Expression Pt1