<?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>Mon, 05 Jan 2009 19:36:36 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[SitePoint PHP Blog: The Joy of Regular Expressions [1]]]></title>
      <guid>http://www.phpdeveloper.org/news/6356</guid>
      <link>http://www.phpdeveloper.org/news/6356</link>
      <description><![CDATA[<p>
Sometimes, it's just not enough to sit and try to teach theory about something in programming - it's better to just jump right in and take things as they come. That's what <i>Harry Fuecks</i> thinks, at least in his <a href="http://www.sitepoint.com/blogs/2006/09/26/the-joy-of-regular-expressions-1/">latest post</a> on the SitePoint PHP Blog - a look at the "Joy of Regular Expressions".
</p>
<p>
He does go over a bit of the theory and why they are so invaluable, but it's a short section before he gets to the heart of the article - working with regular expressions for:
<ul>
<li>positive matching
<li>matching all instances in a given string
<li>finding an exact match
<li>matching the start of a string
<li>validation of the contents of a string
<li>checking the length of a string
</ul>
There's <a href="http://www.sitepoint.com/blogs/2006/09/26/the-joy-of-regular-expressions-1/">simple examples</a> included for each of the items to help you get an idea of how they'd work.
</p>]]></description>
      <pubDate>Tue, 26 Sep 2006 08:02:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Tobias Schlitt's Blog: Comfortable PHP editing with VIM -5-]]></title>
      <guid>http://www.phpdeveloper.org/news/6117</guid>
      <link>http://www.phpdeveloper.org/news/6117</link>
      <description><![CDATA[<p>
<i>Tobias Schlitt</i> has picked by up his "comfortable PHP editing in VIM" series today with <a href="http://schlitt.info/applications/blog/index.php?/archives/488-Comfortable-PHP-editing-with-VIM-5.html">this lengthy post</a> with loads of helpful VIM tips to share with PHP developers everywhere.
</p>
<blockquote>
More than a half year after my last "<a href="http://schlitt.info/applications/blog/index.php?/archives/372-Comfortable-PHP-editing-with-VIM-4.html">Comfortable PHP editing with VIM</a>" post, I take up this series again, although I decided to let it die in January. Sadly I did not find any time by now, to extend <a href="http://vim.org/scripts/script.php?script_id=1355">PDV</a> (the PHP Documentor for VIM plugin) further than it's version 1.0.1, which is available through <a href="http://vim.org">vim.org</a> and on my <a href="http://svn.toby.phpugdo.de/PDV/">SVN</a>. Anyway, I collected a lot of (at least for me) helpful VIM tips, which I'd like to share here
</blockquote>
<p>
<a href="http://schlitt.info/applications/blog/index.php?/archives/488-Comfortable-PHP-editing-with-VIM-5.html">The post</a> contains tons of tips on subjects such as:
<ul>
<li>Find matching brace
<li>Indenting and unindeting
<li>Emergency help
<li>Macros
</ul>
and many more. For each subject, there's an explaination of a situation you might need it in and, of course, the tip itself. He also links to the earlier parts of the series (one through four) for those wanting to catch up.
</p>]]></description>
      <pubDate>Wed, 23 Aug 2006 09:55:06 -0500</pubDate>
    </item>
  </channel>
</rss>
