A new free defrag tool for Windows, Defraggler, has been added to the Free Defragmentation Utilities / Free Defrag Software
page. You can use this to defragment your entire hard disk or to selective defragment individual files or folders. (For those who aren't sure of the purpose of such software, they consolidate all the bits and pieces
of the files on your computer into contiguous chunks so that your system can, hopefully, run faster.)
Package:
Summary:
Generate HTML and Javascript for displaying forms
Groups:
Author:
Description:
This class can be used to generate HTML and Javascript for displaying forms.
It can add the definition of the form fields to be displayed and generates HTML to display the fields in a table.
The class also generates Javascript to support some types of validation on the browser side.
It comes also with two custom fields for choosing dates and presenting sortable tables using jQuery Javascript library.



Package:
Summary:
Generate JSON output from MySQL query results
Groups:
Author:
Description:
This class can be use to Generate JSON output from MySQL query results.
It takes an handle of a previously executed MySQL database query and retrieves the results to generate a JSON string with the values of all the result rows.



<?php
/**
* function simpleURI (string $text, boolean $low, boolean $html = false)
*
* Create a optimized url from a regular string
*
* @$low: true/false lowercase / normal case
* @$html: true/
<?php
/**
* function recursiveDir (string $folder)
*
* Crea un arbol de directorios de manera recursiva
*
* Example:
*
* recursiveDir(‘/tmp/folder/test/random/other’);
*
* return boolean
*/
<?php
/**
* function randomArray (array $array)
*
* Randomize array values
*
* Example:
*
* $array = array(‘value1′,’value2′,’value3′,’value4’);
*
* $random = randomArray($array);
*
* retu
<?php
/**
* function humanSize (integer $size)
*
* Receive the file size in bytes and return the human readable value (B, KB, MB)
*
* Example:
*
* echo humanSize(filesize(__FILE__));
*
* ret
<?php
// @param $string A string value to be trimmmed.
// @param $length The max. visible length with added dots. If the string is longer, the remaining part will be trimmed. (Default is 15)
// @pa
[url=http://wisnercanoes.com/node/2]Example[/url]
<?php
/*
* This script makes a list of content for each month and puts the current month first, and then lists the months coming up.
* It i
This snippet requires a 3rd party service to work.
It will take your url, such as: http://phpsnips.com
and convert it to a shorter URL such as:
http://m8.to/BA
<?php
$long_url = "http://www.