tutorials

Sponsors
Partner Sites

Showing 13134 Tutorials


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
 
Arrays and PHP: A Primer
For many years, arrays have been used to logically store and sequence data. They have also been the point of confusion for many developers. This article will talk about the structure of arrays and how you can create and manipulate arrays with the PHP scri
PHP Tutorials > Development
 
Build Standalone Applications
Its painful, but possible. With PHP and the PHP-GTK module, you can build your own gui executable files. This is a guide that directs to the right GTK tutorials and functioning PHP compiling software. Includes code for a working model.
PHP Tutorials > Development
 

« 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 50 51