PHP - MySQL

phpPaypalPro version 0.1.0 Released

Jan 30, 2007Comments

The initial release of phpPaypalPro is now available for public download. The framework has a good offering of features that will simplify the process of integrating with the Website Payments Pro API from PayPal.
A key feature is that it allows you to add multiple items when performing the DoDirectPayment and DoExpressCheckoutPayment operations.
The operations that [...]

Automatic Tag Clouds for Your Site

Jan 30, 20071 comment so far

On modern websites (to avoid the use of that ‘2.something’ word) tag clouds are often a feature that is found. Now to follow in the modern spirit tag clouds should be used to let the users contribute content.
Of course, this can be a good thing or bad thing. How do you prevent users [...]

AntiSpam Feedback PHP Class

Jan 29, 2007Comments

This fairly new PHP class has an Ajax based interface and is used for AntiSpam Feedback forms.
The class can be used to validate the e-mail address that users enter in your feedback form before accepting the submission. It makes things a little more tedious for uses as it sends an e-mail to the user [...]

Create a Dynamic Navigation Menu with PHP

Jan 24, 2007Comments

Like I said in my last post, today is not a “jump on Google” day at all. To prove it, here is a great PHP tutorial that will show you how to create a dynamic navigation menu.
Why is this important? Because creating a dynamic nested unordered list without javascript can sometime be a [...]

Open Source PHP and Ajax Image Editor

Jan 22, 2007Comments

Ajaxian ยป Open source PHP-based Ajax image editor
Pete Frueh has released a PHP-based Ajax image editor. The editor was originally integrated into a content management system, that Pete had built for a client previously, but the new code structure should make it fairly easy to drop it in anywhere.
It doesn’t have documention at the time, [...]

Image Manipulation Tutorial Using PHP

Jan 17, 2007Comments

For those wanting to learn how to do some image manipulation with PHP, I’ve came across a great tutorial.
There are examples provided for the results you can get. The tutorial gives you functions that will do the following:

Create a thumbnail image
Resize the image
Reduce the file size
Rotate the image by degrees