Tag archive for ‘PHP’
Drupal Multi-site & Single Sign-On
Multi-Site is one of the Powerful feature available in Drupal CMS. If you are running more than one Drupal site, multi-site will help you simply all your site management tasks. Multi-site allows the user to share a single Drupal installation (including core code, contributed modules, and themes) among several sites. This is particularly useful for managing the code since each upgrade only needs to be done once.
There are multiple Options available for Drupal Multi-Site installation. Couple of them are listed down here;
Each site can have its own database
All the sites can share the same database
Each site can have own content database & shared user database. This can be done in two different ways either by creating a separate DB [....]
PHP Questions
Over the Internet many people are searching for the interview question to get prepare for any PHP interview. He i am going to compile a series of such question collected from various source & my experiences. This Series will have both Q & A which will help others to achieve their tasks. 1.How can I [...]
WordPress 2.3 beta-1
Today i just happen to see that there is a wordpress beta release, i.e., wordpress 2.3 beta-1. As this beta its strictly for Professionals, who are familiar with php. As stated by the community. I am a php professional and i have never tried any of the wordpress beta release, so today i thought that [...]
Update Services – Ping Servers
As many of you would be aware that there are lost of services available to notify that you have updated your website / blog. If you are using wordpress then by default it have configuration to ping two of these services. They are http://rpc.pingomatic.com/, http://rpc.technorati.com/rpc/ping . WordPress automatically notifies popular Update Services that you’ve updated [...]
Tutorials
Today morning when i was searching for some Java Articles i got this site . http://itguide.tk/ . Its quite impresive , it has lots and lots of tutorials in the PDF format, will be use full i guess Update’s: itguide site is no more active.
Class: Cascade Dropdown 3 Levels
Class: Cascade Dropdown 3 Levels The Class can be used to Fetch the record from the database and load it in 3 different list boxes, where are the Values of the child will be depended to the Parent. Here we have 3 Levels, Like illustrated below. Type —————–> Brand ————-> Model. Its like when we [...]
Class: AD Rotator using PHPAdsNew
This class works around PHPAdsNew advertisement management program to serve multiple rotating ads in the same page without displaying any duplicate ads. The class takes some inputs related to the PHPAdsNew Server environment, to generate the appropriate code. Note: This Class can be treated as a Module for PHPAdsNew Advertisement server. But no way plug [...]
Class: phpHitCounter
phpHitCounter, is one of the best PHP class Which i have ever come across.The Wonderfull class has been written by My Friend.Its works great. I am using the same Hit Counter Class in this Site. What it Does? The class is capable of logging the number of visitors for your site and can display it [...]
Class: Cascade Dropdown
The Basic requirement for me to write a class of this kind is to avoid the page reloading time, when the Second select box is completely dependent on the value of the first box. When the page needs to be reloaded it is not pleasant for many users to wait until the page reloaded completely, [...]