<?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>Thu, 23 May 2013 15:17:23 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NETTUTS.com: Tools of the Trade: Web Development Frameworks that the Pros Use]]></title>
      <guid>http://www.phpdeveloper.org/news/13697</guid>
      <link>http://www.phpdeveloper.org/news/13697</link>
      <description><![CDATA[<p>
New from NETTUTS.com today there's <a href="http://net.tutsplus.com/articles/web-roundups/tools-of-the-trade-web-development-frameworks-that-the-pros-use/">a new article</a> listing out some of the tools of the trade, the frameworks that web development professionals use (and not just with PHP).
</p>
<blockquote>
New web development frameworks, promising rapid development and easy deployment, are sprouting out at a more rapid pace than you can keep up. In the last article, we looked at the various factors you'd have to consider when deciding on a framework. Today, we are going to look at the various frameworks available for each facet of web development.
</blockquote>
<p>
PHP tools that made the list include <a href="http://cakephp.org/">CakePHP</a>, the <a href="http://framework.zend.com">Zend Framework</a>, <a href="http://www.kohanaphp.com/">Kohana</a> and <a href="http://www.symfony-project.org/">Symfony</a>. Frameworks from some of the other languages include <a href="http://www.asp.net/">ASP.NET</a>, <a href="http://rubyonrails.org/">Ruby on Rails</a>, <a href="http://jquery.com/">jQuery</a> and <a href="http://www.blueprintcss.org/">Blueprint</a>.
</p>]]></description>
      <pubDate>Fri, 18 Dec 2009 08:15:56 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Doug Brown's Blog: Difference between ASP and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/11680</guid>
      <link>http://www.phpdeveloper.org/news/11680</link>
      <description><![CDATA[<p>
In <a href="http://www.brownphp.com/2009/01/difference-between-asp-and-php/">this recent post</a> to his blog <i>Doug Brown</i> spends a little time comparing (at a high-level) some of the differences between ASP and PHP.
</p>
<blockquote>
The difference between PHP and ASP is that ASP is a Microsoft product based on visual basic syntax whereas PHP has C and Java based syntax. ASP works better on Microsoft servers.
</blockquote>
<p>
He describes the target audience for each language and talks about the environments that they work best in as well as some general statements about their speed and flexibility. Basing his judgment on the facts he noted, he suggests PHP as the best alternative of the two for being more flexible, running in more places and being a bit faster overall.
</p>]]></description>
      <pubDate>Tue, 06 Jan 2009 09:31:49 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Information World Review: PHP and .Net - a third way?]]></title>
      <guid>http://www.phpdeveloper.org/news/11598</guid>
      <link>http://www.phpdeveloper.org/news/11598</link>
      <description><![CDATA[<p>
On the Information World Review's blog today they ask if there's <a href="http://blog.iwr.co.uk/2008/12/php-and-net-a-t.html">a third way</a> (besides making the choice between PHP and .NET) that could bridge things between the two communities - Phalanger.
</p>
<blockquote>
Now, at a programming level, a new initiative which could finally reconcile the great divide between PHP and .NET programming languages for the good of everyone - courtesy of WCM vendor Jadu. Development of the Phalanger PHP compiler was funded by the firm, but it is now releasing it into the open source community. It basically enables the creation of PHP applications which can run natively under the .NET Framework, allowing firms to make use of PHP apps without needing to rip out existing .NET/Visual Studio environments.
</blockquote>
<p>
<i>Phil Muncaster</i> (author of the post) suggests that this technology is another reason to remove the "walled gardens" some .NET developers have put up and left in the flexibility and power that PHP has to offer their online development world (and vice versa).
</p>]]></description>
      <pubDate>Thu, 18 Dec 2008 15:31:45 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Naberezny's Blog: Request/Response or Bust]]></title>
      <guid>http://www.phpdeveloper.org/news/5251</guid>
      <link>http://www.phpdeveloper.org/news/5251</link>
      <description><![CDATA[<p>
In a response to <a href="http://www.phpdeveloper.org/news/5243">these comments</a> made by <i>Paul Jones</i> concerning the Prado framework, <i>Mike Naberezny</i> shares his thoughts on the framework, the "PHP way", and how the majority of site functionality out there can really be divided up pretty simply.
</p>
<quote>
<i>
<p>
RADO is getting some new attention because it was completely revamped earlier this month. It's certainly matured considerably since the contest and is the most well-known component framework for PHP. However, in all that time since PRADO was first introduced, the idea of a component framework hasn't been adopted by the majority of PHP developers. Why is that?
</p>
<p>
Although PRADO is a nice piece of software, Paul surmises that a component model as used by Microsoft .NET (Visual Web Developer now free!) and its close cousin PRADO is not the "PHP way" or "PHP spirit". For the most part, I agree with this. Although, I don't think it's necessarily a PHP-specific issue. I think it speaks to a larger architectural decision - how far to abstract out the HTTP request/response paradigm.
</p>
</i>
</quote>
<p>
He <a href="http://www.mikenaberezny.com/archives/45">summarizes</a> the functionality in three different methods of handling: "page/file based", "action based", and "component based". He also notes that the interesting fact is that the "page/file based" method seems to be so dominant in the PHP world, only emphasizing the fact that PHP is more of a "get it done" language than anything.
</p>]]></description>
      <pubDate>Sun, 27 Apr 2008 06:47:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Wez Furlong's Blog: Soliciting questions for PHP and ASP.net panel at MIX]]></title>
      <guid>http://www.phpdeveloper.org/news/7618</guid>
      <link>http://www.phpdeveloper.org/news/7618</link>
      <description><![CDATA[<p>
<i>Wez Furlong</i> has posted a <a href="http://netevil.org/node.php?nid=960">request for some questions</a> to help things along for an upcoming panel discussion he's going to be on at this year's <a href="http://visitmix.com/">MIX</a>.
</p>
<blockquote>
<p>
As I mentioned previously, I'll be at <a href="http://visitmix.com/">MIX</a> this year on a panel discussing ASP and PHP interoperability, along with <a href="http://www.oreillynet.com/pub/au/239">Jesse Liberty</a>, <a href="http://blogs.iis.net/bills/default.aspx">Bill Staples</a>, <a href="http://www.joeon.net/">Joe Stagner</a> and <a href="http://blogs.msdn.com/bgold/">Brian Goldfarb</a>.
</p>
<p>
I've been told that MIX has sold out and that there is a lot of interest in our slot, so I'm sure we'll have plenty to talk about, but I'm looking for questions to break the ice and get things rolling. 
</p>
</blockquote>
<p>
If you know a little bit about the topic and would like to help out with questions of your own, send them along to <i>Wez</i> via email - wez@php.net.
</p>]]></description>
      <pubDate>Fri, 13 Apr 2007 07:10:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Debianhelp.co.uk: LAMP (Linux Apache Mysql PHP) Configuration in Debian]]></title>
      <guid>http://www.phpdeveloper.org/news/6055</guid>
      <link>http://www.phpdeveloper.org/news/6055</link>
      <description><![CDATA[<p>
On Debianhelp.co.uk, there's <a href="http://www.debianhelp.co.uk/lamp.htm">this quick guide</a> for those Debian users out there looking to quickly and easily install a full LAMP setup on their machine.
</p>
<p>
They start with the install of Apache 2 via the package manager/installer apt-get (different packages depending on which style you prefer - mpm-prefork or mpm-worker). With that installed, the web server should be up and working. Next up is MySQL, installed in a similar way and enabled in the php.ini file as a module. 
</p>
<p>
Finally, <a href="http://www.debianhelp.co.uk/lamp.htm">PHP is installed</a> and support for it is added into the http.conf file for Apache. There's also a brief mention of installing ASP via a mod_perl package as well.
</p>]]></description>
      <pubDate>Wed, 16 Aug 2006 08:37:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[WebProNews.com: In Praise Of PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5572</guid>
      <link>http://www.phpdeveloper.org/news/5572</link>
      <description><![CDATA[<p>
In <a href="http://www.webpronews.com/expertarticles/expertarticles/wpn-62-20060609InPraiseofPHP.html">this article</a> on WebProNews, <i>Andreas Roell</i> praises PHP, nothing several strengths and its flexibility while the fact that it's kept its reliability over time.
</p>
<quote>
<i>
PHP has been able to stand its ground as a consistently implemented server-side scripting language. PHP is a general-purpose scripting language that is ideally suited for web developers, and can be easily embedded into HTML. 
</i>
</quote>
<p>
He <a href="http://www.webpronews.com/expertarticles/expertarticles/wpn-62-20060609InPraiseofPHP.html">mentions</a> the advantage it has of being Open Source as well as flexible enough to run on just about anything out there. PHP can be more cost-efficient than other solutions and, since it is Open Source, you're not left waiting for a company to release their next patch when they feel like it (fix it yourself!). And, of course, what would an article singing the praises of PHP be without a brief mention of its competitor, ASP.
</p>]]></description>
      <pubDate>Tue, 13 Jun 2006 05:57:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: ASP-Style Programming in PHP?]]></title>
      <guid>http://www.phpdeveloper.org/news/5243</guid>
      <link>http://www.phpdeveloper.org/news/5243</link>
      <description><![CDATA[<p>
In a <a href="http://paul-m-jones.com/blog/?p=207">new post</a> on his blog today, <i>Paul Jones</i> mentions a framework that might bridge the gap for ASP developers making the move over to PHP, <a href="http://www.pradosoft.com/">Prado</a>, and some of the issues that more traditional PHP developers might see around it.
</p>
<quote>
<i>
<p>
An old buddy of mine wants to start using PHP, but the problem is that he's been working with Microsoft technologies for so long, he doesn't get "the PHP way". His background, for many years, has been with ASP.NET, COM, and those sorts of things.
</p>
<p>
As it turns out, there's a PHP framework out there that maps well to "the ASP.NET way": Prado.
</p>
</i>
</quote>
<p>
He talks about <a href="http://paul-m-jones.com/blog/?p=207">how the framework is structured</a> and what non-PHPers might find to like about it, but he also wonders if the phrase "the PHP way" might be better replaced by a more definitive term to describe the way most PHP develoers prefer their apps to work.
</p>]]></description>
      <pubDate>Wed, 26 Apr 2006 16:12:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Marcus Whitney's Blog: Microsoft on PHP (podcast)]]></title>
      <guid>http://www.phpdeveloper.org/news/4959</guid>
      <link>http://www.phpdeveloper.org/news/4959</link>
      <description><![CDATA[In <a href="http://www.marcuswhitney.com/?p=72">this new blog entry</a>, <i>Marcus Whitney</i> talks about the <a href="http://www.phparch.com/shop_product.php?itemid=112">upcoming php|architect webcast</a> he'll be hosting interviewing two people from Microsoft - Brian Goldfarb and Joe Stagner.
<p>
<quote>
<i>
I'm pretty excited about this weeks webcast. I'll be speaking with Brian Goldfarb and Joe Stagner of Microsoft about how PHP can be used for enterprise development on the Windows platform.
<p>
I think that everyone should consider checking in and asking these guys some questions.
</i>
</quote>
<p>
He <a href="http://www.marcuswhitney.com/?p=72">also mentions</a> that Microsoft, for a long time, only saw PHP in the context of the LAMP "package" and not as a stand-alone language. Seems their outlook has changed a bit - check out <a href="http://www.phparch.com/shop_product.php?itemid=112">the webcast</a> to see just how much</a>...]]></description>
      <pubDate>Thu, 09 Mar 2006 07:02:23 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[WebProNews.com: ASP vs. PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/4562</guid>
      <link>http://www.phpdeveloper.org/news/4562</link>
      <description><![CDATA[On LinuxToday.com, there's <a href="http://www.linuxtoday.com/news_story.php3?ltsn=2005-12-23-007-26-RV-SW-DV">this new pointer to an article</a> that brings up the age-old struggle between two popular web development languages - <a href="http://www.webpronews.com/expertarticles/expertarticles/wpn-62-20051222ASPvsPHP.html">ASP vs. PHP</a>.
<p>
<quote>
<i>
Both ASP and PHP are languages used to build Dynamic Web sites that can interact with Databases and exchange information. ASP (Active Server Pages) is from Microsoft and is used with IIS (Internet Information Server) that runs on Microsoft Servers. PHP (Personal Home Pages) is from Rasmus Lerdorf, who originally designed this parsing language which was later modified by different people. It runs on Unix and Linux servers and it also has an NT server version.
<p>
There are a lot of differences between ASP and PHP. 
</i>
</quote>
<p>
They <a href="http://www.webpronews.com/expertarticles/expertarticles/wpn-62-20051222ASPvsPHP.html">go through several topics</a> comparing to two - things like cost, speed, and database connectivity. The information provided here isn't anything groundbreaking, and there's no real conclusive choice (despite their "choice" at the end) between the two. What it really boils down to is the old "right tool for the right job" kind of situation, really...]]></description>
      <pubDate>Mon, 26 Dec 2005 07:27:58 -0600</pubDate>
    </item>
  </channel>
</rss>
