Featured Post

How to create multiple Flat Rate shipping in Oscommerce?

Easy AdSense by UnrealIf  there is a requirement where you want to create multiple shipping categories in Oscommerce that a user can select like No Shipping :  $0.00 Flat Rate Manhattan: $25.00 Flat Rate Overnight Manhattan: $30.00 Then just follow the steps given below: Create copy of “flat.php” Ex: flat2.php,flat3.php in catalog\includes\modules\shipping and catalog\includes\languages\english\modules\shipping. Open catalog\includes\languages\english\modules\shipping\flat2.php and replace lines [...]

Read more →

Contributions

Name:  PDF to JPG (Flip book)

Author: Satish
License: BSD License

 

PDF is a very popular format for distributing documents that are ready to be printed.Displaying PDF documents on a site, depends on the availability of browser plug-ins or external programs installed on the user machine.

This class provides a solution for extracting images of the pages of a PDF document, so it can be browsed on a Web site without depending on having the right plug-ins or programs installed in the user browser.

Browse details

     
     

Name: Export Project Planner details to Mantis Bug Tracker

Author: Satish
License: GNU General Public License (GPL)

 

If you used Planner to manage your project tasks, this class allows you to integrate both applications so you can keep track of bug reports for each element of your application.

Browse details

     
     

Name: LDAP configuration

Author: Satish
License: Freely Distributable

   

This class can be use to manipulate data records stored in a LDAP server.

It can connect to an LDAP server and authenticate with a given user and password.The class can perform several operations with information records stored in the LDAP server like searching for records that match a given filter condition, add records and delete records.