Skype: bluewindlab
Setup Live SASS compiler for Visual Studio Code

Setup live SASS compiler for visual studio code

Sass(syntactically awesome style sheets) is a popular CSS pre-processor that helps developers write less repetitive CSS codes and generate more organized and maintainable scripts. It is an extension of CSS and offers fantastic features like variables, nesting, mixins, functions, import, include, extends, and many more. Writing maintainable CSS codes when working on large projects or […]

Fix MySQL unexpected shutdown issue for xampp

Fix MySQL unexpected shutdown issue for xampp

XAMPP is one of the most popular and used local web development software for web developers. XAMPP is packaged with Apache, PHP, and phpMyAdmin. So, users do not need to take any extra headaches for installing all this software separately to get started. However, Windows users often get the mysql unexpected shutdown error message in […]

How To Fix VMware Workstation Connect Issue

VMware is the most powerful and convenient virtual machine tool for Windows users. It is the industry standard desktop hypervisor tool that allows mounting Windows and other UNIX-based operating systems as a virtual machine. I have been using Ubuntu (20.04.1) as a virtual machine for a long, and it helps to run the shell command […]

Simple way to remove custom post type

WordPress is one of the most powerful CMS in the web industry, and it contains a huge amount of code with lots of different functions. On top of that, WordPress uses PHP for it’s core language. WordPress provides an excellent option to generate user-required post types by introducing the custom post type feature. Generally, premium […]

Back To Top