A patent application published today describes Apple’s concept for its Passbook app and the idea of using near-field communications to redeem digital coupons.
WordPress and Ajax calls
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 …
How to modify Active Directory passwords through PHP
The secret is keep in Active Directory on a user object within the unicodePwd attribute. This attribute is written under some restricted conditions, however it can’t be accessible, but the value of this attribute can be modify or alter. In Read More …
WordPress database structure
For Detail Information
How to add LogIn and LogOut Link to Custom Menu
Today I am going to add one interesting post which will teach you How to add LogIn and LogOut Link to Custom Menu Yesterday I am trying to do so but did understand how to, and after searching google a Read More …
How to change table prefix
Increase Your Website Database Security Description This plugin is mainly useful if you have not changed the database prefix at the time of installation and want to change aftrewards to make your website more secure and protect from SQL injections. Read More …
How to pass PHP variable data to jQuuery in WordPress
We all suffer in our wordpress coding life to pass the PHP variable value to js/jQuery, some time it is working fine and some time not. And if you already went through the files of contributed plugins then you are Read More …