| Recommend this page to a friend! |
| 18 - 9 | 8 - 1 | |||
119. Neural Networks in PHPPosted 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. 118. Developing scalable PHP applications using MongoDBPosted 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. 108. Distributing PHP processing with GearmanPosted 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. 103. New approach to generate PDF using PHP with Zend FrameworkPosted 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. 92. Running PHP on Google App EnginePosted 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. 91. Avoid being blacklisted for spam you did not sendPosted 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. 89. Quickly importing data from CSV file into PHP applicationsPosted 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. 88. Automating Backup Tasks Remotely with PHP and PECL SSH2 extensionPosted 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. 87. 10 steps to migrate Web site servers with the least of problemsPosted 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. 82. PHP Object-Relational Mapping: ORM or ROM?Posted on: 2008-10-09 This article talks about what is Object-Relational Mapping (ORM). It also talks about PHP ORM solutions that can make you more productive by allowing the development of your PHP database driven sites progress faster. All post categories Interviews (12) New site features (17) PHP community (1) PHP Performance (7) PHP Security (6) PHP Tutorials (18) PHP User Groups (6) Web site design (7) |
| 18 - 9 | 8 - 1 | |||