WordPress Plugins and AJAX
The last couple of days I’ve been doing a ton of AJAX programming on some WordPress plugins. Wordpress actually does have one very handy AJAX feature that makes using AJAX just a little easier. I also use jQuery because it’s really nice for a lot of things including AJAX work. AJAX is a great technology, and [...]
AJAX WordPress Spectacular
I just finished my first AJAX enabled plugin for a WordPress blog. I’ll write more about it later, but I used jQuery and it worked out great. I learned about some great things today. wp_enqueue_script and wp_enqueue_style These are two awesome functions to get your plugin scripts and styles included in the right order taking into account [...]