| Login | Register | |||
| Recommend this page to a friend! |
| 15 - 6 | 5 - 1 | |||
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. 76. Top 10 tips to get better PHP jobsPosted on: 2008-03-31 This article presents top tips that may help you getting better PHP jobs. Also related with the quest of getting better PHP jobs, the PHPClasses site is launching a new search engine with the goal to help employers finding PHP professionals by skill. 74. A PHP killer feature - Streams abstractionPosted on: 2008-01-31 This article explains what are stream handlers and how they simplify PHP developers lives by allowing PHP applications to easily read and write data from containers, like remote Web pages or e-mail messages, as if they were files. A real world example is presented to demonstrate how you can access messages in a POP3 mailbox and how it can be used to automatically process messages from the site users requesting support. The article also presents more examples of cool stream handlers classes submitted to the PHPClasses site by several authors. Unrelated to this topic, the PHPClasses site is announcing the availability of a Twitter activity stream that may be used to keep track in a single place of the submissions like: the latest classes, reviews, blog posts and trackbacks. 69. 13 rules to optimize your Web site performancePosted on: 2007-08-31 Everybody wants to squeeze as much performance of their Web applications as possible. Usually this requires skilled professionals to achieve. Fortunately, several performance evaluation tools are now available to make Web site performance tuning a much easier task. This post discusses tools like YSlow and other techniques to tune your Web servers performance, as well the results of using such tools and techniques in a busy site like PHPClasses. |
| 15 - 6 | 5 - 1 | |||
| Copyright (c) Icontem 1999-2009 | PHP Classes | - PHP Class Scripts |
| PHP Book Reviews | - Reviews of books and other products |