About The Author
Aaron Jorbin is a Washington, DC based Web Developer who builds and manages custom websites, applications, and WordPress plugins. He strives to always build high quality experiences for all users of web applications.
He also writes and shares information about the past, his random opinions, and personal adventures.
-
Recently…
Recent Comments
Tag Archives: php
More Twitter Shortcodes for WordPress
Building on my WordPress Shortcode How To, here are two more Twitter shortcodes. I’ve also added a new project on google code to track all of my shortcodes. The first new shortcode is for twitter search. It’s logically enough Like … Continue reading
Commit: The Story of Writing a WordPress Patch
Hanging out in the #WordPress irc channel or on the wp-hackers mailing list, a question that comes up from time to time is “How do I get a bug patched”. I recently had a patch committed, so I thought I … Continue reading
WordPress External Cron Plugin
There are plenty of scripts out there that require you to request a page on a daily basis to perform certain tasks. Normally you can accomplish this by setting up a simple cron. And on a good host, that’s easy. … Continue reading
Posted in Code, Programming, WordPress
Tagged Cron, php, Settings API, WordPress, WP_Http
9 Comments
WordPress Shortcodes – A how to by example
I love the WordPress shortcode api. I’m willing to stand on a roof and scream it. It makes so many aspects of developing a WordPress site so much easier. It allows you to add dynamic information to any post, page, … Continue reading
You Better Know the Basics
When you first start working with WordPress, you need to know that there are five languages you could be interacting with. You don’t need to be an expert at any of them (and in fact can want make amazing sites knowing none … Continue reading