<?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>Thu, 22 May 2008 15:22:13 -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[Michael Kimsal's Blog: Joe Stump @ MySQL]]></title>
      <guid>http://www.phpdeveloper.org/news/9997</guid>
      <link>http://www.phpdeveloper.org/news/9997</link>
      <description><![CDATA[<p>
On his blog, <i>Michael Kimsal</i> <a href="http://michaelkimsal.com/blog/joe-stump-mysql/">talks about</a> a presentation he sat in on at this year's <a href="http://www.mysqlconf.com/">MySQL Conference</a> given by <i>Joe Stump</i> from Digg.com:
</p>
<blockquote>
One key thing he's repeating is using a service layer to access data asynchronously.  His advice right now is to group data requests at the top of a user request, do them asynchronously, and then use the data in the rendering when it comes back. 
</blockquote>
<p>
They've <a href="http://pear.php.net/package/Services_Digg/">published a PEAR package</a> as an example of this asynchronous method that interfaces with Digg's API (http://services.digg.com). You can read more about the subject of his talk on <a href="http://en.oreilly.com/mysql2008/public/schedule/detail/468">the MySQL Conference website</a>.
</p>]]></description>
      <pubDate>Fri, 18 Apr 2008 12:09:57 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Digg Clone: Start your own Digg in five minutes flat with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9922</guid>
      <link>http://www.phpdeveloper.org/news/9922</link>
      <description><![CDATA[<p>
Ever through about starting up your own custom version of a <a href="http://www.digg.com">Digg</a>-sort of site? Well, check out <a href="http://www.developertutorials.com/blog/php/digg-clone-php-mysql-digg-quickly-108/">this new tutorial</a> from the Developer Tutorials blog showing how to start it in "five minutes flat".
</p>
<blockquote>
So, you want to start your own Digg or Reddit? Look no further. With PHP and MySQL, you can create your own Digg site in just five minutes. All you need is a PHP web server and MySQL database server; follow these instructions and you'll be up and running in time.
</blockquote>
<p>
They use the <a href="http://www.developertutorials.com/blog/wp-content/uploads/2008/04/pligg_beta_990.zip">Pligg</a> software to do all of the hard work and describe its installation, configuration and use - simple and easy. You can find out more about Pligg on <a href="http://pligg.com/">its website</a>.
</p>]]></description>
      <pubDate>Mon, 07 Apr 2008 10:25:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[True Hacker! Blog: Digg style clean URLs with PHP and Apache]]></title>
      <guid>http://www.phpdeveloper.org/news/6790</guid>
      <link>http://www.phpdeveloper.org/news/6790</link>
      <description><![CDATA[<p>
The 'true hacker!' blog has <a href="http://truehacker.blogspot.com/2006/11/digg-style-clean-urls-with-php-and.html">a new post</a> today that gives you a quick four step process for creating some clean, Digg-style URLs for your site with some simple Apache configuration changes (mod_rewrite).
</p>
<blockquote>
You might have noticed that Digg has a cool way of maintaining clean URLs. Digg actually uses LAMP - Linux/Apache/MySQL/PHP. But where are the .php extensions? The answer is here. 4 steps to implement your own Digg style clean URLs.
</blockquote>
<p>
<a href="http://truehacker.blogspot.com/2006/11/digg-style-clean-urls-with-php-and.html">His method</a> turns on Apache's rewrite engine (you do have mod_rewrite enabled, don't you?) and adds a rule to push all of the requests to two default PHP files. There's also a ForceType method that can be used to achieve the same effect. One .htaccess file later, you're in business and the PHP script only needs to access the $_SERVER['REQUEST_URI'] value to get the parameters.
</p>]]></description>
      <pubDate>Wed, 29 Nov 2006 09:57:00 -0600</pubDate>
    </item>
  </channel>
</rss>
