Buy me a Beer
Web 2.0 Training
 
headermask image

Random Header :: Unpredictably Exciting

Test On Image :: Render text on image using images of letters

This class can be used to render text on a background image. The letters of the text are made of graphics defined by separate image files. The letter image files can be loaded from a configurable directory. This way different text font images can be used. Download: http://www.phpclasses.org/browse/package/2836.html http://phpclasses.dmwtechnologies.com/browse/package/2836.html (mirror)

Tag Cloud Generator :: Generate tag cloud from lists of links

This package can be used to generate tag clouds from lists of links. It can take a list of links either as strings, arrays, or files in the CSV format. The class generates a tag cloud with different colors and sizes for each link according to the respective weight. Update: Now this version also enables [...]

PHP Yahoo Music API :: Search for music using the Yahoo Music API

This class can search for information about music and artists using the Yahoo Music API. It can send HTTP requests to the Yahoo Music API Web services server to perform several types of operation. Currently it can: Search for artists by name Get information about an artist Get the album releases of an artist Get [...]

PHP Scroller :: Display text messages scrolling vertically

This class can be used to display text messages scrolling vertically. It generates the necessary HTML, Javascript and CSS to display several text messages in page that scrolls vertically. The messages stop scrolling while the user leaves the mouse pointer over the text and resumes scrolling when the user removes the mouse pointer. Demo: http://demo.dmwtechnologies.com/PHP/PhpScroller/ [...]

PHP Obfuscator :: Obfuscate PHP as base64 encoded strings

This class can be used to obfuscate PHP scripts. It takes a given PHP script and generates another script that includes just one statement that decoded and evaluates the original script code encoded using the base64 algorithm. The generates script is saved to a file with a given name. Demo: http://demo.dmwtechnologies.com/PHP/PhpObfuscator/ Download: http://www.phpclasses.org/browse/package/4926.html http://phpclasses.dmwtechnologies.com/browse/package/4926.html (demo)