<?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>Sat, 22 Nov 2008 03:35:38 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Learn regular expressions in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10085</guid>
      <link>http://www.phpdeveloper.org/news/10085</link>
      <description><![CDATA[<p>
On the Developer Tutorials blog, <i>Akash Mehta</i> <a href="http://www.developertutorials.com/blog/php/learn-regular-expressions-in-php-152/">offers some suggestions</a> of resources and methods for learning how to use regular expressions in your PHP applications.
</p>
<blockquote>
When it comes to quickly dealing with large blocks of data, batch processing operations or screen scraping, regular expressions are often the most effective solution. There's just one problem, though - learning them can be as hard as learning a new language altogether. Here's how to get off to a flying start.
</blockquote>
<p>
He points you first in the direction of the preg_* functions then towards a few examples (like with mod_rewrite) and tools to help you understand how things match, like the regex tested extension for firefox and the regular expression <a href="http://www.ilovejackdaniels.com/regular_expressions_cheat_sheet.png">cheat sheet</a> on ILoveJackDaniels.com.
</p>]]></description>
      <pubDate>Thu, 01 May 2008 08:48:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[TechTarget.com: Our Favorite Cheat Sheets]]></title>
      <guid>http://www.phpdeveloper.org/news/8045</guid>
      <link>http://www.phpdeveloper.org/news/8045</link>
      <description><![CDATA[<p>
Via <a href="http://lifehacker.com/software/shortcuts/a-cheat-sheet-of-cheat-sheets-268305.php">Lifehacker</a> today, there's a link to <a href="http://whatis.techtarget.com/definition/0,289893,sid9_gci826135,00.html">a huge list</a> of cheat sheets on just about any topics you can think of, both web-related and not.
</p>
<p>
Included in the list are several PHP-related ones, including:
</p>
<ul>
<li><a href="http://www.ilovejackdaniels.com/php_cheat_sheet.pdf">the Ilovejackdaniels.com PHP cheat sheet</a>
<li><a href="http://www.phpguru.org/downloads/PCRECheatSheet/PHPPCRECheatSheet.pdf">the PCRE cheat sheet</a> for PHP from phpguru.org
<li><a href="http://www.somewherein.net/blog/?p=326">PHP Template Designers</a>
<li>the symfony project's <a href="http://www.symfony-project.com/weblog/2006/04/25/admin-generator-cheat-sheet.html">guide to the framework admin generator</a>
</ul>
<p>
There's tons more where that came from including lots of other web-related ones for CSS, HTML, Javascript and the like. Check out <a href="http://whatis.techtarget.com/definition/0,289893,sid9_gci826135,00.html">this page</a> on techtarget.com for the full listing.
</p>]]></description>
      <pubDate>Thu, 14 Jun 2007 09:45:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[John Cox's Blog:  IIS / Apache $_SERVER Comparison (cheatsheet)]]></title>
      <guid>http://www.phpdeveloper.org/news/4265</guid>
      <link>http://www.phpdeveloper.org/news/4265</link>
      <description><![CDATA[With the obvious differences that come with using two different OSes, there are some that are a bit more subtle - like the values in PHP of $_SERVER between IIS and Apache. <i>John Cox</i> tackles this in <a href="http://wyome.com/index.php?module=articles&func=display&ptid=10&aid=472">this latest post</a> on his blog.
<p>
<quote>
<i>
I think one of the most frustrating things about web development is designing applications for multiple platforms. Whether my frustrations lie with developing applications for multiple PHP versions with multiple cache systems or designing CSS for multiple browsers, nothing is more frustrating than having applications work on multiple server software. That is why I absolutely love every cheat sheet that I can run across for these situations.
</i>
</quote>
<p>
<a href="http://koivi.com/apache-iis-php-server-array.php">This cheatsheet</a> lists just about every $_SERVER value I can think of and where its supported (between Apache, Apache SSL, IIS, and IIS SSL). They've also marked the ones in bold that are availible consistently across all of the setups...]]></description>
      <pubDate>Wed, 09 Nov 2005 06:22:51 -0600</pubDate>
    </item>
  </channel>
</rss>
