131. Accelerate Page Loading: Unusual Site Speedup Techniques: Part 1
Updated on: 2010-10-21
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.
More ...
Post a comment
See comments (28) Trackbacks (1)
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.



119. Neural Networks in PHP
Updated on: 2015-01-18
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.
More ...
Post a comment
See comments (12) Trackbacks (8)
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.



118. Developing scalable PHP applications using MongoDB
Updated on: 2015-01-18
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.
More ...
Post a comment
See comments (15) Trackbacks (6)
This article focus specifically on MongoDB, despite there are several other NoSQL database implementations.



108. Distributing PHP processing with Gearman
Updated on: 2010-02-10
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.
More ...
Post a comment
See comments (11) Trackbacks (5)
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.



103. New approach to generate PDF using PHP with Zend Framework
Updated on: 2009-10-08
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.
More ...
Post a comment
See comments (22) Trackbacks (0)
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.



92. Running PHP on Google App Engine
Updated on: 2009-06-14
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.
More ...
Post a comment
See comments (7) Trackbacks (2)



91. Avoid being blacklisted for spam you did not send
Updated on: 2009-06-14
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.
More ...
Post a comment
See comments (28) Trackbacks (0)
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.



89. Quickly importing data from CSV file into PHP applications
Updated on: 2009-06-14
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.
More ...
Post a comment
See comments (17) Trackbacks (0)
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.



88. Automating Backup Tasks Remotely with PHP and PECL SSH2 extension
Updated on: 2009-06-14
Posted on: 2009-02-18
This article teaches how to setup automated backup PHP scripts using the PECL SSH2 extension to copy files to a remote server.
More ...
Post a comment
See comments (5) Trackbacks (0)



87. 10 steps to migrate Web site servers with the least of problems
Updated on: 2010-02-25
Posted on: 2009-01-30
Sometimes you need to migrate a site between two servers. This article provides advice about which steps a server migration procedure should follow to prevent the problems that may happen.
More ...
Post a comment
See comments (8) Trackbacks (2)


