<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with PHP</title>
    <description>the latest stories tagged with 'PHP' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>See Code, See CodeRun</title>
      <description>Tim Bellette writes about the new and innovative IDE, Coderun.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftim.bellette.net%2f2009%2f06%2f19%2fsee-code-see-coderun%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftim.bellette.net%2f2009%2f06%2f19%2fsee-code-see-coderun%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/See_Code_See_CodeRun</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/See_Code_See_CodeRun</guid>
      <pubDate>Wed, 30 Sep 2009 13:07:01 GMT</pubDate>
    </item>
    <item>
      <title>Signed Access Signatures and PHP SDK for Windows Azure</title>
      <description>The latest Windows Azure storage release featured a new concept: "Shared Access Signatures". The idea of those is that you can create signatures for specific resources in blob storage and that you can provide more granular access than the default "all-or-nothing" approach that is taken by Azure blob storage. Steve Marx posted a sample on this, demonstrating how you can provide read access to a blob for a specified amount of minutes, after which the access is revoked.

The PHP SDK for Windows Azure is now equipped with a credentials mechanism, based on Signed Access Signatures. Let's see if we can demonstrate how this would work. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f08%2f17%2fSigned-Access-Signatures-and-PHP-SDK-for-Windows-Azure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f08%2f17%2fSigned-Access-Signatures-and-PHP-SDK-for-Windows-Azure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Signed_Access_Signatures_and_PHP_SDK_for_Windows_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Signed_Access_Signatures_and_PHP_SDK_for_Windows_Azure</guid>
      <pubDate>Mon, 17 Aug 2009 07:24:01 GMT</pubDate>
    </item>
    <item>
      <title>Accessing ServiceConfiguration in FastCGI (PHP) web role</title>
      <description>While working on a sample PHP application hosted on Windows Azure, I found that it is nearly impossible to retrieve information from the Windows Azure ServiceConfiguration.cscfg file. Also, it is impossible to write log messages to the Windows Azure Web Role. Well, both are not 100% impossible: you can imagine dirty hacks where you let a ASP.NET page do something from PHP and stuff like that. But how about a clean solution? How about. A PHP extension module? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f08%2f04%2fAccessing-ServiceConfiguration-in-FastCGI-(PHP)-web-role.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f08%2f04%2fAccessing-ServiceConfiguration-in-FastCGI-(PHP)-web-role.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Accessing_ServiceConfiguration_in_FastCGI_PHP_web_role</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Accessing_ServiceConfiguration_in_FastCGI_PHP_web_role</guid>
      <pubDate>Tue, 04 Aug 2009 07:52:45 GMT</pubDate>
    </item>
    <item>
      <title>How Microsoft Made PHP Suck Less on Windows</title>
      <description>Windows might be a popular platform for running certain kinds of Web applications. But too many developers have been burnt by trying to deploy PHP applications on a Windows server. Microsoft is aiming to change that. In fact, while you weren't looking, they already made some improvements. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.itworld.com%2fdevelopment%2f73001%2fhow-microsoft-made-php-suck-less-windows"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.itworld.com%2fdevelopment%2f73001%2fhow-microsoft-made-php-suck-less-windows" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/How_Microsoft_Made_PHP_Suck_Less_on_Windows</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/How_Microsoft_Made_PHP_Suck_Less_on_Windows</guid>
      <pubDate>Thu, 30 Jul 2009 13:34:13 GMT</pubDate>
    </item>
    <item>
      <title>Query the cloud with PHP (PHPLinq and Windows Azure)</title>
      <description>I'm pleased to announce PHPLinq currently supports basic querying of Windows Azure Table Storage. PHPLinq is a class library for PHP, based on the idea of Microsoft's LINQ technology. 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.

