custom headers

Justin Tadlock's Blog: Looking forward to WordPress 3.0

PHPDeveloper.org  Thu, 03/25/2010 - 12:22

In a recent post Justin Tadlock takes a look ahead and talks about the upcoming WordPress 3.0 version and some of what will come with it.


 

Patron: A Simpler Ruby HTTP Client for Ruby

Ruby Inside  Fri, 07/17/2009 - 16:55

Phillip TolandUntil recently, I had been using the Curb library for making HTTP requests with Ruby, and I must say I was fairly happy with it. Phillip Toland, on the other hand, wasn't satisfied with Curb's API and the fact that it is tricky to modify (being implemented mainly in C).


 

Ask About PHP: PHP Basics: Accessing Remote URLs using cURL

PHPDeveloper.org  Mon, 06/22/2009 - 11:06

In this new post to the Ask About PHP blog they take a look at one of the basics of using PHP - fetching the data from a remote URL via the cURL extension.