How To Make HTTP Requests with WordPress

Making HTTP requests in PHP is not difficult, and a variety of methods exists: using fopen(), using cURL extension, using file streams with fsockopen() and fwrite() for instance. The problem is: depending on server setup, this might or might not work on another server. The good new is: once again, WordPress has a no-brainer API that makes it dead easy…

Watering the WordPress Planet

Mostly thanks to a reminder from WP Tavern's Jeffro, I've done some much needed maintenance on Planet WordPress (if you don't know it, this is another "planet", just like the official WordPress › Planet, that I've been running for 4 years now) (if you don't know it, doh, dude, siriuzly, subscribe to it, it's wicked) So, I've removed a bunch…