Login   Register  
PHP Classes
elePHPant
Icontem

PHP Tutorials

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

Articles to teach about PHP matters and related topics

  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Add this feed to My Yahoo RSS 1.0 feed RSS 2.0 feed   Post article Post article  
  31 - 22   21 - 12   11 - 2   1 - 1  

133. Accelerate scripts running multiple tasks in parallel using asynchronous programming: Unusual Site Speedup Techniques: Part 3

Posted on: 2010-10-28

Asynchronous programming allows developers to write faster code by running multiple parallel tasks at the same time.

This contrasts with the traditional synchronous programming on which programs perform a task and do nothing else besides waiting for the task to finish before proceeding to the next task.

This article explains better what is asynchronous programming and how you can implement it in PHP to develop code that executes tasks much faster.


Blog More ...   Post a comment Post a comment   See comments See comments (19)   Trackbacks (0)

132. Accelerate Page Accesses Throttling Background Tasks: Unusual Site Speedup Techniques: Part 2

Posted on: 2010-10-25

Web server machines usually do many other things besides serving Web pages. Often they have background tasks running that may slow down significantly the Web server processes that deliver the pages to the site users.

This article is the second part of the Unusual Site Speedup series that focus on what to do to make sure that Web server processes run as fast as possible by slowing down background tasks that may be taking too much machine resources.


Blog More ...   Post a comment Post a comment   See comments See comments (10)   Trackbacks (1)

131. Accelerate Page Loading: Unusual Site Speedup Techniques: Part 1

Posted on: 2010-10-21

In the latest weeks, several measures have been implemented to provide dramatic improvements to the speed of this site.

This article is the first of several that describe those measures and how you can also apply to your sites too.

On the first part it is described how to make Web pages load much faster when there is heavy content slowing down the page loading, such as advertising or widgets retrieved from other sites.


Blog More ...   Post a comment Post a comment   See comments See comments (28)   Trackbacks (1)

119. Neural Networks in PHP

Posted on: 2010-03-09

Neural networks allow emulating the behavior of a brain in software applications. Neural Networks have always had a too steep learning curve to venture towards, especially in a Web environment.

Neural Mesh is an open source, pure PHP code based Neural Network manager and framework that makes it easier to work with Neural Networks.

This article explains how to easily implement Neural Mesh to develop Neural Network applications in PHP.


Blog More ...   Post a comment Post a comment   See comments See comments (12)   Trackbacks (8)

118. Developing scalable PHP applications using MongoDB

Posted on: 2010-03-01

Nowadays there is a new kind of databases that is getting very popular, specially for Web development, including the PHP world, which are the NoSQL databases.

This article focus specifically on MongoDB, despite there are several other NoSQL database implementations.


Blog More ...   Post a comment Post a comment   See comments See comments (15)   Trackbacks (6)

108. Distributing PHP processing with Gearman

Posted on: 2009-11-23

Gearman is a tool for distributing processing jobs over one or more machines.

This article explains how to use Gearman in PHP applications to handle better the load of busy sites or applications that need to execute heavy jobs.


Blog More ...   Post a comment Post a comment   See comments See comments (11)   Trackbacks (5)

103. New approach to generate PDF using PHP with Zend Framework

Posted on: 2009-10-08

LiveDocx is a Zend Framework package that implements a new approach to generate PDF documents in PHP.

It combines structured data passed by a PHP script with a template created in a word processor. It is the same concept as mail merge.

The resulting document can be saved as a PDF, as well in other formats such as DOCX, DOC or RTF file.


Blog More ...   Post a comment Post a comment   See comments See comments (22)   Trackbacks (0)

92. Running PHP on Google App Engine

Posted on: 2009-04-14

This is a small article to tell about an experience that a PHP developer carried to successfully run a PHP application on Google App Engine.

Blog More ...   Post a comment Post a comment   See comments See comments (6)   Trackbacks (2)

91. Avoid being blacklisted for spam you did not send

Posted on: 2009-04-01

If you ever tried to send e-mail messages that never seem to reach the destination, don't blame PHP limited built-in mail capabilities!

You may be victim of having your mail server blacklisted for SPAM that you never sent.

This article explains a situation that may cause innocent mail servers to be blacklisted very easily.

Other short news mention a PHP IDE survey, how to follow the latest package blog posts by RSS or on Twitter, and an upcoming update of the site privacy policy.


Blog More ...   Post a comment Post a comment   See comments See comments (27)   Trackbacks (0)

89. Quickly importing data from CSV file into PHP applications

Posted on: 2009-02-21

In this article you may learn how to quickly import data from CSV files into your application with help of PHP.

It also covers a tool that provides a Web based user interface for importing CSV data into a MySQL database table with support for mapping CSV columns into arbitrary MySQL database table columns.


Blog More ...   Post a comment Post a comment   See comments See comments (17)   Trackbacks (0)

  31 - 22   21 - 12   11 - 2   1 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Add this feed to My Yahoo RSS 1.0 feed RSS 2.0 feed   Post article Post article