Thursday Mar 11

Archive for the ‘ Code Development ’ Category

Jan
24/10
Validator 1.2 →

Contains common data validation routines, such as is_email(), url_responds(), is_country(), etc. for use in your code.

Jan
24/10
TAASC: Form Solution →

Form Solution eases using HTML forms: generates form elements, cleans user input, validates/formats date/time inputs, formats addresses to USPS standards and holds variables submitted by forms.

Jan
24/10
TAASC: Credit Card Validation Solution (PHP Edition) →

Ensures credit card numbers are keyed in correctly. Removes unwanted characters then checks against valid number ranges, lengths and checksums.

Jan
24/10
CCVal →

This function checks card numbers against the MOD10 algorithm, as well as checking card specific features for Mastercard, Visa, American Express and more.

Jan
24/10
ConfigReader 1.3 →

A simple class that reads and parses a configuration file to generate variables for PHP programs.

Jan
24/10
Config Manager →

A set of PHP classes which can be used to manage (read, write, edit) plain text and php config files.

Jan
24/10
DataProducer →

This class is used to seperate the presentation layer from the data layer in web applications. Specify single and multiple row tags inside a HTML template, which are replaced with chosen data.

Jan
24/10
STPhp →

A string translation suite that stores translations in any manner you choose, allowing you to keep the translations seperate from the code and bring them in when needed.

Jan
24/10
Secure MySQL Session Management Handler →

Replaces default PHP session handling. This one uses MySQL with a bit more security.

Jan
24/10
dbForm →

This class creates a web form for a database table and handles all processing of the form including validation of data, inserts, updates and deletes. It is very customisable and flexible, and uses ADODB to connect to databases and simple templates.

Jan
24/10
Prometheus Library →

The goal of this package was to provide an API of defines, objects and functions that will help the average developer design with less effort. It includes an auto-loader to retrieve just the modules you need, sessions, database independence, benchmarking, user authentication, browser identification, page navigation, MIME and URL objects, IMAP mail reading/sending support, templates and more.

Categories