<?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>Wed, 23 May 2012 18:35:43 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[IBM developerWorks: Hook into Wikipedia information using PHP and the MediaWiki API]]></title>
      <guid>http://www.phpdeveloper.org/news/16732</guid>
      <link>http://www.phpdeveloper.org/news/16732</link>
      <description><![CDATA[<p>
On the IBM developerWorks site, there's a tutorial from <i>Vikram Vaswani</i> showing you how to <a href="http://www.ibm.com/developerworks/web/library/x-phpwikipedia/index.html?ca=drs-">connect to Wikipedia's API</a> in your PHP application. It shows how to fetch, search and update entries through their backend. The tutorial's a little bit older (from May 2011) but the content is still relevant.
</p>
<blockquote>
Wikipedia is the ultimate online encyclopedia, containing millions of entries on different aspects of human knowledge. Web application developers are able to access and search these entries through the Wikipedia API. This article introduces the Wikipedia API and demonstrates it in the context of a PHP application, explaining how to search and retrieve different elements of Wikipedia content with PHP.
</blockquote>
<p>
He starts with a general introduction to the API including example feed results and URL request formats. From there he moves into the code - a mostly Zend Framework-driven example that uses the REST client. He shows how to make requests for categories, full-text search, grabbing raw page content and adding/editing the content of pages.
</p>]]></description>
      <pubDate>Wed, 17 Aug 2011 12:16:25 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Packt Releases "MediaWiki Skins Design"]]></title>
      <guid>http://www.phpdeveloper.org/news/11256</guid>
      <link>http://www.phpdeveloper.org/news/11256</link>
      <description><![CDATA[<p>
Packt Publishing has made an announcement about a <a href="http://www.packtpub.com/mediawiki-skins-design/book">new book</a> that's just been released - "MediaWiki Skins Design" (by <i>Richard Carter</i>).
</p>
<p>From their release notes:</p>
<blockquote>
This book takes users through customizing their MediaWiki skin. It is full of practical examples of MediaWiki skinning techniques, and provides a clear explanation of how MediaWiki skinning works and the necessary template and CSS customizations required to completely alter MediaWiki's appearance.
</blockquote>
<p>
The book has appeal for both web developers and wiki administrators by helping them update the look and feel of their <a href="http://www.mediawiki.org/">MediaWiki</a> site. You can find more information on the book on <a href="http://www.packtpub.com/mediawiki-skins-design/book">its page</a> on the Packt Publishing website.
</p>]]></description>
      <pubDate>Tue, 21 Oct 2008 10:27:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPImpact Blog: 20 MediaWiki Extensions You Should Be Using]]></title>
      <guid>http://www.phpdeveloper.org/news/10258</guid>
      <link>http://www.phpdeveloper.org/news/10258</link>
      <description><![CDATA[<p>
If you're a MediaWiki user, the PHP::Impact blog has a list of <a href="http://phpimpact.wordpress.com/2008/03/08/20-mediawiki-extensions-you-should-be-using/">twenty extensions</a> you don't want to miss out on:
</p>
<blockquote>
MediaWiki is a great PHP-based Wiki application that is used to power many sites, including Wikipedia itself. One of MediaWiki strengths is how easy it is to extend with its plug-in architecture. The following is a list of 20 extensions that should make your life easier and save you a fair bit of time. 
</blockquote>
<p>Plugins included in the list are things like:</p>
<ul>
<li><a href="http://www.mediawiki.org/wiki/Extension:SimpleFeed">SimpleFeed</a>
<li><a href="http://www.mediawiki.org/wiki/Extension:Tasks_Extension">Tasks</a>
<li><a href="http://www.mediawiki.org/wiki/Extension:CheckUser">CheckUser</a>
<li><a href="http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi">SyntaxHighlight GeSHi</a>
</ul>
<p>
Check out <a href="http://phpimpact.wordpress.com/2008/03/08/20-mediawiki-extensions-you-should-be-using/">the full list</a> for more great plugins.
</p>]]></description>
      <pubDate>Fri, 23 May 2008 12:57:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sandro Groganz's Blog: Useful Extensions for WordPress and MediaWiki]]></title>
      <guid>http://www.phpdeveloper.org/news/6987</guid>
      <link>http://www.phpdeveloper.org/news/6987</link>
      <description><![CDATA[<p>
In his <a href="http://sandro.groganz.com/weblog/2006/12/27/useful-extensions-for-wordpress-and-mediawiki/">latest blog post</a>, <i>Sandro Groganz</i> shares some of his finds for useful extensions for WordPress and the MediaWiki platforms.
</p>
<p>
His list consists of:
<ul>
<li><a href="http://www.neato.co.nz/ultimate-tag-warrior/">Ultimate Tag Warrior</a>
<li><a href="http://www.village-idiot.org/archives/2006/09/04/wp-leftycats/">WP-Leftycats</a>
<li><a href="http://www.mediawiki.org/wiki/Extension:Google_Maps">GoogleMaps</a>
<li><a href="http://meta.wikimedia.org/wiki/XFeed_-_RSS_Feed_Aggregator">XFeed</a>
</ul>
He describes each of them briefly, giving contact information or examples for some.
</p>]]></description>
      <pubDate>Thu, 28 Dec 2006 13:06:33 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[P&aacute;draic Brady's Blog: Patterns for PHP: New Online Design Pattern Resource]]></title>
      <guid>http://www.phpdeveloper.org/news/5822</guid>
      <link>http://www.phpdeveloper.org/news/5822</link>
      <description><![CDATA[<p>
With a bit more formal announcement, <i>P&aacute;draic Brady</i> has posted <a href="http://blog.quantum-star.com/index.php?/archives/226-Patterns-for-PHP-New-Online-Design-Pattern-Resource.html">these details</a> about the resource he's working up, the <a href="http://www.patternsforphp.com">Patterns for PHP</a> site.
</p>
<blockquote>
<p>
Patterns For PHP is a new project to write and catalogue Design Pattern descriptions and tutorials for PHP programmers. The website is intended as an (advertisement free) online resource for Design Patterns with a focus on PHP implementations.
</p>
<p>
It is our intention to allow the public edit and contribute freely to its content under the GNU Free Documentation License. Contributions may include Design Pattern descriptions and tutorials, articles demonstrating their use in varying scenarios, contributions on Design Pattern and OOP principles (since these are always applicable), and whatever else a contributor believes would improve the resource.
</p>
</blockquote>
<p>
He <a href="http://blog.quantum-star.com/index.php?/archives/226-Patterns-for-PHP-New-Online-Design-Pattern-Resource.html">also talks about</a> the admin team (himself and 'Ambush Commander') and regular contributors have already started to come in. They've already (in the two weeks they've been live) moved over to a MediaWiki environment and added information for the Singleton, Registry, Factory, Abstract Factory, Strategy, and Composite patterns.
</p>
<p>
They also want to remind everyone out there, no matter the skill level, that they can contribute their knowledge to <a href="http://www.patternsforphp.com">the wiki</a> and help the community built another great patterns resource.
</p>]]></description>
      <pubDate>Wed, 19 Jul 2006 05:43:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[P&aacute;draic Brady's Blog: Patterns for PHP: An Update]]></title>
      <guid>http://www.phpdeveloper.org/news/5747</guid>
      <link>http://www.phpdeveloper.org/news/5747</link>
      <description><![CDATA[<p>
On <i>P&aacute;draic Brady</i>'s blog, he <a href="http://blog.quantum-star.com/index.php?/archives/224-Patterns-For-PHP-An-update.html">gives an update</a> on his "Patterns for PHP" project he's been working up. He's made the move from DocuWiki to MediaWiki for the structure of the site.
</p>
<blockquote>
<p>
As part of the migration, I grabbed a very lightweight theme and implemented my own changes to spruce it up and patch some small errors the original authors made. With some new colouring the result is a clean design with an open space feel and just a feather brush of colour. 
</p>
<p>
I even got around to creating a simple logo to replace the text heading! This slew of changes makes all the difference to how the website is presented, and avoids the overly crowded "I'm an encylopedia!" feel of Wikipedia. Time to start moving to a proper domain...
</p>
</blockquote>
<p>
<a href="http://patterns.quantum-star.com">The patterns site</a> has also been populated with some info already - details on four patterns: Singleton, Registry, Factory, and Abstract Factory.
</p>]]></description>
      <pubDate>Sat, 08 Jul 2006 07:11:23 -0500</pubDate>
    </item>
  </channel>
</rss>

