3 projects tagged "JavaScript"
SCSU is a Standard Compression Scheme for Unicode, implemented for PHP and JavaScript. It's suitable for better LZF compression for UTF-8 strings and is based on the Java source of SCSU by Unicode, Inc. Its PHP classes are self-documented by PHPDoc tags, and its JavaScript class by JSDoc tags.
LZF provides LZF compression/decompression for JavaScript. It is compatible with the lzf_compress and lzf_decompress PHP functions (see LZF in PECL). It is based on the C source of LZF functions by Marc Alexander Lehmann and on the C source of the LZF PHP extension by Marcin Gibula.
AJAPH is an object that can send AJAX requests and process the responses. It supports HTTP GET or POST requests, and synchronous or asynchronous requests with optional parameters. It can set a given page element to an image while waiting for the response. Request responses can be handled as HTML, XML, JSON, or text.