Almost a year ago I posted something about the verot.net upload class. Now I’m learning Zend Framework and ZF doesn’t support image manipulation I’d like to add the upload class to ZF. Here’s how.
Step 1
Download the latest release of Upload Class from Colin Verot’s blog. Continue Reading »
Mootools is a javascript framework that adds more functionality to your website on a easy way. The Mootools core team says:
MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
Continue Reading »
I’m using WordPress now for 2 weeks at the moment and I was searching in the database with my control panel for some content. It surprised me that I saw a lot of duplicate content. After a search I’ve found out that these duplicate records are called Revisions – old copy’s witch are save by the auto-save functionality that is build in WordPress.
Still, the revision feature is great. When you’re working with a large team on a WP blog it’s very handy to see all the changes that users have been made and also the auto-save function is to important to throw it away. So here we are, a small plugin that deletes the revision records when you publish the article.
Note
I’m aware of the small amount of data that is stored in this revisions. But when I have a 1000 posts with 5 revisions it turns out to be a great number off useless posts. This amount of posts decreases the speed of some WordPress features. Read the discussion on the support forum.
Continue Reading »