Posts Tagged With: download
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 … Continue reading
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 … Continue reading