Next to PHPLinq querying arrays, XML and objects, which was already supported, PHPLinq now enables you to query Windows Azure Table Storage in the same manner as you would query a list of employees, simply by passing PHPLinq a Table Storage client and table name as storage hint in the in() method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f07%2f29%2fQuery-the-cloud-with-PHP-(PHPLinq-and-Windows-Azure).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f07%2f29%2fQuery-the-cloud-with-PHP-(PHPLinq-and-Windows-Azure).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Query_the_cloud_with_PHP_PHPLinq_and_Windows_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Query_the_cloud_with_PHP_PHPLinq_and_Windows_Azure</guid>
      <pubDate>Wed, 29 Jul 2009 09:22:24 GMT</pubDate>
    </item>
    <item>
      <title>Asp.Net vs php : Speed Comparison</title>
      <description>Why is the myth that php is faster than Asp.Net so prevalent?  Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</guid>
      <pubDate>Mon, 15 Jun 2009 11:00:00 GMT</pubDate>
    </item>
    <item>
      <title>FREE Technical E-Book Previews, Magazines and other Technical Material</title>
      <description>One of our partner sites Revresponse has come up with a few FREE technical resources that we would like to share with our viewers. All you have to do is: 1. Simply choose the resource  2. Click on 'Request Now'  3. Complete the application form and submit it. All the resources shown here are absolutely FREE to professionals who qualify. Please check out the 'Geographical Eligibility' before downloading the books. The books shown here are for Developers, Testers, Team Leads, Project Leads, Project Managers , CEO's etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d205"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d205" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/FREE_Technical_E_Book_Previews_Magazines_and_other_Technical_Material</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/FREE_Technical_E_Book_Previews_Magazines_and_other_Technical_Material</guid>
      <pubDate>Thu, 25 Sep 2008 05:08:21 GMT</pubDate>
    </item>
    <item>
      <title>Developing PHP On Your Visual Studio 2008/2005</title>
      <description>check out this great add on for visual studio which will allow you to develop PHP websites. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f16%2fdeveloping-php-on-your-visual-studio-20082005%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f16%2fdeveloping-php-on-your-visual-studio-20082005%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Developing_PHP_On_Your_Visual_Studio_2008_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Developing_PHP_On_Your_Visual_Studio_2008_2005</guid>
      <pubDate>Wed, 17 Sep 2008 07:16:03 GMT</pubDate>
    </item>
    <item>
      <title>PHPLinq As Cool As Real LINQ?</title>
      <description>I read about the PHP Implementation of LINQ called PHPLinq. Frankly, I was sceptical about it. Finally, I gave it a try. I still remain sceptical... Let me explain why. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fphp.dzone.com%2fnews%2fphplinq-as-cool-as-real-linq"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fphp.dzone.com%2fnews%2fphplinq-as-cool-as-real-linq" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/PHPLinq_As_Cool_As_Real_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/PHPLinq_As_Cool_As_Real_LINQ</guid>
      <pubDate>Thu, 10 Jul 2008 16:17:46 GMT</pubDate>
    </item>
    <item>
      <title>Free Sparkline charts on silverlight on visifire</title>
      <description>hey guys,Sparkline charts are on silverlight thanks to the team of visifire the have inscribe it on the new technologie and guss what it is offered under open source just for free  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.visifire.com%2fblog%2f2008%2f06%2f16%2fsparkline-charts-using-visifire%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.visifire.com%2fblog%2f2008%2f06%2f16%2fsparkline-charts-using-visifire%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Free_Sparkline_charts_on_silverlight_on_visifire</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Free_Sparkline_charts_on_silverlight_on_visifire</guid>
      <pubDate>Tue, 17 Jun 2008 18:24:53 GMT</pubDate>
    </item>
    <item>
      <title>PHPLinq version 0.2.0 released!</title>
      <description>PHPLinq version 0.2.0 released &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fPHPLinq-version-020-released!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fPHPLinq-version-020-released!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/PHPLinq_version_0_2_0_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/PHPLinq_version_0_2_0_released</guid>
      <pubDate>Wed, 05 Mar 2008 00:11:20 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft and Zend taking PHP on Windows to the next level</title>
      <description>Zend and Microsoft announce today that they will continue work on FastCGI and scalable PHP hosting on Windows Servers.  Specifically, Zend has committed to redistribute FastCGI in Zend Core, its certified PHP 5 offering. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjoeon.net%2farchive%2f2007%2f10%2f10%2fMicrosoft-and-Zend-taking-PHP-on-Windows-to-the-next.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjoeon.net%2farchive%2f2007%2f10%2f10%2fMicrosoft-and-Zend-taking-PHP-on-Windows-to-the-next.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Microsoft_and_Zend_taking_PHP_on_Windows_to_the_next_level</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Microsoft_and_Zend_taking_PHP_on_Windows_to_the_next_level</guid>
      <pubDate>Thu, 11 Oct 2007 03:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Creating a PHP 5 Extension with Visual C++ 2005</title>
      <description>This article describes the steps to create a custom PHP extension DLL for the Windows platform. The Zend API documentation that comes with PHP 5 on Windows (see php_manual_en.chm) does a good job explaining how to write extension methods, parse method parameters, and return values. But there is not currently a good step-by-step tutorial on how to get your first extension project up and running on Windows. The aim of this article is to fill that gap. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.slickedit.com%2f%3fp%3d128"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.slickedit.com%2f%3fp%3d128" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Creating_a_PHP_5_Extension_with_Visual_C_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Creating_a_PHP_5_Extension_with_Visual_C_2005</guid>
      <pubDate>Tue, 18 Sep 2007 11:20:40 GMT</pubDate>
    </item>
    <item>
      <title>Attention: PHP executes twice as fast when it's run on ASP.NET</title>
      <description>Phalanger, the tool for compiling PHP into .NET binaries, can improve the execution speed of PHP5 applications twofold. In addition it extends PHP5 so that it can incorporate portions of the .NET framework and it allows for Visual Studio integration. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ajaxninja.com%2f%3fp%3d150"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ajaxninja.com%2f%3fp%3d150" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Attention_PHP_executes_twice_as_fast_when_it_s_run_on_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Attention_PHP_executes_twice_as_fast_when_it_s_run_on_ASP_NET</guid>
      <pubDate>Mon, 10 Sep 2007 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Attention: PHP executes twice as fast when it's run on ASP.NET</title>
      <description>Phalanger, the tool for compiling PHP into .NET binaries, can improve the execution speed of PHP5 applications twofold. In addition it extends PHP5 so that it can incorporate portions of the .NET framework and it allows for Visual Studio integration. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ajaxninja.com%2f%3fp%3d150"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ajaxninja.com%2f%3fp%3d150" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Attention_PHP_executes_twice_as_fast_when_it_s_run_on_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Attention_PHP_executes_twice_as_fast_when_it_s_run_on_ASP_NET</guid>
      <pubDate>Mon, 10 Sep 2007 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>60+ template engines for .NET, JAVA and PHP</title>
      <description>Template engines are designed to allow the separation of business logic from the presentation layer, which means allowing MVC architecture to the developers. With the aid of template engines, we are able to develop websites with different looks but the same logic or the core code. Template engines are lately known as not good ideas because recent platforms already have embedded template engines to separate views from logic, generate code etc... As you see there are very few template engines in .NET and Java comparing to the PHP. But they are still pretty useful tools for developers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.plentyofcode.com%2f2007%2f08%2f60-template-engines-for-java-php-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.plentyofcode.com%2f2007%2f08%2f60-template-engines-for-java-php-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/60_template_engines_for_NET_JAVA_and_PHP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/60_template_engines_for_NET_JAVA_and_PHP</guid>
      <pubDate>Wed, 29 Aug 2007 05:15:25 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET jobs vs Ruby &amp;amp; PHP</title>
      <description>How many job listings on the major job boards for the different programming languages - Who Wins? Click to Find Out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techtoolblog.com%2farchives%2fruby-php-aspnet-job-comparison"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techtoolblog.com%2farchives%2fruby-php-aspnet-job-comparison" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_jobs_vs_Ruby_PHP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_jobs_vs_Ruby_PHP</guid>
      <pubDate>Mon, 27 Aug 2007 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>J2EE vs ASP.NET vs PHP</title>
      <description>In this article, I wanted to compare the web application development platforms which I have been using for recent years. My comparison has no aim to make one platform better than others, or vice versa. These are all my own thoughts and what I have experienced during the development of web applications using the three platforms. It is open to you to express your opinions and stands as a comment. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.plentyofcode.com%2f2007%2f07%2fj2ee-vs-aspnet-vs-php.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.plentyofcode.com%2f2007%2f07%2fj2ee-vs-aspnet-vs-php.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/J2EE_vs_ASP_NET_vs_PHP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/J2EE_vs_ASP_NET_vs_PHP</guid>
      <pubDate>Sun, 22 Jul 2007 11:52:45 GMT</pubDate>
    </item>
    <item>
      <title>Compile php into asp.net</title>
      <description>Introducing a framework to get PHP scripts running in .NET: use any .NET object in a PHP application and make it run as fast as known from .NET. Get best of both worlds. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.whenpenguinsattack.com%2f2007%2f06%2f21%2fhow-to-compile-php-scripts-in-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.whenpenguinsattack.com%2f2007%2f06%2f21%2fhow-to-compile-php-scripts-in-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Compile_php_into_asp_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Compile_php_into_asp_net</guid>
      <pubDate>Mon, 02 Jul 2007 14:01:01 GMT</pubDate>
    </item>
    <item>
      <title>A Better View On Your Coding Community!</title>
      <description>A great site that aggregates the top coding-related feeds in one convenient and easy-to-use location. Filter information by providers, topics and keywords in order to quickly find the information that you need.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codefeeds.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codefeeds.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/A_Better_View_On_Your_Coding_Community</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/A_Better_View_On_Your_Coding_Community</guid>
      <pubDate>Fri, 11 May 2007 13:17:57 GMT</pubDate>
    </item>
    <item>
      <title>Server-side Mashups with PHP &amp;amp; ASP.NET at MIX</title>
      <description>I've been getting ready for MIX and this is one demo I'm excited to give. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.iis.net%2fbills%2farchive%2f2007%2f04%2f28%2fserver-side-mash-ups-php-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fbills%2farchive%2f2007%2f04%2f28%2fserver-side-mash-ups-php-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Server_side_Mashups_with_PHP_amp_ASP_NET_at_MIX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Server_side_Mashups_with_PHP_amp_ASP_NET_at_MIX</guid>
      <pubDate>Wed, 02 May 2007 16:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Phalanger</title>
      <description>Phalanger is a new PHP implementation introducing the PHP language into the family of compiled .NET languages. It provides PHP applications an execution environment that is fast and extremely compatible with the vast array of existing PHP code. Phalanger gives web-application developers the ability to benefit from both the ease-of-use and effectiveness of the PHP language and the power and richness of the .NET platform taking profit from the best from both sides. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.php-compiler.net%2fdoku.php%3fid%3dcore%253Astart"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.php-compiler.net%2fdoku.php%3fid%3dcore%253Astart" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Phalanger</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Phalanger</guid>
      <pubDate>Mon, 05 Mar 2007 08:16:01 GMT</pubDate>
    </item>
    <item>
      <title>PHP for Microsoft AJAX Library</title>
      <description>Steve Marx shipped the first public release of PHP for Microsoft AJAX Library, a small library to help PHP applications make use of the Microsoft AJAX Library. This is a shared source project under the Microsoft Permissive License. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsmarx.com%2fposts%2fphp-for-microsoft-ajax-library.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsmarx.com%2fposts%2fphp-for-microsoft-ajax-library.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/PHP_for_Microsoft_AJAX_Library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/PHP_for_Microsoft_AJAX_Library</guid>
      <pubDate>Thu, 25 Jan 2007 15:46:01 GMT</pubDate>
    </item>
    <item>
      <title>PHP and the FastCGI Module for IIS 7.0</title>
      <description>We've been working closely with Zend this past fall on improving PHP support on top of IIS, and with this new module PHP developers will be able to get dramatically better performance, scalability and reliability when running on Windows (sometimes as much as 25x faster than the old PHP CGI module for IIS). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f10%2f31%2fPHP-and-the-FastCGI-Module-for-IIS-7.0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f10%2f31%2fPHP-and-the-FastCGI-Module-for-IIS-7.0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/PHP_and_the_FastCGI_Module_for_IIS_7_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/PHP_and_the_FastCGI_Module_for_IIS_7_0</guid>
      <pubDate>Wed, 08 Nov 2006 01:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Where is .NET?</title>
      <description>Today at Digg/programming, not one single topic involved .NET. There were a lot of PHP, Ruby and Java. So where is .NET? Why is .NET so under represented on the broader community sites? I don't think it is because PHP or Java has a bigger user base or is better or worse than .NET. It must be something else. Maybe it is because .NET developers just don't care about the other programming languages and platforms. That's fair enough, but I don't buy it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fCommentView%2cguid%2c7c9fcc00-915c-4fec-9fc8-a1850cabc9db.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fCommentView%2cguid%2c7c9fcc00-915c-4fec-9fc8-a1850cabc9db.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Where_is_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Where_is_NET</guid>
      <pubDate>Mon, 23 Oct 2006 15:31:01 GMT</pubDate>
    </item>
  </channel>
</rss>
