Archive for June, 2006

12th Jun 2006

PHP Class: Paypal Button Generator

Ever tried to make a Paypal button using their Button Creator, or even by getting the information from their Help pages? It’s not easy or dynamic. I’ve made many sites that use Paypal for their payment of both single items and multi item shopping carts. I’ve created this class to make my job easier. I have not come upon something like this in my search on the internet, so I’m sharing it to the world.

This class supports:

  • CSS Styles
  • Custom IPN, Return, and Cancel pages
  • Postage, handling and tax amounts per item
  • Custom pass-through variable

NEW - Version 1.1 now supports PayPal Subscriptions!

Sites using this class:

Download

Technorati: php, paypal, ecommerce

Posted in PHP | 16 Comments »

11th Jun 2006

PHP Class: Image Snapshot 1.3

Inspired by Backpackit.com’s image management, Image Snapshot can take a portion of an image (crop) to specific dimensions, from different areas of the original image.

This class has been created for the purpose of manipulating an uploaded image, and creating a Thumbnail image that does not alter the aspect ratio, and yet represents the contents of the original image. I’m sure other uses can be found for the Image Snapshot class, but I’ll leave that to you. I use it for Photo Galleries, and Shopping Cart systems.

View the manual to get a clearer picture.

This class supports:

  • Jpg, Gif, Png files
  • Output to Jpg
  • Can resize images before applying the crop
  • Can crop from any part of the image

Sites using this class:

Change Log
05-12-2005 1.3 Release
05-12-2005 Added: ImageFile field, can now load image from saved file.
05-12-2005 Added: custom position type, specify by percentages. Read updated manual for help with this.
28-11-2005 1.2 Release
28-11-2005 Added: ReturnedWidth and ReturnedHeight variables, for more feedback.
28-11-2005 Fixed: if crop area was bigger than original image, mixed results ocurred.
28-11-2005 1.1 Release
28-11-2005 Added: support for Image input with a variable
27-11-2005 1.0 Release

Downloads

Technorati: php, images, gd

Posted in PHP | 10 Comments »