Package:
Summary:
Display image galleries optimized for the iPhone
Groups:
Author:
Description:
This package can be used to display image galleries optimized for the iPhone.
It can read the images from a given server directory, generate thumbnails and slide images, and generate Javascript to retrive images from the server, return the image descriptions.
This package works in conjuction with a the Jaipho Javascript library which is based on the original iPhone Photos application.
Package:
Summary:
Rename multiple files according to rules
Groups:
Author:
Description:
This class can be used to rename multiple files according to rules.
It can traverse a given directory and rename files that match given patterns.
The files are renamed according to rules that define whether the new names should include sequence numbers, text to be stripped from the original names, append and prepend text, rename the file name extension, change the case of name words, convert between spaces, dots and underscores, and trim the resulting name.
Package:
Summary:
Send commands to control iTunes using AppleScript
Groups:
Author:
Description:
This class can be used to end commands to control the iTunes program using AppleScript.
It can send AppleScript commands to an instance of iTunes program running on Mac OS X.
Currently it can retrieve the name of the song that is playing, move to the previous or next song, set the sound volume.
Package:
Summary:
Execute MySQL queries using parameter lists
Groups:
Author:
Description:
This package can be used to execute MySQL database queries using parameter lists.
There is a base class that provides basic functionality to access MySQL databases, execute queries, retrieve the results, manage transactions, etc..
A sub-class can insert, update, delete and retrieve database records given parameters that define tables, fields, field values and conditions.
Package:
Summary:
Display calendars denoting event days
Groups:
Author:
Description:
This class can be used to display calendars denoting event days.
It can display calendars of given week, month and year using HTML tables.
The presentation of the calendars is configurable using CSS classes. The days of given events are denoted using special CSS classes.
The text for the month and week day names is also configurable.
Package:
Summary:
Indent HTML document output
Groups:
Author:
Description:
This class can be used to indent HTML document output.
It can return indenting spaces to be inserted before each line with HTML tags or data.
The class keeps track of the indenting level, which can be increased or decreased on each new output line.
Package:
Summary:
Compose and output HTML forms
Groups:
Author:
Description:
This class can be used to compose and output HTML forms.
It can generate HTML form different types of form inputs and other types of HTML elements given parameters that defines details of each type of element.
The generated HTML is returned as a string that can be assembled with other parts of the final HTML page.
Package:
Summary:
Extract the base domain from an URL
Groups:
Author:
Description:
This is a very simple class that can be used to extract the base domain from an URL.
It takes an URL string and parses it find the URL domain and return the base domain.
Package:
Summary:
Generate and parse ISO 8583 transaction messages
Groups:
Author:
Description:
This class can be used to generate and parse ISO 8583 financial transaction messages.
It can take as parameters the transaction message type indicator and other card transaction details. Then it generates a transaction message that is returned as a string.
The class can also do the opposite, i.e. take a string with a transaction message and parse it to get the message type indicator, the bitmap of types of transaction details contained in the message, and the transaction detail values.