Tag 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 [....]
Google Docs
Today, when I visited Google’s home page for searching something, I found a line which read as create & share presentation online. Its PowerPoint presentation’s online now. Ya new addition to Google docs, Google one it again, one more office added in the Google Docs. With this post I am going to give what is [...]
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 [...]
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: 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 [...]
Java is 10 Now!!!
Java is now 10 years old…!!! Do u know 23 march was java’s Birthday??? Java is now 10 years old…!!! just checkout the history
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, [...]