How to Recursively Remove .DS_Store Files on Mac OS
If you are a theme developer and wanna submit your theme to WordPress.org theme repository then of course you must have remove all .DS_Store file from your theme directory. In ord... Read more
CodeCheef have tutorials for Dev Tools subcategory. Read all the blogs of this subcategory.
If you are a theme developer and wanna submit your theme to WordPress.org theme repository then of course you must have remove all .DS_Store file from your theme directory. In ord... Read more
When we work with CKEditor , kit somrtimes show this error you dont have permission to upload files in KCFinder ? In this tutorial we will learn how to fix this issue. I was working on... Read more
Hello developers, in this tutorial i am going to discuss about git. So in this git tutorial i will explain step by step why do you need git and github and how to set up git in your machine with S... Read more
This PSR describes a specification for autoloading classes from file paths. It is fully interoperable, and can be used in addition to any other autoloading specification, including PSR-... Read more
In this tutorial i am going to show you that how we can add WYSIWYG editor or ckeditor in our vue js project. You can also add it in your laravel vue js project. After completing this tutorial yo... Read more
In this tutorial i am going to show you how to redirect example.com to www.example.com. It is very important to redirect your website to example.com towww.example.com. For exam... Read more
Hello devs in this tutorial i will show you how we can disable cut copy paste in a web application. Sometimes you need to prevent copy from your website content. So in this example tutorial i will sho... Read more
We are very excited to let you know that we are going to launch our first product Inventory Management System with POS. This is our first product related to pos and inventory system for small bus... Read more
Hello, in this linux commands tutorial i will discuss about some basic linux command which i think every user should know. If you are a developer then it is must needed thing that need to know ab... Read more
I am debian 10 buster user. Today I've faced an error when i was going to run npm command after upgrading node js from 10 to 14. That error was Npm install cannot find module 'semver'... Read more