 | Tips For Making Your PHP Code More Portable |
| One of the big causes of errors in PHP scripts is the lack of a portable code standard. This article takes a look at a few little things that we can do to help make our PHP scripts more portable. When other developers comes to use them, they will have mor |
| PHP Tutorials > Development |
| |
 | Develop rock-solid code in PHP: Use variables effe |
| The series Develop rock-solid code in PHP is about solving practical, real-life problems in medium- to large-scale applications. This article discusses how to use variables effectively. It also shows how to make script configuration easy by constructing a |
| PHP Tutorials > Development |
| |
 | Output Caching in PHP |
| Caching output in PHP can reduce server load and speed up your site. This tutorial explains how to alter your site to save your server from processing scripts and querying databases more than is needed. |
| PHP Tutorials > Development |
| |
 | Object Oriented Programming |
| This tutorial introduces intermediate level php programmers to Object Oreinted Programming (OOP). |
| PHP Tutorials > Development |
| |
 | Ftp clients |
| My experience with ftp clients. It focuses on using IE as an ftp client. |
| PHP Tutorials > Development |
| |
 | Team development method for PHP |
| This article explains one of possible ways of developing PHP applications in a team. Discussion include: Single selector' file, Database abstraction layer, Embedding PHP, and Separation to files by functionality. To illustrate the ideas explained, the au. |
| PHP Tutorials > Development |
| |
 | PROGRAMMING WEB WIDGETS WITH PHP |
| This article describes an approach to programming web user interface components (widgets) using object-oriented programming techniques and providing a way to easily manipulate the overall design of a site with WYSIWYG HTML editors lime Macromedia Dreamwea |
| PHP Tutorials > Development |
| |
 | Using PCREs |
| A introduction to using Regular Expressions in PHP. |
| PHP Tutorials > Development |
| |
 | An Overview of Arrays in PHP |
| This is a brief introductory tutorial on how to use arrays in PHP. |
| PHP Tutorials > Development |
| |
 | PHP Debugging Tutorial |
| Some pointers to debugging your code along with a few hints on how to avoid making silly mistakes in your code. |
| PHP Tutorials > Development |
| |
 | Mod_Rewrite Tutorials |
| Mod_Rewrite resources, tutorials, tips and advise for php based scripts. Forum also has mod_rewrite tutorials and instructions for such php scripts as vBulletin, phpBB, Invision Power Board, WordPress, 4images, miniBB, Simple Machine Forum and others. |
| PHP Tutorials > Development |
| |
 | PHP Coding Standard / Specifications |
| Learn how to develop your own coding specifications. |
| PHP Tutorials > Development |
| |
 | Perl Compatible Regular Expression Tutorial |
| Web development always requires you to manipulate a lot of text. PHP string functions give you the ability to manipulate text but sometimes some manipulations get very complicated. Regular expressions (regex) give you more power and control than the norma |
| PHP Tutorials > Development |
| |
 | Using PHPs str_replace to transform XHTML |
| This tutorial utilizes PHPs inbuilt str_replace function to make XHTML usable within PHP or within a tutorial. |
| PHP Tutorials > Development |
| |
 | What the hell is horde |
| In spite of its unchallenged notoriety, IMPs root class framework Horde is not well documented on the web. this is an introduction to the Horde framework that highlights the ease of use and installation. |
| PHP Tutorials > Development |
| |
 | Unix man pages and resources |
| Over 150,000 pages of unix manual pages, and open source documentation in multiple languages + documentation on php, and python in multiple languages |
| PHP Tutorials > Development |
| |
 | Vision.To Code Library |
| Sign-Up for free membership account and submit your SourceCode. You will get your own CodeLibrary "corner" and can modify your submissions at any time, you have even your "private" section. Will be added RSS2.0 FEEDS for 10 latest code submissions and 10. |
| PHP Tutorials > Development |
| |
 | Managing Teams and Large Projects |
| Article about managing teams and working with large(ish) projects. Includes sections on CVS, communication, standards, and more. |
| PHP Tutorials > Development |
| |
 | Introduction to PHP Regular Expressions (#1): Gene |
| Anyone that has to do a large sum of unusual data manipulation will always choose to use regular expressions ('regex') over native functions because of one thing: power. In PHP the 'ereg_' functions are what utilize ERE POSIX, and the 'preg_' functions ut |
| PHP Tutorials > Development |
| |
 | Introduction to If Else Statements - Part 1 |
| If else statements have been proven to be some of the most valuable functions in PHP. This tutorial is a good simple introduction that spells it all out for you. |
| PHP Tutorials > Development |
| |