<?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, 24 May 2013 19:24:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Mashable: 10 Intermediate and Advanced Tips from PHP Masters]]></title>
      <guid>http://www.phpdeveloper.org/news/15390</guid>
      <link>http://www.phpdeveloper.org/news/15390</link>
      <description><![CDATA[<p>
Following up on their <a href="http://mashable.com/2010/10/21/php-tips-for-beginners/">tips for PHP beginners</a> they posted a little while back, Mashable has a a new article with a few <a href="http://mashable.com/2010/11/03/advanced-php-tips/">more advanced tips</a> from the same group.
</p>
<blockquote>
Well, if you happen to be one of those more seasoned PHP developers, this post is for you. Our expert panel has returned to offer helpful hints and suggestions for those of you who have long since passed the "beginner" milestone and are on your way to becoming true masters of the art and science of PHP. Feel free to ask questions and leave your own suggestions in the comments - the lovely people we interviewed in this post are quite likely to pop in and reply to you directly.
</blockquote>
<p>
Tips included in <a href="http://mashable.com/2010/11/03/advanced-php-tips/">this article</a> are things like:
</p>
<ul>
<li>Stay Current
<li>Interact With Others' Code
<li>Ask Questions
<li>Keep It Simple
<li>Maintain Your Code
<li>Work With Others
</ul>
<p>
Notice a trend? Working with others outside of your own development bubble can really help not only your development skills but can also provide you with a good way to give back to the community.
</p>]]></description>
      <pubDate>Fri, 05 Nov 2010 10:55:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPImpact Blog: PHP Compiler for the .NET Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/10335</guid>
      <link>http://www.phpdeveloper.org/news/10335</link>
      <description><![CDATA[<p>
<a href="http://phpimpact.wordpress.com/2008/05/31/php-compiler-for-the-net-framework/">This post</a> on the PHPImpact blog talks about a compiler that helps to bridge some of the gap between PHP and .NET - <a href="http://php-compiler.net/">Phlanger</a>.
</p>
<blockquote>
Phalanger is a new PHP implementation introducing the PHP language into the family of compiled .NET languages. [...] Phalanger compiles PHP scripts into MSIL (Microsoft Intermediate Language) which can be executed by .NET or Mono runtime.
</blockquote>
<p>
He mentions some of the features of the tool (including interoperability between .NET and PHP and the ability to use current PHP libraries inside the .NET application). More information can be found on the <a href="http://php-compiler.net/">Phlanger website</a>.
</p>]]></description>
      <pubDate>Wed, 04 Jun 2008 08:48:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Ajax and XML: Ajax for chat]]></title>
      <guid>http://www.phpdeveloper.org/news/9186</guid>
      <link>http://www.phpdeveloper.org/news/9186</link>
      <description><![CDATA[<p>
The IBM developerWorks blog has a <a href="http://www.ibm.com/developerworks/xml/library/x-ajaxxml8/index.html?ca=drs-tp4907">new tutorial</a> posted today about using the combination of PHP and Ajax to create a simple chat application (with a database backend).
</p>
<blockquote>
Learn to build a chat system into your Web application with Asynchronous JavaScript + XML (Ajax) and PHP. Your customers can talk to you and to each other about the content of the site without having to download or install any special instant-messaging software.
</blockquote>
<p>
Complete code is included (even the database table schemas) to create the simple application. They make the four pages to get it working and call that part of it good. The second part of the article, though, builds on this base and adds a fix for performance issues caused by constant polling of the database by the ajax request.
</p>]]></description>
      <pubDate>Thu, 06 Dec 2007 10:24:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Joshua Eichorn's Blog: PHP4Mono]]></title>
      <guid>http://www.phpdeveloper.org/news/4903</guid>
      <link>http://www.phpdeveloper.org/news/4903</link>
      <description><![CDATA[<i>Joshua Eichorn</i> has <a href="http://blog.joshuaeichorn.com/archives/2006/02/25/php4mono/">this new post</a> today sharing a project that he found - <a href="http://php4mono.sourceforge.net/">a PHP compiler for Mono</a>.
<p>
<quote>
<i>
I found an interesting project reading <a href="http://planet.gnome.org/">planet gnome</a> today. It seems <a href="http://blog.raffa.de/">someone</a> has written a <a href="http://php4mono.sourceforge.net/">PHP compiler for mono</a>. Its hard to tell how far along the project is, since the focus seems on <a href="http://blog.raffa.de/?postid=23">doing mono-ish things in PHP</a> rather then running PHP apps on mono. But the project is open source (GPL) and it does let you use PHP within the wider mono world so thats pretty cool.
<p>
Of course that brings up the question, does anyone really want to use PHP inside a managed runtime like mono. I can see the advantage of using PHP to make a GUI app using mono's gnome stuff since it would be less to learn (if thats actually true) but what would I gain running my web apps using mono, besides less compatability.
</i>
</quote>
<p>
<a href="http://php4mono.sourceforge.net/">The compiler</a> allows Mono to be able to run PHP code and is written in C# to translate PHP scripts into a "Common Intermediate Language" to make the execution possible.]]></description>
      <pubDate>Mon, 27 Feb 2006 09:10:38 -0600</pubDate>
    </item>
  </channel>
</rss>
