<?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, 18 May 2013 11:27:24 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Brian Swan's Blog: Best PHP Projects on Codeplex? ]]></title>
      <guid>http://www.phpdeveloper.org/news/14145</guid>
      <link>http://www.phpdeveloper.org/news/14145</link>
      <description><![CDATA[<p>
<i>Brian Swan</i> has a new post to his MSDN blog today with links to <a href="http://blogs.msdn.com/brian_swan/archive/2010/03/05/best-php-projects-on-codeplex.aspx">a few good PHP-based CodePlex projects</a> that he thinks look pretty useful for the development community out there.
</p>
<blockquote>
Admittedly, I'm interested in some of these projects [<a href="http://www.codeplex.com/site/search?sortBy=PageViews&tagName=%2cphp%2c&refinedSearch=true&size=100">tagged with PHP</a>] purely out of curiosity, but some of them actually look useful. I won't claim that these are the best of the PHP projects on Codeplex (hence the question mark in the title), but here are some that piqued my interest and that I plan to check out.
</blockquote>
<p>The projects in his list are include <a href="http://phplinq.codeplex.com/">PHP LINQ classes</a>, <a href="http://virtualearthphpkit.codeplex.com/">Virtual Earth integration</a> and the <a href="http://zfmssql.codeplex.com/">Zend Framework DB adapter for Microsoft SQL Native Client</a>.]]></description>
      <pubDate>Mon, 08 Mar 2010 09:51:54 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Maarten Balliauw's Blog: Announcing PHP SDK for Windows Azure]]></title>
      <guid>http://www.phpdeveloper.org/news/12505</guid>
      <link>http://www.phpdeveloper.org/news/12505</link>
      <description><![CDATA[<p>
In <a href="http://blog.maartenballiauw.be/post/2009/05/13/Announcing-PHP-SDK-for-Windows-Azure.aspx">this new post</a> to his blog about an interface (SDK) he's releasing to connect PHP applications with Microsoft's Windows Azure resource.
</p>
<blockquote>
As part of Microsoft's commitment to Interoperability, a new open source project has just been released on CodePlex: <a href="http://phpazure.codeplex.com/">PHP SDK for Windows Azure</a>, bridging PHP developers to Windows Azure. PHPAzure is an open source project to provide software development kit for Windows Azure and Windows Azure Storage '" Blobs, Tables & Queues. I'm pleased that Microsoft has chosen <a href="http://www.realdolmen.com/">RealDolmen</a> and me to work on the PHP SDK for Windows Azure.
</blockquote>
<p>
<a href="http://phpazure.codeplex.com/">The SDK</a> lets PHP developers connect with the Cloud Services Platform and allows them instant access to the different portions of functionality including tables, logging tools, request type helpers (REST, Error, etc) connecting to the Compute/Store/Manage features of Azure.
</p>]]></description>
      <pubDate>Wed, 13 May 2009 10:29:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Maarten Balliauw's Blog: PHPLinq 0.4.0 released on CodePlex!]]></title>
      <guid>http://www.phpdeveloper.org/news/11839</guid>
      <link>http://www.phpdeveloper.org/news/11839</link>
      <description><![CDATA[<p>
According to <a href="http://blog.maartenballiauw.be/post/2009/01/29/PHPLinq-040-released-on-CodePlex!.aspx">this new post</a> from <i>Maarten Balliauw</i>, the latest version of the <a href="http://www.phplinq.net/">PHPLinq</a> tool has been released - version 0.4.0.
</p>
<blockquote>
PHPLinq is a class library for PHP, based on the idea of <a href="http://msdn.microsoft.com/en-us/vbasic/aa904594.aspx">Microsoft's LINQ technology</a>. LINQ is short for language integrated query, a component in the .NET framework which enables you to perform queries on a variety of data sources like arrays, XML, SQL server, ... These queries are defined using a syntax which is very similar to SQL. 
</blockquote>
<p>
Some illustrations are included - querying an array, performing a database query and finding data in an XML file. You can find out more about the tool and download this latest version from <a href="http://www.phplinq.net/">the project homepage</a>.
</p>]]></description>
      <pubDate>Thu, 29 Jan 2009 11:04:29 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Justin Silverton's Blog:  PHP library for Microsoft AJAX]]></title>
      <guid>http://www.phpdeveloper.org/news/8458</guid>
      <link>http://www.phpdeveloper.org/news/8458</link>
      <description><![CDATA[<p>
In <a href="http://www.whenpenguinsattack.com/2007/08/15/php-library-for-microsoft-ajax/">a new post</a> today, <i>Justin Silverton</i> points out a PHP library that makes available the full set of features that Microsoft previously only had for its ASP.NET language.
</p>
<blockquote>
Microsoft has released their AJAX library package for non-windows systems which contains a complete set of client JavaScript components that are included in the full ASP.NET AJAX installation. Developers over at Codeplex have developed a library that allows you to integrate your PHP applications with this package.
</blockquote>
<p>
The code example <a href="http://www.whenpenguinsattack.com/2007/08/15/php-library-for-microsoft-ajax/">included</a> shows a simple client/server interaction with a "hello world" sort of message. The library that makes it possible comes from <a href="http://www.codeplex.com/phpmsajax/Release/ProjectReleases.aspx?ReleaseId=1692>CodePlex</a> - the "PHP for Microsoft Ajax Library</a> that's currently in version 3 Alpha.
</p>]]></description>
      <pubDate>Wed, 15 Aug 2007 10:27:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[eWeek: Microsoft Hosts Project to Run PHP on .Net]]></title>
      <guid>http://www.phpdeveloper.org/news/6003</guid>
      <link>http://www.phpdeveloper.org/news/6003</link>
      <description><![CDATA[<p>
eWeek reports today that <a href="http://www.eweek.com/article2/0,1895,2001865,00.asp">Microsoft is taking the first steps</a> toward extending its support for other scripting languages with a new project to ry to run PHP on .NET.
</p>
<blockquote>
<p>
Known as Phalanger, the project reached Version 2.0 Beta 2 on July 30.
</p>
<p>
The primary goal of the project, released under Microsoft Shared Source Permissive License, is to enable full functionality of existing PHP scripts on .Net without any modification, Microsoft said. Unlike the original PHP interpreter, Phalanger compiles scripts into MSIL (Microsoft Intermediate Language). 
</p>
</blockquote>
<p>
The article <a href="http://www.eweek.com/article2/0,1895,2001865,00.asp">goes on</a> to talk about the project, the advantages it has over previous attempts, and where it's headed in the future. You can check out the <a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=Phalanger">CodePlex site here</a>.
</p>]]></description>
      <pubDate>Thu, 10 Aug 2006 14:16:21 -0500</pubDate>
    </item>
  </channel>
</rss>
