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

Ivo Jansch's Blog:
What's current in the world of PHP?
Jun 24, 2010 @ 18:05:53

On his Ibuildings blog today Ivo Jansch has posted some of his thoughts on the recent trends he's seeing both in the PHP community and in the wider world of online development.

[Two] weeks ago, Ibuildings organised the fourth Dutch PHP Conference in the RAI centre in Amsterdam. DPC is a way for us to help PHP developers learn new skills and improve existing ones, but it is also an excellent way to get experts from around the world together and learn about current trends in the PHP ecosystem.

Topics mentioned include the unofficial naming of PHP 5.3.99, CouchDB/NoSQL, an emphasis on web services, plenty of talk on best practices for PHP development and a growing trend about security in general for all web-based applications.

tagged: current development opinion trend dcp10

Link:

SitePoint PHP Blog:
Keeping current with PHP
Jul 16, 2008 @ 13:47:34

Today on the SitePoint PHP blog Troels Knak-Nielsen reminds the community about a "one-stop resource" that they can use to keep up to date on some of the latest happenings with the PHP language, the PHP.net wiki.

Since March, there has been a wiki at wiki.php.net. The most interesting section is probably wiki.php.net/rfc, which - as the name implies - contains RFC's for improvements of the language. I've rambled on about closures and lambdas before, but as you can see, there is now an accepted patch. Whether it'll make it into 5.3 is unlikely at this point, but it looks like it'll at least be coming with 5.4 and/or 6.0.

He also points out the php-internals mailing list and the summaries that Steph Fox has written up weekly about the list's latest conversations.

tagged: current community happenings wiki rfc lambda closure php5 summary phpinternals

Link:

O'Reilly:
Design Tips for Building Tag Clouds
Jun 09, 2006 @ 11:07:07

On the O'Reilly OnLAMP.com site today, there's a new article with a few tips on making the tag clouds on your site successful from Jim Bumgardner, the author of Building Tag Clouds in Perl and PHP.

Tag clouds can be used effectively, and provide real value to a web site, or they can be tacked on as an afterthought, simply because they look cool, or to make the site appear similar to other, better web sites that offer them. Ultimately, you need to keep in mind their dual function, both as a graph of current activity, and as a navigation aid. Here are some design and implementation tips.

His list includes:

  • Choose the right language
  • Frequency sorting
  • Avoid Random Mappings
  • Try Different Maps

Each item has a brief explaination of what its about, and some include examples of what to do/what not to do.

tagged: design six tips tag clouds navigation current activity design six tips tag clouds navigation current activity

Link:

O'Reilly:
Design Tips for Building Tag Clouds
Jun 09, 2006 @ 11:07:07

On the O'Reilly OnLAMP.com site today, there's a new article with a few tips on making the tag clouds on your site successful from Jim Bumgardner, the author of Building Tag Clouds in Perl and PHP.

Tag clouds can be used effectively, and provide real value to a web site, or they can be tacked on as an afterthought, simply because they look cool, or to make the site appear similar to other, better web sites that offer them. Ultimately, you need to keep in mind their dual function, both as a graph of current activity, and as a navigation aid. Here are some design and implementation tips.

His list includes:

  • Choose the right language
  • Frequency sorting
  • Avoid Random Mappings
  • Try Different Maps

Each item has a brief explaination of what its about, and some include examples of what to do/what not to do.

tagged: design six tips tag clouds navigation current activity design six tips tag clouds navigation current activity

Link:

IBM developerWorks Blog:
What's the problem? (Working Directories)
May 17, 2006 @ 10:59:28

On the IBM developerWorks blog today, there's this look at the differences between PHP and Windows when it comes to the working directory you're grabbing in your script.

I recently investigated the values of the PHP and Windows working directory for a variety of environments. My reason for doing so was that I could never quite understand how relative pathnames were resolved, and if you want to write code that will run, for example, both under Zend Studio, from the command line, and Apache, it matters. And it is not surprising that I never understood it either - every environment is different.

He ran five tests to show each of the environments that a PHP script might be running in and what two methods return - PHP's getcwd and Windows' getcwd in direct.h). There are some similarities between the output of the two, but there's enough difference to be worrysome for any programmer making scripts for both. He also gives a specific example of a situation he was in involving incorrect paths and libxml2 and the difficulties that were found there.

tagged: current working directory windows getcwd current working directory windows getcwd

Link:

IBM developerWorks Blog:
What's the problem? (Working Directories)
May 17, 2006 @ 10:59:28

On the IBM developerWorks blog today, there's this look at the differences between PHP and Windows when it comes to the working directory you're grabbing in your script.

I recently investigated the values of the PHP and Windows working directory for a variety of environments. My reason for doing so was that I could never quite understand how relative pathnames were resolved, and if you want to write code that will run, for example, both under Zend Studio, from the command line, and Apache, it matters. And it is not surprising that I never understood it either - every environment is different.

He ran five tests to show each of the environments that a PHP script might be running in and what two methods return - PHP's getcwd and Windows' getcwd in direct.h). There are some similarities between the output of the two, but there's enough difference to be worrysome for any programmer making scripts for both. He also gives a specific example of a situation he was in involving incorrect paths and libxml2 and the difficulties that were found there.

tagged: current working directory windows getcwd current working directory windows getcwd

Link:

ThinkPHP Blog:
Zend & Oracle - Current Status?
Feb 20, 2006 @ 13:47:07

In this brief entry on the ThinkPHP blog (by bjoern), it seems that there's more than just talk about the Zend/Oracle deal.

While reading the tecosystems blog, I stumbled over Steven's entry "The Oracle M&A Q&A: JBoss, Sleepycat and Zend". It seems that at least Oracle's interest in Zend is true: "[...] and in one panel yesterday Zend's Doron Gerstel did little to deny the Oracle interest". Also, it seems that JBoss has been acquired for $485 Mio. by Oracle.

the Q&A mentions that Zend would fit in with their plans as an "in" to the PHP community and a way of increasing their growth in the database markets.

tagged: zend oracle current status purchase database market zend oracle current status purchase database market

Link:

ThinkPHP Blog:
Zend & Oracle - Current Status?
Feb 20, 2006 @ 13:47:07

In this brief entry on the ThinkPHP blog (by bjoern), it seems that there's more than just talk about the Zend/Oracle deal.

While reading the tecosystems blog, I stumbled over Steven's entry "The Oracle M&A Q&A: JBoss, Sleepycat and Zend". It seems that at least Oracle's interest in Zend is true: "[...] and in one panel yesterday Zend's Doron Gerstel did little to deny the Oracle interest". Also, it seems that JBoss has been acquired for $485 Mio. by Oracle.

the Q&A mentions that Zend would fit in with their plans as an "in" to the PHP community and a way of increasing their growth in the database markets.

tagged: zend oracle current status purchase database market zend oracle current status purchase database market

Link:


Trending Topics: