Please Stop with Pixel Perfect Design in Web Design

For now, the only way to create a good enough user experience is by using Responsive Web Design which was a technique using media queries created in 2010. However, with media queries and Responsive Web Design , there is not pixel perfect because you are designing even for resolutions that you are not testing for.

Ads and the Issues with Adblockers

Ads vs AdBlockers
The real issue is that they did not ask you about this and there is no a way to op-out from it. In fact, the browser has a way to tell websites not to track with “Do Not Track”. But, is up to the websites to respect the request.

Gulp Introduction for Web Designers

Gulp is a task runner that helps to organize and run tasks automatically. Some of the tasks that can be performed by Gulp are minification, image compression, adding vendor prefixes, compile templates, convert markdown to HTML, compile CSS Preprocessors like LESS or SASS, etc.