<?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, 25 May 2013 15:18:53 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Web Development Blog: How-to show popular posts on your WordPress blog?]]></title>
      <guid>http://www.phpdeveloper.org/news/15445</guid>
      <link>http://www.phpdeveloper.org/news/15445</link>
      <description><![CDATA[<p>
On the Web Development Blog there's <a href="http://www.web-development-blog.com/archives/how-to-show-popular-posts-on-your-wordpress-blog/">a recent post</a> that shows you how to, with a simple bit of code, pull out the most popular posts to your <a href="http://wordpress.org">WordPress</a> blog.
</p>
<blockquote>
Since I'm using WordPress.com Stats, I would like to use the rankings generated by this service or plugin. Searching Google, I found some widget called "<a href="http://pepijndevos.nl/2010/02/wordpress-com-stats-top-posts-widget">WordPress.com Stats: Top Posts Widget</a>" which works out of the box (if like to use a widget). In my case I have a custom sidebar with different custom sections using custom code. The following example explains how-to use that code on your website.
</blockquote>
<p>
WordPress, by default, doesn't track any statistic information about the posts on your site, so you'll need something like the <a href="http://wordpress.org/extend/plugins/stats/">WordPress Stats plugin</a> to get that part working. Once that's there, you can use his code to pull out the posts from the last few days (configurable) and show the most popular of the list.
</p>]]></description>
      <pubDate>Wed, 17 Nov 2010 10:37:13 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Royal Pingdom: What the Web's most popular sites are running on]]></title>
      <guid>http://www.phpdeveloper.org/news/7381</guid>
      <link>http://www.phpdeveloper.org/news/7381</link>
      <description><![CDATA[<p>
As mentioned by the <a href="http://devzone.zend.com/node/view/id/1750">Zend Developer Zone</a>, the Royal Pingdom website has recently posted <a href="http://royal.pingdom.com/?p=95">their look</a> at what the most popular websites on the internet are running. There aren't many surprises in the list, but we'll save those for later. First, a quote:
</p>
<blockquote>
<a href="http://www.techcrunch.com/">TechCrunch</a>, <a href="http://www.feedburner.com/">FeedBurner</a>, <a href="http://www.istockphoto.com/">iStockPhoto</a>, <a href="http://www.yousendit.com/">YouSendIt</a>, <a href="http://www.meebo.com/">Meebo</a>, <a href="http://www.vimeo.com/">Vimeo</a> and <a href="http://www.alexaholic.com/">Alexaholic</a>. These are some of the most popular websites on the Internet. You have heard about them, you have read about them and you have most likely used or visited at least one of them. But how often have you read about what these websites are actually running on? This article dives into the facts and figures about the underlying hardware and software that keep these sites running smoothly in spite of their massive popularity.
</blockquote>
<p>
As mentioned, there's no real surprises in the list - Linux still tops out on the server popularity, Apache and MySQL dominate their fields and, according to <a href="http://www.php.net/usage.php">the numbers</a>, PHP is still on top in the web world. Of course, there are some that these software just won't meet the needs of, so he mentions those too - Meebo with Lighttpd, Alexaholic with IIS and SQL Server, and TechCrunch/FeedBurner with Java and Tomcat.
</p>
<p>
Check out <a href="http://royal.pingdom.com/royalfiles/0702_infrastructure_matrix.pdf">this PDF report</a> for the full results of their survey.
</p>]]></description>
      <pubDate>Mon, 05 Mar 2007 11:33:00 -0600</pubDate>
    </item>
  </channel>
</rss>
