There is such an abundance of WordPress tutorials, guides, and code snippets available on the web. They are all intended for users to try new things on their website and learn more about WordPress. Sadly a small little error can cause the whole site to break which is very scary specially for new users. If […]
Hello People, below you can read a very helpful step by step guide on what you should check before launching your WP Website, enjoy and share! Before you start, it’s crucial that you have selected the right web hosting for your project. While most sites are fine with basic WordPress hosting, in some cases you may […]
Minify Javascript files using UglifyJS on Windows. A batch file is also available on GitHub for easily minifying multiple files using drag and drop. Preparation 1. Node.js must be installed. Get it here: https://nodejs.org 2. npm install -g uglify-js Convert 3. uglifyjs script_name.js -o script_name.min.js Batch File (uglifyme.bat): https://github.com/PlethoraThemes/ugl…