Archive for November, 2009

PHP: Classes and Objects I have used

Here you will find a list of PHP: Classes and Objects that I have used in my programs that I have found to be really usefull. This blog entry has been posted for future, personal reference.

Resize Images in PHP – is an Image Mainpulation class that allows you to easily rotate, crop, crop from center, reflection, resize percentage, remote image resize, save image as a different format, resize adaptive. This is a class written by phpthumb.gxdlabs.com. You can download it from their website, if that doesn’t work, download it from my webiste by clicking here.

Search and Replace Files using PHP – Finds and Replaces text searched for all files within a directory. This class is amazing, simple to use and fast. It was written by Razzaque Rupom. You can download the original files from phpclasses.org., if that doesn’t work, download it from my website by clicking here

.

Disable Auto Save in WordPress

WordPress’s Autosave feature is available for both Pages and Posts, and can be extreemly inconvenient when you are debugging your website.  It can also create addtional loads on your server.   

To disable this feature simply search your wordpress directory for: wp_enqueue_script('autosave')

Replace if with:  // wp_enqueue_script('autosave')