WEB Design Updates
Web Designs, Website Slicing, Flash Animations & Design Tips
Wednesday, September 7, 2011
best-websites-download-free-e-books/
10-free-ebooks-for-web-designers
Sunday, August 7, 2011
Subscript & Superscript CSS
Steps in HTML
put for text
H2O
Steps in CSS
.water sub{
vertical align:super or sub;
}
Result
H2O
Sunday, July 17, 2011
Magento “Fatal error: Maximum execution time of 60 seconds exceeded”
The error you are receiving most likely has to do with your php configuration. Larger catalogs require longer timeout settings for these large operations to fully complete.
If you do not have access to the servers php.ini file, ask that the host increase the ‘max_execution_time’ to a value of 1800 - this is 30 minutes and should be enough time for most large catalogs.
If the host is using the PHP Module Suhosin the timeout configuration settings there may be overriding the settings in your .htaccess or your server does not allow overriding of these values.
Hope this helps
Monday, June 13, 2011
Magento
Magento is a open source based ecommerce web application that was launched on March 31, 2008. It was created by Varien and developed by Magento Inc., and was built on the components of the Zend Framework.[1][2]
The Magento Enterprise Edition is a non-free version of Magento that is aimed at larger companies that was launched on April 15, 2009. This version provides a service agreement with Varien.[3] Varien is now Magento Inc. with 260+ employees.