new article

NetTuts.com: The Best Way to Learn PHP

PHPDeveloper.org  Mon, 10/17/2011 - 08:08

On NetTuts.com today there a new article with what they think is the best way to learn PHP in a list of thirteen different "assignments".


 

Lazy evaluation with PHP - Juozas Kaziukenas

Planet PHP  Tue, 05/31/2011 - 08:14

My new article called Lazy evaluation with PHP has just been published in Web Species blog.

Recently I needed to process a huge array of data and because of PHP’s somewhat inefficient variables and especially arrays that was resulting in “out of memory” errors.

However, I couldn’t use any other tools than PHP so was forced to come up with a solution implementation in it.

Here is how I solved it using principles from functional languages.


 

The new era of PHP frameworks - Juozas Kaziukenas

Planet PHP  Mon, 05/23/2011 - 11:29

I have just posted a new article called The new era of PHP frameworks, which follows what I talked about at Dutch PHP Conference last week.


 

PHPBuilder.com: Create a Dynamic Username Validator with PHP, My...

PHPDeveloper.org  Wed, 05/11/2011 - 11:45

On PHPBuilder.com there's a new article showing you how to create a dynamic username validator with the combination of PHP, MySQL and jQuery to do some of the front end work.


 

PHPBuilder.com: 5 Popular PHP Template Engines Worth Checking Ou...

PHPDeveloper.org  Fri, 04/08/2011 - 12:23

On PHPBuilder.com today there's a new article looking at five PHP templating engines that they think are worth a look for use in your next project (or maybe in a current one).


 

PHPBuilder.com: Harness the Scripting Power of PHP and cURL to U...

PHPDeveloper.org  Wed, 02/16/2011 - 13:30

On PHPBuilder.com today there's a new article from Marc Plotz looking at how you can use PHP and cURL with Facebook to update your status.


 

SitePoint.com: Be More Asssertive: Getting to Know PHPUnit's Ass...

PHPDeveloper.org  Thu, 01/20/2011 - 13:32

On SitePoint.com today there's a new article, the second in the series, introducing unit testing in PHP with PHPUnit.

The first article can be found here. (Disclaimer: I am the author of this series of articles).


 

Egeniq Blog: QR tags beyond the hype

PHPDeveloper.org  Tue, 12/14/2010 - 08:10

On the Egeniq blog today there's a new post from Ivo Jansch looking at QR tags, one of the new "hot" trends that're showing up everywhere from websites to magazines.

This new article introduces you to them and gives a few examples of how they're being used.


 

Web Developer Juice: 14 descriptive reasons why Ruby is better t...

PHPDeveloper.org  Mon, 11/08/2010 - 11:06

In this new article from Web Developer Juice giving fourteen (descriptive) reasons why Ruby is a better choice than PHP for building web applications (from the perspective of a Ruby developer, it seems).


 

Developer.com: Getting Started with Memcached Distributed Memory...

PHPDeveloper.org  Thu, 09/02/2010 - 08:40

On Developer.com today there's a new article talking about memcache and how you can implement it in your application to provide a performance boost for applications in a distributed environment.