<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 16:20:51 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[WebReferece.com: How to Use the HTTP Protocol]]></title>
      <guid>http://www.phpdeveloper.org/news/5414</guid>
      <link>http://www.phpdeveloper.org/news/5414</link>
      <description><![CDATA[<p>
It's one of the most base aspects of the internet and helps to connect users to the resources they're searching for, but it's surprising how many developers out there don't know how to work with it directly. WebReference.com is here to help with that in their <a href="http://www.webreference.com/programming/protocol/index.html">new tutorial</a> looking at the basics of the HTTP protocol.
</p>
<p>
The article is actually an excerpt from the Sams book "Teach Yourself Ajax in Ten Minutes", but it's one of the better overviews that I've seen. It <a href="http://www.webreference.com/programming/protocol/index.html">introduces</a> what HTTP is and some of the base components (request, response, formats, etc). There are brief code examples along the way to help with formats of things like the headers sent back and forth.
</p>
<p>
They move on to the status codes that can be returned and what each means. With the basic knowledge of a message format under your belt, they get into an example - working with GET and POST requests via a simple form (and what it's sending).
</p>]]></description>
      <pubDate>Mon, 22 May 2006 06:09:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint PHP Blog: PHP to the Rescue!]]></title>
      <guid>http://www.phpdeveloper.org/news/5276</guid>
      <link>http://www.phpdeveloper.org/news/5276</link>
      <description><![CDATA[<p>
In his latest post on the SitePoint PHP Blog, <i>Harry Fuecks</i> <a href="http://www.sitepoint.com/blogs/2006/04/30/php-to-the-rescue/">has linked</a> to a rather long <a href="http://damienkatz.net/2006/04/error_code_vs_e.html">look at error codes and exceptions</a> in PHP, courtesy on <i>Damien Katz</i>.
</p>
<quote>
<i>
<p>
If you're looking for a thoughtful Saturday read, you won't go far wrong with <a href="http://damienkatz.net/2006/04/error_code_vs_e.html">Error codes or Exceptions? Why is Reliable Software so Hard?</a> by <a href="http://damienkatz.net/">Damien Katz</a>, which is worth it just for the visual interludes.
</p>
<p>
In fact it's less about error codes / exceptions and more about what you do when something does go wrong-how to you "bail out" of the mess you're in?
</p>
</i>
</quote>
<p>
There's a few different error handling types that <i>Damien</i> <a href="http://damienkatz.net/2006/04/error_code_vs_e.html">mentions</a>
</p>, including the "Get the Hell Out of Dodge" Error Handling, "Reverse the Flow of Time" Error Handling, and "Plan B" Error Handling as well as some suggestions to help you and your code cope.]]></description>
      <pubDate>Mon, 01 May 2006 07:34:45 -0500</pubDate>
    </item>
  </channel>
</rss>
