Gogole helper

Package:
Summary:
Perform searches using Google search API
Groups:
Author:
Description:
This class can be used to perform searches using Google search API.

It can send an HTTP request to the Google search Web services API server to perform a search for given keywords.

The class can parse the results and return them in an array.

It can also send a request to the Google translate Web services API to perform the translation of a text between to given languages.

This class can be used for sending search request to google, and get search results.
Also it can be useful for translating text using google translate.


SocketServer

Package:
Summary:
Server to handle TCP requests
Groups:
Author:
Description:
This class can be used to implement a server to handle TCP requests.

It can listen to connections to a given IP and port and call given callback functions upon certain types of events.

Currently it can call handler functions for the events of established connections, disconnections, and received data from the client.


D3Ribbon Menu

screenshot
Package:
Summary:
Generate HTML to display ribbon-like menus
Groups:
Author:
Description:
This class can be used to generate HTML to display ribbon-like menus.

It can build a structure of menus, categories and buttons and generates HTML and JavaScript to display a ribbon menu.

Dowload all styles and Themes From
http://www.tufyta.com/php-ribbon


Output Filter

Package:
Summary:
Filter scalars, arrays, data objects recursively
Groups:
Author:
Description:
This package can be used to filter the values of scalars, arrays, data objects recursively.

It can take an arbitrary value and apply filtering operations implemented by separate filter classes.

Arrays and objects can be traversed recursively to filter all their member values.

Multiple filter objects can be arranged in a chain to perform several types of filtering operations.

Currently the package includes filter classes for encoding text as HTML with entities, convert new line characters to HTML line break tags, etc..

This package also provides wrappers to use the filters with the Zend Framework and Smarty template engine.


Animus Comments

This script lets you add a "comments" section to any web pages that you control. It can block spambots by using a captcha, filter out obscene language, and be made to look like your site so that it doesn't stick out. It even has the ability to let people rate comments -- comments with high rating will be displayed more visibly, comments with lower ratings can be hidden. This script lets you get feedback on your pages, so you have an easy way to communicate with your visitors. It has a number of features designed to reduce any type of abuse, and it's extraordinarily easy to install -- adding comments to a page is as simple as copying a single line of code.

Array Class

Package:
Summary:
Manipulate numeric array values
Groups:
Author:
Description:
This class can be used to manipulate numeric array values.

It can perform several types of operations with numeric values of array entries.

Currently it can determine the maximum, minimum, median, average and sum of numeric array values, convert the array values to a string and vice-versa.


Equation

Package:
Summary:
Evaluate and render polynomial equations
Groups:
Author:
Description:
This package can be used to evaluate and render polynomial equations.

It can take an array of coefficients of a polynomial equation and can evaluate it for a given x value.

It can also generate HTML to render the equation in a Web page.


Powered by Gewgley