This article is suitable for anyone out there, from starters to even the most experienced web developers. I’ve seen decade long Senior Web Developers ignoring fonts and not dealing with them properly, so please read along. After reading a few lines below you will use the correct @font-face and CSS that will work across...

Today we will talk about web responsive images, a very popular topic and quite problematic. If you search this topic you will find countless articles with all sorts of explanations, however I will won’t repeat those and teach you differently. Load images correctly, increase your SEO ranking and offer a better user...

If you are playing around with .NET and you come from a C/C++ background like myself, you will quickly notice the data types are different. This post covers most common data types from C/C++ to .NET (C#) for your convenience in development. When you search for a data type just hit CTRL + F and the browser will help you...

Runtime Encrypted StringsToday we will go through the basics of runtime encrypted strings, why do we need to encrypt our strings and learn how to create our own. In this article you will understand and learn: What is runtime encryption and decryption Why do you need to encrypt your strings See how anybody can see your...