Prev 1 2 3 4 5 6 7 8 9 10 11 Next
|
|
A tutorial to get you up and running with test driven development in PHP. More info |
|
|
|
|
|
Let me start off by explaining the differences between a class and an object. Many people look at these 2 things and think that they are the same thing. A class is NOT the same thing as an object. More info |
|
|
|
With this u can learn how to create images and add fonts to it through PHP and GD. More info |
|
|
|
The purpose of this tutorial is to talk about two seperate concepts; profiling and object oriented programming (OOP). In this tutorial we'll create a simple class to allow you to create one or more timers. You can then use these timers to show you how long a script or function takes to run, which can help you determine what portions of your script are eating up the most processing time. This is sometimes referred to as profiling. You can also use timer objects to provide generic timer display in your scripts. More info |
|
|
|
If you are a beginner to PHP, learning how to use control structures is a must. In this article Joel will assist you guys by providing coherent examples.
Control structures are beneficial when coding in PHP. Many tasks can be accomplished with a small amount of coding but basic understanding on how to use them will solve many coding problems. More info |
|
|
|
Many classic ASP programmers are familiar with using Microsoft's Indexing Server to create a website search. Learn how to use this technology in your PHP websites as well. More info |
|
|
|
The first article in a series of articles leading to the development of a fully functional dynamic web events application using AJAX/PHP/MYSQL. More info |
|
|
|
This tutorial explains how to use simple php to construct a site. it makes maintaining a website volumes easier! it requires little to no knowlege of php to apply these tequiques. More info |
|
|
|
f you are looking at this tutorial then you probably have a good idea in your head about what XML is and what you can do with it. However, for those of you that stumbled across this tutorial on accident and are interested in learning more, I will briefly explain what XML is and what it is used for. More info |
|
|
|
A tutorial for those interested in developing rich Web applications that dynamically update content using Ajax and PHP. More info |
|
|
| Prev 1 2 3 4 5 6 7 8 9 10 11 Next |