9 open source script for commercial use.

I like opensource. It was the best free stuff for us.

1. Post Affiliate FREE

Post Affiliate is freeware affiliate system written in PHP. It allows you to easy set up and maintain your own affiliate program.

Development Status: Production/Stable

License: GNU General Public License (GPL)

Operating System: Unix

More Detail
Free Affiliate Software

Download Link
http://www.qualityunit.com/members/d….php?product=2

2. affmarket

“Affiliate Market” from Indonesia by Arif Hidayat. A web store with affiliate system in PHP side-server language and MySql database, it’s originally from simple open source (post affiliate) that re-concept and many additional feature (also from other open source and my freaky idea). Millist affmarket : PHP opensource – Affiliate Market

Development Status: Beta

License: GNU General Public License (GPL)

Operating System: All

Download Link
http://www.affilit.co.uk/32456/affilit3.zip

3. Sonic Affiliate

Sonic Affiliate is a open source, web based, affiliate marketing program that we developed. It is loosely based on PHP Affiliate 1.2 and POST Affiliate 1.3, but it is much more powerful.

Development Status: Beta

License: GNU General Public License (GPL)

Operating System: POSIX

More Detail
Sonic Affiliate | SonicFog Web Development | Affiliate, Database, Program, License, Strategies, Lang

Download Link
http://sonicfog.com/sonic_affiliate/sonic_affiliate.zip


4. WorkHub

A web based, downloadable project management system that organises web and software development teams and automates some of the more repetitive tasks.

Development Status: Production/Stable

License: Free for non-commercial use

Operating System: WinXP

More Detail
Welcome to SoftwareMonkeys.net

Download
Register – SoftwareMonkeys.net

5. Affilit

Affilit : Is a Affiliates Network Program and is now fully developed. The script promotes webmasters web sites. It is a Great script for webmasters with multiple website’s, no need to buy a licence for each website just set it up and advertise all your website’s on one program.

Development Status: Production/Stable

License: GNU General Public License (GPL)

Operating System: Not Available

More detail
Affilit’s Affiliate Network Program

Download
Download Affilit

6. AffiliStore
AffiliStore 2 creates a multi-page affiliate marketing price comparison website from multiple merchant csv product feeds. This version of AffiliStore has some excellent features which will allow you to build and maintain a successful affiliate website.

Development Status: Production/Stable

License: GNU General Public License (GPL)

Operating System: Win 2000, XP, Mac

More Detail
Affiliate Marketing Price Comparison Websites | AffiliStore

Download Link
http://www.affilistore.com/include/a…2-download.php

7. OpenAds
OpenX is a hugely popular, free ad server designed by web publishers for web publishers. It provides everything you need to manage your online advertising.
Make more money from online advertising today.

More Info
OpenX: Take control of your advertising | OpenX

Download Link
Download | OpenX

8. elgg
Create your own social network, quickly and easily. Elgg allows you to take full advantage of the power of social technology with elegant, flexible solutions for organisations, groups and individuals. Elgg wins best open source social networking platform 2008.

More Info
Elgg.org

Download Link
Elgg.org – downloads

9. PHPizabi
PHPizabi is one of the most powerful social networking platforms on the planet. With literally thousands of websites powered by PHPizabi including everything from simple friends sites to the most complex networking super sites out there. Easy to install, use, and raising the bar on what it is to provide a reliable, fast, social networking package to raise your business to the next level.
More Info
PHPizabi – Create Worlds

Download Info
PHPizabi – Create Worlds

15 must have web developer tools for beginners

Here are 15 handy web developer tools.  Some are very well known others not so, however, one thing they all share is they are very useful when developing websites.

1. Adobe Photoshop

The Adobe Photoshop family of products is the ultimate playground for bringing out the best in your digital images and transforming them into anything you can imagine.

More about Adobe Photoshop…

2. GIMP

Very much a Photoshop esc application but free. GIMP is the GNU Image Manipulation Program. It is a freely distributed piece of software for such tasks as photo retouching, image composition and image authoring. It works on many operating systems, in many languages.

More about GIMP…

3. Adobe Dreamweaver

Quickly and easily design, develop, and maintain websites and web applications – from start to finish – with Adobe Dreamweaver CS3 software. Built for both designers and developers, Dreamweaver CS3 offers the choice of working in an intuitive visual layout interface or a streamlined coding environment.

