Author Archives: sgraf

Magento: Ultimate cache clear script

If you have been using Magento with a BIG database of products you will soon realize that the built-in “cache management” is quite limited due to the server’s usual time limit on requests. You just can’t refresh your catalog rewrites … Continue reading

Posted in Blog News, Magento, php, Programming | Tagged , , , , , , , | 2 Comments

Magento: How to change the admin theme

So you want to use Magento for your company and now you have to change the look of the backend. Of course you don’t want to change the default Magento adminhtml theme and kill any chances of upgrading your templates … Continue reading

Posted in Magento, Programming | Tagged , , , , , | 5 Comments

Magento: How to disable update notifications

A short tutorial on how to block the “New Magento Version” notifications in the Magento admin without modifying the core packages. Create a new package under app/code/local , for this example lets make a “MyCompany” package. If you already have … Continue reading

Posted in Magento | Tagged , , | 3 Comments

How to Enable Ant For Zend Studio

This week I found out that Zend Studio has Ant disabled by default (no idea why). Then I tried find a way to reactivate it by installing plugins or opening the workspace in a standard eclipse. Finally I found a … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Running MySQL Proxy as a daemon

I had to figure out how to setup mySQL Proxy to run as a daemon (system service). The original information came from this page and has been slightly modified. It is assumed that mySQL Proxy has been installed and the … Continue reading

Posted in Computers, Linux, MySQL | Tagged | Leave a comment