Advantages: Let Google Host jQuery For Your Website
Most of us (Web Developer) use JQuery during the development, if you are not aware about the jQuery or interested in any other JavaScript Library then below is just a very quick overview about the jQuery.   “jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation,…

Use of Environment variables
Environment variables windows   Environment variables are a set of dynamic named values that can affect the way running processes will behave on a computer.   You can say, It is a dynamic “object” that stores a value, which in turn can be referenced by one or more software programs in Windows (OS). Environment variables…

Definition of .htaccess Regex Characters & htaccess regular expression special characters   # The # instructs the server to ignore the line. It is used for including comments. Each line of comments requires its own #. When including comments, it is good practice to use only letters, numbers, dashes, and underscores. This will help eliminate/avoid…