WordPress and ajax calls!!! Let me first explain you the situation. You have created one plugin and in this plugin one of your functionality need some ajax functionality mean you want to do something without refreshing the page like voting(like/dislike article), Read More …
How to create a order In Drupal programmatically
Today I got one strange requirement from my client and that is he has a Drupal website which is combined with NetSuite(NS), and he wants that if he create any order at NS end then this order will be create at Drupal Read More …
How to make compatible nextgen gallery with AWS plugin
From few peoples I heard that nextgen gallery plugin is not working with AWS plugin as it should and asking me How to make compatible nextgen gallery with AWS plugin? So I have work around it and come out with Read More …
How to access Drupal functions and sesions in a stand alone PHP script
If you want to access Drupal functions and sessions in your stand alone PHP scripts which is present any where in your project directory then how you will do this? Let say you are going to create one websevices in Read More …