Buy me a Beer
Web 2.0 Training
 
headermask image

Random Header :: Unpredictably Exciting

AJAX Grid :: Edit and save table data without page refreshing

This class can be used to edit and save data of table columns. It uses AJAX to save the changed table cells without refreshing the current page. The changed cells are saved by backend scripts that store the updated data in server side text files. Download: http://www.phpclasses.org/browse/package/2828.html http://phpclasses.dmwtechnologies.com/browse/package/2828.html (mirror)

AJAX File Uploader :: Uploaded files without page reloading

This class can be used to browse files uploaded via Web forms using AJAX methods to send the files without reloading the form page.  There is auxiliary Javascript code that can upload in the background a file that the users chooses in a Web page form and updates the upload message status in the page. [...]

Encode And Optimize PHP :: Obfuscate and compact PHP source files

This class can obfuscate and compact PHP source code files. It can process a PHP source code file and replace characters in text strings by the corresponding hexadecimal representation, making the code harder to read and understand what it does. It can also compact the PHP source code files by eliminating comments, white spaces and [...]

Data to Graph :: Generate bar charts from arrays of data

This class can be used to generate bar charts from arrays of data.  It takes as parameters two arrays that define the values of the bars to display. It creates an image with a given width and height, displays the axis values and draws each of the chart bars. The resulting image is store in [...]

Create File By Parsing Dir :: Create a CSV with a list of files of a directory

This class can scan a given directory recursively and create a CSV file with the list of files with found in the directory that have file extensions of a given list. The CSV file uses a comma (,) as separator by default but it may use a different separator character. Download: http://www.phpclasses.org/browse/package/2350.html http://phpclasses.dmwtechnologies.com/browse/package/2350.html (mirror)