Package:
Summary:
Extract lists of proxy servers from remote sites
Groups:
Author:
Description:
This class can be used to extract lists of proxy servers from remote sites.
It goes through a list of remote sites and retrieve pages that contain lists of proxy servers.
The class parses the retrieved pages to extract the proxy server addresses.
It generates a PHP script with the details of all the proxy servers.
Package:
Summary:
Show a progress bar for a server job using AJAX
Groups:
Author:
Description:
This class can be used to show a progress bar for a job running on the serve using AJAX to update the bar.
It displays a bar place holder section on the page that will be updated when the job progresses.
The class also generates Javascript that uses the jQuery library to send AJAX requests to retrieve the job progress status.
The class gets update notices from the PHP script running the server job and updates a file that is updated with job progress information. This information is served to the browser when it gets the job status AJAX request.
Package:
Summary:
Session handler that stores data in CouchDB
Groups:
Author:
Description:
This package implements a PHP session handler that that stores and retrieves session data in a CouchDB database.
The handler class implements all session management functions by sending HTTP requests to a CouchDB database.
The new Free Royalty-Free Music and Sounds
page lists websites that provide free royalty-free music, songs, and sounds that you can use on your websites, videos, powerpoint
presentations and so on. If you are a non-musician and want to spruce up your work with some music or sound, and don't want
to run afoul of copyright law, check this out.
Package:
Summary:
Show MySQL results in pages updated using AJAX
Groups:
Author:
Description:
This class can be used to show MySQL query results in pages with browse links updated using AJAX to avoid page reloading.
It can execute a given MySQL query and display the results in an HTML table.
The table may have headers with links that sort the results when they are clicked.
The listing may also be split in multiple pages with a limited number of result rows. Pagination links are display to let the user browse other query result pages.
AJAX requests are sent to retrieve new pages of results when either the sorting or pagination links are clicked to avoid full page reloading.
Package:
Summary:
Implement enumerated values as class functions
Groups:
Author:
Description:
This class can be used to implement enumerated values as class functions.
It takes the name of a class and the list of names for enumerated values to define and generates code for a new class that defines the enumerated values.
The enumerated values can be retrieved using static function calls to the generated class.