<?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>Sun, 06 Jul 2008 17:09:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Hacking Wordpress When You've Forgotten Your Password]]></title>
      <guid>http://www.phpdeveloper.org/news/10248</guid>
      <link>http://www.phpdeveloper.org/news/10248</link>
      <description><![CDATA[<p>
The Developer Tutorials blog has <a href="http://www.developertutorials.com/blog/wordpress-blog/hacking-wordpress-when-youve-forgotten-your-password-177/">an article</a> posted today about how you can "hack" your WordPress installation if you happen to forget the password for your account:
</p>
<blockquote>
Do you have multiple Wordpress self-hosted blogs? If so, you've likely run into a scenario where you just can’t remember your password. With Wordpress 2.5 and 2.5.1 there’s an annoying bug that sometimes generates passwords that don't work when you click the "Forgot Password" option. [...] Wordpress resets the password internally (in the MySQL database) but the link that it sent you to activate that password fails to connect with the database effectively locking you out of your blog. In this scenario, at least for me, all the potentially viable solutions lead to dead ends.
</blockquote>
<p>
His <a href="http://www.developertutorials.com/blog/wordpress-blog/hacking-wordpress-when-youve-forgotten-your-password-177/">six step process</a> involves <a href="http://www.village-idiot.org/archives/2007/05/22/wp-emergency-password-recovery/">an external script</a> (use with caution, especially before you read the source) that reaches into your WordPress install and updates your admin account and sends out an email with the resulting password.
</p>]]></description>
      <pubDate>Thu, 22 May 2008 12:58:57 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint PHP Blog: Useful in-browser development tools for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10172</guid>
      <link>http://www.phpdeveloper.org/news/10172</link>
      <description><![CDATA[<p>
<a href="http://www.sitepoint.com/blogs/2008/05/13/useful-in-browser-development-tools-for-php/">This new post</a> from <i>Troels Knak-Nielsen</i> on the SitePoint PHP blog shares a few helpful in-browser development tools that could come in handy in your day to day coding.
</p>
<blockquote>
While debuggers exists, there isn't much of a tradition for using them in PHP. People have largely come to rely on injecting debugging code directly into the program, for inspecting program scope.
</blockquote>
<p>
Tools mentioned include traceers and error handlers (like XDebug), some debugging parts of the popular PHP frameworks and the set of *cachegrind tools to help you parse the output of XDebug for profiling your application.
</p>]]></description>
      <pubDate>Tue, 13 May 2008 11:14:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Eirik Hoem's Blog: Handy online regex tool for PHP, Perl, JS and Python]]></title>
      <guid>http://www.phpdeveloper.org/news/10121</guid>
      <link>http://www.phpdeveloper.org/news/10121</link>
      <description><![CDATA[<p>
<i>Eirik Hoem</i> has <a href="http://blog.eirikhoem.net/index.php/2008/04/29/handy-online-regex-tool-for-php-perl-js-and-python/">pointed out</a> an online tool a coworker shared with him to work with regular expressions for multiple languages.
</p>
<blockquote>
A coworker of mine has been working on a ajax enabled regex tool which lets you evaluate regex expressions in several languages (including PHP PCRE and PHP POSIX) with instant results.
</blockquote>
<p>
<a href="http://regex.larsolavtorvik.com/">The tool</a> lets you put in the string you want to match again and the pattern you want to match with. The results are automatically populated below it, making it easy to fine-tune your expression to only what you want.
</p>]]></description>
      <pubDate>Tue, 06 May 2008 12:09:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Subversion for the Example Zend Framework Blog Tutorial Series]]></title>
      <guid>http://www.phpdeveloper.org/news/10039</guid>
      <link>http://www.phpdeveloper.org/news/10039</link>
      <description><![CDATA[<p>
Continuing in his series looking at the construction of a blogging application with the Zend Framework, <i>Padraic Brady</i> has posted <a href="http://blog.astrumfutura.com/archives/354-Subversion-for-the-Example-Zend-Framework-Blog-Tutorial-Series.html">a quick new item</a> pointing out the subversion repository for the project if you'd like to follow along:
</p>
<blockquote>
You should all see a few commits commencing at the weekend. Probably all in one go since I largely have a standard skeleton I use already. [The URL is] <a href="http://svn.astrumfutura.org/zfblog/">http://svn.astrumfutura.org/zfblog/</a>.
</blockquote>
<p>
He's working live on it so things might break from time to time, but at least you can keep up with his thoughts and ideas on methods for some of the common blogging tasks.
</p>
<p>
You can find the first two parts of the series here - <a href="http://www.phpdeveloper.org/news/10016">Part 1</a> and <a href="http://www.phpdeveloper.org/news/10030">Part 2</a>
</p>]]></description>
      <pubDate>Fri, 25 Apr 2008 08:48:31 -0500</pubDate>
    </item>
  </channel>
</rss>
