docType

Package:
Summary:
Create HTML or XHTML depending on the user browser
Groups:
Author:
Description:
This class can be used to create HTML or XHTML depending on the user browser.

It analyzes the current HTTP request Accept header and depending on whether the browser accepts XHTML documents or not, it creates a DOM document structure with the right DOCType element for XHTML or not.

The rest of the document structure can be composed with other regular calls to DOM object functions.


Image upload, restrict, display

Package:
Summary:
Process and display uploaded image files
Groups:
Author:
Description:
This class can be used to process and display uploaded image files.

It can take an image file uploaded via Web forms, make sure it has an image file extension. Then it moves the file to a given directory.

The class can also generate HTML tags to display the image in a Web page.


WordPress 2.9.1 Release Candidate 1

Thanks to everyone who tested 2.9.1 Beta 1.  We’re following that up with Release Candidate 1.  RC1 contains a few more fixes, bringing the number of fixed tickets up to 23.  If you are already running Beta 1, visit Tools->Upgrade in your blog’s admin to get RC1.  You can also  download the RC1 package and install manually.  If all goes well, 2.9.1 will be here soon.

xFraction

Package:
Summary:
Perform mathematical operations with fractions
Groups:
Author:
Description:
This class can be used to perform mathematical operations with fractions.

It can take as parameters fractional numbers represented in several ways, like array with numerator and denominator integer values, integer, floating point or string with a number.

The class can perform operations with fractional numbers like adding, subtracting, multiplying, dividing, comparison, cancel fraction, get the canceled reciprocal fraction.


Mini spiders and bots class

Package:
Summary:
Perform useful actions using Web services
Groups:
Author:
Description:
This class can be used to perform useful actions using Web services.

It can send requests to several different types of servers to perform actions like:

- Get text phrase correct spelling using Google search spelling suggestions
- Get exchange rates from Banca di Italia site
- Get weather forecasts from Google
- Get shorter URLs using TinyURL
- Get the geographic location of a given IP address using GeoIPTool
- Validate an e-mail address connecting to its SMTP server


Powered by Gewgley