HomebulletScriptsbulletTag: whitespace (16 results)
  1. Remove Any Excess Whitespace
    89 total visits
    This is a PHP script can be used to remove any excess whitespace (space, tabs, line breaks, etc) from a string of text and allows just one consecutive space.
  2. No Screenshot
    2330 total visits
    This PHP script is created to retrieve an HTML document from a web server to clean the document by removing white spaces, NUL and escape characters, JavaScript and style section definitions. Parse an HTML document and then return an hierarchy of tag objects. Magic HTML Parser can also be used to traverse the parsed document hierarchy to extract the keywords ...
  3. No Screenshot
    1884 total visits
    An error request URL can be cleaned of punctuation and white spaces. Error-access can return the words in the request URL so they can be used to perform searches for the correct the user may be looking for. Requirements: PHP 3.0 or higher
  4. No Screenshot
    1807 total visits
    This PHP script is designed just to reformat HTML tags. Once takes an HTML string, Stidy first removes white space characters, and then adds line breaks after table and script tags to reformat the result adding indentation spaces. Finally the function to reformat HTML tags fulfilled.Requirements:- PHP 4.0.5 or Higher
  5. No Screenshot
    1548 total visits
    This PHP script is to compress CSS files by removing unnecessary characters, CssShrink first takes the content of a CSS file, and then removes comments, white spaces and semi-colons after statements at the end of the line to compress CSS file. Fianlly the compressed CSS output will return as a string.Requirements:- PHP 5.1 or higher
  6. No Screenshot
    1764 total visits
    cssmin can take a string with CSS style definitions and removes all comments and whitespace that is not necessary.URLs can optionally be preserved in style definitions.Requirements: PHP 5.0 or higher
  7. No Screenshot
    1791 total visits
    The PHP Compiler can parse one or more PHP source code files using the PHP tokenizer functions to remove comments and white space.The resulting code can be compressed using gzip before The PHP Compiler generates a self-extracting PHP script that decompresses the original obfuscated code.A hook can be called in order to obfuscate the source after compression.
  8. No Screenshot
    2246 total visits
    io_dz takes a variable values, serializes and compresses it with gzip algorithm to occupy less space.A variable value can also be uncompressed and unserialized again.Requirements: PHP 4.0 or higher
  9. No Screenshot
    1661 total visits
    JS & CSS Compressor can take a list of Javascript or CSS files and compact them by stripping comments and white spaces putting all in one line. A specified file is used to store the resulting code.Requirements: PHP 4.3 or higher
  10. No Screenshot
    1566 total visits
    Form Checker provides several classes to sanitize and validate text data that represent values of several types of data.Form Checker can validate values as not empty or with a minimum and maximum length, according to regular expressions, as integers, that starts or not start with a given prefix, does not match a given list of values, as an e-mail address, ...
  11. No Screenshot
    1800 total visits
    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 ...
  12. No Screenshot
    2101 total visits
    GzOutput can be used to serve one or more files compressing them if the user browser supports compression. It can serve one or more files in the same request. If the files are Javascript or CSS, they can be processed first to remove needless comments and white space.If the browser supports compression, GzOutput may compress the files data before serving ...
  13. No Screenshot
    2108 total visits
    JavaScript Compressor can be used to pack JavaScript code to reduce its size. It can remove comments, white space and convert the code to a more packed style.There is also a class that can cache several packed JavaScript code files until they are changed to avoid the overhead of packing the same JavaScript files.
  14. No Screenshot
    1854 total visits
    PHP Code Buster can be used to obfuscate PHP code making it unreadable to humans.PHP Code Buster uses the PHP tokenizer functions to parse PHP source code and rewrite it eliminating comments or white space, and replacing the variable names with names that do not hint the variables original purpose.
  15. No Screenshot
    1522 total visits
    Beauty XML is meant to reformat XML documents with consistent indentation and line breaking rules.The class can be configured to use any sequence of whitespace characters for indentation. Optionally, it may also break the words of long lines that exceed a configurable line length.
Pages 1 of 2« 1 2 »