Package:
Summary:
Read and write BMP images in pure PHP
Groups:
Author:
Description:
This class can be used to read and write BMP images in pure PHP.
It can read an image file in BMP format and parse its data to build an image that can be manipulated by the GD extension functions.
The class can also do the opposite, i.e. take a GD image resource handle and save the image data to a file in the BMP format.
Package:
Summary:
Web development framework integrated with jQuery
Groups:
Author:
Description:
This package is Web development framework integrated with jQuery.
It provides classes for various purposes that generate HTML 5 and JavaScript for generating user interfaces enhanced with JavaScript components based jQuery library.
CSS styles.
A new utility to back up and restore the device drivers on your computer system has been added to the
Free Device Driver Backup and Extraction Utilities.
Such a program is useful if you ever want to reinstall Windows and your computer manufacturer did not give you a CD containing all the
drivers for your system, a very common situation if you bought a pre-built system like a notebook.
(That is, you can use the program to make a copy of your drivers before reformatting or upgrading the hard disk or whatever, then allow your
newly reinstalled Windows to install those drivers, giving you a working system again.)
Package:
Summary:
Generate links to browse listings split in pages
Groups:
Author:
Description:
This class can be used to generate links to browse listings split in pages.
It takes the limit number of entries to list per page and get the current page number from a request variable to return the number of the first entry to list in the current page.
The class also takes the total number of entries to generate HTML links that can be used to go to the previous, next and any intermediate listing pages.
Package:
Summary:
Apply an watermark image on another image
Groups:
Author:
Description:
This class can be used to apply an watermark image on another image.
It can load an image in PNG or JPEG format and can place a transparent watermark image over the original image.
The watermark image horizontal and vertical alignment and border padding are configurable parameters.
The resulting image with the applied watermark image is saved to a file with the same name of the original, but the class generates a backup copy before applying the watermark image.
Package:
Summary:
Compose and send e-mail messages via SMTP
Groups:
Author:
Description:
This package can be used to compose and send e-mail messages via SMTP.
It can compose a message with subject, sender and recipient addresses, text and HTML body.
The package can send the message via SMTP with support for authenticating with a given user and password.
Package:
Summary:
Generate charts with Google Visualization API
Groups:
Author:
Description:
This package can be used to generate charts with Google Visualization API.
It is an enhanced version of the original QGoogleVisualizationAPI package.
This release allows integration of template based Javascript functions or classes.
It uses the ability of the Google Web API to work with JSON objects to reduce the volume of transferred data.
Package:
Summary:
Parse XML documents and return arrays of elements
Groups:
Author:
Description:
This class can be used to parse XML documents and return arrays of elements.
It can load a XML document from a file and extract only the structure of tags into eventually nested arrays discarding any tag attributes.
The class can perform a query of the document using XPath syntax to retrieve only specific XML nodes that match the query.
Package:
Summary:
Retrieve and display RSS feeds
Groups:
Author:
Description:
This package can be used to retrieve and display RSS feeds.
The main class can retrieve and parse a RSS feed from a given site. It supports RSS 0.92, RSS 2.0 and Atom formats.
Another class can process the RSS feed and display it in an HTML page.