CSS modularization – Smart approach to CSS

Imagine your CSS loading faster than the team of Formula 1 engineers is able to work (the work pretty fast). Imagine your CSS to be more polished than the Apple store and better optimized than the factory of Tesla or Toyota. The CSS behind your website can sound like a beautiful symphony written by Mozart.… Continue reading CSS modularization – Smart approach to CSS

Process of design: 5 steps to fruition

Every designer, no matter what industry is he working in, has a certain system or process to help him get from blank paper to finished design. This approach might seem counter-intuitive to many people in the first moment. Isn’t bounding yourself to and strictly following any rigid system damaging your creativity? Fortunately, the exact opposite… Continue reading Process of design: 5 steps to fruition

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