PHP Classes

OnHTML: Generate a HTML page to be shown with JavaScript

Recommend this page to a friend!
  Info   View files View files (7)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 65%Total: 660 This week: 2All time: 4,875 This week: 94Up
Version License PHP version Categories
onhtml 1.0Freeware5.3HTML, PHP 5, AJAX
Description 

Author

This class can generate a HTML page to be shown with JavaScript.

It can add tag elements, tag attributes and data to the definition of a page, as well set element CSS properties and classes, and define event callback handlers.

The class generates a JSON data structure that represents the defined page HTML, which can be retrieved and displayed on the browser by a jQuery plug-in provided with this package.

Picture of Roberts
Name: Roberts <contact>
Classes: 2 packages by
Country: Latvia Latvia
Age: 32
All time rank: 26468 in Latvia Latvia
Week rank: 109 Up2 in Latvia Latvia Up

Details

onHTML ------ Project - proof of concept, a dynamic page generation toolkit. Aim is to create a kit for dynamic web apps which would use JSON as main com protocol making it easier to base multiple front ends upon a single back-end API, for example, browser extensions, desktop and mobile apps, and more without using different backend presentation logic for each frontend type. **Overall functionality so far:** - Basic jQuery JSON to HTML renderer. Supports event binding, attributes, CSS styling and load event callback, right from the JSON output. See test.html for example use. - PHP JSON generator. See php/data.php for example use. **Methods provided by onHTML PHP class:** - **__construct**: create new element. - **setIndexing**: set element indexing on or off. - **addElement**: add new child element for current element. - **addChild**: add existing onHTML object as child for current element. - **addLoadCallback**: register front-end JS function name as load callback for current element. - **addClass**: add one or more classes to current element. - **removeClass**: remove one or more classes from current element. - **attr**: add one or more attributes to element. - **removeAttr**: remove attribute from element. - **bind**: register one or more front-end JS function names as a event callbacks. - **css**: set one or multiple css property's. - **getElementsByClassName**: get collection of elements from global collection by class. Requires indexing to be on. - **getElementsByTagName**: get collection of element from global collection by tag name. Requires indexing to be on. - **getElementById**: get specific element by ID. Requires indexing to be on. - **getElementByOID**: get element by object ID (this is not spl_object_hash). Requires indexing to be on. - **json**: generate and return JSON output. By default, indexing is off. **Some stats and numbers:** - Generation and load time (10 000 elements): ~0.3sec AVG from 100 requests. - Render time (10 000 elements, including gen./load time): ~0.5sec AVG from 100 requests. Tested on a AMD Phenom 2 x4 notebook, with 4GB of RAM, Chrome 20.0, Windows 8 and Zend Server CE (PHP 5.3.9-ZS5.6.0) (data cache and optimizer off). Results on different setups may vary. It is possible to cache PHP rendered JSON inside a Memcached or other caching engine with ease and even compress it as GZIP, so load latency could be improved greatly.

  Files folder image Files  
File Role Description
Files folder imagejs (1 file)
Files folder imagephp (3 files)
Accessible without login Plain text file LICENSE Doc. Auxiliary data
Accessible without login Plain text file README.md Data Auxiliary data
Accessible without login Plain text file test.html Data Documentation

  Files folder image Files  /  js  
File Role Description
  Accessible without login Plain text file jquery.onhtml.js Data Auxiliary data

  Files folder image Files  /  php  
File Role Description
  Accessible without login Plain text file data.php Example Unit test script
  Plain text file onhtml.class.php Class Class source
  Accessible without login Plain text file request_log.txt Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:660
This week:2
All time:4,875
This week:94Up
 User Ratings  
 
 All time
Utility:83%StarStarStarStarStar
Consistency:83%StarStarStarStarStar
Documentation:83%StarStarStarStarStar
Examples:75%StarStarStarStar
Tests:-
Videos:-
Overall:65%StarStarStarStar
Rank:584