-
HTML Class is similar to the HTML::Element Perl module.Key Features of HTML Class:- Ensures proper nesting of HTML tags (especially with emacs),- XHTML (XML) compliant. If the constant XHTML is defined, XHTML conforming tags are returned, otherwise the generated tags are compliant with HTML 4.- Variable number of content arguments for all tags, not only containers.- Can NOT do tag ...
-
The MooTools library is called via generated JavaScript and HTML code, in order to update a given page element with the output of a script with a given URL.Requirements:PHP 5.0 or higherLimitations:The comments in the code are in Turkish
-
htmldoc is used to perform the conversion.
-
HTMLparser uses a 'rather-standard' HTML stream into a tree-structure, that consitutes objects and properties.
-
A MySQL query is executed and an HTML tabled is generated from the resulting data.Export To Excel can also generate the necessary request headers to make the outputted HTML be downloaded as file by the browser with a file name that makes the file be readable by Microsoft Excel.Requirements: PHP 3 or higher
-
Variables containing objects of other classes or arrays can be contained in the class being displayed and can be treated accordingly.
-
HTML Compactor helps youto reduce the size of HTML documents by removing unnecessary comments and white-spaces. It can process an HTML document passed explicitly as a string. It may also capture all the output of a PHP script and compact it before serving to the user browser.HTML Compactor can reduce the size of the document by applying several operations like ...
-
HTML Generator Class can be used to generate HTML documents programmatically. There are several classes that abstract HTML documents and different types of HTML page elements.HTML Generator Class can define the page elements from element specific options configurable using setter functions.The classes can generate the elements HTML that is returned as a string.Currently HTML Generator Class provides classes to abstract ...
-
Clean Output can be used to reformat HTML or XML documents. It can read a string with HTML or XML and indent its lines according to the depth of the tags and data. Optional it can show in the outputted document a trace of the indentation level. Requirements: PHP 5.0
-
HTMLSelectList is a simple class that can be used to generate HTML form select inputs. It builds a select input from a list of items that can be added individually specifying the item value, the item text to display and whether the item should appear initially selected.The select input name, number of visible items, and other optional elements are configurable. ...
-
New AJAX Sortable can be used to display and edit data from MySQL table records in HTML table using AJAX to avoid page reloading. It generates an HTML table with data from a MySQL database .New AJAX Sortable also generates the necessary Javascript to edit the table cells and interact with the server via AJAX to be able to update ...
-
Html can be used to generate HTML pages using distinct class to encapsulate each type of page element. It provides many classes that implement most of the types of HTML page elements. Each of the classes implement a common page element interface.There are classes for encapsulate most types of form elements, block elements, Javascript blocks, pictures and links.Requirements: PHP 5.0
-
HTML Bar Codes can be used to display bar codes using only HTML with CSS styles. It takes a code to represent and generates CSS style definitions and HTML tags to render that code in an HTML page.There are two classes that can render bar codes using the Code39 and Interleave 2 of 5 standards respectively.
-
My Ajax allows youto generate HTML and Javascript to make AJAX calls to update pages without reloading. It generates HTML and Javascript functions that when called will perform AJAX requests and update specified page sections with data returned by the server as response to the AJAX requests.The generated Javascript code may submit AJAX requests using the GET or POST methods. ...
-
AJAX Treeview can be used to generate and update a hierarchical tree of elements from MySQL database content.A HTML page with some Javascript performs an AJAX request to obtain the list of elements of the tree from a MySQL database query.The tree of elements is returned to the browser in JSON format.

