“WP Easy Backup” is a WordPress plugin that will create a database dump and zip all your media, theme and plugin files.
February 1st, 2012
WP Easy Backup – Save all your custom files and database in one click
8 Comments, Plugins, by Joakim Ling.July 28th, 2011
Create a custom AJAX action with JSON response to your WordPress plugin
10 Comments, Plugins, by Joakim Ling.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.