This class can be used to convert text to speech using Google Translate API. It may take a text string or an HTML excerpt and sends a request to Google Translate API Web servers to return an MP3 audio file with text converted into speech. The class may also generate HTML with JavaScript to play the ...
JavaScript PHP Documentor Support forum jspd Generate documentation for Javascript scripts This class can be used to generate documentation for Javascript scripts. It can scan Javascript script files and extract documentation from tags inside Javascript comments similar to JavaDoc tags. The documentation ...
This package can be used to manipulate text strings as in Java. It consists of classes that implement an extensive set of functions for manipulating text strings, comparisons, matching patterns, localization, etc.. Java compatible UTF-8 Data Manipulation Support forum java-data-types Manipulate text ...
JavaScript in PHP Support forum javascript-in-php Generate JavaScript for validation of HTML forms This class can generate JavaScript for validation of HTML forms. It can generate JavaScript for implementing several types of validation of form input values on the browser side. Currently it implements ...
This package can be used to perform CAPTCHA validation using both an image and grafic elements presented using Javascript. It generates a validation text that is presented half in a dynamically and the other half by Javascript code generated by the class. The validation text is generated randomly by ...
Regulate XHTML Text Support forum xhtmlencode Encode characters in text in HTML tags This class can encode characters in text in HTML tags. It can take a text string eventual formatted with HTML tags and encodes all characters as HTML entities, preserving the original HTML markup. The class can ...
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 ...
Calendar date Support forum popup_calendar Generate a calendar date selector popup with DHTML This class can be used to generate a popup control to select a date of the calendar. It is now possible to select as link only a day of week you prefer It uses Javascript and HTML open a small layer when ...
HTMLForm Support forum htmlform Generate XHTML forms with Javascript validation This class can be used to generate XHTML forms with Javascript to perform client side validation. It can compose a form added all the types of basic HTML form inputs. It also provides convenience functions for adding ...
Class that generates HTML forms supporting: - Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code. - Can be extended with ...