Archive by Author

Originally posted on WordPress.com News:
We are happy to announce our new REST Application Programming Interface (API) that lets developers explore, interact, and create great new content with the vast community of sites on the WordPress.com network and, in the near future, Jetpack-enabled sites. The API gives developers access to posts and comments, as…

Continue reading

Filter arrays of data by any field in the array/objects

I frequently need to grab a subset of data from an array. I just stumbled over the FilterIterator which provides a nice interface to do just this. Based on this class here is a implementation which lets you perform basic filtering. Here is an example: And here is the class that makes it happen.

Continue reading

Minimalistic progress bar for CLI based PHP scripts

I’m doing some CLI scripting here and there and as I’m still on the way to implement it the right way using a framework like wpcli, wpshell or the like for my scripts I sometimes like to put a little progress bar in my scripts to see how things are going and how much longer […]

Continue reading

Updated documentation and Coda Syntax mode to WordPress 3.3 “Sonny”

The latest and greatest WordPress 3.3, codename “Sonny” is ready for download. Apart of all the little tweaks and fixes there are also a bunch of very useful feature coming along with this version: Experienced users will appreciate the new drag-and-drop uploader, hover menus for the navigation, the new toolbar, improved co-editing support, and the […]

Continue reading

Hitchhackerguide WordPress lookup API now also returns PHP documentation

Our lookup API can now also be used to search for the documentation of PHP functions. This is very helpful if you use our function lookup as a book in Coda or as documentation inother IDE. Please check out this post for instructions on how to set it up or visit http://lookup.hitchhackerguide.com

Continue reading