Code Bites: style "previous" HTML tags or how to reverse the cascading selectors without JavaScript 21/08/2017 Every time when you want to change any element which is above in the DOM Tree, try to target the parents.
Google PageSpeed Insights optimizations and recommendations, Part 1/3 21/08/2017 We must adopt a "mobile first" way of thinking when organizing CSS and JS.
Code Bites: simulate click events only with CSS 10/08/2017 Often, I like to joke that you can program with CSS. In this case I’ll show you how to have click events without JavaScript.
Organize CSS Preprocessors like Sass or Less in Angular Cli 31/07/2017 Angular 4 organizes its styles in a way that can make you fall in love again. But there is an issue that surfaces itself when I tried to use Sass or Less variables and partials.
Adding tracking code snippets for Google Analytics, Google Tag Manager and Google Optimize 20/07/2017 Adding tracking code snippets for Google Analytics, Google Tag Manager and Google Optimize.
Migrate Sitefinity assembly references from bin to NuGet packages. 06/06/2017 By default, Sitefinity assembly references are in the /bin folder which makes future updating process harder.
CSS animations triggered when elements are visible on-screen 02/03/2017 There are great ideas, and examples on the internet for CSS animations, but not so many explain how to make loading page elements appear smoothly and not before they are visible/scrolled.
How to implement Google Tag Manager in Sitefinity 27/01/2017 Google Tag Manager is the needed bridge between analytics tools and marketers, and after 2014 with its second version, it becomes a must tool for everyone.