Archive for June, 2009

PHP DataGrid

Sunday, June 28th, 2009

Package:
PHP DataGrid
Summary:
Display data from arrays in sortable HTML tables
Groups:
HTML, PHP 5
Author:
Nguyen Duc Thuan
Description:
This class can be used to display data from arrays in sortable HTML tables.

It traverses bidimensional arrays and shows its data in an HTML table.

The columns names in the table header row are configurable. The listing may be sorted when the user clicks on the header row cells. Custom columns may be added at the start or end of the table. The table presentation details may be configurable using CSS styles.

This class can be used to autogenerate a grid of data from an array which can be queried from database. It is similar to ASP.NET's DataGrid. This class supports sorting by a data column and full customizations such as changing the cell templates, changing grid and cell attributes, adding a custom column, removing a column from the grid's display...


Tags: ,
Posted in Classes | No Comments »

Menu Builder

Saturday, June 27th, 2009

Package:
Menu Builder
Summary:
Display nested menus of HTML links
Groups:
HTML, PHP 5
Author:
Corey W.
Description:
This class can be used to display nested menus of HTML links.

It takes an array of menu items eventually with nested arrays that define sub-menus.

The class generates HTML lists with links for each menu item.

CSS classes can be used to configure the presentation styles of the menus, regular items and the current page item.


Tags: ,
Posted in Classes | No Comments »

EAValidator

Friday, June 26th, 2009

Package:
EAValidator
Summary:
Validate an e-mail address by checking its domain
Groups:
Email, Validation
Author:
Roberto Aleman
Description:
This class can be used to validate an e-mail address by checking its domain.

It can check a given e-mail address by verifying if it matches a regular expression with a pattern of valid e-mail addresses.

The class can also check the existence e-mail address domain by opening a connection to a host with the e-mail domain name.


Tags: ,
Posted in Classes | No Comments »

WordPress 2.8.1 Beta 2

Friday, June 26th, 2009

2.8.1 Beta 2 is ready for testing.  Download it, check out the changes since beta 1, and review all tickets fixed in 2.8.1.  We especially suggest, recommend, and beg that plugin developers test their plugins against beta 2 and let us know of any issues.  Notable fixes in beta 2:

Thanks again for testing WordPress.

Tags:
Posted in Uncategorized | No Comments »

Conversion

Thursday, June 25th, 2009

Package:
Conversion
Summary:
Convert values between metric and binary systems
Groups:
Conversion, PHP 5
Author:
Christoph Kappestein
Description:
This class can be used to convert values between metric (SI) and binary (IEC) systems.

It can take values represented in unit of the metric and binary systems and vice-versa.

The class supports units like byte, meter, gram and seconds to the SI standard but you can also define your own unit.

It can also convert bytes to the binary system, for instance converting 1024 bytes to 1 KB.


Tags: ,
Posted in Classes | No Comments »

conversion

Thursday, June 25th, 2009

Package:
conversion
Summary:
convert units to the SI/IEC standard
Groups:
CLASS
Author:
Christoph Kappestein
Description:
This class convert units to the SI/IEC standard. By default you can convert byte, meter, gram and seconds to the SI standard but you can also define your own unit. Also you can convert bytes to the IEC standard that means 1024 byte -> 1 Kibi


Tags: ,
Posted in Classes | No Comments »

Routo Messaging HTTP API

Thursday, June 25th, 2009

Package:
Routo Messaging HTTP API
Summary:
Send SMS messages via the RoutoMessaging gateway
Groups:
Cache, Web services, Wireless and Mobile
Author:
Routo Telecom
Description:
This class can be used to send SMS messages via the RoutoMessaging gateway.


Tags: ,
Posted in Classes | No Comments »

Routo Messaging HTTP API

Thursday, June 25th, 2009

Package:
Routo Messaging HTTP API
Summary:
Send SMS messages via the Routo Messaging gateway
Groups:
Cache, Web services, Wireless and Mobile
Author:
Routo Telecom
Description:
This class can be used to send SMS messages via the Routo Messaging gateway.

It can send an HTTP request to the Routo Messaging gateway server to send an SMS message with a given text on behalf of a given API user.

The user password and other message details are configurable.


Tags: ,
Posted in Classes | No Comments »

Dodo

Thursday, June 25th, 2009

Dododo

Tags:
Posted in Free PHP Scripts | No Comments »

Fete Search Highlighter

Wednesday, June 24th, 2009

Package:
Fete Search Highlighter
Summary:
Highlight keywords within HTML
Groups:
HTML, PHP 5, Text processing
Author:
Nguyen Duc Thuan
Description:
This class can be used to highlight keywords within HTML.

It can search an HTML string for given keywords in the text.

The class can surround the text of the keywords that are found with HTML tags that make those keywords be highlighted.


Tags: ,
Posted in Classes | No Comments »