Recently Popular Tutorials for October 3rd, 2008


Oct 3

Creating a Tag Cloud

Posted by , in PHP Tutorials

This is a short tutorial that will give you an idea of how to create a Tag Cloud and implemented it the pages of your website.

Popularity: 18.6%

Thumbnail for Creating a Tag Cloud
Clique It


Oct 3

Display values from an array in random order

Posted by , in PHP Tutorials

This is a function that randomizes the order of the elements in an array.

Popularity: 17%

Thumbnail for Display values from an array in random order
Clique It


Oct 3

Cropping a rectangle image to square using GD

Posted by , in PHP Tutorials

This is a PHP Class that crops images (rectangles) to squares using the GD library.

Popularity: 18.6%

Thumbnail for Cropping a rectangle image to square using GD
Clique It


Oct 3

How to remove a (non-empty) directory

Posted by , in PHP Tutorials

Here’s a snippet that can help you to remove a non-empty directory from the server. It’s a recursive function that deletes the directory with its files, folders and sub-folders.

Popularity: 17%

Thumbnail for How to remove a (non-empty) directory
Clique It


Oct 3

How to resize an image (on the fly) and keep its aspect...

Posted by , in PHP Tutorials

This is a PHP Class useful if you need to resize images keeping their aspect ratio, using the GD Library. The new height is calculated proportionally to the new width's size and reverse. For instance you have an image with the following dimensions: width - 1000, height - 800. Its thumbnail with a width of [...]

Popularity: 18.3%

Thumbnail for How to resize an image (on the fly) and keep its aspect...
Clique It