Ultimate Web Tips

your Wordpress, jQuery, PHP, MySQL, Linux and CSS guide to a successful website
Read more:
Archive for the ‘Plugins’ Category

“WP Easy Backup” is a WordPress plugin that will create a database dump and zip all your media, theme and plugin files.

When creating plugins nowadays it’s very common that you want to use AJAX functions to get a better user experience. WordPress has built-in support in admin that can be used on your plugins. However sometimes you need very specific requests to get the result you need. This tutorial will show you the key methods you need to apply to create your own custom AJAX hook.

One of the main updates in WordPress 2.8 is the new Widget API. It now allows multiple use of eash widget and is fully object oriented. Each widget must be inherited from the class WP_Widget which provides the functionality. The clsss WP_Widget_Factory is responsible for registration and instantiation.