This can be used to find out how a site ranks in Google for a keyword. It can access Google search pages to perform a search for a given keyword. The class check the first 10 pages of results and check whether any pages of a given site appear in the results.
It returns the first [...]
27 January 2009 – 3:06 PM
This class can be used to generate XML file with the map of the files from a directory.
It traverses a given directory recursively and generate nested XML document that lists the names of all files and sub-directories contained in the input directory.
Download:
http://www.phpclasses.org/browse/package/2619.html
http://phpclasses.dmwtechnologies.com/browse/package/2619.html (mirror)
27 January 2009 – 2:56 PM
This class can be used to edit and save a paragraph of text in an HTML page.
It associates the necessary Javascript event handling code to turn a given paragraph in an HTML page into editable text when the user clicks on it. When the user finishes editing the generated Javascript submit the paragraph text to [...]
27 January 2009 – 1:17 PM
This class can be used to implement a CAPTCHA validation method that asks questions about pictures to the user. It presents several images and asks the user to answer a question related to the pictures. Only one picture is the right answers. The user has to pick the right picture to pass the validation.
The class [...]
27 January 2009 – 1:13 PM
This class can be used to compose and output HTML documents programmatically. It provides means to compose an HTML document by adding tags and data to it
The generated HTML code is fully compliant with W3 consortium HTML standards
Download:
http://www.phpclasses.org/browse/package/2545.html
http://phpclasses.dmwtechnologies.com/browse/package/2545.html (mirror)