Package:
Summary:
Manipulate content of a site in Webs.com
Groups:
Author:
Description:
This class can be used to manipulate content of a site in Webs.com.
It can sent HTTP requests to the Webs.com Web services API to perform several types of content manipulation operations on behalf of an authorized user.
Currently it can: list site pages, add page content, add an album photo, add blog entry, list files, get file information, upload file and rename file.
Package:
Summary:
Retrieve PlayStation network trophy data
Groups:
Author:
Description:
This class can be used to retrieve PlayStation network trophy data.
It can retrieve the PlayStation network trophy data page for player with a given user name.
The class can parse the page and extract the player level, progress, and trophies either in Platinum, Gold, Silver or Bronze.
Package:
Summary:
Receive and reply to Web services requests
Groups:
Author:
Description:
This class can be used to receive and reply to Web services requests.
It can parse the request in a custom XML format for a Web service call passed by a client via Web.
The Web service function call and parameters are stored in class variables.
The class may also generate XML for the response to be returned to the client.
Package:
Summary:
Shows random image or Flash banners from a list
Groups:
Author:
Description:
This class can be used to show random image or Flash banners from a list.
It can add to a list one or more image or Flash banners given the banner Flash or image URL, and the click destination URL in case of the image banner.
The class picks one of the banners randomly and generates the necessary HTML to display the banner in a Web page.
Package:
Summary:
Measure time script execution time
Groups:
Author:
Description:
This class can be used to measure time script execution time.
It can start measuring time by taking note of the current time in microseconds.
The class can also take not of the end time and display the different since it started.
The code and comments are in Polish.
Package:
Summary:
Measure the time of script execution
Groups:
Author:
Description:
Stoper - class is used to measure the time of script execution
Package:
Summary:
Store and retrieved encrypted values in cookies
Groups:
Author:
Description:
This class can be used to store and retrieved encrypted values in cookies.
It can set values for a group of variables and store an encrypted version in an cookie with a given name.
The class can also do the opposite, i.e. decrypt cookie value and retrieve the original values.