Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NETTUTS.com:
Tools of the Trade: Web Development Frameworks that the Pros Use
Dec 18, 2009 @ 14:15:56

New from NETTUTS.com today there's a new article listing out some of the tools of the trade, the frameworks that web development professionals use (and not just with PHP).

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.

PHP tools that made the list include CakePHP, the Zend Framework, Kohana and Symfony. Frameworks from some of the other languages include ASP.NET, Ruby on Rails, jQuery and Blueprint.

tagged: framework php ruby javascript asp css

Link:

Doug Brown's Blog:
Difference between ASP and PHP
Jan 06, 2009 @ 15:31:49

In this recent post to his blog Doug Brown spends a little time comparing (at a high-level) some of the differences between ASP and PHP.

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.

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.

tagged: difference asp compare contrast opinion environment microsoft

Link:

Information World Review:
PHP and .Net - a third way?
Dec 18, 2008 @ 21:31:45

On the Information World Review's blog today they ask if there's a third way (besides making the choice between PHP and .NET) that could bridge things between the two communities - Phalanger.

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.

Phil Muncaster (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).

tagged: dotnet asp opensource phalanger compiler

Link:

Mike Naberezny's Blog:
Request/Response or Bust
Apr 27, 2008 @ 11:47:16

In a response to these comments made by Paul Jones concerning the Prado framework, Mike Naberezny 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.

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?

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.

He summarizes 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.

tagged: request response bust prado .net asp architectures request response bust prado .net asp architectures

Link:

Mike Naberezny's Blog:
Request/Response or Bust
Apr 27, 2008 @ 11:47:16

In a response to these comments made by Paul Jones concerning the Prado framework, Mike Naberezny 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.

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?

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.

He summarizes 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.

tagged: request response bust prado .net asp architectures request response bust prado .net asp architectures

Link:

Wez Furlong's Blog:
Soliciting questions for PHP and ASP.net panel at MIX
Apr 13, 2007 @ 12:10:24

Wez Furlong has posted a request for some questions to help things along for an upcoming panel discussion he's going to be on at this year's MIX.

As I mentioned previously, I'll be at MIX this year on a panel discussing ASP and PHP interoperability, along with Jesse Liberty, Bill Staples, Joe Stagner and Brian Goldfarb.

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.

If you know a little bit about the topic and would like to help out with questions of your own, send them along to Wez via email - wez@php.net.

tagged: panel discussion mix asp interoperability windows panel discussion mix asp interoperability windows

Link:

Wez Furlong's Blog:
Soliciting questions for PHP and ASP.net panel at MIX
Apr 13, 2007 @ 12:10:24

Wez Furlong has posted a request for some questions to help things along for an upcoming panel discussion he's going to be on at this year's MIX.

As I mentioned previously, I'll be at MIX this year on a panel discussing ASP and PHP interoperability, along with Jesse Liberty, Bill Staples, Joe Stagner and Brian Goldfarb.

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.

If you know a little bit about the topic and would like to help out with questions of your own, send them along to Wez via email - wez@php.net.

tagged: panel discussion mix asp interoperability windows panel discussion mix asp interoperability windows

Link:

Debianhelp.co.uk:
LAMP (Linux Apache Mysql PHP) Configuration in Debian
Aug 16, 2006 @ 13:37:20

On Debianhelp.co.uk, there's this quick guide for those Debian users out there looking to quickly and easily install a full LAMP setup on their machine.

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.

Finally, PHP is installed 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.

tagged: lamp linux apache mysql installation aptget package asp lamp linux apache mysql installation aptget package asp

Link:

Debianhelp.co.uk:
LAMP (Linux Apache Mysql PHP) Configuration in Debian
Aug 16, 2006 @ 13:37:20

On Debianhelp.co.uk, there's this quick guide for those Debian users out there looking to quickly and easily install a full LAMP setup on their machine.

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.

Finally, PHP is installed 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.

tagged: lamp linux apache mysql installation aptget package asp lamp linux apache mysql installation aptget package asp

Link:

WebProNews.com:
In Praise Of PHP
Jun 13, 2006 @ 10:57:07

In this article on WebProNews, Andreas Roell praises PHP, nothing several strengths and its flexibility while the fact that it's kept its reliability over time.

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.

He mentions 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.

tagged: praise open source cost-efficient asp flexible praise open source cost-efficient asp flexible

Link:


Trending Topics: