Package:
Summary:
Display user feedback messages
Groups:
Author:
Description:
This is a simple class that can be used to display user feedback messages.
It can queue messages to display to the user. The message can be displayed in different colors according to the current script state.
The class can display the queued messages all at once.
Package:
Summary:
Display user feedback messages
Groups:
Author:
Description:
This is a simple class that can be used to display user feedback messages.
It can queue messages to display to the user. The message can be displayed in different colors according to the current script state.
The class can display the queued messages all at once.
Package:
Summary:
Convert URLs in text to links using Bit.ly
Groups:
Author:
Description:
This class can be used to convert URLs in text to links using Bit.ly .
It can parse a text to find HTTP, HTTPS, FTP and FTPS links.
The class sends requests Bit.ly Web services API to convert the URLs that it finds into HTML links using the Bit.ly URLs.
Package:
Summary:
Convert URLs in text to links using Bit.ly
Groups:
Author:
Description:
This class can be used to convert URLs in text to links using Bit.ly .
It can parse a text to find HTTP, HTTPS, FTP and FTPS links.
The class sends requests Bit.ly Web services API to convert the URLs that it finds into HTML links using the Bit.ly URLs.
Package:
Summary:
Create archives of compressed files in ZIP format
Groups:
Author:
Description:
This class can be used to create archives of compressed files in ZIP format.
It is based on the Create Zip File class originally written by Rochak Chauhan.
This version writes the compressed archive to a file instead of a variable when the archive size exceeds a given memory usage threshold.
It can also add comments to the ZIP archives.
Package:
Summary:
Update user status in social networking sites
Groups:
Author:
Description:
This package can be used to update user status in social networking sites.
It can send HTTP requests to different social networking sites to post new user status messages.
Currently it supports Facebook, Twitter and LinkedIn.