Package:
Summary:
Send SMS messages via the Routo Messaging gateway
Groups:
Author:
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.
Package:
Summary:
Send SMS messages via the RoutoMessaging gateway
Groups:
Author:
Description:
This class can be used to send SMS messages via the RoutoMessaging gateway.
Package:
Summary:
Highlight keywords within HTML
Groups:
Author:
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.
Package:
Summary:
PostgreSQL database access wrapper
Groups:
Author:
Description:
This package implements a PostrgreSQL database access wrapper.
There is a base class that provides common connection and database access functionality.
There is an implementation class that implements the base class interface operations to access PostgreSQL databases like establishing connections, executing SQL queries, traverse and retrieve query results, manage transactions, access sequences, execute SELECT, INSERT, UPDATE and DELETE statements using values passed programmatically.
Package:
Summary:
Convert between roman and decimal representation
Groups:
Author:
Description:
This class can be used to Convert between roman and decimal representation.
It can take a number and convert it to a string that represents it in the Roman notation.
The class can also do the opposite, i.e. take a string with a number represented in Roman and converts it back to decimal.
Package:
Summary:
Manage database of banned IP addresses
Groups:
Author:
Description:
This package can be used to manage database of banned IP addresses.
It can list, add, update and delete records of a MySQL database table with information about banned IP addresses.
The class can generate forms to create or update records of banned IP addresses.
It can also look up the database to check whether a given IP or host address are banned. The class can issue a forbidden access response in case it is banned.
Package:
Summary:
Manage database of banned IP addresses
Groups:
Author:
Description:
This package can be used to manage database of banned IP addresses.
It can list, add, update and delete records of a MySQL database table with information about banned IP addresses.
The class can generate forms to create or update records of banned IP addresses.
It can also look up the database to check whether a given IP or host address are banned. The class can issue a forbidden access response in case it is banned.
Package:
Summary:
Detect the type of mobile device accessing a site
Groups:
Author:
Description:
This class can be used to detect the type of mobile device accessing a site.
It can analyze the current HTTP user agent request header to determine which type if mobile device is accessing the site.
Currently it can distinguish several types of mobile device that use different systems and mobile browsers: Android, Blackberry, Opera Mini, Palm, Windows Mobile, and other generic systems.
Package:
Summary:
Display galleries of photos from PicasaWeb albums
Groups:
Author:
Description:
This class can be used to display galleries of photos from PicasaWeb albums.
It can access the PicasaWeb Web services API server and retrieve information about albums of photos in order to generate HTML to display photos in the current site.
The class can display listings of albums in a given PicasaWeb account, as well display the photos of a given album.
Package:
Summary:
Send alarm messages when databases are down
Groups:
Author:
Description:
This class can be used to send alarm messages when databases are down.
It can check one or more database servers by connecting to them to see if they are up or down.
The class can send an alert e-mail or SMS message to the systems administrators when a database server is down. When the database server is up, another alert message is sent.
Currently it supports checking multiple types database servers: MySQL, Mini-SQL, Microsoft SQL Server, IBM DB2, Oracle, PostgreSQL, etc..