CategoryTutorials

How to Hide Contents & Folders Inside a Parent or Root Web Directory

H

In some cases, you will be required to hide folders and contents inside a root/parent web directory in order to prevent others from accessing your confidential directories and the files inside them. If you are little confused with the scenario, let me explain. Consider a case in which your website has a sub domain and several sub directories inside that sub domain. In a real life scenario, assume...

Complete Paypal integration guide in PHP 4 steps

C

Paypal integration use to be a real pain for many developers. They use to change their interface(especially their sandbox and developer environment). In fact there is a strategy for the paypal integration and if its followed properly this is an easy process. Have a look at this guide which completely guide you to php paypal integration. Objectives and Steps Step 1 :  Create Sandbox testing...

How to submit multiple forms with jquery ajax and HTML5 validation

H

I’ve clearly explained about jquery ajax from submissions and html5 validation before. Here I am just extending it a little bit. What if the scenario include multiple forms and it should use the same jquery ajax submission part. Its totally awkward using separate jquery ajax submit for different forms, as basically the jquery submit part is standard for all forms (as we are passing the form...

How to submit a form with jquery ajax and with HTML 5 Validation

H

Jquery ajax as well as html 5 validations are one of the most important features of web development. Both of them makes the tasks of developers so damn easy. Some of you might ran into issues while using both of them simultaneously , especially with jquery click for triggering the form(the validation may freak out if we use click).  Actually the solution is simple, we just need to use the jquery...

Categories