Gobinath

Do or Die. There is no try

Post archive for ‘Programming’

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

MySQL Backup Script

This evening while traveling back from office, one of my friends called me seeking for a help. He was asking me a method or script to backup MySQL database periodically. His initial choice was a simple PHP script to do it. But he gave another option saying that it’s OK to have it in any [...]

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

GlossyBlue ver 1.4

That’s was an excellent theme which I have come across in recent time. This color combination and the way the theme was packed it brilliant. I Simply Love this design. I wish I should have got this template long back, so that I would have kept my site up and running all time. If any [...]

Configure Apache

To make apache’s public directory available for all the username under a particular domain, you need to do a small amount of change in your httpd.conf file. you will find a line UserDir public_html in your httpd.conf directory which will be commented by default. Uncomment this Line. By uncommenting this line you will get the [...]

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

This entry is part 3 of 3 in the series PHP Scripts

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