<?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, 16 May 2008 20:04:19 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Five Wordpress Tips for Power Users]]></title>
      <guid>http://www.phpdeveloper.org/news/10127</guid>
      <link>http://www.phpdeveloper.org/news/10127</link>
      <description><![CDATA[<p>
On the Developer Tutorials Blog today, there's a <a href="http://www.developertutorials.com/blog/general/five-wordpress-tips-for-power-users-166/">new post</a> aimed at WordPress users to help them on the path to becoming "power users" with five tips.
</p>
<blockquote>
If you're a wordpress power user, you'll inevitably have some questions about how you can improve your blog or add new features. Here are five tips that will make life easier for people wanting to maximize their use of Wordpress.
</blockquote>
<p>
<a href="http://www.developertutorials.com/blog/general/five-wordpress-tips-for-power-users-166/">The list</a> is:
</p>
<ul>
<li>Quickly Find Page/Post ID
<li>Custom Front Page
<li>Password Protect Wordpress
<li>Protect from the 'Digg Efect' with HTML
<li>Stop Hackers
</ul>
<p>
Each of them with their own explanations (and links to other resources detailing how they're done).
</p>]]></description>
      <pubDate>Wed, 07 May 2008 07:57:58 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: Book Review: The PHP Anthology: 101 Essential Tips]]></title>
      <guid>http://www.phpdeveloper.org/news/9981</guid>
      <link>http://www.phpdeveloper.org/news/9981</link>
      <description><![CDATA[<p>
The PHPClasses.org website has <a href="http://www.phpclasses.org/reviews/id/0975841998.html#review100">a new book review</a> of SitePoint's latest PHP-related release, "The PHP Anthology: 101 Essential Tips":
</p>
<blockquote>
As PHP developers, we commonly resort to browsing the Web for people with similar programming problems. Now that we have The PHP Anthology, why should we? While the book certainly does not cover everything, there is something for everyone, and even the few sections you find useful make it all worthwhile.
</blockquote>
<p>
He talks about the book's target audience, the quality of the examples it provides and some of his suggestions on how the book could have been even better.
</p>]]></description>
      <pubDate>Wed, 16 Apr 2008 23:19:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Arnold Daniels' Blog: Improve performace: check your loops]]></title>
      <guid>http://www.phpdeveloper.org/news/9506</guid>
      <link>http://www.phpdeveloper.org/news/9506</link>
      <description><![CDATA[<p>
<i>Arnold Daniels</i> has <a href="http://blog.adaniels.nl/articles/improve-performace-check-your-loops/">a suggestion</a> for developers out there to help improve the performance of their applications - check your loops.
</p>
<blockquote>
So you have a script which is not performing the way you want to. The first thing you should do it try to find out what the problem is. There are some tools out there that can help you.
</blockquote>
<p>
He mentions the profiler in <a href="http://www.zend.com/en/products/studio/">Zend Studio</a> as well as the <a href="http://xdebug.org/docs/profiler">one in XDebug</a>. If you can't install those, however, he has another suggestion - <a href="http://www.firephp.org/">FirePHP</a> (a tool that can help time execution times in a simple and easy to include way.
</p>
<p>
With tools in hand, he offers a few suggestions as to what to check for and do in your applications:
</p>
<ul>
<li>Get the data ready before going into the loop
<li>Don't do things in the loop, you can also do outside it
<li>Use create_function to aid you
<li>Be careful with abstraction in loops
<li>Sometimes you can prevent loops altogether
<li>Last resort: write an extension
</ul>]]></description>
      <pubDate>Mon, 28 Jan 2008 12:14:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint: The PHP Anthology: 101 Essential Tips, Tricks & Hacks, 2nd Edition]]></title>
      <guid>http://www.phpdeveloper.org/news/8937</guid>
      <link>http://www.phpdeveloper.org/news/8937</link>
      <description><![CDATA[<p>
SitePoint publishing has released the <a href="http://www.sitepoint.com/books/phpant2/">Second Edition</a> of their popular PHP Anthology book - "101 Essential Tips, Tricks & Hacks":
</p>
<blockquote>
<p>
Enter, The PHP Anthology a book that proves that you don't need a computer science degree to take advantage of the powerful features of PHP 5. 
</p>
<p>
Save time, and eliminate the frustration of completing PHP tasks, with this comprehensive collection of ready-to-use solutions. If you're building web applications with PHP you'll never let this book out of your sight!
</p>
</blockquote>
<p>
Authors for <a href="http://www.sitepoint.com/books/phpant2/">this edition</a> are PHP notables <i>Ben Balbo</i>, <i>Harry Fuecks</i>, <i>Davey Shafik</i>, <i>Ligaya Turmelle</i> and <i>Matthew Weier O'Phinney</i>. The book covers a huge range of topics like using strings, dates and times, working with files, image manipulation and error handling.
</p>
<p>
Check out <a href="http://www.sitepoint.com/books/phpant2/">the book's main page</a> for a link to get a free sample of the content, too! You can order the book for either $49.90 USD (PDF and hard copy), $39.95 USD for just the hard copy or $29.95 USD for the PDF copy only.
</p>
<p>
Check out some blogs from the authors: <a href="http://weierophinney.net/matthew/archives/148-PHP-Anthology,-2nd-Edition-is-out.html">Matthew Weir O'Phinney</a>, <a href="http://pixelated-dreams.com/archives/325-Published!-part-2.html">Davey Shafik</a> and <a href="http://www.khankennels.com/blog/index.php/archives/2007/10/30/book-published/">Ligaya Turmelle</a>
</p>]]></description>
      <pubDate>Tue, 30 Oct 2007 13:24:17 -0500</pubDate>
    </item>
  </channel>
</rss>
