Package:
Summary:
Process uploaded image files
Groups:
Author:
Description:
This class can be used to process uploaded image files.
It can traverse a list of uploaded files and move them to a destination directory.
The class can also process uploaded image files in GIF, JPEG and PNG format by performing resize operations and thumbnail image generation.
Package:
Summary:
Validate Serbian Unique Master Citizen numbers
Groups:
Author:
Description:
This class can be used to parse and validate Serbian Unique Master Citizen numbers.
It takes a Serbian citizen number and parse it to determine if it is valid and extract its components.
Package:
Summary:
Display the latest statuses of a Twitter user
Groups:
Author:
Description:
This class can be used to display the latest statuses of a Twitter user.
It can retrieve the RSS feed with the timeline of the latest statuses of a given user.
The class parses the RSS feed and display the status messages and their published dates.
Package:
Summary:
Determine if Yahoo or MSN users are online
Groups:
Author:
Description:
This package can be used to determine if Yahoo or MSN users are online.
It can query a MySQL database to retrieve a list of users to check.
It can also check whether the listed users are online either on Yahoo Messenger or MSN by sending HTTP requests to Web services API servers that return given user online status.
Package:
Summary:
Detect when site users are Y!IM and chat SMS
Groups:
Author:
Description:
Many times site support may need to communicate with site users in real-time. With this class the site support technicians can determine if users are on Yahoo or MSN instant messenger and communicate through IM to do a variety of things such: as assist with online account problems, offer services or provide information.
Package:
Summary:
Manage registrations and authenticate users
Groups:
Author:
Description:
This class can be used to manage registrations and authenticate users with records in a MySQL database.
It can perform several types of operations with registered users of a site.
Currently it can create or update registered user records, activate user accounts, reset passwords, authenticate an user and start a login session, and end a login session.