Buy me a Coffee
Web 2.0 Training
 
headermask image

Random Header :: Unpredictably Exciting

PHP Keyword Analyser

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 [...]

Create Sitemap :: Generate of map of the files of a directory in XML

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)

AJAX Edit In Place :: Edit and save a paragraph of text in an HTML page

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 [...]

iCaptcha :: CAPTCHA validation asking questions about pictures

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 [...]

HTML Generator :: Compose and output HTML documents programatically

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)