The developers are can use this piece of code anywhere in zendframework project for get baseurl of currently running project. <?php echo rtrim(Zend_Controller_Front::getInstance()->getBaseUrl(),’/’); ?>
Author: smarttips
Increase PHP Script Execution Time in zendframework ?
PHP script execution time in zendframework set_time_limit(0);
How to Move the gmail chat box to the right side of the inbox?
For Move the gmail chat to the right side of inbox. It is useful for see more number of contacts at time and chat to them. This feature make more easy access of contacts. Goto: Settings->Labs->select right side chat widget
Html color codes,color combinations,color Palettes and color Schemes
The following site contains beautiful HTML color codes ,color combinations,color Palettes and color Schemes. This is very helpful to web developers,especially for web designers. http://www.colorcombos.com/
Magento Installation Problem PHP Extension “curl” must be loaded
PHP Extension “curl” must be loaded,Magento Installation problem Commands For Debian/Ubuntu based systems type in terminal sudo apt-get install php5-curl sudo /etc/init.d/apache2 restart Redhat or CentOS based systems type (as root)in terminal yum install php5-curl /etc/init.d/httpd restart