How to Delete revision Post in WordPress

Wordpress has post revisions concept which saves your post data at regular interval. Means if your browser crash or in any unexpected circumstance you might loose your written post. By this Post Revision, Wordpress saves your post content after some amount of time. So there are many Post Revisions saves in Database which is useless once your Post is published. Also it increases the database load and as a result load time of your page increase. So here is how to delete post revisions in WordPress.

WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts

RAX – Email Subscription And Social Media Links After Posts plugin helps you to add a Email subscription box along with Social media follow links at the end of your post. Using this plugin , your feedburner email subscriber will increase as well as your twitter followers and Facebook fans also increase. All in One Feedburner Email Subscriber and Social media follow links in RAX – Email Subscription And Social Media Links After Posts plugin.

Problem solved: Recursive jQuery-AJAX Click Bind event

If you are working with jQuery-Ajax, than this might be useful tutorial for you. While using jQuery-Ajax, you will get a response and you will place that response (May be in form of HTML) in some div or table. Now if you want to do any jQuery event on response (for e.g. if you need to make a click event on link which is in response) than you need to bind this click event success area of jQuery-Ajax call.

How to hide qTip automatically/manually

Qtip is efficient tooltip in web application, reason for that is its easiness of use and other great features. Yesterday i was working with Qtip and i need to hide Qtip manually. I searched for this and i came across below code which hides all qtips.

MYSQL Query Optimization – nLevel categories(Parent-Child,recursive) with single query

I was working on site optimization for one of my client. My client wants to reduce the loading time of the page and i found that most of the time is taken by database queries. At many places i need to fire mulitple queries like parent child relation.

How to include multiple javascript files in Zend Framework

If you are working with javascript files and using Zend Framework than you must be aware with how to include javascript files in view files ? Look at below syntax to include more than one javascript files. If you write individual statement for each file than it will include first file 2 times and so on.

Interacting with HTML form data in Zend Framework

As i mention in my previous post, i am working with Zend Framework from scratch. I like to share small small tips which are helpful to you guys. If you are working with forms and need to check that the form is submitted or not ? and if form is submitted than Retrieve the form data and process it.

Create multiple select box without javascript

For Creating multiple select box without javascript, follow the below steps.

POP3/IMAP Email with attachment-Read & Forwarding with PHP

Do you know how we can read, forward or transfer the POP3/IMAP email to another email address ? I came across this situation. I need to read the email from one account and need to forward that mail to another email account.

Change/Disable the default layout/Set layout in Zend Framework

I have started working on Zend Framework just before couple of days. Zend Framework is MVC based and easier to work with. The power of any Framework is its core library, Zend Frameword also have a wide range of functions in its core library which makes most of the programming task easier.