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.
Package:
Summary:
Create object to access private members
Groups:
Author:
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.
Package:
Summary:
Get geographic location of a given IP address
Groups:
Author:
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..
Package:
Summary:
Split a string in parts separated by characters
Groups:
Author:
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.
Package:
Summary:
MySQL database abstraction package
Groups:
Author:
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
Package:
Summary:
Display HTML form fields
Groups:
Author:
Description:
This class can be used to display HTML form fields.
It can generate HTML to display several types of form fields.
Currently it can generate form fields of types: text, textarea, select, checkbox and radio.
Package:
Summary:
Process payments using the Transfirst ePay API
Groups:
Author:
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.
Package:
Summary:
Display a menu of links read from a XML file
Groups:
Author:
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.