PHP Tutorial
Randomly Rotate Images - Downloadable Code
This tutorial will explain how to simply randomly rotate multiple banners
General »
Top 20 Similar PHP Tutorials
Macronimous - The need for PHP code refactoring
Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not include fixing of glitches or including of new functionalities or practices to the existing set of codes.
Basics »
How to make clean and readable code in PHP
Keeping your code clean is essential. Therefore Combined Minds will give you some handy tips to increase readability in this tutorial. A must-read for all beginning PHP coders.
Basics »
Macronimous - Writing clean, secure and easy to maintain PHP code
Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
Basics »
Using the GD Library to watermark your images!
In this tutorial you can learn more about Using the GD Library to watermark your images!
Resize and Thumbnail Images With PHP
Image resizing is relatively very simple if you know how to work with images in PHP. Make sure you have the GD library installed before attempting this tutorial
Creating images with PHP and the GD extension
This tutorial is about creating images with PHP and the GD extension
Centering Text in PHP GD Images
Learn how to Center your GD text dynamically on images
Resize/Thumbnail Images With PHP
Resize images on the fly with this handy piece of code.
Random Scrolling Marquee Using PHP for text or images!
This tutorial is about Random Scrolling Marquee Using PHP for text or images!
General »
Enable Client Side Caching for Resized Images
The GD library in PHP offers some great tools for resizing and editing images. However, these can increase load time and it would be beneficial to enable client side caching of these resources. You can do this by adding one simple line of code to your image output.
PHP GD Library: Cropping Images whilst Maintaining the Aspect Ratio
An article demonstrating how to crop an image using PHP's GD library, whilst still keeping the aspect ratio as it was originally. This is very clever as it prevents the image from looking stretch. For example, if you resized an image to 80x80 but the original image was wide-screen, then the image would look very much stretched. This article shows you how to get around that and crop images the proper way!






