Package:
Summary:
Apply stylesheets to HTML as tag style attributes
Groups:
Author:
Description:
This class can be used to apply style sheets to HTML as tag style attributes.
It parses an HTML document, finds external or inline style sections, and applies the defined styles to tags that match the defined style selectors to make the tags use style attribute instead.
Package:
Summary:
Count the number user accesses using files
Groups:
Author:
Description:
This class can be used to count the number user accesses using files.
It stores in one text file the list of the IP addresses of all users that access the site, in another file the number of unique visitors and the total number of accesses in another file.
The class can also retrieve each of the counts from the files.
Package:
Summary:
Generate QRCode images using Kaiva.com site
Groups:
Author:
Description:
This class can be used to generate QRCode images using Kaiva.com site.
It can send an HTTP request to the Kaiva.com site and pass parameters about the size of the image and the data from which it will generate the QRCode image.
The generated image is returned as a string.
A new screen capture utility for Windows has been added to the
Free Screen Video Recorders and
Screen Capture Software page. This one can not only capture a screenshot of a window, the entire desktop or the current
monitor (in a multi-monitor setup), it also handles the rounded corners of windows and the Vista/Windows 7 transparent window title
bars and borders intelligently.
If you're looking for a program to take screenshots, for example for an online tutorial or
to post in a forum, check this out.
The page also list programs to create a video recording of things you do on your desktop, something that is useful if you want
to make a screencast for video tutorials and the like.
Package:
Summary:
Retrieve MySQL query results split in pages
Groups:
Author:
Description:
This class can be used to retrieve MySQL query results split in pages.
It can execute a given MySQL SELECT query and retrieve its results split in pages with a given limit number of records.
The class can iterate over the complete set of results and return the query result pages as arrays until there are no more result pages to retrieve.
Package:
Summary:
Store and get data in MongoDB GridFS like files
Groups:
Author:
Description:
This class can act as stream wrapper, so it can store and get data in MongoDB GridFS like regular files.
It uses the MongoDB extension to perform data access functions on files stored in a MongoDB database.
The class supports open, read, write, seek position, tell, eof, flush data, close and unlink stream access functions.
Package:
Summary:
Display MySQL query results in an HTML table
Groups:
Author:
Description:
This class can be used to display MySQL query results in an HTML table.
It can execute a given MySQL query and generate an HTML table with the query results.
The class can render the table columns with result column data using custom formats, with links and check boxes. The table listing may have pagination links.
The presentation of the table and link styles are configurable using CSS.