Monthly Archiv: September, 2009

[Free] New Clipboard History Manager: Essential Utilities for the Frequent Computer User

A new clipboard history manager has been added to the Free Clipboard History Managers and Extenders page. Clipboard extenders like these are useful if you are a programmer or webmaster, since they make your job of cutting and pasting snippets of code or text very much easier, allowing you not only to use the standard cut and paste but also to copy multiple separate chunks of text (or whatever) for later pasting. They are also very handy for normal computer use, and you'll soon wonder how you ever lived without them.

Super Proxy

Package:
Super Proxy
Summary:
Create object to access private members
Groups:
Language, PHP 5, Testing
Author:
Mathias Krieck
Description:
This class can be used to create object of a class in order to access private and protected variables and functions of another class.

It uses reflection to create a copy of the declaration of a given class and changes it to turn private and protected variables and functions.

The class can create an object of the original class copy.


IP Details

Package:
IP Details
Summary:
Get geographic location of a given IP address
Groups:
Geography, Networking, PHP 5, Web services
Author:
Chetan Mendhe
Description:
This class can be used to get geographic location of a given IP address.

It sends a request to a Web server of this package author to retrieve details about a given IP address.

Currently in can obtain geographic details about the location of the computer with the IP address, such as: country name, country code, region, city, postal code, latitude, longitude, area code, etc..


String Tokenizer

Package:
String Tokenizer
Summary:
Split a string in parts separated by characters
Groups:
PHP 5, Text processing
Author:
amichael
Description:
This class can be used to split a string in parts separated by characters.

It takes a string and a list of characters and splits the string when it finds the given separator characters.

The class returns each part of the split string at a time.


Database Abstraction Class

Package:
Database Abstraction Class
Summary:
MySQL database abstraction package
Groups:
Databases, PHP 5
Author:
Geoff Foley
Description:
This package is implements a MySQL database abstraction package. It can:

- Establish connections to a given MySQL host
- Execute SQL queries
- Retrieve results into objects and array
- Retrieve the length of the column fields
- Retrieve the number rows affected by a query
- Determine the highest value of a table id field


NicEdit

NicEdit is a WYSIWYG editor for websites. Its goal is to be as simple and fast as possible for users of your application. NicEdit is extremely lightweight and can be easily integrated in any site with minimal impact while providing visitors an effective means to express themselves in rich text.

TransFirst Payment Class

Package:
TransFirst Payment Class
Summary:
Process payments using the Transfirst ePay API
Groups:
E-Commerce, PHP 5, Web services
Author:
Geoff Foley
Description:
This class can be used to process payments using the TransFirst ePay Web services API.

It can send HTTP requests to the TransFirst Web services server to verify a given credit card and then settle a given payment.


XML Site Navigation

Package:
XML Site Navigation
Summary:
Display a menu of links read from a XML file
Groups:
HTML, PHP 5, XML
Author:
Geoff Foley
Description:
This class can be used to display a menu of links read from a XML file.

It can parse a XML file and extracts the names and the URLs of the links in the menu.

The class generates a list of HTML links which is returned as a single string.


Powered by Gewgley