Archive for June, 2011

Wordpress is a powerfull tool for blog and it keep all data  in serialize format and user can easily get these values from database by get_option() function. But some time we need to use unserialize function to get some specific value from the string. So...

Joomla 1.5 version provides facility to set page title for each page. But some times we do not need to show this page title on the page or can say that we want to change this page title. To do this process follow below steps: Go to Menu >> Main...

If you are new to Joomla then you will do this silly mistake definitely. because in most cases new user don't aware from all terms of joomla and its admin panel. Joomla created for best content management system and during write the code, developers kept...

Joomla is a best custom management open source tool. It provides many type of functionality regarding theme, module and components. During development time we need to create some special function to use on home page only. or we can say that sometimes we...