<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Jud Stephenson</title>
	<link>http://judstephenson.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 25 Feb 2010 03:59:58 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>CoreNetwork — Beautify CURL By Using PHP Objects</title>
		<description>We all know that using CURL in PHP is atrocious. Who wants their beautiful code to look like this:

$c = curl_init($cURL);
curl_setopt($c, CURLOPT_URL, "http://tockx.com/s.php");
curl_setopt($c, CURLOPT_HEADER, 1);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_POST, 1);
curl_setopt($c, CURLOPT_POSTFIELDS, $strParameters);
$strPage = curl_exec();
curl_close($c);


Plus, it just seems so repetitive. When you a guy like me, and your build a few RESTful ...</description>
		<link>http://judstephenson.com/2010/02/24/corenetwork-%e2%80%94-beautify-curl-by-using-php-objects/</link>
			</item>
</channel>
</rss>
