What is XAMPP? XAMPP is a local server freely available as an open source cross-platform web server solution. XAMPP includes https://www.apachefriends.org/download.htm Normally in Mac os if you try to download the XAMPP of any version , it does not work . For that you need homebrew to install xampp. The command to install XAMPP using […]
What is GIT
Git is a distributed version control system. Why we should use git ? When the project is access by multiple developers and there is a need to maintain the code of the project between the developers, git comes into picture. Git helps all developers to maintain their version of code in their local system and […]
How to install WordPress
Well, Before installing wordpress, it is necessary to know what is wordpress ? WordPress is a blog site, well known as CMS website. WordPress is an easy publishing tool. WordPress was built in the year 2003 in PHP and Mysql. WordPress is opensource project. More About WordPress Now coming back to the point , this […]
How to create wordpress theme
Creating a WordPress theme involves designing and developing a set of template files, stylesheets, and functionality that define the appearance and behavior of your WordPress website. Here’s a general guide on how to create a WordPress theme: Remember to refer to the official WordPress Theme Handbook and coding standards for detailed guidelines and best practices […]
How to create a Blog Website
Following checklist needs to be completed: Once the checklist is completed . Then you need to create a website theme. How the website will look. UI concept of your website, so that user will go through your website. The content of the website , which user will find interesting and will be more interactive / […]
Google Recaptcha error for WordPress Login
Installed “Advanced Google reCAPTCHA” plugin on my website and after doing all the set up , when i tried to relogin from wordpress admin panel , it throw an error. This post will help you to solve you issue, if you have faced similar issue / error. How to install “Advanced Google reCAPTCHA“. Advance Google […]