Latest stories

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...

How to display adsense(advertisements) below first 3 (N) posts in wordpress only

H

Most or majority  of the wordpress bloggers use adsense (or advertisements) below posts. And in the home page (where we can display 3 ad units (adsense)  in total, each one below posts so as to display ads below the first 3 posts ). But the real issue is that the javascript code for the ads gets called again inside the wordpress loop and blank space will be shown there from the 4th posts onwards...

Categories