<?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>Tue, 21 May 2013 18:15:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NETTUTS.com: Using htaccess Files for Pretty URLS]]></title>
      <guid>http://www.phpdeveloper.org/news/12976</guid>
      <link>http://www.phpdeveloper.org/news/12976</link>
      <description><![CDATA[<p>
NETTTUS.com has <a href="http://net.tutsplus.com/tutorials/other/using-htaccess-files-for-pretty-urls/">a new tutorial</a> that talks about "pretty URLs" and how you can make them happen on your site by combining a bit of htaccess/mod_rewrite magic with PHP.
</p>
<blockquote>
While some claim pretty URLs help in search engine rankings, the debate here is fierce, we can all agree that pretty URLs make things easier for our users and adds a level of professionalism and polish to any web application. 
</blockquote>
<p>
To illustrate how it works, they create a simple URL shortening site, showing the difference between the two different methods (htaccess in Apache and PHP's URL handling) along the way. The application's pretty simple - store a URL in a MySQL database to be accessed via a special hash coming from the URL.
</p>]]></description>
      <pubDate>Fri, 31 Jul 2009 13:06:08 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Vinu Thomas' Blog: Replace print_r and var_dump with Krumo]]></title>
      <guid>http://www.phpdeveloper.org/news/9943</guid>
      <link>http://www.phpdeveloper.org/news/9943</link>
      <description><![CDATA[<p>
<i>Vinu Thomas</i> has <a href="http://blogs.vinuthomas.com/2008/04/07/replace-print_r-and-var_dump-with-krumo/">proposed a replacement</a> for the usual var_dump or print_r sort of debugging developers tend to do - <a href="http://krumo.sourceforge.net/">Krumo</a>.
</p>
<blockquote>
To put it simply, Krumo is a replacement for print_r() and var_dump(). By definition Krumo is a debugging tool (now for PHP5 only), which displays structured information about any PHP variable [...] it does the same job, but it presents the information beautified using CSS and DHTML.
</blockquote>
<p>
It also supports output of other data in a "pretty format" like backtraces, included files and a listing of all constants. You can check out a demo of it in action <a href="http://kaloyan.info/krumo/demo/index.php">here</a>.
</p>]]></description>
      <pubDate>Wed, 09 Apr 2008 14:44:31 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint PHP Blog: Pretty Blue Screen]]></title>
      <guid>http://www.phpdeveloper.org/news/5110</guid>
      <link>http://www.phpdeveloper.org/news/5110</link>
      <description><![CDATA[On the SitePoint blog today, <i>Harry Fuecks</i> <a href="http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/">shares some code</a> he's worked up to create a "pretty exception" method for the Zend Framework.
<p>
<quote>
<i>
Been playing around with Zend's framework some more and finally got annoyed enough about how exceptions are displayed to do something about it.
<p>
The code at the bottom of this post just needs including somewhere and enables a "pretty" exception handler-it's not specific to Zend's framework.
<p>
The idea is not original-it's PHP port from <a href="http://webpy.org/">webpy</a> which used code from <a href="http://www.djangoproject.com/">Django</a> - imitation and flattery.
</i>
</quote>
<p>
The <a href="http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/">post</a> includes several images of the output, showing the standard screen and examples of an various options expanded in different situations. The code is provided for you to simply cut and paste into your editor of choice.]]></description>
      <pubDate>Wed, 05 Apr 2006 07:32:15 -0500</pubDate>
    </item>
  </channel>
</rss>