More about Adobe Dreamweaver…

Continue reading

The ways to create thumbnail image by php with thumbnail generators.

When you want to display an image into your web page, maybe you need to resize it, make it smaller than the original, such as the headline images, image which represents for a post…That’s all images are called Thumbnail. I’ll not say much about what thumbnail means in this entry, and not about how to make thumbnail image in PHP because it’s just a common skill that everyone who works with PHP can not live without. I just want to show you same useful code to make thumbnail that you dont need to do any coding…and maybe some people not know about PHP can do that easily. That all usefull tools (i dont know i use “tool” here is correct or not, just let me call it “tool”) below are Thumbnail Generators.

1. phpThumb()

phpThumb() uses the GD library to create thumbnails from images (JPEG, PNG, GIF, BMP, etc) on the fly.  ImageMagick is used wherever possible for speed. Basic functionality is available even if GD functions are not installed (as long as ImageMagick is installed). It supports almost image formats or any image format ImageMagick can read. The output are, too and even ICO format.

Images can be rotate, cropped. Output is antialiased into the alpha channel where appropriate when PNG output is selected. Quality can be auto-adjusted to fit a certain output byte size.

This script support a large number of filters can be applied. It’s an excellent set of free PHP scripts which can process and generate thumbnails very easily.

2. Zubrag Thumbnail Creator / Generator

PHP Thumbnail Creator is designed to generate thumbnails from JPG, GIF, or PNG images. Script can save rendered thumbnail as file on your server or output it directly to the browser.  There’re nothing special from this tools, it’s just a normal thumbnail generator. It supports JPG, PNG, GIF image type but depends on GD2 library. You can customize default value from source code. Script can also help you if you need to show few thumbnails based on the same source image but in different sizes, when you cannot afford saving created thumbs on your server for some reason.

3. PHP Thumbnail generator with shadow


This one is simple, simple to use, but the main feature it supports is so amazing. It can drop soft shadows below the thumbnails. Because the simplified of this tool, it just support 2 image type: PNG and JPG. PNG transparency is allowed, but when IE Browser is not version 7 or above, it will be detected and convert to JPG format instead. Absolutely, it can save the images in server in cache folder like others can do.

4. TimThumb PHP Script of Tim McDaniels

Just a simple script but is the most useful tool people using. Make a thumbnail, crop size or not and the quality of output. Main feature is users dont have to do nothing, if users want to crop the image, it will automatically crop width size if width size is larger than the height or do the same with height. This tool is the most popular tool to create thumbnail image by WordPress users. It’s supports cache, too.

Support: JPG, PNG (Resize a PNG with transparency and you’ll get a white background), GIF (Reducing a GIF in quality will discard the transparency of the image, resulting in a black background)

5. Drop Shadowed Thumbnail Creator

This class allows you to very easily create thumbnails of images, on which you can also apply a drop-shadow effect. You can control the colour of the background so that drop-shadow will fit better onto your page and the size of the thumbnail.

You can resize in an absolute or relative way (to a certain size or by a certain size), both as a pixel number or a percentage.

6. jQuery easyThumb


jQuery easyThumb is a plugin for jQuery. The easy description is that it turns a list of full-scale images to a list of thumbnails on-the-fly. It uses a php-script to return a thumbnail for each image, and jQuery to generate the list. Let’s jump right to the installation.

Maybe you cant access the homepage because he is now hosting this script in a stupid host. Let try again later or try google with “jQuery easyThumb”, you can find some useful informations about this script.

Final words:

These all tools above is just make us feel quickly when working. If you are a web developer, you can download and add some function to. Because of creating thumbnail in PHP with GD library support is just a common skill with php programmer, so if you are new to PHP, want to work with image, you should take a look at GD Functions in php manual page.

22 Firefox Plugins Web Designers Can’t Live Without!!!

Mozilla Firefox has always been considered a “user-friendly” browser, but with all the customizable extensions, it has become probably the most “developer-friendly” browser as well. We have collected the best FFX dev scripts available, and installing them takes just a few clicks. And don’t forget; make sure you have downloaded and installed Firefox 3.0 as well!

Continue reading