So, you want to get started in web design

About a month ago, a great friend of mine asked me this interesting question, what do I need to know to design a website? Since his job was back-end with front-end here and there, the answer was short, simple and easy to follow in just a few steps. However, it made me thing about what… Continue reading So, you want to get started in web design

Programming languages, libraries and frameworks

When you want to learn new programming language you are suddenly faced with many challenges. What language should you learn, what abilities should it offer and so on. There are many ways to limit your options from the whole array of existing programming languages. You can for example take a look at the lately updated… Continue reading Programming languages, libraries and frameworks

Minimalism in design and code

Have you ever though about what minimalism is about? In 2014, minimalism was a big hit and this year, it looks like it even gets more traction. Many web designers are embracing this style in their work in various ways. However, it should be mentioned that good minimal design is very hard to achieve. Paradoxically,… Continue reading Minimalism in design and code

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

JavaScript 101-#24 – Getting to know JavaScript events Pt6

Today we are going to finish media JavaScript events, explore events related to clipboard and finally finish this series about events. If you have missed the previous one, make sure to check them too. Except this and previous part, the rest are not linked to each other and so you can read them as you… Continue reading JavaScript 101-#24 – Getting to know JavaScript events Pt6