Saturday, September 13, 2008

PHP Smart Image Resizer Script

Smart image resizer is a PHP script which makes it very easy to resize & crop images. And, this is done without touching the original image.
The width & height of the image to be resized is mentioned in the tag like:
<img src="/image.php/coffee.jpg?width=200&height=200ℑ=//uploads/coffee.jpg" alt="Coffee" />
and image is resized via the GD library.
Newly created image is stored in a cache directory & won’t be re-created until new dimensions are mentioned to improve the system performance.
Cropping an image also warks the same way. Simply mention the crop ratio & that’s all.
Smart Image Resizer supports JPG, GIF & PNG images and requires PHP 5.1.0+ to run.

Requirements: PHP 5.1.0+, GD library
Compatibility: JPG, GIF, PNG
Website: http://shiftingpixel.com/2008/03/03/smart-image-resi...
Opentape, inspired from Muxtape, is an open source application that enables you to create & host your own mixtape.
You can upload songs, reorder-rename them & customize the look with an Ajaxed admin panel.



The application has a nice-looking embeddable Flash mp3 player (JW Player) that makes it possible to play your music on any website.

Requirements: PHP 5+, Curl enabled
Demo: http://opentape.fm/mixtape
Download: http://opentape.fm/download/
Friday, September 12, 2008

Zimplit: Easiest CMS For Simple Websites

Zimplit is a ridiculously easy to use free CMS application which is ideal for simple websites.
There is no standard admin panel. A toolbox appears after logging in & you start editing the website.



You can add images, links, edit the HTML of a page and copy a page to use it as a template for a new page.
It requires PHP 4.3+ to run & no databases required.
The application needs CHMOD 777 on all files for editing them. Since they are HTML files (except zimplit.php), it does not sound very bad.

Requirements: PHP 4.3+
Website: http://zimplit.org/
Demo: http://demo.zimplit.org/zimplit.php
Download: http://zimplit.org/download.html