Monthly Archiv: August, 2009

Table Constructor

Result screenshot. json-file
Package:
Table Constructor
Summary:
Display an HTML table from array, JSON or XML
Groups:
HTML, PHP 5, XML
Author:
Ewg
Description:
This class can be used to display an HTML table from array, JSON or XML.

It can traverse data from an array and generate an HTML table that displays that data.

It can also read data from a JSON or XML file and convert it into an array so it can also be displayed in an HTML table.

1. Simply to use
new Table ($data); // work with array
new Table ('data.json', 'json-file');
new Table ($json_string, 'json'); // work with json-string
new Table ('data.xml', 'xml-file'); // work with xml-file
new Table ($xml_string, 'xml'); // work with xml-string
2. Universal: array, xml, json
3. Quick


nishant0909

Even SiliconIndia is giving an online course on "PHP", they are doing a great job. Its an unique model. I am a student of it in fact. If you get time just check out the model

[Free] New PC Emulator: Run Another Operating System on top of Your Existing One

A novel new PC emulator has been added to the Free x86 / PC Emulators and Virtual Machines page. For those who don't know what that means, emulators and virtual machines let you run a completely new system (like Windows or Linux) on top of your existing one (like Mac OS X, Windows or Linux), thus allowing you to run things that cannot normally run on your system. It is also used by many people to safely test programs that they don't dare install on their main system (in case it disrupts operations).

PHP OOIM

Package:
PHP OOIM
Summary:
Manipulate images in several ways
Groups:
Graphics, PHP 5
Author:
Dom Hastings
Description:
This class can be used to manipulate images in several ways.

It can load a given image file in JPEG, GIF, PNG, BMP or XBM format and apply one or more image processing operations. Currently it supports the following operations:

- Scaling
- Cropping
- Adding a watermark
- Draw lines or boxes
- Filling white space with a color

The processed image can be saved to a file or displayed as the current script output.


List Control

Package:
List Control
Summary:
Display a form select input from an options array
Groups:
HTML, PHP 5
Author:
sakir ayanoglu
Description:
This class can be used to display a form select input from an options array.

It takes an array with a list of text values and displays an HTML form select input.

The class may also get the value of the select input of submit form POST request.


LibraryThing Services

Package:
LibraryThing Services
Summary:
Get book information using the LibraryThing API
Groups:
PHP 5, Web services
Author:
Robert van der Linde
Description:
This class can be used to get book information using the LibraryThing API.

It can send requests to the LibraryThing Web services API to obtain information about books. Currently it can:

- Get the list of related works given the ISBN of a book
- Get the language of a book with a given ISBN
- Get the identifier, page URL and related works of a book with a given ISBN


PHP5 Tools Collection

Package:
PHP5 Tools Collection
Summary:
Generate random text and sanitize strings
Groups:
PHP 5, Text processing
Author:
Bimal Poudel
Description:
This is a very simple class that can be used to generate random text and sanitize strings.

It provides a function that generates a string of a given length made of random hexadecimal characters.

The class also provides another function to sanitize text strings by adding slash characters.


MCContact Form 1.0

MCContact Form is a safe way to give your visitors the chance to get in contact with your site. if they just want to contact your site privately, MCContact Form is the solution. They can send you an email via MCContact Form and you can respond privately to their address.This version has some filters for malicious code injection and a captcha to avoid email sent through by robots. You also can choose between 2 languages English and Italian

[Free] New Smalltalk Compiler: Write Your Own Computer Program with Smalltalk/X

A new Smalltalk compiler has been added to the Free Smalltalk Compilers and Interpreters page. Smalltalk/X is a complete implementation of the Smalltalk programming language, and comes with an IDE that has an editor, a debugger, a GUI builder, a compiler that can generate standalone programs as well as DLLs, etc. Check it out and write your own computer programs with this development environment (or use one of the other free Smalltalk compilers listed on the page).

Powered by Gewgley