Loading...

Month: February 2020

Install SSL certificate on cPanel

SSL Certificates create a secure connection between your browser and server to ensure all data transfer is totally encrypted and safe. You can find a green secure padlock on the left side of the URL if any website has installed the SSL.     To install SSL certificate on cPanel we need, 1) Public key […]

View Details

(Handy) Useful MySQL commands

MySQL is the open-source database system initially developed for use in the University of Cambridge’s Computer Laboratory (aka, CERN). Since then, MySQL has grown into an open-source database software program that is used for a number of different purposes. For example, MySQL is widely used by e-commerce and online stores, online businesses and web hosts, […]

View Details

Server related things for PHP Developers

As a developer, we should also check at the server’s end to minimize the possibility to exploit our applications and try to make it harder to crack. So here we provide some useful information that we should look at once.   1) Server Signature: It’s a public identification of your server and holds important data […]

View Details

Git Usage Guide-Commands

It is essential for every developer to understand and use GIT version control, as it becomes a universal requirement and tool to maintain the versioning system.   Git is a widely used tool, so we have some important useful commands that we use every day.   So, here is a list of all handy commands […]

View Details

jQuery-Ajax-Standard Usage Guidelines

Often developer uses jQuery & AJAX to update parts of a web page or send data to check some business logic, without reloading the whole page (also known as Asynchronous Update). We can handle proper success and error message as per the server’s response using jqXHR, exception parameters. Have a look at the demo jQuery […]

View Details