[Free] New Defrag Software for Windows: Defraggler

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.)

Form Builder

Package:
Form Builder
Summary:
Generate HTML and Javascript for displaying forms
Groups:
HTML, PHP 5, Validation
Author:
imavex
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.


MySQL 2 JSON

Package:
MySQL 2 JSON
Summary:
Generate JSON output from MySQL query results
Groups:
Data types, Databases, PHP 5
Author:
lucass lanto
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.


Simple URI location

<?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/

Create a recursive folder

<?php
/**
* function recursiveDir (string $folder)
*
* Crea un arbol de directorios de manera recursiva
*
* Example:
*
* recursiveDir(‘/tmp/folder/test/random/other’);
*
* return boolean
*/

Randomize array values

<?php
/**
* function randomArray (array $array)
*
* Randomize array values
*
* Example:
*
* $array = array(‘value1′,’value2′,’value3′,’value4’);
*
* $random = randomArray($array);
*
* retu

Human readable file size

<?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

Monthly Content Sorting

[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

Powered by Gewgley