Package:
Summary:
Generate HTML tags programmatically
Groups:
Author:
Description:
This class can be used to generate HTML tags programmatically.
It can compose the definition of an HTML tag, its attributes, CSS styles and tag content.
Once defined, the class can return the HTML for the specified tag.
Package:
Summary:
Validate and process uploaded files with forms
Groups:
Author:
Description:
This class can be used to validate and process uploaded files with forms.
It can check an uploaded file entry in the $_FILES array and verify whether its size does not exceed a given limit, as well the file name extension is one of the list of allowed file name extensions.
Valid files are copied to a given target directory.
Package:
Summary:
Replace text with BBCode by HTML tags
Groups:
Author:
Description:
This class can be used to replace text with BBCode by HTML tags.
It takes a text string and uses regular expressions to search and replace BBCode tags with corresponding HTML formatting tags.
Package:
Summary:
Generate combinations of an array of values
Groups:
Author:
Description:
This class can be used to generate combinations of an array of values.
It takes an array of values and generates all possible combinations of those values including permutation of order of the values.
The class can be configured to only get unique combinations, i.e. identical combinations of values are not generated.
Package:
Summary:
Execute MySQL queries and cache results in files
Groups:
Author:
Description:
This class can be used to execute MySQL queries and cache results in files.
It can connect to a MySQL server and execute given SQL queries.
The class can also retrieve the query results and store them in cache files.
Package:
Summary:
Retrieve and parse RSS feed from remote sites
Groups:
Author:
Description:
This package can be used to retrieve and parse RSS feed from remote sites.
It can send HTTP requests to remote sites that provide RSS feeds.
It can also parse the retrieved feeds and extract the feed entry information. The parsed information may be cached for a given period of time.
There are also sub-classes specialized in extracting information from YouTube and Wordpress RSS feeds.
Haikus from Jane on her 39th birthday:
Practice makes perfect
is what they say about things,
but sometimes it’s not.
In this case it is
not practice but refinement,
and then more testing.
You can help WordPress!
Now: 3.1, beta 2
is here; needs testing.
But! Remember this:
Only install on test sites,
as YMMV.
The second beta of WordPress 3.1 is now available!
For things to test, please review our Beta 1 release announcement. A list of known issues can be found on our bug tracker.
Already have a test install that you want to switch over to the beta? Try the beta tester plugin. Please test 3.1 on a test site, not on your live site, as interactions with plugins that haven’t been updated may be unpredictable, and we can’t predict (see how that works?) whether something will break or not… that’s why we’re asking people to help us test everything!
Testers, don’t forget to use the wp-testers mailing list to discuss bugs you encounter. Plugin and theme authors, please test your plugins for compatibility.
Download the WordPress 3.1 Beta 2 now.