Archive for January 12th, 2008

Deasil.com: Lessons to be learned from PHP

He advocates the PHP language developer’s decisions to include everything into the core of the language which (while maybe not the best of decisions) has made PHP into one of the most practical development languages and has helped to

Original post by unknown and syndicated here by SEM

Share Affordable Web Developer:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Reddit
  • TailRank
  • YahooMyWeb

Posted on Saturday, January 12th, 2008
Under: Affordable Web | No Comments »

Ian Bicking's Blog: What PHP Deployment Gets Right

He points out that PHP, in essence, is a CGI-style execution and, in being so, makes it more flexible. Both sides, web and command line, can work with the language equally well. He also mentions the developer/administrator split he sees

Original post by unknown and syndicated here by SEM

Share Affordable Web Developer:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Reddit
  • TailRank
  • YahooMyWeb

Posted on Saturday, January 12th, 2008
Under: Affordable Web | No Comments »

What PHP Deployment Gets Right

What people don’t realize is that PHP is effectively a CGI model of execution. People don’t appreciate this because PHP is implemented with mod_php, an Apache module. There are many other modules like mod_perl (the first of these

Original post by Ian Bicking and syndicated here by SEM

Share Affordable Web Developer:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Reddit
  • TailRank
  • YahooMyWeb

Posted on Saturday, January 12th, 2008
Under: Affordable Web | No Comments »